[EMAIL PROTECTED] apache api compatibility with ipv6

2008-05-28 Thread raj mishra
Hi All, We are using apache api in our application to get the client's IP address.We are getting the IP address using "requestRec->connection->remote_ip" call. This call seems to work with IPv4 version. Can somebody confirm that if the same API will work for IPv4. If the same API is compatible wi

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Nino Saturnino Martinez Vazquez Wael
Replying inline... And thanks for your mail. Krist van Besien wrote: On Tue, May 27, 2008 at 11:25 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Hi I have two applications running in a tomcat instance, I use apaches mod proxy to forward to them accordingly. However I h

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Nino Saturnino Martinez Vazquez Wael
Replying inline... And thanks for your mail. Krist van Besien wrote: On Tue, May 27, 2008 at 11:25 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: Hi I have two applications running in a tomcat instance, I use apaches mod proxy to forward to them accordingly. However I h

Re: [EMAIL PROTECTED] Permission denied on sub directories for one VirtualHost

2008-05-28 Thread Eric Bowman
On 5/28/08, Norman Khine <[EMAIL PROTECTED]> wrote: I have this as the permissions: ls -al css/total 24 drw-r--r-- 2 apache apache 4096 May 28 19:15 . drwxr-xr-x 5 apache apache 4096 May 28 19:50 .. -rw-r--r-- 1 apache apache 14817 May 28 19:15 style.css But is the same as the DocumentRo

[EMAIL PROTECTED] mod_html_proxy help (Was: Re: Setting up single-site anonymizer?)

2008-05-28 Thread Jesse Sheidlower
On Thu, May 22, 2008 at 02:09:14PM -0400, Jesse Sheidlower wrote: > On Thu, May 22, 2008 at 04:56:01PM +0100, Nick Kew wrote: > > On Thu, 22 May 2008 10:27:19 -0400 > > Jesse Sheidlower <[EMAIL PROTECTED]> wrote: > > > > All is explained at http://www.apachetutor.org/admin/reverseproxies > > > > >

[EMAIL PROTECTED] Apache 2.2 on Windows - problem with Params::Callback

2008-05-28 Thread Andrei Kozovski
Hello, Below is a little test script, that show a strange behav. ( or may be a bug ). #!/usr/bin/perl use strict; use warnings; if ( fork ) {     wait; } # this will not work on Apache 2.2 on Windows # gives following error into "child"

Re: [EMAIL PROTECTED] Permission denied on sub directories for one VirtualHost

2008-05-28 Thread Norman Khine
Thank you, that was it, I think I need to go and change my glasses ;) Graeme Fowler wrote: On Wed, 2008-05-28 at 13:31 +0200, Norman Khine wrote: I have this as the permissions: ls -al css/ total 24 drw-r--r-- 2 apache apache 4096 May 28 19:15 . drwxr-xr-x 5 apache apache 4096 May 28 19:50 .

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Krist van Besien
On Tue, May 27, 2008 at 11:25 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > Hi > > I have two applications running in a tomcat instance, I use apaches mod > proxy to forward to them accordingly. However I have trouble getting a share > cookie to be visible in each applicatio

Re: [EMAIL PROTECTED] Permission denied on sub directories for one VirtualHost

2008-05-28 Thread Graeme Fowler
On Wed, 2008-05-28 at 13:31 +0200, Norman Khine wrote: > I have this as the permissions: > > ls -al css/ > total 24 > drw-r--r-- 2 apache apache 4096 May 28 19:15 . > drwxr-xr-x 5 apache apache 4096 May 28 19:50 .. > -rw-r--r-- 1 apache apache 14817 May 28 19:15 style.css So the css/ directory

Re: [EMAIL PROTECTED] Permission denied on sub directories for one VirtualHost

2008-05-28 Thread Eric Covener
On 5/28/08, Norman Khine <[EMAIL PROTECTED]> wrote: > I have this as the permissions: > > ls -al css/total 24 > drw-r--r-- 2 apache apache 4096 May 28 19:15 . > drwxr-xr-x 5 apache apache 4096 May 28 19:50 .. > -rw-r--r-- 1 apache apache 14817 May 28 19:15 style.css > > But is the same as the Doc

Re: [EMAIL PROTECTED] ProxyPass/ProxyPassreverse shared cookies?

2008-05-28 Thread Nino Saturnino Martinez Vazquez Wael
Okay since im not drowning in solutions for using mod proxy. I'll try to use mod jk. But before I do so I have the following question: How do I setup Apache HTTP to only forward to certain parts of tomcat, depending on incomming network. Currently I have 2 application, which needs to share a

Re: [EMAIL PROTECTED] Permission denied on sub directories for one VirtualHost

2008-05-28 Thread Norman Khine
I have this as the permissions: ls -al css/total 24 drw-r--r-- 2 apache apache 4096 May 28 19:15 . drwxr-xr-x 5 apache apache 4096 May 28 19:50 .. -rw-r--r-- 1 apache apache 14817 May 28 19:15 style.css But is the same as the DocumentRoot, which works fine. ls -al htdocs | more total 2928 drw

[EMAIL PROTECTED] choocing (global) HTTP Methods at compile time

2008-05-28 Thread Theodore Andreadis
Hi all I did a (fairly) typical compilation of httpd, and when I probed the server (telnet-ed OPTIONS * HTTP 1.1 to localhost:80), I got this answer: HTTP/1.1 200 OK Date: Wed, 28 May 2008 10:43:07 GMT Server: Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8a Allow: GET,HEAD,POST,OPTIONS,TRACE

Re: [EMAIL PROTECTED] Permission denied on sub directories for one VirtualHost

2008-05-28 Thread Graeme Fowler
On Wed, 2008-05-28 at 10:38 +0200, Norman Khine wrote: > I seem to have one problem with a virtual host that for the images and > css sub-directory I get the following error: > > [Wed May 28 19:27:07 2008] [error] [client 90.42.77.188] (13)Permission > denied: access to /images/btn.jpg denied, r

[EMAIL PROTECTED] Permission denied on sub directories for one VirtualHost

2008-05-28 Thread Norman Khine
Hello, I seem to have one problem with a virtual host that for the images and css sub-directory I get the following error: [Wed May 28 19:27:07 2008] [error] [client 90.42.77.188] (13)Permission denied: access to /images/btn.jpg denied, referer: http://demo.domain.net/index.html [Wed May 28 1