Changeset 24867 in main
- Timestamp:
- 03/26/22 11:36:55 (4 months ago)
- Location:
- adopters/hi/trunk/src/main/ApacheProxyWPConf/dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/hi/trunk/src/main/ApacheProxyWPConf/dev/extra/httpd-vhosts.conf
r23782 r24867 21 21 # match a ServerName or ServerAlias in any <VirtualHost> block. 22 22 # 23 <VirtualHost *:80>24 ServerAdmin webmaster@dummy-host.example.com25 DocumentRoot "${SRVROOT}/docs/dummy-host.example.com"26 ServerName dummy-host.example.com27 ServerAlias www.dummy-host.example.com28 ErrorLog "logs/dummy-host.example.com-error.log"29 CustomLog "logs/dummy-host.example.com-access.log" common30 </VirtualHost>31 32 <VirtualHost *:80>33 ServerAdmin webmaster@dummy-host2.example.com34 DocumentRoot "${SRVROOT}/docs/dummy-host2.example.com"35 ServerName dummy-host2.example.com36 ErrorLog "logs/dummy-host2.example.com-error.log"37 CustomLog "logs/dummy-host2.example.com-access.log" common38 </VirtualHost>23 #<VirtualHost *:80> 24 # ServerAdmin webmaster@dummy-host.example.com 25 # DocumentRoot "${SRVROOT}/docs/dummy-host.example.com" 26 # ServerName dummy-host.example.com 27 # ServerAlias www.dummy-host.example.com 28 # ErrorLog "logs/dummy-host.example.com-error.log" 29 # CustomLog "logs/dummy-host.example.com-access.log" common 30 #</VirtualHost> 31 # 32 #<VirtualHost *:80> 33 # ServerAdmin webmaster@dummy-host2.example.com 34 # DocumentRoot "${SRVROOT}/docs/dummy-host2.example.com" 35 # ServerName dummy-host2.example.com 36 # ErrorLog "logs/dummy-host2.example.com-error.log" 37 # CustomLog "logs/dummy-host2.example.com-access.log" common 38 #</VirtualHost> 39 39 40 40 -
adopters/hi/trunk/src/main/ApacheProxyWPConf/dev/httpd.conf
r24671 r24867 35 35 # least PidFile. 36 36 # 37 Define SRVROOT "c:/Apache 24"37 Define SRVROOT "c:/Apache_2.4.52" 38 38 39 39 ServerRoot "${SRVROOT}"
Note: See TracChangeset
for help on using the changeset viewer.