Re: [us...@httpd] Limit on content size

2010-07-30 Thread Nilesh Govindarajan
On Sat, Jul 31, 2010 at 2:55 AM, Mohit Anchlia wrote: > Apache 2.11: > > Is there a way to limit the size of transmission from clients? If for > eg if they send 1G size of transmission to our server then reject that > with some error message. > > ---

[us...@httpd] Limit on content size

2010-07-30 Thread Mohit Anchlia
Apache 2.11: Is there a way to limit the size of transmission from clients? If for eg if they send 1G size of transmission to our server then reject that with some error message. - The official User-To-User support forum of the A

Re: [us...@httpd] Apache 2.2.15 says You do not have permission to view [this file]

2010-07-30 Thread Eric Covener
On Fri, Jul 30, 2010 at 1:31 PM, adp002 wrote: > > Folks, > > I've been following your conversation about granting too much file access to > hackers. I utilize Norton Internet Security Intrusion Protection and to date > have had no problems with intruders. I wish to take the risk and set up a >

Re: [us...@httpd] Apache 2.2.15 says You do not have permission to view [this file]

2010-07-30 Thread James Godrej
Ha ha ha :) I don't mean to offend you but ya your original question got lost in this conversation. From: adp002 To: users@httpd.apache.org Sent: Fri, 30 July, 2010 11:01:15 PM Subject: Re: [us...@httpd] Apache 2.2.15 says You do not have permission to view

Re: [us...@httpd] Apache 2.2.15 says You do not have permission to view [this file]

2010-07-30 Thread adp002
Folks, I've been following your conversation about granting too much file access to hackers. I utilize Norton Internet Security Intrusion Protection and to date have had no problems with intruders. I wish to take the risk and set up a symbolic link between htdocs in Program Files and a folder on

Re: [us...@httpd] Apache 2.2.15 says You do not have permission to view [this file]

2010-07-30 Thread Frank Gingras
On 07/30/2010 12:01 PM, Sander Temme wrote: On Jul 30, 2010, at 7:34 AM, Frank Gingras wrote: May I borrow excerpts from your response for a wiki article? We answer those questions over and over, and I would very much like to link to a complete response instead. I put my response on my b

Re: [us...@httpd] Apache 2.2.15 says You do not have permission to view [this file]

2010-07-30 Thread Sander Temme
On Jul 30, 2010, at 7:34 AM, Frank Gingras wrote: > May I borrow excerpts from your response for a wiki article? We answer those > questions over and over, and I would very much like to link to a complete > response instead. I put my response on my blog: http://www.temme.net/sander/2010/07/30

Re: [us...@httpd] Get string that matched on

2010-07-30 Thread Bastien Semene
I don't find anything convenient. I'll stay with the rewrite rules (no SVNMasterURI directive). Actually SVNMasterURI is a proxy directive, it is just a little cleaner but not enough flexible for my use. Thanks for your help anyway ! Le 30/07/2010 12:30, Florian S. a écrit : Am Freitag, den

Re: [us...@httpd] Apache 2.2.15 says You do not have permission to view [this file]

2010-07-30 Thread Frank Gingras
On 07/30/2010 03:13 AM, Sander Temme wrote: James, The Apache HTTP Server needs read access to its configuration files and the files it serves. In and of itself, the server does not need write access anywhere on the system: even its log files are opened for write when the server is still r

Re: [us...@httpd] Apache 2.2.15 says You do not have permission to view [this file]

2010-07-30 Thread Rich Bowen
Unfortunately, an awful lot of posts on forums, and "apache help" websites is either utter nonsense, or people more concerned with "just get it working" than actually doing things right. On Jul 30, 2010, at 9:40 AM, James Godrej wrote: Sander, Thanks for such detailed reply. I have seen on

Re: [us...@httpd] Apache 2.2.15 says You do not have permission to view [this file]

2010-07-30 Thread James Godrej
Sander, Thanks for such detailed reply. I have seen on many forums and use groups people tell to chown apache:apache /var/www or chown nobody:nobody /var/www chown www-data:www-data /var/www If some one is reading from the documentation team I will suggest include Sander's reply to the appropri

Re: [us...@httpd] Get string that matched on

2010-07-30 Thread Florian S.
Am Freitag, den 30.07.2010, 11:59 +0200 schrieb Bastien Semene: > Hi, > > I'm wondering if it is possible to get the string that matched a > LocationMatch regexp ? > My problem is that when a LocationMatch matches, I wish to apply a > directive related to that request. > > In my case, if we adm

[us...@httpd] Get string that matched on

2010-07-30 Thread Bastien Semene
Hi, I'm wondering if it is possible to get the string that matched a LocationMatch regexp ? My problem is that when a LocationMatch matches, I wish to apply a directive related to that request. In my case, if we admit that we can get the string like a rewrite rule, I wish : ... SVNMaster

Re: [us...@httpd] Apache 2.2.15 says You do not have permission to view [this file]

2010-07-30 Thread Sander Temme
James, The Apache HTTP Server needs read access to its configuration files and the files it serves. In and of itself, the server does not need write access anywhere on the system: even its log files are opened for write when the server is still root, and the open file descriptors passed to th