Mercurial > p > roundup > code
comparison doc/installation.txt @ 6653:7545d3a3a307
ci was throwing errors as it couldn't parse apache config file format as xml. change xml parser to ApacheConf parser as defined/supported by pygments
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 02 May 2022 13:52:36 -0400 |
| parents | 6fe56720e13d |
| children | e63f514bb0e6 |
comparison
equal
deleted
inserted
replaced
| 6652:d12a2be3783f | 6653:7545d3a3a307 |
|---|---|
| 1132 Create a user roundup-foo, group roundup-foo to run the tracker. Add | 1132 Create a user roundup-foo, group roundup-foo to run the tracker. Add |
| 1133 the following apache config to | 1133 the following apache config to |
| 1134 /etc/apache2/sites-available/roundup-foo (under debian/Ubunutu, modify | 1134 /etc/apache2/sites-available/roundup-foo (under debian/Ubunutu, modify |
| 1135 as needed): | 1135 as needed): |
| 1136 | 1136 |
| 1137 .. code:: xml | 1137 .. code:: ApacheConf |
| 1138 | 1138 |
| 1139 ServerAdmin webmaster@example.com | 1139 ServerAdmin webmaster@example.com |
| 1140 ErrorLog /var/log/apache2/error.log | 1140 ErrorLog /var/log/apache2/error.log |
| 1141 | 1141 |
| 1142 LogLevel notice | 1142 LogLevel notice |
