[users@httpd] Apache KeepAlive seems to be blocking child processes and delaying requests

2013-05-24 Thread Marc Murphy
Hello, I am using Apache 2.2 mpm prefork and am having a problem with requests spawning child processes. I am using Firefox on Ubuntu 11.04. Here's the situation: Firefox allows 6 persistent connections. KeepAlive in on with a Timeout of 5 s 6 requests are made the 7th request is blocked unti

[users@httpd] Is this an Apache config problem?

2013-05-24 Thread John Iliffe
Every day I get a number of lines like the following in the Apache access log. Note that the response code is 200, successful. The requested URL is NOT on my web site. Does this imply that I have actually created an open proxy or relay? I would expect some form of error response such as 404.

[users@httpd] RE: ReverseProxy

2013-05-24 Thread Joe Williams
https-ssl.conf configuration as well if needed Listen 443 DocumentRoot "/etc/apache2.4//htdocs" ErrorLog "/etc/apache2.4/logs/error_log" TransferLog "/etc/apache2.4/logs/access_log" SSLEngine on SSLProxyEngine On SSLCertificateFile /etc/apache2.4/sslcerts/sip.externaldomain.com.crt SSLCertific

[users@httpd] ReverseProxy

2013-05-24 Thread Joe Williams
I am setting up apache2.4.4 with SSL to use as a reverse proxy. SSL is enabled using a public godaddy certificate. This supposed to be passing requests on 443 to a backend IIS server on a CA certificate to port 4443 Browsing to the url for the IIS site throws the following errors in the apache

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Tom Evans
On Fri, May 24, 2013 at 3:37 PM, Joydeep Bakshi wrote: > > > On 24-May-2013, at 6:46 PM, Tom Evans wrote: > >> On Fri, May 24, 2013 at 2:03 PM, Joydeep Bakshi >> wrote: >>> It was level 5 and now I have set level 9. >>> From log it seems that the pattern is blindly applied to every link rather >

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Eric Covener
The input isn't how you described it, right? On Fri, May 24, 2013 at 10:37 AM, Joydeep Bakshi wrote: > > > On 24-May-2013, at 6:46 PM, Tom Evans wrote: > >> On Fri, May 24, 2013 at 2:03 PM, Joydeep Bakshi >> wrote: >>> It was level 5 and now I have set level 9. >>> From log it seems that the pa

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Joydeep Bakshi
On 24-May-2013, at 6:46 PM, Tom Evans wrote: > On Fri, May 24, 2013 at 2:03 PM, Joydeep Bakshi > wrote: >> It was level 5 and now I have set level 9. >> From log it seems that the pattern is blindly applied to every link rather >> than matching the query_string >> >> applying pattern '^ALP332

Re: [users@httpd] Do these log entries show someone trying to hack in?

2013-05-24 Thread plot.lost
On 24/05/2013 14:55, Jack Mcslay wrote: These appear to be escaped characters from a binary blob, which could be someone trying to inject malicious code, but I really don't think apache has anything that makes it interpret hostnames as C-styled escaped strings. Em 24-05-2013 10:26, plot.lost

Re: [users@httpd] Do these log entries show someone trying to hack in?

2013-05-24 Thread Jack Mcslay
These appear to be escaped characters from a binary blob, which could be someone trying to inject malicious code, but I really don't think apache has anything that makes it interpret hostnames as C-styled escaped strings. Em 24-05-2013 10:26, plot.lost escreveu: I've been getting from error log

[users@httpd] Do these log entries show someone trying to hack in?

2013-05-24 Thread plot.lost
I've been getting from error log entries about SNI and hostname are different, and in these cases the SNI used seems to be the correct hostname but with some extra data on the end, for example: Hostname www.example.com\xe0\xb0\xaf\xe2\xbf\xa8.\xe2\xa8\x80 provided via SNI and hostname www.

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Tom Evans
On Fri, May 24, 2013 at 2:03 PM, Joydeep Bakshi wrote: > It was level 5 and now I have set level 9. > From log it seems that the pattern is blindly applied to every link rather > than matching the query_string > > applying pattern '^ALP33211$' to uri 'index.php' > applying pattern '^ALP33211$' to

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Jens-U. Mozdzen
Hi Joydeep, Zitat von Joydeep Bakshi : On 24-May-2013, at 6:23 PM, Jens-Uwe Mozdzen wrote: Hi Joydeep, Zitat von Joydeep Bakshi : On 24-May-2013, at 6:06 PM, "Jens-U. Mozdzen" wrote: Hi Joydeep, Zitat von Joydeep Bakshi : [...] Thanks but without the leading slash it still fails to pro

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Joydeep Bakshi
On 24-May-2013, at 6:23 PM, Jens-Uwe Mozdzen wrote: > Hi Joydeep, > > Zitat von Joydeep Bakshi : >> On 24-May-2013, at 6:06 PM, "Jens-U. Mozdzen" wrote: >> >>> Hi Joydeep, >>> >>> Zitat von Joydeep Bakshi : [...] Thanks but without the leading slash it still fails to provide the >

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Jens-Uwe Mozdzen
Hi Joydeep, Zitat von Joydeep Bakshi : On 24-May-2013, at 6:06 PM, "Jens-U. Mozdzen" wrote: Hi Joydeep, Zitat von Joydeep Bakshi : [...] Thanks but without the leading slash it still fails to provide the redirection. Now I have RewriteRule ^ALP33211$ /ALP33211&L=1 [R=301] what's in m

Re: [users@httpd] Apache 2.2.22 Win32 CustomLog problem

2013-05-24 Thread Robert Schoultz
I am editing httpd.conf in the "conf" directory as administrator, as I said, I have disabled UAC and my account is an administrator account so it will always run everything through my account unless specified otherwise. I have already confirmed that Apache is using httpd.conf in the "conf" director

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Joydeep Bakshi
On 24-May-2013, at 6:06 PM, "Jens-U. Mozdzen" wrote: > Hi Joydeep, > > Zitat von Joydeep Bakshi : >> [...] >> Thanks but without the leading slash it still fails to provide the >> redirection. >> Now I have >> >> RewriteRule ^ALP33211$ /ALP33211&L=1 [R=301] > > what's in mod_rewrite's debug

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Jens-U. Mozdzen
Hi Joydeep, Zitat von Joydeep Bakshi : [...] Thanks but without the leading slash it still fails to provide the redirection. Now I have RewriteRule ^ALP33211$ /ALP33211&L=1 [R=301] what's in mod_rewrite's debug log? Regards, Jens ---

Re: [users@httpd] Apache 2.2.22 Win32 CustomLog problem

2013-05-24 Thread Eric Covener
On Fri, May 24, 2013 at 8:19 AM, Robert Schoultz wrote: > I'm not sure what you mean by file system redirection. And if we go > back to your previous post, I can edit access.log just fine, infact, > it's around 4 mb big from all the logging. > So Apache do have full rights to the log files and I d

Re: [users@httpd] Apache 2.2.22 Win32 CustomLog problem

2013-05-24 Thread Robert Schoultz
I'm not sure what you mean by file system redirection. And if we go back to your previous post, I can edit access.log just fine, infact, it's around 4 mb big from all the logging. So Apache do have full rights to the log files and I don't see the logical reason to why Apache wouldn't be able to add

Re: [users@httpd] Apache 2.2.22 Win32 CustomLog problem

2013-05-24 Thread Eric Covener
On Fri, May 24, 2013 at 7:58 AM, Robert Schoultz wrote: > Hello Eric. I am on Windows 7 so I guess that's vista-like. The first > thing I do when I install an OS such as Windows 7, is to disable UAC > alltogether, so no need for all the "run as administrator" stuff as it > will always run everythi

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Eric Covener
> > Thanks but without the leading slash it still fails to provide the > redirection. > Now I have > > RewriteRule ^ALP33211$ /ALP33211&L=1 [R=301] > Use the RewriteLog, no need to guess what's happening. - To unsubscribe, e-ma

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Joydeep Bakshi
On 24-May-2013, at 5:22 PM, Eric Covener wrote: > On Fri, May 24, 2013 at 7:41 AM, Joydeep Bakshi > wrote: >> Hello list, >> >> Greetings !! >> >> I am using {QUERY_STRING} to append a value to a particular URL. >> >> The actual url is >> http://www.mydomain.com/index.php?id=7&artId=7572&

Re: [users@httpd] Apache 2.2.22 Win32 CustomLog problem

2013-05-24 Thread Robert Schoultz
Hello Eric. I am on Windows 7 so I guess that's vista-like. The first thing I do when I install an OS such as Windows 7, is to disable UAC alltogether, so no need for all the "run as administrator" stuff as it will always run everything as administrator! On Fri, May 24, 2013 at 1:56 PM, Eric Coven

Re: [users@httpd] Apache 2.2.22 Win32 CustomLog problem

2013-05-24 Thread Eric Covener
If you're on a vista-like OS, try editing the file as the real Administrator. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Apache 2.2.22 Win32 CustomLog problem

2013-05-24 Thread Robert Schoultz
Hello! I have a small problem with my Apache configuration. I am trying to use the "combined" CustomLog directive and it simply wont work and I have no clue why. I have made sure modules are loaded and that there isn't another CustomLog overriding the combined one. Here's a paste of all the inform

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Eric Covener
On Fri, May 24, 2013 at 7:41 AM, Joydeep Bakshi wrote: > Hello list, > > Greetings !! > > I am using {QUERY_STRING} to append a value to a particular URL. > > The actual url is > http://www.mydomain.com/index.php?id=7&artId=7572&doi=10.5414/ALP33211 > > and it has to become > > http://www.mydom

[users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Joydeep Bakshi
Hello list, Greetings !! I am using {QUERY_STRING} to append a value to a particular URL. The actual url is http://www.mydomain.com/index.php?id=7&artId=7572&doi=10.5414/ALP33211 and it has to become http://www.mydomain.com/index.php?id=7&artId=7572&doi=10.5414/ALP33211&L=5 The &L=5 has t