Changeset 25075 in main
- Timestamp:
- 04/17/22 10:48:32 (4 weeks ago)
- Location:
- adopters/hi/trunk/src/main/apache_httpd_configs/wordpress_ibis/prod
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/trunk/src/main/apache_httpd_configs/wordpress_ibis/prod/httpd.conf
r25074 r25075 218 218 # as error documents. e.g. admin@your-domain.com 219 219 # 220 ServerAdmin admin@example.com220 ServerAdmin kbenson@hhdw.org 221 221 222 222 # … … 332 332 # Next line is for testing log rotation every 20 seconds, keep 7 files, verbose output 333 333 # ErrorLog "|bin/rotatelogs.exe -l -v -n 7 logs/error.log 20" 334 ##### Now set in httpd-vhosts.conf ##### 334 335 # Next line is for production, rotate every day, keep 14 logs 335 ErrorLog "|bin/rotatelogs.exe -l -f -v -n 14 logs/error.log 86400"336 #####ErrorLog "|bin/rotatelogs.exe -l -f -v -n 14 logs/error.log 86400" 336 337 337 338 # … … 380 381 # try first with access, if you try with Errorlog, and you have something wrong, no log will be produced. 381 382 # note daily is 86400, testing is 60 (every minute) 383 384 ##### NOW SET IN HTTPD-VHOSTES.CONF ###### 382 385 # Next line is for testing log rotation every 20 seconds, keep 7 files, verbose output 383 386 384 CustomLog "|bin/rotatelogs.exe -l -f -v -n 14 logs/access.log 86400" common387 #### CustomLog "|bin/rotatelogs.exe -l -f -v -n 14 logs/access.log 86400" common 385 388 386 389 … … 558 561 559 562 # Virtual hosts 560 #Include conf/extra/httpd-vhosts.conf563 Include conf/extra/httpd-vhosts.conf 561 564 562 565 # Local access to the Apache HTTP Server Manual … … 598 601 599 602 600 ############### IBIS Proxy, located webapps/report ##################### 601 602 603 #Next line is more for forward, but it doesnot affect reverse 604 ProxyRequests Off 605 ProxyPreserveHost On 606 607 ProxyPass "/report/" "http://127.0.0.1:8080/report/" 608 ProxyPassReverse "/report/" "http://127.0.0.1:8080/report/" 609 ###ProxyPassReverseCookiePath "/hhdw-view" "/report" 610 611 603 604 605
Note: See TracChangeset
for help on using the changeset viewer.