new structure, apache
This commit is contained in:
parent
8eacc80249
commit
a8b4961338
22 changed files with 1998 additions and 507 deletions
5
apache/README.md
Normal file
5
apache/README.md
Normal 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
|
||||
```
|
||||
Loading…
Reference in a new issue