software:openproject
Differences
This shows you the differences between two versions of the page.
software:openproject [2020/07/12 19:11] – created wikiadmin | software:openproject [2022/04/26 14:19] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Open Project Notes July 2020 ====== | ||
+ | |||
+ | For the wifi server installation and operations | ||
+ | |||
+ | cat / | ||
+ | #!/bin/bash | ||
+ | / | ||
+ | / | ||
+ | |||
+ | |||
+ | cat / | ||
+ | Include / | ||
+ | |||
+ | < | ||
+ | ServerName atrc.mywire.org | ||
+ | DocumentRoot / | ||
+ | |||
+ | ProxyRequests off | ||
+ | |||
+ | Include / | ||
+ | | ||
+ | # Can't use Location block since it would overshadow all the other proxypass directives on CentOS | ||
+ | ProxyPass / | ||
+ | ProxyPassReverse / | ||
+ | </ | ||
+ | |||
+ | |||
+ | To backup make sure these directories are inlcuded. | ||
+ | |||
+ | /etc for the configuration of apache | ||
+ | |||
+ | / | ||
+ | |||
+ | / | ||
+ | |||
+ | / | ||
+ | / | ||
+ | |||
+ | entry in rc.local is | ||
+ | / | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||