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 [email protected]
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 [email protected]
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 [email protected]
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: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]