mirror of
https://github.com/rabbibotton/clog.git
synced 2026-01-08 10:12:19 -08:00
list of modules to make sure installed
This commit is contained in:
parent
375b524252
commit
0b623da013
1 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,13 @@ how I configure my CLOG based servers:
|
|||
</VirtualHost>
|
||||
```
|
||||
|
||||
Make sure you have the following modules installed in apache
|
||||
```
|
||||
a2enmod proxy
|
||||
a2enmod proxy_http
|
||||
a2enmod proxy_wstunnel
|
||||
```
|
||||
|
||||
I make sure that my start funtion ends with a busy wait like - (loop (sleep 360))
|
||||
or the process will return and the service end.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue