Re: [users@httpd] mod_rewrite and directory context

2012-06-04 Thread Igor Cicimov
On Tue, Jun 5, 2012 at 12:42 PM, Eric Covener wrote: > On Mon, Jun 4, 2012 at 10:38 PM, Igor Cicimov wrote: > > First this is wrong: > > > > Options -Indexes +FollowSymLinks > > > > You should never mix + and - in the Options. > > > > Isn't it just +/- and non +/- that are the mix to avoid? > >

Re: [users@httpd] mod_rewrite and directory context

2012-06-04 Thread Eric Covener
On Mon, Jun 4, 2012 at 10:38 PM, Igor Cicimov wrote: > First this is wrong: > > Options -Indexes +FollowSymLinks > > You should never mix + and - in the Options. > Isn't it just +/- and non +/- that are the mix to avoid? - To un

Re: [users@httpd] mod_rewrite and directory context

2012-06-04 Thread Igor Cicimov
First this is wrong: Options -Indexes +FollowSymLinks You should never mix + and - in the Options. Second if you read mod_rewrite docs you will see that QSA flag appends something, which is why you have double "test" as rewrite result. Igor On Jun 5, 2012 4:29 AM, "Jimmy Thrasibule" wrote: >

Re: [users@httpd] unsubscribe

2012-06-04 Thread Yehuda Katz
On Mon, Jun 4, 2012 at 10:10 PM, Work W wrote: > howto UNsubscribe ? > >From the website (http://httpd.apache.org/userslist.html): To unsubscribe, send a messages to users-unsubscr...@httpd.apache.org (or, if you are subscribed to the digest version of the list, send to users-digest-unsubsc

[users@httpd] unsubscribe

2012-06-04 Thread Work W
howto UNsubscribe ? Date: Mon, 4 Jun 2012 20:21:32 -0500 From: drugg...@primary.net To: users@httpd.apache.org Subject: Re: [users@httpd] Response code 408 On 6/4/2012 3:13 PM, John Iliffe wrote: 1) since almost all of these 408's are METHOD=GET why is the reques

Re: [users@httpd] Response code 408

2012-06-04 Thread Daniel Ruggeri
On 6/4/2012 3:13 PM, John Iliffe wrote: > 1) since almost all of these 408's are METHOD=GET why is the request not > present as soon as the initial connection arrives since the request is > coded in the URL and not in a separate header? The total (URL + request) > length is about 80 bytes or le

[users@httpd] Response code 408

2012-06-04 Thread John Iliffe
This is a re-post; I didn't get an answer so I guess I didn't phrase the original question very well. We are getting a lot (about 2% of GET's) of response code 408. The config file has: RequestReadTimeout header=10 body=30 Originally I didn't spot this requirement and requests were timing out

[users@httpd] mod_rewrite and directory context

2012-06-04 Thread Jimmy Thrasibule
Hi, I'm trying to pass everything that is not a file to `index.php` as a request parameter without using a `.htaccess` file. A request to http://www.example.com/test must be rewritten to http://www.example.com/index.php?q=/test. I'm using Debian Squeeze (6.0) and Apache 2.2.16. Here is my config

[users@httpd] mod_proxy, jetty -- (20014)Internal error: proxy: error reading status line

2012-06-04 Thread Oleg Dulin
We have a configuration as follows: Apache2 httpd with mod_proxy (2.2.15) in the DMZ Java server process with embedded Jetty in the secure zone All calls to the Java server are POST made by an iPad application The mod_proxy configuration looks like this: ProxyRequests Off ProxyPreserveHost