is there a chance to use different location for apache’s config files (on Windows)? Other than having to compile it myself and setting the proper #define HTTPD_ROOT value.
Thx rezna
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This can be done by specifying the
-foption when installing apache as a service on Windows.The
-foption accepts the location of the configuration file. For example, if your command to install the service wasAdd
-f 'c:\files\my.conf', with your configuration file instead, like so:See the Apache manual for more information.