-
Bug
-
Resolution: Done
-
Major
-
httpd 2.4.29 GA, httpd 2.4.29 ER1 Natives
On Windows:
- install httpd 2.4.29 ER1 natives
- Run .postinstall
- execute httpd.exe -t
Expected result: You get: Syntax OK
Actual result: you get: httpd.exe: Could not open configuration file C:/tmp/workspace/jbcs-httpd24-2.4/conf/httpd.conf: The system cannot find the path specified.
The problem is, httpd.exe is looking for conf at jbcs-httpd24-2.4/conf/httpd.conf. The actual path is jbcs-httpd24-2.4/etc/httpd/conf/httpd.conf.
This should work out of the box, and should be equivalent to apachectl -t on Unix builds, which work fine.
Also, I suggest this be documented as a known bug for httpd 2.4.29 GA
- is duplicated by
-
JBCS-703 JBCS 2.4.29 GA archive for Windows OS does not start since its pointing to wrong SERVER_CONFIG_FILE
- Closed