ApacheHaus Apache 2.4.x Conf file bug

Started by SChalice, March 02, 2013, 08:59:13 PM

Previous topic - Next topic

SChalice

Admin note:
This topic split off from
https://forum.apachehaus.com/index.php?topic=578.0

Hardcoded references to Apache242 folder have been a consistent hassle:

C:\Apache24\bin>httpd

(OS 3)The system cannot find the path specified.  : AH02297: Cannot access directory 'C:/Apache242/logs/' for log file '/Apache242/logs/ssl_request.log' defined at C:/Apache24/conf/extra/httpd-sni.conf:128

AH00014: Configuration check failed

mario


Gregg

#2
Thanks for the report, fixed, on line 92 also.

There might be a change in httpd.conf coming in 2.4.5 to where this would become impossible to happen again.

Define SRVROOT "C:\Apache24"
ServerRoot ${SRVROOT}

This can done now, it just doesn't come out of the compiler this way yet.

I've just decided whether or not that change is made upstream, it will be how ours are.