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
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.
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
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
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
>
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
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
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
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
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.
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
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
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
>
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
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
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
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
---
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
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
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
>
> 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
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&
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
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
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
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
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
27 matches
Mail list logo