Re: CGI and Virtual Hosts

2003-10-04 Thread Marcin Owsiany
On Fri, Oct 03, 2003 at 04:40:51PM -0400, Dan MacNeil wrote: Directory /home/sites/$directory/cgi-bin AllowOverride None Options IncludesNOEXEC ExecCGI /Directory [...] Directory /home/sites/$directory/cgi-bin DirectoryIndex index.html

Re: CGI and Virtual Hosts

2003-10-04 Thread Dan MacNeil
Why is this doubled? Is this intentional? Copy and paste slip. In the config file they are not doubled. On Sat, 4 Oct 2003, Marcin Owsiany wrote: On Fri, Oct 03, 2003 at 04:40:51PM -0400, Dan MacNeil wrote: Directory /home/sites/$directory/cgi-bin AllowOverride None

CGI and Virtual Hosts

2003-10-03 Thread Antonin Karasek
Hi, I want to enable CGI on my web-hosting server, but I can't find out a good security model (permitions of files). I don't want files to be readable for others and don't want CGI to run apache's group. The main problem is, that the files must belong to the same group as CGI is run. The best

Re: CGI and Virtual Hosts

2003-10-03 Thread Daxal Communications - Surf the USA
: Friday, October 03, 2003 1:38 PM Subject: CGI and Virtual Hosts Hi, I want to enable CGI on my web-hosting server, but I can't find out a good security model (permitions of files). I don't want files to be readable for others and don't want CGI to run apache's group. The main problem

Re: CGI and Virtual Hosts

2003-10-03 Thread Antonin Karasek
and virtualdocumentroot delimiter. eg, /var/webhosting/%0/docroot/ Cheers, Scott - Original Message - From: Antonin Karasek [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 03, 2003 1:38 PM Subject: CGI and Virtual Hosts Hi, I want to enable CGI on my web-hosting server, but I can't

Re: CGI and Virtual Hosts

2003-10-03 Thread Markus Benning
Hi, i just updated to 2.0 and read somthing about a worker module which can run child processes with different uids for for different servers. Heres the link to the documentation of Apache MPM perchild: http://httpd.apache.org/docs-2.0/mod/perchild.html I think its still not fully functional

Re: CGI and Virtual Hosts

2003-10-03 Thread Dan MacNeil
: Friday, October 03, 2003 1:38 PM Subject: CGI and Virtual Hosts Hi, I want to enable CGI on my web-hosting server, but I can't find out a good security model (permitions of files). I don't want files to be readable for others and don't want CGI to run apache's group. The main problem

Re: CGI and Virtual Hosts

2003-10-03 Thread Antonin Karasek
I know this module, but I think, it can't work efective with many Virtual Hosts - it must either call fork() for every HTTP request or keep running mass of processes... Markus Benning writes: Hi, i just updated to 2.0 and read somthing about a worker module which can run child processes

Re: CGI and Virtual Hosts

2003-10-03 Thread Antonin Karasek
I don't see any SuexecUserGroup directive :o) This solution is nice, but it's using PerChild module - I think. Can I ask, how many Virtual Hosts are you handling on one computer? I think it can't be very efective (see my previous mail). Dan MacNeil writes: has documentation

Re: CGI and Virtual Hosts

2003-10-03 Thread Dan MacNeil
Can I ask, how many Virtual Hosts are you handling on one computer? I think it can't be very efective (see my previous mail). We're doing about 50 virtual hosts that are very lightly used. This solution is nice, but it's using PerChild module - I think. As far as I know we are not using

Re: Apache Virtual Hosts Chroot ?

2003-03-19 Thread Paul Hampson
On Wed, Mar 19, 2003 at 02:35:53PM +0100, Ralf Dreibrodt wrote: Paul Hampson wrote: You can effectively chroot php files with: php_admin_value open_basedir /directory/where/files/are in the Apache virtual host config. Then: a) php4 won't let files outside that directory be accessed;

Re: Apache Virtual Hosts Chroot ?

2003-03-19 Thread Alexander Reelsen
On Wed, Mar 19, 2003 at 04:31:09PM +0100, Domainbox, Tim Abenath wrote: Apparently Apache2 has a module to do user per virtual host... Hmm. :-) If it does group per virtual host, I might look at upgrading... Jep, the perchild MPM. http://httpd.apache.org/docs-2.0/mod/perchild.html I tried

Re: Apache Virtual Hosts Chroot ?

2003-03-19 Thread Maarten Vink
Alexander Reelsen wrote: On Wed, Mar 19, 2003 at 04:31:09PM +0100, Domainbox, Tim Abenath wrote: Apparently Apache2 has a module to do user per virtual host... Hmm. :-) If it does group per virtual host, I might look at upgrading... Jep, the perchild MPM.

Re: Apache Virtual Hosts Chroot ?

2003-03-19 Thread Paul Hampson
On Tue, Feb 25, 2003 at 10:15:15AM +0100, debian-isp wrote: I am just asking myself how to secure our webserver with a couple of virtual hosts. Currently we have a large installation of typo3 running. It has a feature called fileadmin with which you can easily upload files. As it is thereby

Re: Apache Virtual Hosts Chroot ?

2003-03-19 Thread Ralf Dreibrodt
Paul Hampson wrote: You can effectively chroot php files with: php_admin_value open_basedir /directory/where/files/are in the Apache virtual host config. Then: a) php4 won't let files outside that directory be accessed; No: - Hard links - Commands executed with system can access files

Re: Apache Virtual Hosts Chroot ?

2003-03-19 Thread Paul Hampson
On Tue, Feb 25, 2003 at 10:15:15AM +0100, debian-isp wrote: I am just asking myself how to secure our webserver with a couple of virtual hosts. Currently we have a large installation of typo3 running. It has a feature called fileadmin with which you can easily upload files

Re: Apache Virtual Hosts Chroot ?

2003-03-19 Thread Ralf Dreibrodt
Paul Hampson wrote: You can effectively chroot php files with: php_admin_value open_basedir /directory/where/files/are in the Apache virtual host config. Then: a) php4 won't let files outside that directory be accessed; No: - Hard links - Commands executed with system can access files

Re: Apache Virtual Hosts Chroot ?

2003-03-19 Thread Paul Hampson
On Wed, Mar 19, 2003 at 02:35:53PM +0100, Ralf Dreibrodt wrote: Paul Hampson wrote: You can effectively chroot php files with: php_admin_value open_basedir /directory/where/files/are in the Apache virtual host config. Then: a) php4 won't let files outside that directory be accessed;

Re: Apache Virtual Hosts Chroot ?

2003-03-19 Thread Domainbox, Tim Abenath
Apparently Apache2 has a module to do user per virtual host... Hmm. :-) If it does group per virtual host, I might look at upgrading... Jep, the perchild MPM. http://httpd.apache.org/docs-2.0/mod/perchild.html I tried that one, but the child-processes directly died. As it says, work is ongoing

Re: Apache Virtual Hosts Chroot ?

2003-03-19 Thread Alexander Reelsen
On Wed, Mar 19, 2003 at 04:31:09PM +0100, Domainbox, Tim Abenath wrote: Apparently Apache2 has a module to do user per virtual host... Hmm. :-) If it does group per virtual host, I might look at upgrading... Jep, the perchild MPM. http://httpd.apache.org/docs-2.0/mod/perchild.html I tried

Re: Apache Virtual Hosts Chroot ?

2003-03-19 Thread Maarten Vink
Alexander Reelsen wrote: On Wed, Mar 19, 2003 at 04:31:09PM +0100, Domainbox, Tim Abenath wrote: Apparently Apache2 has a module to do user per virtual host... Hmm. :-) If it does group per virtual host, I might look at upgrading... Jep, the perchild MPM.

AW: Apache Virtual Hosts Chroot ?

2003-02-25 Thread debian-isp
just asking myself how to secure our webserver with a couple of virtual hosts. Currently we have a large installation of typo3 running. It has a feature called fileadmin with which you can easily upload files. As it is thereby possible to upload php scripts and execute via the browser

Re: Apache Virtual Hosts Chroot ?

2003-02-25 Thread Victor Calzado Mayo
/php_installation.html Just my two cents Victor On Tuesday 25 February 2003 10:15, debian-isp wrote: Hi all ! I am just asking myself how to secure our webserver with a couple of virtual hosts. Currently we have a large installation of typo3 running. It has a feature called fileadmin

Apache Virtual Hosts Chroot ?

2003-02-25 Thread debian-isp
Hi all ! I am just asking myself how to secure our webserver with a couple of virtual hosts. Currently we have a large installation of typo3 running. It has a feature called fileadmin with which you can easily upload files. As it is thereby possible to upload php scripts and execute via

Re: [d-security] Apache Virtual Hosts Chroot ?

2003-02-25 Thread Christian Hammers
Hello On Tue, Feb 25, 2003 at 10:15:15AM +0100, debian-isp wrote: - chrooting virtual hosts in apache ? We had great success with a tiny tool called sbox. All CGI/PHP requests are rewritten to /cgi-bin/sbox?... This sbox then looks to the files owner and changes it's uid to the one (if it's

AW: Apache Virtual Hosts Chroot ?

2003-02-25 Thread debian-isp
just asking myself how to secure our webserver with a couple of virtual hosts. Currently we have a large installation of typo3 running. It has a feature called fileadmin with which you can easily upload files. As it is thereby possible to upload php scripts and execute via the browser

Re: Apache Virtual Hosts Chroot ?

2003-02-25 Thread Victor Calzado Mayo
/php_installation.html Just my two cents Victor On Tuesday 25 February 2003 10:15, debian-isp wrote: Hi all ! I am just asking myself how to secure our webserver with a couple of virtual hosts. Currently we have a large installation of typo3 running. It has a feature called fileadmin

Limit data traffic on Apache virtual hosts

2003-01-30 Thread Jasper Metselaar
Hi, I would like to limit the amount of data traffic that is generated by the virtual hosts on my server: Let's say I want to allow most domains 1 GB of traffic per month and I would like to generate a warning when they reach 900 MB and shut the site down when it reaches 1 GB (unless my

Re: Limit data traffic on Apache virtual hosts

2003-01-30 Thread Fred Clausen
Hi Jasper, Try this out : http://www.snert.com/Software/mod_throttle/index.shtml It sounds like it will do what you wish to accomplish. Cheers, Fred. Jasper Metselaar wrote: Hi, I would like to limit the amount of data traffic that is generated by the virtual hosts on my server: Let's say I

Re: Apache ErrorDocument virtual hosts

2002-01-03 Thread Cameron Moore
* [EMAIL PROTECTED] (KOZMAN Balint) [2002.01.03 10:41]: Sorry if offtopic, but is it possible to give back different 404 error messages via apache based on virtual hosts? VirtualHost 1.2.3.4 ... ErrorDocument 404 /path/to/error/doc.html /VirtualHost -- Cameron Moore -- To UNSUBSCRIBE

Re: Apache ErrorDocument virtual hosts

2002-01-03 Thread Sean Porth
Ya just throw a: ErrorDocument 404 /path-to-error-document inside of the virtualhost On Thu, 2002-01-03 at 11:38, KOZMAN Balint wrote: Hi, Sorry if offtopic, but is it possible to give back different 404 error messages via apache based on virtual hosts? Thanks in advance. Regards

Apache ErrorDocument virtual hosts

2002-01-03 Thread KOZMAN Balint
Hi, Sorry if offtopic, but is it possible to give back different 404 error messages via apache based on virtual hosts? Thanks in advance. Regards, Balint

Re: Apache ErrorDocument virtual hosts

2002-01-03 Thread Cameron Moore
* [EMAIL PROTECTED] (KOZMAN Balint) [2002.01.03 10:41]: Sorry if offtopic, but is it possible to give back different 404 error messages via apache based on virtual hosts? VirtualHost 1.2.3.4 ... ErrorDocument 404 /path/to/error/doc.html /VirtualHost -- Cameron Moore

Re: Apache ErrorDocument virtual hosts

2002-01-03 Thread Sean Porth
Ya just throw a: ErrorDocument 404 /path-to-error-document inside of the virtualhost On Thu, 2002-01-03 at 11:38, KOZMAN Balint wrote: Hi, Sorry if offtopic, but is it possible to give back different 404 error messages via apache based on virtual hosts? Thanks in advance. Regards

Re: Apache ErrorDocument virtual hosts

2002-01-03 Thread Marcel Hicking
wrote: Hi, Sorry if offtopic, but is it possible to give back different 404 error messages via apache based on virtual hosts? Thanks in advance. Regards, Balint -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: DNS Virtual Hosts

2001-07-13 Thread Tomas Beinaravicius
On Fri, 13 Jul 2001, Waldemar Brodkorb wrote: probably a stupid beginner question, but how RR-records for bind are defined correctly, for virtual hosts. I have an A and PTR record for every new virtual domain. What's the normal way? Waldemar, In that case, when you're using single IP

Re: Virtual Hosts

2001-04-05 Thread Jeremy C. Reed
On Wed, 4 Apr 2001, Y2KNET wrote: Any idea please! This thread continues and continues ... Please give us the real hostnames. We may be able to see the problem from outside. Make sure the DNS works before even starting with the Apache config. (If not, you may cause more troubleshooting than

Re: Virtual Hosts

2001-04-05 Thread Tim Kent
Have you ifconfig'd the additional addresses you are going to use? Tim. - Original Message - From: Y2KNET [EMAIL PROTECTED] To: debian-isp@lists.debian.org Sent: Thursday, April 05, 2001 1:40 PM Subject: Virtual Hosts When I remotely or internally telnet www.xyz.net, it does

Re: Virtual Hosts

2001-04-05 Thread Y2KNET
Here is the real world. I have primary and secondry servers ns1 and ns2. The zone file on ns1 includes the following zones: zone y2knet.net { type master; file y2knet.db; }; zone jennswing.com { type master; file jennswing.db; }; y2knet.db includes: --- in

Re: Virtual Hosts

2001-04-05 Thread Y2KNET
Umair Tim Kent wrote: Have you ifconfig'd the additional addresses you are going to use? Tim. - Original Message - From: Y2KNET [EMAIL PROTECTED] To: debian-isp@lists.debian.org Sent: Thursday, April 05, 2001 1:40 PM Subject: Virtual Hosts When I remotely or internally telnet

Re: Virtual Hosts

2001-04-05 Thread Tim Kent
@lists.debian.org Sent: Thursday, April 05, 2001 2:44 PM Subject: Re: Virtual Hosts No, I have not and here it looks the problem, but in Debian 2.2r2 there is a networking file in /etc/init.d, instead of network file where ifconfig was added. I am trying to find where can I look

Re: Virtual Hosts

2001-04-05 Thread Hedi Berriche
Y2KNET == Y2KNET [EMAIL PROTECTED] writes: Y2KNET No, I have not and here it looks the problem, Y2KNET but in Debian 2.2r2 there is a networking file Y2KNET in /etc/init.d, instead of network file where Y2KNET ifconfig was added. I am trying to find where can I look Y2KNET these ifconfig

RE: Virtual Hosts

2001-04-04 Thread Marcel Hicking
To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Virtual Hosts I have used the same configuration: VirtualHost www.smallco.com ServerAdmin [EMAIL PROTECTED] DocumentRoot /groups/smallco/www ServerName www.smallco.com ErrorLog /groups/smallco/logs/error_log TransferLog

Re: Virtual Hosts

2001-04-04 Thread Marcel Hicking
The original question was about IP based virtual hosts. These are the settings for name based virtual host. Correct, though. Still I prefer to have the IP in the virtual host directive. Reduces DNS traffic somewhat and is more reliable as far as I can tell. Apache by default responds to *all

Re: Virtual Hosts

2001-04-04 Thread Matt Fair
your server. Cheers, Marcel -Original Message- From: Y2KNET [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 9:43 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Virtual Hosts I have used the same configuration: VirtualHost www.smallco.com

Virtual Hosts

2001-04-04 Thread Y2KNET
When I remotely or internally telnet www.xyz.net, it does not connect and give the error "unable to connect remote host: no route to host" but when I tried to connect www.abc.net it connected. It looks like it is not connetcting to www.xyz.net. I have the entry for zone xyz.net in named.conf

Re: Virtual Hosts

2001-04-04 Thread Jeremy C. Reed
On Wed, 4 Apr 2001, Y2KNET wrote: Any idea please! This thread continues and continues ... Please give us the real hostnames. We may be able to see the problem from outside. Make sure the DNS works before even starting with the Apache config. (If not, you may cause more troubleshooting than

Re: Virtual Hosts

2001-04-04 Thread Tim Kent
Have you ifconfig'd the additional addresses you are going to use? Tim. - Original Message - From: "Y2KNET" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 1:40 PM Subject: Virtual Hosts When I remotely or internally telnet www.xyz.net, it does n

Re: Virtual Hosts

2001-04-04 Thread Y2KNET
Here is the real world. I have primary and secondry servers ns1 and ns2. The zone file on ns1 includes the following zones: zone "y2knet.net" { type master; file "y2knet.db"; }; zone "jennswing.com" { type master; file "jennswing.db"; }; y2knet.db includes: ---

Re: Virtual Hosts

2001-04-04 Thread Tim Kent
[EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 2:44 PM Subject: Re: Virtual Hosts No, I have not and here it looks the problem, but in Debian 2.2r2 there is a networking file in /etc/init.d, instead of network file where ifconfig was added. I am trying to find where can I

Re: Virtual Hosts

2001-04-04 Thread Hedi Berriche
"Y2KNET" == Y2KNET [EMAIL PROTECTED] writes: Y2KNET No, I have not and here it looks the problem, Y2KNET but in Debian 2.2r2 there is a networking file Y2KNET in /etc/init.d, instead of network file where Y2KNET ifconfig was added. I am trying to find where can I look Y2KNET these ifconfig

Re: Virtual Hosts

2001-04-04 Thread Marcel Hicking
Note the difference between VirtualHost www.smallco.com and VirtualHost 10.0.0.1 The first is the setting for name based virtual hosts, i.e. various virtual hosts sharing one IP (make sure you have one or many NameVirtualHost 10.0.0.1 as well) - in contrast to ip based virtual host where each

RE: Virtual Hosts

2001-04-04 Thread Marcel Hicking
PROTECTED]; debian-isp@lists.debian.org Subject: Re: Virtual Hosts I have used the same configuration: VirtualHost www.smallco.com ServerAdmin [EMAIL PROTECTED] DocumentRoot /groups/smallco/www ServerName www.smallco.com ErrorLog /groups/smallco/logs/error_log

Re: Virtual Hosts

2001-04-04 Thread Marcel Hicking
The original question was about IP based virtual hosts. These are the settings for name based virtual host. Correct, though. Still I prefer to have the IP in the virtual host directive. Reduces DNS traffic somewhat and is more reliable as far as I can tell. Apache by default responds to *all

Re: Virtual Hosts

2001-04-04 Thread Matt Fair
your server. Cheers, Marcel -Original Message- From: Y2KNET [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 9:43 AM To: [EMAIL PROTECTED]; debian-isp@lists.debian.org Subject: Re: Virtual Hosts I have used the same configuration: VirtualHost www.smallco.com

Virtual Hosts

2001-04-04 Thread Y2KNET
When I remotely or internally telnet www.xyz.net, it does not connect and give the error unable to connect remote host: no route to host but when I tried to connect www.abc.net it connected. It looks like it is not connetcting to www.xyz.net. I have the entry for zone xyz.net in named.conf file

Virtual Hosts

2001-04-03 Thread Y2KNET
I have installed Debian 2.2r2 and now trying to put more IP based virtual hosts. I have used the VirtualHost directives, and gave the IP number to each site. But when I tried to look on the Virtual host site, it brings the primary site. I will appreciate, if I get information about how

Re: Virtual Hosts

2001-04-03 Thread Marcel Hicking
Apr 2001, at 8:37: I have installed Debian 2.2r2 and now trying to put more IP based virtual hosts. I have used the VirtualHost directives, and gave the IP number to each site. But when I tried to look on the Virtual host site, it brings the primary site. I will appreciate, if I get

Re: Virtual Hosts

2001-04-03 Thread Y2KNET
the primary site. - Original Message - From: Marcel Hicking [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 8:44 AM Subject: Re: Virtual Hosts http://httpd.apache.org/docs/vhosts/index.html esp. http://httpd.apache.org/docs/vhosts/ip-based.html basically use

RE: Virtual Hosts

2001-04-03 Thread Erich Kolb
Dont you still have to add DNS entries? -Original Message- From: Y2KNET [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 9:43 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Virtual Hosts I have used the same configuration: VirtualHost www.smallco.com ServerAdmin

Re: Virtual Hosts

2001-04-03 Thread Michelle Konzack
AM Subject: Re: Virtual Hosts http://httpd.apache.org/docs/vhosts/index.html esp. http://httpd.apache.org/docs/vhosts/ip-based.html basically use something like VirtualHost 10.0.0.1 ServerName www.abc.dom ServerAdmin [EMAIL PROTECTED] DocumentRoot /www/abc /VirtualHost

Re: Virtual Hosts

2001-04-03 Thread Peter Billson
I have installed Debian 2.2r2 and now trying to put more IP based virtual hosts. I have used the VirtualHost directives, and gave the IP number to each site. But when I tried to look on the Virtual host site, it brings the primary site. I will appreciate, if I get information about how

Re: Virtual Hosts

2001-04-03 Thread Matt Fair
Message - From: Marcel Hicking [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 8:44 AM Subject: Re: Virtual Hosts http://httpd.apache.org/docs/vhosts/index.html esp. http://httpd.apache.org/docs/vhosts/ip-based.html basically use something like VirtualHost

Re: Virtual Hosts

2001-04-03 Thread Marcel Hicking
Note the difference between VirtualHost www.smallco.com and VirtualHost 10.0.0.1 The first is the setting for name based virtual hosts, i.e. various virtual hosts sharing one IP (make sure you have one or many "NameVirtualHost 10.0.0.1" as well) - in contrast to ip based virtual h

Virtual Hosts

2001-04-03 Thread Y2KNET
I have installed Debian 2.2r2 and now trying to put more IP based virtual hosts. I have used the VirtualHost directives, and gave the IP number to each site. But when I tried to look on the Virtual host site, it brings the primary site. I will appreciate, if I get information about how

Re: Virtual Hosts

2001-04-03 Thread Marcel Hicking
Apr 2001, at 8:37: I have installed Debian 2.2r2 and now trying to put more IP based virtual hosts. I have used the VirtualHost directives, and gave the IP number to each site. But when I tried to look on the Virtual host site, it brings the primary site. I will appreciate, if I get

Re: Virtual Hosts

2001-04-03 Thread Y2KNET
the primary site. - Original Message - From: Marcel Hicking [EMAIL PROTECTED] To: debian-isp@lists.debian.org Sent: Tuesday, April 03, 2001 8:44 AM Subject: Re: Virtual Hosts http://httpd.apache.org/docs/vhosts/index.html esp. http://httpd.apache.org/docs/vhosts/ip-based.html basically

RE: Virtual Hosts

2001-04-03 Thread Erich Kolb
Dont you still have to add DNS entries? -Original Message- From: Y2KNET [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 9:43 AM To: [EMAIL PROTECTED]; debian-isp@lists.debian.org Subject: Re: Virtual Hosts I have used the same configuration: VirtualHost www.smallco.com

Re: Virtual Hosts

2001-04-03 Thread Michelle Konzack
, 2001 8:44 AM Subject: Re: Virtual Hosts http://httpd.apache.org/docs/vhosts/index.html esp. http://httpd.apache.org/docs/vhosts/ip-based.html basically use something like VirtualHost 10.0.0.1 ServerName www.abc.dom ServerAdmin [EMAIL PROTECTED] DocumentRoot /www/abc

Re: Virtual Hosts

2001-04-03 Thread Peter Billson
I have installed Debian 2.2r2 and now trying to put more IP based virtual hosts. I have used the VirtualHost directives, and gave the IP number to each site. But when I tried to look on the Virtual host site, it brings the primary site. I will appreciate, if I get information about how

Re: Virtual Hosts

2001-04-03 Thread Matt Fair
Message - From: Marcel Hicking [EMAIL PROTECTED] To: debian-isp@lists.debian.org Sent: Tuesday, April 03, 2001 8:44 AM Subject: Re: Virtual Hosts http://httpd.apache.org/docs/vhosts/index.html esp. http://httpd.apache.org/docs/vhosts/ip-based.html basically use something like

Re: Virtual Hosts

2001-04-03 Thread Nathan E Norman
On Tue, Apr 03, 2001 at 01:24:36PM -0400, Peter Billson wrote: I have installed Debian 2.2r2 and now trying to put more IP based virtual hosts. I have used the VirtualHost directives, and gave the IP number to each site. But when I tried to look on the Virtual host site, it brings

Apache Virtual Hosts How To

2000-03-24 Thread Jaume Teixi
Whats the nice dynamically configured httpd.conf that could handle the following root.domain.comgoes to /var/www domain.com goes to /var/www www.domain.com goes to /var/www/domain webs.domain.comgoes to /var/www/webs www.customer1.com goes to /var/www/webs/www.customer1.com

Re: Apache Virtual Hosts How To

2000-03-24 Thread \[ Francho \]
* Jaume Teixi ([EMAIL PROTECTED]) [000324 19:29]: Whats the nice dynamically configured httpd.conf that could handle the following root.domain.comgoes to /var/www domain.com goes to /var/www www.domain.com goes to /var/www/domain webs.domain.comgoes to /var/www/webs