How can you start a apache server with different configurition ( other that httpd.conf)?



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

Post New Answer

More Apache Interview Questions

What is meaning of "listen" in httpd.conf file?

1 Answers  


Is apache single threaded?

1 Answers  


What is apache software used for?

1 Answers  


How you will put a limit on uploads on your web server?

1 Answers  


What’s difference between apache web server and apache tomcat?

1 Answers  


How can we find what are the modules loaded in apache?

1 Answers  


How does systemd work?

1 Answers  


Where is apache installed on windows?

1 Answers  


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

1 Answers  


What do you mean by a servername directive?

1 Answers  


From where apache names comes?

1 Answers  


Does apache log post data?

1 Answers  


Categories