Hi everybody,
I want to enable proxying from apache to a tomcat application running on ssl.
Redirection is working:
RewriteRule /abc/ https://remoteserver:8443/abc/ [R=301,L]
But proxying is not:
RewriteRule /abc/ https://remoteserver:8443/abc/ [P,L]
In redirection:
http://myapache/abc/ goes
Hello Melanie,
I am not sure if the RewriteRule behaviour is identical to ProxyPass
od mod_proxy.
In mod_proxy, I believe you have to enable ssl connections to the
backend with SSLProxyEngine on (or something similar, if my memory
fails me), so this might be the issue here as well. Mod_pr
Trying to get Apache 2.2.8 working with subversion 1.4.6 on Windows Server 2003
R2.
It works fine when run interactively, but if I use the Apache monitor
application I get an error:
szAppName: httpd.exe szAppVer: 2.2.8.0 szModName: libapr-1.dll szModVer:
1.2.11.0 offset 0001e06
There's nothi
thanks.
SSLProxyEngine On
ProxyPass /abc/ https://remoteserver:8443/abc/
If I try the URL http://myapache/abc/
the redirection works but the url changes so proxying is not working as
expected.
Any idea?
thx
--- On Fri, 11/4/08, Nils Jeppe <[EMAIL PROTECTED]> wrote:
> From: Nils Jeppe <[EMA
On 11/04/2008, Melanie Pfefer <[EMAIL PROTECTED]> wrote:
> thanks.
> SSLProxyEngine On
> ProxyPass /abc/ https://remoteserver:8443/abc/
>
> If I try the URL http://myapache/abc/
> the redirection works but the url changes so proxying is not working as
> expected.
Remember to use:
ProxyPas
Not sure what you mean? There's a redirect after the initial access
via the proxy? Don't do that, or proxy the second path too :-)
Best wishes
Nils
On 11.04.2008, at 15:22, Melanie Pfefer wrote:
thanks.
SSLProxyEngine On
ProxyPass /abc/ https://remoteserver:8443/abc/
If I try the URL http:
On Fri, Apr 11, 2008 at 9:48 AM, Melanie Pfefer
<[EMAIL PROTECTED]> wrote:
> Hi everybody,
>
> I want to enable proxying from apache to a tomcat application running on ssl.
>
> Redirection is working:
> RewriteRule /abc/ https://remoteserver:8443/abc/ [R=301,L]
>
>
> But proxying is not:
> Re
On Thu, Apr 10, 2008 at 9:32 PM, j k <[EMAIL PROTECTED]> wrote:
> I am seeing some odd log entries like this:
> Apr 10 05:14:09 OutDropped:IN= OUT=eth0 SRC=xx.xx.xx.xx
> DST=66.249.31.43LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=47089 DF PROTO=TCP
> SPT=37356 DPT=3306
> WINDOW=5840 RES=0x00 SYN URGP=0
Anyone?
On Thu, Apr 10, 2008 at 10:51 PM, Mandy Singh <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I need to know if its a good idea to run webserver as user 'apache', have
> all files in webroot owned by user apache and perms 644?
>
> Would this still mean that if server runs as apache and it has read/w
Hi Mandy,
> I need to know if its a good idea to run webserver as
> user 'apache', have all files in webroot owned by user
> apache and perms 644?
It's not exactly a good idea, but if you are in a situation
where the advantage outweighs the problems, then go ahead.
> Would this still mean t
On Apr 10, 2008, at 8:37 AM, Christopher Bianchi wrote:
Israel,
Use mod_rewrite to redirect requests to a directory to the url of
the cgi
page, including any URL variables that you want.
I was hoping to avoid that solution. My experiences with mod_rewrite
have been, shall we say, somewhat
how to see that apache has ssl configured?
in httpd.conf, I have:
LoadModule ssl_module modules/mod_ssl.so
and
./httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
the software was compiled with:
./configure --prefix=/usr/local/apache2 --enable-mods-shared=all
--enable-
On Fri, Apr 11, 2008 at 7:27 AM, <[EMAIL PROTECTED]> wrote:
> Hi Mandy,
>
> > I need to know if its a good idea to run webserver as
> > user 'apache', have all files in webroot owned by user
> > apache and perms 644?
>
> It's not exactly a good idea, but if you are in a situation
> where the adva
On Fri, 11 Apr 2008, Melanie Pfefer wrote:
how to see that apache has ssl configured?
in httpd.conf, I have:
LoadModule ssl_module modules/mod_ssl.so
and
./httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
the software was compiled with:
./configure --prefix=/usr/local/a
Hi all,
Had a quick question with some rules that I'm having a bit of difficulty with.
Essentially I'm hosting a web application which follows the MVC design
pattern which relies on some mod_rewrite ninja in order to setup
proper internal routing. The base of the ruleset that gets the
applicatio
Hi,
We have a nice documents on the web to configure http server as organisation
proxy server for http content. However, we are now looking to allow e-mails
to be fetched to the org employees though the proxy. Could any one let me
know how to open up smtp, imap and pop and/or any other sockets pr
16 matches
Mail list logo