adspace
How can you start a apache server with different configurition ( other that httpd.conf)?
Answer Posted / 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 View All Answers