Re: [us...@httpd] permission problem

2009-08-21 Thread Tom Evans
On Thu, 2009-08-20 at 22:02 -0400, Chuck Crisler wrote: > I seem to have a permission problem with apache. I am running FC9 and > apache 2.2.11, mod_perl 2.0.4 and perl/V5.10.0. I am trying to work with > apache/perl/mason/mySQL but continually encounter permission failures. > Apache runs under use

Re: [us...@httpd] how to create payment gateway

2009-08-21 Thread Krist van Besien
On Thu, Aug 20, 2009 at 4:44 PM, André Warnier wrote: > Krist van Besien wrote: >> >> http://lmgtfy.com/?q=How+to+create+Payment+Gateway+by+Apache+with+other+Application >> > Brilliant ! You mean you really didn't know this site? Krist -- krist.vanbes...@gmail.com kr...@vanbesien.org Bremgarte

[us...@httpd] apache 2.2 / mod_proxy / parameters

2009-08-21 Thread Petteri Heinonen
Hello list users. I'm struggling with mod_proxy parameters related to amount of open connections to backend etc. Here is an excerpt of my configuration: ProxyPass /exchange/ https://exchange.company.com/exchange/ min=10 max=32 acquire=1 keepalive=on retry=5 timeout=15 ProxyPassReverse /exc

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread Melanie Pfefer
Hi, In fact, this works but it does not suits my requriements. I have a loose restrictions on the parent folder but want to tighten the sublocation. Any hint please? thanks --- On Fri, 21/8/09, Igor Cicimov wrote: > From: Igor Cicimov > Subject: Re: [us...@httpd] 'require' keyword > To: us

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread André Warnier
Melanie, /WHAT/ works ? What Igor mentions below, or what Eric previously asked you to check ? Melanie Pfefer wrote: Hi, In fact, this works but it does not suits my requriements. I have a loose restrictions on the parent folder but want to tighten the sublocation. Any hint please?

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread Melanie Pfefer
Hi I meant Eric's suggestion. But, I sent the email too fast. In fact, I am not prompted for authentication when I create a new and seperate location even though the Require user was put for that new location. In fact I just noticed that I have also: with the same ldap settings (require vali

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread André Warnier
Just another little point, Melanie : when you send a reply to a message on the list, use the "Reply" button, not the "Reply all" button. We are all subscribed to the list, which means that we get a copy of each message sent to the list. If in addition, you send the reply back to the original post

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread Eric Covener
On Fri, Aug 21, 2009 at 6:43 AM, André Warnier wrote: > Just another little point, Melanie : when you send a reply to a message on > the list, use the "Reply" button, not the "Reply all" button. > We are all subscribed to the list, which means that we get a copy of each > message sent to the list.

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread Melanie Pfefer
Hi Just to note these 2 conf: with this config, I directly get Forbidden 403 DAV svn SVNParentPath /jupiter/svnlinks/svn/XYZ/ABC/123/ Options FollowSymLinks AuthBasicProvider ldap AuthLDAPUrl ldap://. Require user user1 Require user user2 With this config (without LimitExcept), I

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread Eric Covener
On Fri, Aug 21, 2009 at 7:22 AM, Melanie Pfefer wrote: > Hi > > Just to note these 2 conf: > > with this config, I directly get Forbidden 403 > > > DAV svn > SVNParentPath /jupiter/svnlinks/svn/XYZ/ABC/123/ > Options FollowSymLinks > AuthBasicProvider ldap > AuthLDAPUrl ldap://. > > Require u

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread André Warnier
Melanie Pfefer wrote: Hi I meant Eric's suggestion. But, I sent the email too fast. In fact, I am not prompted for authentication when I create a new and seperate location even though the Require user was put for that new location. In fact I just noticed that I have also: with the same lda

Re: [us...@httpd] 'require' keyword

2009-08-21 Thread Melanie Pfefer
Hi, I tried to change the AuthName but I got the same behavior: Forbidden The methid is GET (since I am only accessing the page from a browser): "GET /svn/ABC/XYZ/123 HTTP/1.0" 403 221 thanks in advance --- On Fri, 21/8/09, André Warnier wrote: > From: André Warnier > Subject: Re: [us...@http

RE: [us...@httpd] Apache logs

2009-08-21 Thread Richard Peacock
Hi A Hole, Thanks for letting us know? (do you mean to ask "Are the Apache logs written when the request is completed?") I have you read the pages at http://httpd.apache.org/ regarding the log files? Ps. Please nobody moan about me "reverse posting", I blame my outlook client! __

[us...@httpd] Apache logs

2009-08-21 Thread Andrew Hole
Hi guys? Apache logs are written when the request is completed (when browser received the response)? Thanks

RE: [us...@httpd] Apache logs

2009-08-21 Thread Richard Peacock
Oops, there's me questioning someone's post and making a mistake in my reply which makes my post nonsense! Correction: "I have you read the pages at http://httpd.apache.org/ regarding the log files?" should be "Have you ..." From: Richard Peacock [mailto:ri

[us...@httpd] How do purge or invalidate object(s) from mod_cache

2009-08-21 Thread Jerome Yanga
How do I purge or invalidate object(s) from mod_cache? jerome

Re: [us...@httpd] Apache logs

2009-08-21 Thread Andrew Hole
Fortunately we are not all the same and I am sure that someone will answer me in a correct way. Best Regards On Fri, Aug 21, 2009 at 5:04 PM, Richard Peacock < richard.peac...@minorplanet.com> wrote: > Oops, there’s me questioning someone’s post and making a mistake in my > reply which makes

Re: [us...@httpd] Apache logs

2009-08-21 Thread Sander Temme
On Aug 21, 2009, at 11:49 AM, Andrew Hole wrote: Apache logs are written when the request is completed (when browser received the response)? Apache access logs are written during the logging phase of the request processing, which is usually after the respone has been written to the clie