Changeset 25294 in main
- Timestamp:
- 05/28/22 19:41:27 (4 weeks ago)
- Location:
- adopters/hi/trunk/src/main/apache_httpd_configs/wordpress_ibis/prod
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/trunk/src/main/apache_httpd_configs/wordpress_ibis/prod/extra/httpd-vhosts.conf
r25075 r25294 23 23 ServerAdmin kbenson@hhdw.org 24 24 DocumentRoot "c:/hhdw" 25 ServerName 10.0.1.108:8025 ServerName hhdw.org 26 26 ServerAlias hhdw.org 27 ErrorLog "|bin/rotatelogs.exe -l -f -v -n 14 logs/ error.log 86400"27 ErrorLog "|bin/rotatelogs.exe -l -f -v -n 14 logs/80error.log 86400" 28 28 CustomLog "|bin/rotatelogs.exe -l -f -v -n 14 logs/access.log 86400" common 29 29 … … 64 64 65 65 </VirtualHost> 66 # 67 #<VirtualHost *:80> 68 # ServerAdmin webmaster@dummy-host2.example.com 69 # DocumentRoot "${SRVROOT}/docs/dummy-host2.example.com" 70 # ServerName dummy-host2.example.com 71 # ErrorLog "logs/dummy-host2.example.com-error.log" 72 # CustomLog "logs/dummy-host2.example.com-access.log" common 73 #</VirtualHost> 66 ### 67 ### Port 81 beginning test of vanilla wordpress for ssl testing 68 ### NOW ON NEW INSTANCE OF Apache 69 ### 70 ###<VirtualHost *:81> 71 ### ServerAdmin kbenson@hhdw.org 72 ### DocumentRoot "c:/hhdwtest" 73 ### ServerName 10.0.1.108:81 74 ### #ServerAlias hhdw.org 75 ### ErrorLog "|bin/rotatelogs.exe -l -f -v -n 14 logs/81error.log 86400" 76 ### CustomLog "|bin/rotatelogs.exe -l -f -v -n 14 logs/81access.log 86400" common 77 ### 78 ### <Directory "c:/hhdwtest"> 79 ### Options FollowSymLinks 80 ### AllowOverride All 81 ### Require all granted 82 ### </Directory> 83 ### #### Location of PhpMyAdmin Must be on localhost to run, but don't think we are using 84 ### #### 85 ### <Directory "c:/hhdwtest/tools"> 86 ### Options Indexes FollowSymLinks 87 ### Require local 88 ### </Directory> 89 ### 90 ### # 91 ### # DirectoryIndex: sets the file that Apache will serve if a directory is requested. 92 ### # 93 ### <IfModule dir_module> 94 ### DirectoryIndex index.html index.php 95 ### </IfModule> 96 ### 97 ### <Files ".ht*"> 98 ### Require all denied 99 ### </Files> 100 ### 101 ### ############### IBIS Proxy, SAME AS ABOVE FOR NOW located webapps/report ##################### 102 ### 103 ### 104 ### #Next line is more for forward, but it doesnot affect reverse 105 ### ProxyRequests Off 106 ### ProxyPreserveHost On 107 ### 108 ### ProxyPass "/report/" "http://127.0.0.1:8080/report/" 109 ### ProxyPassReverse "/report/" "http://127.0.0.1:8080/report/" 110 ### ###ProxyPassReverseCookiePath "/hhdw-view" "/report" 111 ### 112 ###</VirtualHost> 74 113 75 114 -
adopters/hi/trunk/src/main/apache_httpd_configs/wordpress_ibis/prod/httpd.conf
r25075 r25294 58 58 # 59 59 #Listen 12.34.56.78:80 60 ### Port 80 is Prod Wordpress, port 81 for now is hhdwtest for working with SSL on proxy 60 61 Listen 80 62 #### NOW NEW INSTANCE OF APACHE 63 #### Listen 81 61 64 62 65 # … … 334 337 ##### Now set in httpd-vhosts.conf ##### 335 338 # Next line is for production, rotate every day, keep 14 logs 336 #####ErrorLog "|bin/rotatelogs.exe -l -f -v -n 14 logs/error.log 86400"339 ErrorLog "|bin/rotatelogs.exe -l -f -v -n 14 logs/error.log 86400" 337 340 338 341 #
Note: See TracChangeset
for help on using the changeset viewer.