Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

help with mod_proxy

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Alias with user authentication  
Author Message
deko

External


Since: Jun 28, 2006
Posts: 13



(Msg. 1) Posted: Wed Aug 01, 2007 5:02 pm
Post subject: help with mod_proxy
Archived from groups: alt>apache>configuration (more info?)

Has anyone experience with mod_proxy? I would like to use it to do simple
forwarding of HTTP requests. Actually, a bit more than that. I want to forward
the HTTP request, and add a header to the retrieved content (with perhaps
another Apache module).

Any suggestions?

Thanks in advance.

 >> Stay informed about: help with mod_proxy 
Back to top
Login to vote
petersprc

External


Since: Jul 02, 2007
Posts: 4



(Msg. 2) Posted: Fri Aug 03, 2007 6:09 am
Post subject: Re: help with mod_proxy [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You could do this:

<Location /my/mirror/>
ProxyPass http://site/dir/
header set X-MyHeader "my header value"
</Location>

Requires mod_proxy and mod_headers.

On Aug 1, 8:02 pm, "deko" <d... DeleteThis @nospam.com> wrote:
> Has anyone experience with mod_proxy? I would like to use it to do simple
> forwarding of HTTP requests. Actually, a bit more than that. I want to forward
> the HTTP request, and add a header to the retrieved content (with perhaps
> another Apache module).
>
> Any suggestions?
>
> Thanks in advance.

 >> Stay informed about: help with mod_proxy 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[1.3.2x] mod_proxy - How do I enable mod_proxy to proxypass https connections?!? Here's the error when I attempt: proxy: No protocol handler was valid for the URL /. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuratio...

mod_proxy - hi, I used the following to compile Apache 2.0.47 with mod_proxy.c [quote] ../configure --prefix=/usr/local/apache \ --enable-module=rewrite --enable-shared=rewrite \ --enable-module=proxy --enable-shared=proxy [unquote] but i find the following ..

mod_proxy / mod_rewrite - hello we got an apache in front of several websphere doing load balancing. if a client is trying to access a webapplication, a 401 http error is generated from the websphere and sent back to apache. one application on websphere is responsible for..

mod_proxy for apache 1.3.27 - I'm trying to get mod_proxy to work with Apache 1.3.27. All my loadable modules are in /usr/lib/apache, and end in .so (like mod_rewrite.so) To make this .so, I got the source to Apache 1.3.27, ran "./configure --enable-module=proxy" This cr...

mod_dir -> mod_proxy? - Is there a way to have directory indexes be handled by mod_proxy in a way? Say something like DirectoryIndex http://myappserver.com/dumdumdum/index.php Or can this otherwiser be achieved with mod_rewrite?
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]