Virtual hosting on Linux HELP needed

Virtual hosting on Linux HELP needed

Post by Special FX Communication » Sat, 23 Nov 1996 04:00:00



Hi,

        I just got my temporary line up and running (28.8k line to a US
Robotics modem on com2:) until a faster line can be installed (next
month). I am trying to set this system up to support mutiple web sites
(a web server). I have 8 IPs assigned to me, only one will actually let
me connect to the system, the other will cause the RD light on the modem
to flicker but thats it. I think I need help setting up the httpd.conf
file and I am not sure what other things need to be changed. Any help on
this would be greatly appreciated....

Thanks,
Peter

 
 
 

Virtual hosting on Linux HELP needed

Post by Alan C » Tue, 26 Nov 1996 04:00:00




Quote:>to flicker but thats it. I think I need help setting up the httpd.conf
>file and I am not sure what other things need to be changed. Any help on
>this would be greatly appreciated....

Firstly see if you can ping your other addresses. If not try traceroute.
You may need to set the interfaces up correctly, or get the correct routing
of the other addresses from your provider.

Also remember of your 8 addresses the lowest is the network address the
highest is the network broadcast, only the other 6 can be used.

Alan
--

-------- http://www.cymru.net ----------       Phone: +44 1792 290194
Internet/Intranet Solutions, ISDN, Leased Lines, Consultancy and Support

 
 
 

1. Apache 1.3b2: Default Host and all virtual hosts serve only first virtual hosts pages?

Hello.

Have been running 1.2b8 for a intranet and decided to move upto 1.3b2. I
have several name based virtual hosts that have been working under
1.2b8. After compiling and installing 1.3b2 my virtual hosts do not
work. In fact what happens is that even though DocumentRoot and default
server name is different, eg: www.serverA.net pointing to /www/default,
Apache 1.3b2 will always take me to the first defined virtual host as if
it's locked to it no matter what virtual host I try to browse. What
gives? Please post and E-Mail.

In /etc/hosts for my machines IP address I have

A.B.C.D         www.default.net www.virtA.net www.virtB.net

In ../conf/httpd.conf I have;

<VirtualHost www.virtA.net>

DocumentRoot /usr/local/www/virtA
ServerName www.virtA.net
ErrorLog logs/virtA.error.log
TransferLog logs/virtA.access.log
</VirtualHost>

<VirtualHost www.virtB.net>

DocumentRoot /usr/local/www/virtB
ServerName www.virtB.net
ErrorLog logs/virtB.error.log
TransferLog logs/virtB.access.log
</VirtualHost>

--

2. Strange network problem

3. Need Help with Virtual Hosting @ Linux @ apache

4. Arithmetic in Korn Shell

5. virtual hosting on Linux HELP needed

6. BBS for FreeBSD

7. FrontPage virtual hosting, removal or reset of virtual host

8. Sound on Dell Inspiron (Crystal) and FreeBSD 4.1

9. : How to prevent one named virtual host from "seeing" another virtual hosts files ?

10. Mixing Apache Name Based Virtual Hosts and SSL Virtual Host

11. For Discussion: web virtual hosting vs mail virtual hosting

12. Need help setting up Virtual hosts...continued

13. Need help with Apache 1.0.0 and Virtual Hosts.