I'm using 2.0.52 on centos4. This box will primarily be used to offload
ssl processing from our weblogic application servers.
To do this, we are using mod_wl128_20.so.
Since we are testing this configuration, it had a couple sites existing
on the box already. When we configured a virtualhost for proxing between
weblogic and the client. The proxiing works fine, but our configuration
somehow broke things because all http requests are being proxied to the
application server.

NameVirtualHost 172.16.101.119:80

<VirtualHost 172.16.101.119:80>
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /var/www/spacebooth_com/wwwroot
        ServerName www.spacebooth.com
        CustomLog "|/usr/local/sbin/cronolog
/var/www/spacebooth_com/logs/%Y-%m-%d-spacebooth_com.log" combined
</VirtualHost>

<VirtualHost 172.16.101.119:80>
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /var/www/recoverymetals_com/wwwroot
        ServerName www.recoverymetals.com
        CustomLog "|/usr/local/sbin/cronolog
/var/www/recoverymetals_com/logs/%Y-%m-%d-recoverymetals_com.log"
combined
</VirtualHost>


<VirtualHost 172.16.101.119:80>
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /var/www/www_tripwire-dhs_net/wwwroot
        ServerName www.tripwire-dhs.net
        CustomLog "|/usr/local/sbin/cronolog
/var/www/www_tripwire-dhs_net/logs/%Y-%m-%d-www_tripwire-dhs_net.log"
combined
        ProxyRequests Off
        <Location / >
            SetHandler weblogic-handler
            Debug On
            WebLogicHost 172.16.103.200
            WebLogicPort 7004
        </Location>

</VirtualHost>

Is there anything wrong with this configuration?


__________________________________________
Errol Uriel Neal Jr.
Sr. Network Administrator
DFI International, Inc.
1717 Pennsylvania Ave NW, Suite 1300
Washington, DC  20006
Tel (202)452-6955
Fax (202)452-6910
[EMAIL PROTECTED]
www.dfi-intl.com


---------------------------------------------------------------------
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]

Reply via email to