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 not

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
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 these ifconfig files. I do not know how to add additiona IP address for ifconfig in 2.2r2. Abu

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

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 not connect and

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
/logs/error_log TransferLog /groups/smallco/logs/access_log /VirtualHost But still it loads 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

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

Re: Virtual Hosts

2001-04-03 Thread Marcel Hicking
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 Cheers, Marcel Y2KNET [EMAIL PROTECTED] 3

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 to

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
og /groups/smallco/logs/error_log TransferLog /groups/smallco/logs/access_log /VirtualHost But still it loads 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

Re: Virtual Hosts

2001-04-03 Thread Marcel Hicking
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 Cheers, Marcel Y2KNET [EMAIL PROTECTED] 3

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 to

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 the