Ip based virtual hosts stopped working

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

 



Help. Apache server stopped listening on Virtual Host ips. There are no error messages.
Main Listener still works. Using apache 2.0.59 also tried apache 2.0.63 on solaris 10
sparc.


Here are the virtual host settings from the httpd.conf
# Purpose: Human Resourses
<VirtualHost 10.8.10.5>
    ServerAdmin webmaster@xxxxxxxxxxxxxxxxxxx 
    ServerName jobs.georgiasouthern.edu
    DocumentRoot /www/jobs
    ErrorLog /apache/server/logs/jobs/error_log
    CustomLog /apache/server/logs/jobs/access_log common
    ServerPath /jobs
</VirtualHost>

# Purpose: admissions
<VirtualHost 10.8.10.18>
    ServerAdmin admissions@xxxxxxxxxxxxxxxxxxx 
    ServerName admissions.georgiasouthern.edu
    DocumentRoot /www/admissions
    ErrorLog /apache/server/logs/admissions/error_log
    CustomLog /apache/server/logs/admissions/access_log common
    ServerPath /admissions
</VirtualHost>

# Purpose: coba
<VirtualHost 10.8.10.6>
    ServerAdmin coba@xxxxxxxxxxxxxxxxxxx 
    ServerName coba.georgiasouthern.edu
    DocumentRoot /www/coba
    ErrorLog /apache/server/logs/coba/error_log
    CustomLog /apache/server/logs/coba/access_log common
    ServerPath /coba
</VirtualHost>




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux