[EMAIL PROTECTED] How to remove APR??

2007-10-23 Thread ChiaTzung Liu -???
Hi.. My configuration directive is showed as following: ./configure \ --disable-ssl \ --disable-v4-mapped \ --disable-maintainer-mode \ --disable-dbm \ --disable-auth-dbm \ --disable-echo \ --disable-example \ --disable-ldap \

Re: [EMAIL PROTECTED] How to remove APR??

2007-10-23 Thread William A. Rowe, Jr.
ChiaTzung Liu -??? wrote: Hi.. My configuration directive is showed as following: ./configure \ --without-apr \ --without-apr-util \ And I got the error message checking for APR... configure: error: --with-apr requires a directory to be provided. Right Anyone knows how to

Re: [EMAIL PROTECTED] Make apache sleep

2007-10-23 Thread Sander Temme
On Oct 22, 2007, at 7:31 PM, Joshua Slive wrote: On 10/22/07, Eric Covener [EMAIL PROTECTED] wrote: On 10/22/07, Jim Albert [EMAIL PROTECTED] wrote: For the purposes of testing a heavy load situation, I'd like to configure one of my apache web servers to intentionally respond slow to a

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-23 Thread Sander Temme
On Oct 22, 2007, at 2:06 PM, Alan AZZERA wrote: I thought about another approach : leaving as is my public DNS zone, and modifying my private one to distribute private IP for public domain names. My Reverse Proxies have just to be taught to use the private DNS, and all I have to do is to

Re: [EMAIL PROTECTED] Make apache sleep

2007-10-23 Thread Christian Folini
Another idea in the same direction: Use a RewriteMap on every request and have the rewrite map do something ressuorce intensive. ... VirtualHost *:80 RewriteEngine On RewriteMapmymap prg:/tmp/tmp.pl RewriteRule ^/(.*) ${mymap:$1} And the map /tmp/tmp.pl:

Fwd: [EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0

2007-10-23 Thread Sylvain Viollat
Hello, does anyone know how to manage this ? Or maybe one of you know how to solve this session problem with googlebot ? Thanks for your help ! Original Message Subject: [EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0 Date: Mon, 22 Oct 2007 12:39:13 +0200 From: Sylvain

Re: [EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0

2007-10-23 Thread solprovider
Check the User-Agent appearing in your logs. The regexp would not match Googlebot's User-Agent from the logs on my server: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) Try: SetEnvIf User-Agent (.*)Googlebot(.*) SESSION_USE_TRANS_SID=0 solprovider WARNING: Code was

[EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Jinu
I tried looking in the wiki for this information as to why i am getting this message when i start the program apache. It tells me that I need to do a run on my winows for netstat -ano. Well unfortunatly there is no netstat program for me to do this with. When i try to run this windows tells

Re: [EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0

2007-10-23 Thread Sylvain Viollat
Thanks for your answer! I tried but no such success. I also tried to match Mozilla User-Agent for debugging, but it looks like the setting which is passed to SetEnvIf is totally ignored. Is there a way to check the content of a variable through a .htaccess or apache's configuration file ?

Re: [EMAIL PROTECTED] Make apache sleep

2007-10-23 Thread Nick Kew
On Mon, 22 Oct 2007 16:54:23 -0400 Jim Albert [EMAIL PROTECTED] wrote: For the purposes of testing a heavy load situation, I'd like to configure one of my apache web servers to intentionally respond slow to a request. Don't know why everyone's proposing complex things here. A simple CGI

Re: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Arnab Ganguly
Hi, Refer to you httpd.conf file.There is one parameter named Servername.Putyour hostname or ipaddress followed by the port number where you want to listen.Like for example ServerName 10.146.146.73:80 Also there is one more param named as Listen.Put the same port value corresponding to Listen.For

Re: [EMAIL PROTECTED] Make apache sleep

2007-10-23 Thread Arnab Ganguly
Hi, Try setting the KeepAlive On and with high KeepAliveTimeout value.You can refer to Apache org docs for the above params. Thanks -A On 10/23/07, Jim Albert [EMAIL PROTECTED] wrote: For the purposes of testing a heavy load situation, I'd like to configure one of my apache web servers to

Re: [EMAIL PROTECTED] Make apache sleep

2007-10-23 Thread Krist van Besien
On 10/22/07, Jim Albert [EMAIL PROTECTED] wrote: For the purposes of testing a heavy load situation, I'd like to configure one of my apache web servers to intentionally respond slow to a request. Is anyone aware of some type of apache sleep or delay configuration that will easily allow me to

RE: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Prathima Dandapani -X (pdandapa - HCL at Cisco)
Hi Jinu, You get this could not bind to portnumber when the port you specified is not free.It may be occupied by some other process.Change the port number in httpd.conf to some other value and start the Apache. Thanks and regards, Prathima. _ From: Arnab Ganguly

Re: [EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0

2007-10-23 Thread Joshua Slive
On 10/23/07, Sylvain Viollat [EMAIL PROTECTED] wrote: Thanks for your answer! I tried but no such success. I also tried to match Mozilla User-Agent for debugging, but it looks like the setting which is passed to SetEnvIf is totally ignored. Is there a way to check the content of a variable

Re: [EMAIL PROTECTED] SetEnvIf SESSION_USE_TRANS_SID=0

2007-10-23 Thread Nick Kew
On Mon, 22 Oct 2007 12:39:13 +0200 Sylvain Viollat [EMAIL PROTECTED] wrote: Hello! first at all, I'm sorry for my english, I'll do my best :-) We have a website which works with session.use_trans_sid set to On. Everything works just fine, but when googlebot comes on the website and

[EMAIL PROTECTED] First ever ModSecurity public training at OWASP/WASC conf in SJ

2007-10-23 Thread Ofer Shezaf
Finally there is a public ModSecurity course you can attend! As part of the upcoming OWASP/WASC AppSec 2007 conference in San Jose, Ryan Barnett is going to give a two day ModSecurity Boot-Camp Training course on Nov 12th and 13th. For those of you who don't know Ryan, he is ModSecurity

[EMAIL PROTECTED] mod_ssl: behaviour with no client cert

2007-10-23 Thread Peng, Thierry
Hi I have a question about the mod_ssl. I've enabled the SSLVerifyClient in the apache2.conf with the parameter require. This works perfectly, although, when a user does not have a certificate, it sends only a not very meaningful failure code back: in example -12195. Now, I'd like to replace

Re: [EMAIL PROTECTED] First ever ModSecurity public training at OWASP/WASC conf in SJ

2007-10-23 Thread Sander Temme
On Oct 23, 2007, at 7:15 AM, Ofer Shezaf wrote: As part of the upcoming OWASP/WASC AppSec 2007 conference in San Jose, Ryan Barnett is going to give a two day ModSecurity Boot-Camp Training course on Nov 12th and 13th. For those of you who don't know Ryan, he is That's great, it's the

Re: [EMAIL PROTECTED] .htaccess/Expires/Cache-Control: 500 error

2007-10-23 Thread Jonathan Hayward http://JonathansCorner.com
Just adding a follow-up note to say that it seems to be working as intended with the module installed. Thank you, On 10/22/07, Joshua Slive [EMAIL PROTECTED] wrote: On 10/22/07, Jonathan Hayward http://JonathansCorner.com [EMAIL PROTECTED] wrote: Sorry for not replying earlier... Is

Re: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Jinu
yeah but doesnt it have to have port number 80 in order to make the server http? - Original Message - From: Prathima Dandapani -X (pdandapa - HCL at Cisco) To: users@httpd.apache.org Sent: Tuesday, October 23, 2007 6:33 AM Subject: RE: [EMAIL PROTECTED] make_sock: could not

Re: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Jinu
its still giveing me the same problem. here is a screen shot just incase its a slightly differant problem then what i thought. http://s110.photobucket.com/albums/n92/CrazyApples/?action=viewcurrent=apatcheerr.jpg now I do have a router do i need to configure that with anything? and could

RE: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Stusynski, Dan
Jinu, That screenshot basically shows that you are trying to bind Apache to port 80 which is already in use by another service. Arnab's comment below should solve the problem. In /conf/httpd.conf change any existing instance of 80 to something else, such as 888. Specifically, change: Listen 80

[EMAIL PROTECTED] AuthName directive

2007-10-23 Thread anon6565
Hello, AuthName directive: This directive sets the name of the authorization realm for a directory. This realm is given to the client so that the user knows which username and password to send. I know how AuthName works in practise, but can someone please explain what an authorization realm

Re: [EMAIL PROTECTED] AuthName directive

2007-10-23 Thread Joshua Slive
On 10/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, AuthName directive: This directive sets the name of the authorization realm for a directory. This realm is given to the client so that the user knows which username and password to send. I know how AuthName works in practise,

[EMAIL PROTECTED] mod_cache behaviour

2007-10-23 Thread peterhanse
Hi, I'm trying to get mod_cache to work, but doesn't seem to cache directory index files. Using telnet I sent the following simple requests, i.e. just the following lines and the appropriate Host: header, nothing else. GET /index.html HTTP/1.0 works as expected. error log after first request:

Re: [EMAIL PROTECTED] Need help

2007-10-23 Thread Mark A. Craig
I sure there are some decent Web servers available for Macs, especially the recent ones that are Wintel-based and use OS/X (which is FreeBSD-based), even though Macs are only targeted as artsy-fartsy workstation and home-user systems. If you have to drop it, I'd choose a Linux distro,

Re: [EMAIL PROTECTED] Need help

2007-10-23 Thread William A. Rowe, Jr.
Tyler() wrote: Thanks, but I only have Macs.. Should I get Windows or Linux? I don't know if an emulator would work, or if I would just have to get a pc Why not mac? Same Apache. For a pure beginner, the administrative GUI for Apache httpd might be easier for you. Bill

Re: [EMAIL PROTECTED] Need help

2007-10-23 Thread Mark A. Craig
*shock* You mean Apache on a Mac gets a GUI? Original Message Subject: Re: [EMAIL PROTECTED] Need help From: William A. Rowe, Jr. [EMAIL PROTECTED] To: users@httpd.apache.org Date: Tuesday, October 23, 2007 01:53:34 PM Tyler() wrote: Thanks, but I only have Macs.. Should I

Re: [EMAIL PROTECTED] Need help

2007-10-23 Thread William A. Rowe, Jr.
Mark A. Craig wrote: *shock* You mean Apache on a Mac gets a GUI? Whoops - might have spoken too soon; looks like a few more days before 10.5 starts being fulfilled. - The official User-To-User support forum of the Apache

Re: [EMAIL PROTECTED] Need help

2007-10-23 Thread Mark A. Craig
Damn... I coulda had a big Mac and a V-8! Original Message Subject: Re: [EMAIL PROTECTED] Need help From: William A. Rowe, Jr. [EMAIL PROTECTED] To: users@httpd.apache.org Date: Tuesday, October 23, 2007 02:36:19 PM Mark A. Craig wrote: *shock* You mean Apache on a Mac gets

Re: [EMAIL PROTECTED] Unsubscribing from this List

2007-10-23 Thread Mark A. Craig
Quoting (from the appendage to EVERY message): To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest: [EMAIL PROTECTED] Original Message Subject: [EMAIL PROTECTED] Unsubscribing from this List From: [EMAIL PROTECTED] To: users@httpd.apache.org Date: Tuesday,

Re: [EMAIL PROTECTED] Unsubscribing from this List

2007-10-23 Thread Joshua Slive
On 10/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I thought I had unsubscribed from this group about a month ago. Does anyone know how to get off of this list? There are explicit instructions at the bottom of every list message and more help at http://httpd.apache.org/userslist.html for

RE: [EMAIL PROTECTED] make_sock: could not bind to ...

2007-10-23 Thread Ashwani Kumar Sharma
Hi All, I am using the getenv(SERVER_PORT) for getting the value of the port on which my httpd is listening. I have changes the httpd.conf to listen on port 9200 but the getenv(SERVER_PORT) return port 80. I am not able to make it why this is happening. PS: I am able to send the http