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 webmas...@georgiasouthern.edu 
    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 admissi...@georgiasouthern.edu 
    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 c...@georgiasouthern.edu 
    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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to