virtual host and remote access not working

Discussion in 'Apache' started by bbxrider, Jul 25, 2007.

  1. #1
    running xppro and apache 2.2.4
    i have 2 virtual hosts, one regular and one proxy pass thru to a zope server.
    both just stopped working completely for remote access, but on the apache machine, "localhost" will serve up the 1614 site and job1data.com works for ie but not firefox. both domains ping ok so the router and dns is working. i get the 'cannot find server or dns error' when trying access remotely or trying to access the first site, (1614) locally using the domain name instead of "localhost"...... ok now the worst part, it was all working fine until i ran the weekly norton full scan, the only thing it found tho and fixed was 1 tracking cookie.
    nothing should have changed in my httpd.conf that i know of
    ?????????????????????????
    sounds like somehow something in the xp changed, any checklist i can run thru to unravel this??

    NameVirtualHost *:80
    VirtualHost *:80>
    ServerAdmin bbxrider@job1data.com
    DocumentRoot C:/apache2/htdocs/1614
    DirectoryIndex index.html index.htm
    ServerName www.1614-douglas-road.com
    ServerAlias 1614-douglas-road.com *.1614-douglas-road.com
    ErrorLog C:/apache2/logs/www.1614-douglas-road-error_log
    # CustomLog C:/apache2/log/www.1614-douglas-road-access_log
    </VirtualHost>
    <VirtualHost *:80>
    ServerName www.job1data.com
    ServerAlias job1data.com *.job1data.com
    ServerAdmin bbxrider@job1data.com
    ProxyPass / http://localhost:8089/VirtualHostBase/http/www.job1data.com:80/pacificmail/VirtualHostRoot/
    ProxyPassReverse / http://localhost:8089/VirtualHostBase/http/www.job1data.com:80/pacificmail/VirtualHostRoot/
    ErrorLog C:/apache2/logs/www.plone-error_log
    </VirtualHost>
     
    bbxrider, Jul 25, 2007 IP