Changeset 25387 in main for adopters/md/trunk/src/main/reverse_proxy/conf/httpd.conf
- Timestamp:
- 06/16/22 12:02:45 (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/md/trunk/src/main/reverse_proxy/conf/httpd.conf
r22349 r25387 35 35 # least PidFile. 36 36 # 37 Define SRVROOT "c:/Apache 24.46"37 Define SRVROOT "c:/ApacheHttpd_2.4.54" 38 38 39 39 ServerRoot "${SRVROOT}" … … 303 303 # 304 304 #ErrorLog "logs/error.log" 305 ErrorLog "|C:/Apache 24.46/bin/rotatelogs.exe -l C:/Apache24.46/logs/error_log.%Y-%m-%d.log 10MB"305 ErrorLog "|C:/ApacheHttpd_2.4.54/bin/rotatelogs.exe -l ${SRVROOT}/logs/error_log.%Y-%m-%d.log 10MB" 306 306 307 307 #
Note: See TracChangeset
for help on using the changeset viewer.