Hello,

I'm having trouble with setting up virtual host in apache...this is my 
setup

Listen 80
NameVirtualHost 127.0.0.1

<VirtualHost 127.0.0.1> 
        ServerName linuxbox.com
        DocumentRoot /var/www/html
</VirtualHost> 

<VirtualHost 127.0.0.1>
        ServerName mail.linuxbox.com
        DocumentRoot /var/www/html/mail
</VirtualHost>



__this is the error message i get from restarting apache______

[EMAIL PROTECTED] mail]# service httpd restart 
Stopping httpd:                                            [FAILED]
Starting httpd: (98)Address already in use: make_sock: could not bind to 
address 0.0.0.0:80
no listening sockets available, shutting down
                                                           [FAILED]
--------

what could be the problem...im using red hat 9


Thanks ahead of time...

-- 
-Rene Enriquez
[EMAIL PROTECTED]


"The devil will find work for idle hands to do!"
-The Smiths


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to