Re: [users@httpd] Apache is too slow with SSL

2011-04-05 Thread Ishita Kapadiya
Hi Mark - I tried to test apache with stress test using JMETER and results are not really good compared to sun one web server 6.1 running on the same machine. ab results is good now (after I have used -k option a suggested by you) Apache jmeter test output - count average min maxstd

[users@httpd] Re: cannot run mod_status

2011-04-05 Thread Michael D. Berger
On Tue, 05 Apr 2011 14:28:34 -0400, Yehuda Katz wrote: > [[RESEND]] > > On Tue, Apr 5, 2011 at 10:43 AM, Michael D. Berger < > m_d_berger_1...@yahoo.com> wrote: > >> Same result, 403 when I do: >> /server-status >> I note that I also get 403 for: >> /AnyOldJunk >> >> Since I have no file or

Re: [users@httpd] Full Request URI in access_log

2011-04-05 Thread Daniel Reinhardt
Why not just block the offending IP's ? Sent from my Verizon Wireless BlackBerry -Original Message- From: Chad Morland Date: Tue, 5 Apr 2011 13:00:02 To: Reply-To: users@httpd.apache.org Subject: [users@httpd] Full Request URI in access_log I've got a domain hosted on one of our servers

Re: [users@httpd] Re: cannot run mod_status

2011-04-05 Thread Yehuda Katz
[[RESEND]] On Tue, Apr 5, 2011 at 10:43 AM, Michael D. Berger < m_d_berger_1...@yahoo.com> wrote: > Same result, 403 when I do: > /server-status > I note that I also get 403 for: > /AnyOldJunk > > Since I have no file or directory named "server-status", > I assume that Apache is supposed to

Re: [users@httpd] Full Request URI in access_log

2011-04-05 Thread Macks, Aaron
I've seen urls with in the middle coming from some BBS systems as referrers. it seems some of the software condenses the url in the display, but sets the link target to the full one. I think then users quote that post and the target gets confused into the http://foo...html url. Maybe

Re: [users@httpd] Full Request URI in access_log

2011-04-05 Thread Chad Morland
On Tue, Apr 5, 2011 at 2:11 PM, Yehuda Katz wrote: > On Tue, Apr 5, 2011 at 1:00 PM, Chad Morland wrote: > >> I've got a domain hosted on one of our servers that seems to be getting a >> ton of junk traffic from Bit Torrent clients. >> >> The request that is showing up in my access_log is: >> >>

Re: [users@httpd] Full Request URI in access_log

2011-04-05 Thread Yehuda Katz
On Tue, Apr 5, 2011 at 1:00 PM, Chad Morland wrote: > I've got a domain hosted on one of our servers that seems to be getting a > ton of junk traffic from Bit Torrent clients. > > The request that is showing up in my access_log is: > > > /announce...cedc031275%20430?info_hash=%CE%0Az%19%3C%3B~%84

[users@httpd] Full Request URI in access_log

2011-04-05 Thread Chad Morland
I've got a domain hosted on one of our servers that seems to be getting a ton of junk traffic from Bit Torrent clients. The request that is showing up in my access_log is: /announce...cedc031275%20430?info_hash=%CE%0Az%19%3C%3B~%84%2F.%8Cc%8A%DDyZ%C7%18%18%26&peer_id=-BC0109-%5E%02%B2%FDw%AB%19%D

[users@httpd] Reverse Proxy with Apache. CAS + two tomcat servers.

2011-04-05 Thread Jorge Infante Osorio
Hi all. I have an issue in reverse proxy with apache, tomcat and SSO using CAS. The problem is that my reverse proxy work just fine when I use an Apache Server as the reverse proxy with two back-end tomcats. But when the I include SSO with CAS to authenticate the user with access to the tomc

[users@httpd] Re: cannot run mod_status

2011-04-05 Thread Michael D. Berger
On Tue, 05 Apr 2011 10:31:01 -0400, Yehuda Katz wrote: > Thanks. I tried it and I still get 403. >> >> > The next thing that I try is explicitly setting Allow from all: Order > allow,deny > Allow from all Same result, 403 when I do: http://my.stuff.net/server-status I note that I also get 4

Re: [users@httpd] Re: cannot run mod_status

2011-04-05 Thread Yehuda Katz
On Tue, Apr 5, 2011 at 10:19 AM, Michael D. Berger < m_d_berger_1...@yahoo.com> wrote: > On Tue, 05 Apr 2011 09:56:08 -0400, Yehuda Katz wrote: > > > The first thing I always try is removing/commenting the access control > > directives, something like this: > > > > SetHandler server-status >

[users@httpd] Re: cannot run mod_status

2011-04-05 Thread Michael D. Berger
On Tue, 05 Apr 2011 09:56:08 -0400, Yehuda Katz wrote: > The first thing I always try is removing/commenting the access control > directives, something like this: > > SetHandler server-status > # Order deny,allow > # Deny from all > # Allow from 192.168.9.0/24 127.0.0.1 > > Then you will

Re: [users@httpd] cannot run mod_status

2011-04-05 Thread Yehuda Katz
On Tue, Apr 5, 2011 at 9:52 AM, Michael D. Berger wrote: > > > SetHandler server-status > Order deny,allow > Deny from all > Allow from 192.168.9.0/24 127.0.0.1 > > > I tried access from the local box as well as another box > on 192.168.9.0/24 . I get 403. > The f

[users@httpd] cannot run mod_status

2011-04-05 Thread Michael D. Berger
On my CentOS 5 box with: #rpm -q httpd httpd-2.2.3-43.el5.centos.3 I tried to activate mod_status with: ExtendedStatus On SetHandler server-status Order deny,allow Deny from all Allow from 192.168.9.0/24 127.0.0.1 I already have: LoadModule stat

[users@httpd] implement a ssl secured vhost on apache-2.2.10-2.24.5 (SLES11 SP1) with client authentication

2011-04-05 Thread Gonzalo Morera
Hi all I'm pretty new to apache and i have an issue trying to accomplish the following. I've searched all over the places and i could not find anything about it so it may not be possible to accomplish it. Our requirements are: * Public Access to directory "/data" (No client certificate require