How can you start a apache server with different configurition ( other that httpd.conf)?
Answer / Babi Kumari
To start Apache with a different configuration file other than httpd.conf, you can specify the configuration file path when starting Apache using the `httpd -f` command followed by the configuration file name. For example, to start Apache with a configuration file named myconfig.conf, run the following command: `httpd -f /etc/apache2/myconfig.conf`.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meaning of "listen" in httpd.conf file?
Is apache single threaded?
What is apache software used for?
How you will put a limit on uploads on your web server?
What’s difference between apache web server and apache tomcat?
How can we find what are the modules loaded in apache?
How does systemd work?
Where is apache installed on windows?
I'm using tomcat 5, database is MySql, project is based on mvc architecure. My tomcat shuts down abruptly creating a error file in Tomcat5.0 folder named as hs_err_pid1268.txt.. plz help me
What do you mean by a servername directive?
From where apache names comes?
Does apache log post data?