Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

apache reverse proxy problem

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Next:  Bad Flag Delimiters on Rewrite Cond  
Author Message
Dan Barcot

External


Since: Mar 02, 2007
Posts: 1



(Msg. 1) Posted: Fri Mar 02, 2007 5:55 am
Post subject: apache reverse proxy problem
Archived from groups: alt>apache>configuration (more info?)

Hello,

I'm trying to setup reverse proxy as DMZ based gateway to our intranet
Domino server. I have working setup of Apache2 (ver. 2.0.x on Debian
Sarge) of reverse proxy with SSL.

It works like this:

1. User enter address of mail server like https://mail.server.cz/
2. login screen appears
3. when user successfully authenticate himself, he is automatically
redirected to his mailbox into https://mail.server.cz/mail/username.nsf
like address

this all works fine.


Still, there is possibility access other databases via
https://mail.server.cz/dtb_name.nsf and this is what I do not want to
be possible. In other words, I need something like when user enter
anything behind / then he is automatically redirected back to
https://mail.server.cz/

On http port I have this:

RedirectMatch (.*)\.nsf(.*)$ https://mail.server.cz
Redirect / https://mail.server.cz

this works but it does not on https:// with reverse proxy


Does anybody know how to solve this?

Thanks a lot in advance for any answers

Best regards
Daniel

 >> Stay informed about: apache reverse proxy problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
problem adding reverse proxy to Apache 2.2.0 - Hello, I'm having trouble installing the necessary modules to use apache 2.2.0 as a reverse proxy. First of all, httpd -l lists mod_so as installed, the modules directory already contained mod_proxy, mod_proxy_connect, mod_proxy_ftp, and ..

IE problem with Reverse Proxy - I can access my production server through my reverse proxy with Netscape, Mozilla, or Safari, but IE 5 -6 just gives me a blank page. IE is fine if I connect to the production server directly. My reverse proxy setup is apache 2.0.47 running on fedora...

Newbie's Reverse Proxy problem - Hi folks, I am new to Apache and to Linux. I need to set up a reverse proxy with Apache2 and Linux (Suse 8.2). After reading manuals and documentation (e.g. http://httpd.apache.org/docs-2.0/mod/mod_proxy.html) I thought this would be a pretty easy..

Apache 2.0.48 and reverse proxy - Hi, I am not able to setup reverse proxies using the following script in Apache 2.0.48 because of directive problems. I have to set up two reverse proxies for my webserver running on two different ports. What changes do I need to make it running on..

Apache reverse proxy - Hello, I am installing a reverse proxy on Apache. For basic cases, everything works fine. When I do a simple redirection, like for example ProxyPass /server/ https://141.220.200.46/ ProxyPassReverse /server/ https://141.220.200.46/ no..
   Web Hosting Problem Solving Community! (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 ]