[ale] Apache 1.3 ProxyPass Q

Jerry Yu jjj863 at gmail.com
Mon Oct 27 11:13:21 EDT 2008


1) Proxyrequests should be off. Pretty sure it is Off in the reverse
proxy example.
3) Protocol module is necessary. your httpd binary may have it compiled though
4) No it won't help, since it is more of a short-hand syntax to proxy.
Mod-rewrite does offer better logging to assist tx.

On 10/26/08, Robert L. Harris <robert.l.harris at gmail.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> 1)  This is exactly the page I followed when setting mine up.
> 2)  I'm using  1.3.33-6sarge3
> 3)  I found http://www.apachetutor.org/admin/reverseproxies.  I
> scrolled down
>       to "The Complete Configuration" where I found my next hint, seems my
>       version doesn't have a "mod_proxy_http" anywhere nor can I find any
>       packages for it in the apache 1.3 tree.
> 4)  Have an example?  Will that help with #3 above?
>
> Robert
>
>
>
> Jerry Yu wrote:
>> A good link on the topic is at
>> http://httpd.apache.org/docs/1.3/mod/mod_proxy.html 1)
>> Proxyrequests should be off, since it is only needed for Forward
>> Proxy. 2) It sounds like HTTP/1.1 proxy support was added for
>> Apache 1.3.23 and later versions. Is yours newer than that? 3)
>> Protocol support was done by protocol-specific module, I believe.
>> 4) Simple proxy can also be turned on via P flag in a rewrite rule.
>>
>>
>> On 10/26/08, Robert L. Harris <robert.l.harris at gmail.com> wrote:
>>
>> I'm running an apache 1.3 server that can't be upgraded at this
>> time. I need to enable proxypass so that if you go to
>> http://<mysite.com>/forums/ it passes through the content from a
>> server behind the NAT which is not publicly available.  I have
>> uncommented the "LoadModule libproxy.c" and the AddModule is in
>> place.  I went into the VirtualHost definition and added the 3
>> lines:
>>
>> ProxyRequests on ProxyPass /forums/ http://10.1.1.96/
>> ProxyPassReverse /forums/ http://10.1.1.96/
>>
>> However when I go to "http://<mysite.com>/forums/" I'm getting a
>> 404. If I do a "lynx http://10.1.1.96/" from the web server the
>> forums are working.
>>
>> Thoughts?
>>
>>>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
>>>
>> _______________________________________________ Ale mailing list
>> Ale at ale.org http://mail.ale.org/mailman/listinfo/ale
>
> - --
>
> :wq!
> ====================================================================
> Robert L. Harris                     | GPG Key ID: E344DA3B
>                                          @ x-hkp://pgp.mit.edu
> DISCLAIMER:
>       These are MY OPINIONS             With Dreams To Be A King,
>        ALONE.  I speak for              First One Should Be A Man
>        no-one else.                       - Manowar
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.8 (Darwin)
>
> iD8DBQFJBOkx8+1vMONE2jsRArTdAKCV0Vx/TJeLwWMoQFWUsp4NKbTj6wCfYIVF
> qJCMp0szyh+UFl+BbER8F+I=
> =8vH/
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
>


More information about the Ale mailing list