new structure, apache

This commit is contained in:
Pascal Engélibert 2026-07-31 18:06:58 +02:00
commit a8b4961338
22 changed files with 1998 additions and 507 deletions

5
apache/README.md Normal file
View file

@ -0,0 +1,5 @@
```bash
cargo build -p mod_mesozoa
sudo apxs -i -a -n mesozoa target/debug/libmod_mesozoa.so
sudo systemctl restart apache2
```