[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache Virtual Host.



from my httpd.conf:

     NameVirtualHost 130.58.82.235:80

    <VirtualHost 130.58.82.235>
      ServerAdmin webmaster@pantsfullofunix.net
      ServerName www.pantsfullofunix.net
      ServerAlias pantsfullofunix.net
      ServerPath /pantsfullofunix.net
      DocumentRoot "/home/apache/pantsfullofunix.net"
      ErrorLog /var/log/apache/pantsfullofunix.net-error.log
    </VirtualHost>
    <VirtualHost 130.58.82.235>
      ServerAdmin webmaster@limerence.org
      ServerName www.limerence.org
      ServerAlias limerence.org
      ServerPath /limerence.org
      DocumentRoot "/home/apache/limerence.org"
      ErrorLog /var/log/apache/limerence.org-error.log
    </VirtualHost>

so besides ServerAlias and ServerPath, both of which are really
not needed, the only difference i can see is the port number in your
VirtualHost directives. have you tried without that?

martin

[greetings from the heart of the sun]# echo madduck@!#:1:s@\@@@.net
-- 
no keyboard present.
press f1 to continue.
zen engineering. 



Reply to: