[users@httpd] mod_proxy and VirtualHost

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

 



Hello everyone,

I'm trying to configure Apache 1.3.33 with mod_proxy so that
everything that goes to  or comes from http://rt.uavco.com will be
directed to http://rt.uavco.com:8080.

Here's a part of my current httpd.conf

Listen 80
Listen 8080
[.....]
<VirtualHost rt.uavco.com:80>
    ProxyPass / http://rt.uavco.com:8080/
    ProxyPassReverse / http://rt.uavco.com:8080/
</VirtualHost>
#ProxyRequests Off
<VirtualHost rt.uavco.com:8080>
    ServerName rt.uavco.com:8080
    DocumentRoot /opt/rt3/share/html
    AddDefaultCharset UTF-8
                                                                                
    PerlModule Apache::DBI
    PerlRequire /opt/rt3/bin/webmux.pl
                                                                                
    <Location />
        SetHandler perl-script
        PerlHandler RT::Mason
    </Location>
</VirtualHost>

Now, everything that goes to that server is directed to
http://rt.uavco.com:8080.

Can anyone tell me what I'm doing wrong here?

Any help is appreciated!

Kevin
-- 
Kevin Old
kevinold@xxxxxxxxx

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