Melanie Pfefer wrote:
Hi,

Actually I want to have different customers that use different apache servers without the need to install many apache servers.

I thought of reusing the http binary. Could you please help in this regard? Should I simply copy the httpd.conf and change the logs location and ServerRoot?
thanks again
---------------- End original message. ---------------------

You know, there are a lot of other ways to do this that don't require different server instances or placing everything in the main httpd.conf file.

Virtual host configuration can be separated into different files to be read by an include directive in the httpd.conf file and each virtual host can specify its own set of log files.

This is done by a lot of ISPs, especially ones that use a commercial control panel type of system like Plesk or cPanel.


Dragon

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to