[users@httpd] Location block not being honoured?

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

 



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 netop@xxxxxxxxxxxx
        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 netop@xxxxxxxxxxxx
        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 netop@xxxxxxxxxxxx
        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
eneal@xxxxxxxxxxxx
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: 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