[EMAIL PROTECTED] virtual instances

2008-07-16 Thread Melanie Pfefer
Hi, I want to use virtual servers on apache. So I install one server and have several virtual instances each one running on a different port. 1] once apache is installed, what needs to be done to create these virtual instances? 2] each virtual instance should have an htdocs where to put

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Davide Bianchi
Melanie Pfefer wrote: I want to use virtual servers on apache. So I install one server and have several virtual instances each one running on a different port. Hu... why? You can have multiple sites (Virtual HOSTS) without the need for multiple 'instances' of apache running. Why don't you

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Melanie Pfefer
PROTECTED] wrote: From: Davide Bianchi [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] virtual instances To: Melanie Pfefer [EMAIL PROTECTED] Cc: users@httpd.apache.org Date: Wednesday, 16 July, 2008, 10:24 AM Melanie Pfefer wrote: I want to use virtual servers on apache. So I install

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Krist van Besien
On Wed, Jul 16, 2008 at 09:50, Melanie Pfefer [EMAIL PROTECTED] wrote: When I access http://zeus:80 I get the It works. When I access http://zeus:81, the logs show: [Wed Jul 16 09:37:18 2008] [error] [client 172.21.194.71] client denied by server configuration: /usr/local/apache2/htdocs1/

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Davide Bianchi
Melanie Pfefer wrote: I added these lines: Listen 80 Listen 81 NameVirtualHost 10.0.100.4:80 NameVirtualHost 10.0.100.4:81 VirtualHost 10.0.100.4:80 ServerName zeus DocumentRoot /usr/local/apache2/htdocs /VirtualHost VirtualHost 10.0.100.4:81 ServerName zeus DocumentRoot

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Melanie Pfefer
hi Is it possible to start or stop 1 virtual host and keep the others running? Is it possible to have seperate httpd.conf? thanks --- On Wed, 16/7/08, Davide Bianchi [EMAIL PROTECTED] wrote: From: Davide Bianchi [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] virtual instances To: Melanie

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Davide Bianchi
Melanie Pfefer wrote: hi Is it possible to start or stop 1 virtual host and keep the others running? Using the 'graceful' option the server is restarted without breaking connections, but no, you can't stop/start a VHost alone. Is it possible to have seperate httpd.conf? Sure, you can

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Severin Gehwolf
PROTECTED] wrote: From: Davide Bianchi [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] virtual instances To: Melanie Pfefer [EMAIL PROTECTED] Cc: users@httpd.apache.org Date: Wednesday, 16 July, 2008, 11:20 AM Melanie Pfefer wrote: I added these lines: Listen 80 Listen 81

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Melanie Pfefer
PROTECTED] Subject: Re: [EMAIL PROTECTED] virtual instances To: users@httpd.apache.org Date: Wednesday, 16 July, 2008, 2:28 PM Hi! Is it possible to start or stop 1 virtual host and keep the others running? As one httpd binary would server several virtual hosts you would not be able

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Severin Gehwolf
On Wed, 2008-07-16 at 13:10 +, Melanie Pfefer wrote: Actually I am looking for 1 apache installation Have independent instances: logs, conf and bin. VHosts does not seem to have a log, conf and bin for each instance . Why would you need independent instances of bin? Concerning logs

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread William A. Rowe, Jr.
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

Re: [EMAIL PROTECTED] virtual instances

2008-07-16 Thread Dragon
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