[EMAIL PROTECTED] [EMAIL PROTECTED] verse Proxy to server e-mail

2008-04-11 Thread Raja Nagendra Kumar
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

[EMAIL PROTECTED] Some mod_rewrite insight

2008-04-11 Thread Steve Finkelstein
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

Re: [EMAIL PROTECTED] is ssl configured?

2008-04-11 Thread Craig Dunigan
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

Re: [EMAIL PROTECTED] Re: Running webserver as apache?

2008-04-11 Thread j k
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

[EMAIL PROTECTED] is ssl configured?

2008-04-11 Thread Melanie Pfefer
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-

Re: [EMAIL PROTECTED] .cgi as DirectoryIndex?

2008-04-11 Thread Israel Brewster
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

AW: [EMAIL PROTECTED] Re: Running webserver as apache?

2008-04-11 Thread christian.folini
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

[EMAIL PROTECTED] Re: Running webserver as apache?

2008-04-11 Thread Mandy Singh
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

[EMAIL PROTECTED] Re: configure logs to track source of outgoing requests

2008-04-11 Thread j k
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

Re: [EMAIL PROTECTED] url proxying

2008-04-11 Thread Krist van Besien
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

Re: [EMAIL PROTECTED] url proxying

2008-04-11 Thread Nils Jeppe
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:

Re: [EMAIL PROTECTED] url proxying

2008-04-11 Thread Vincent Bray
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

Re: [EMAIL PROTECTED] url proxying

2008-04-11 Thread Melanie Pfefer
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

[EMAIL PROTECTED] Error starting Apache 2.2.8 on Windows

2008-04-11 Thread paulh
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

Re: [EMAIL PROTECTED] url proxying

2008-04-11 Thread Nils Jeppe
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

[EMAIL PROTECTED] url proxying

2008-04-11 Thread Melanie Pfefer
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