RE: [EMAIL PROTECTED] Custom error page 401 for reverse proxy

2006-10-18 Thread Boyle Owen
-Original Message- From: Devraj Mukherjee [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 6:29 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Custom error page 401 for reverse proxy Hi everyone, I am running a reverse proxy based on Apache. The root of the

RE: [EMAIL PROTECTED] urgent- ideal config setting reqd

2006-10-18 Thread Sai Jai Ganesh Gurubaran
One correction: it is a forward proxy :) -Original Message- From: Sai Jai Ganesh Gurubaran Sent: Wednesday, October 18, 2006 4:45 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] urgent- ideal config setting reqd Hi All, We were using Apache 2.0.50 as a reverse proxy on

RE: [EMAIL PROTECTED] urgent- ideal config setting reqd

2006-10-18 Thread Sai Jai Ganesh Gurubaran
Latest update: we were getting 160 requests per second. -Original Message- From: Sai Jai Ganesh Gurubaran Sent: Wednesday, October 18, 2006 4:54 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] urgent- ideal config setting reqd One correction: it is a forward proxy :)

[EMAIL PROTECTED] re-write rules

2006-10-18 Thread Foster, Stephen \(ASPIRE\)
hi there, i am having a slight issue with re-write rules, i have it setup so that any requests that are not HTTP get re-sent to HTTPS. However if i connect using https://your.domain.com or https://your.domain.com/ i get a page not found, so i need to be able to catch that its https but that

RE: [EMAIL PROTECTED] re-write rules

2006-10-18 Thread Foster, Stephen \(ASPIRE\)
hi there, yes i meant HTTPS ..sorry... Requests that do work: a: http://your.domain.com - re-directs to https://your.domain.com/home b: http://your.domain.com/heartbeat/heartbeat.htm - returns file to browser with 200 code c: http://your.domain.com/server-status - returns server-status to

RE: [EMAIL PROTECTED] re-write rules

2006-10-18 Thread Boyle Owen
-Original Message- From: Foster, Stephen (ASPIRE) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 3:45 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] re-write rules hi there, yes i meant HTTPS ..sorry... Requests that do work: a:

Re: [EMAIL PROTECTED] block IP range with mod_rewrite

2006-10-18 Thread Norman Khine
Joshua Slive wrote: On 10/17/06, Norman Khine [EMAIL PROTECTED] wrote: hello again, i have the following rewrite rule, VirtualHost *:80 ServerName domain.tld ServerAlias www.domain.tld RewriteEngine On RewriteMaphosts-deny txt:/home/user/apache/hosts.deny RewriteCond

Re: [EMAIL PROTECTED] block IP range with mod_rewrite

2006-10-18 Thread Joshua Slive
On 10/18/06, Norman Khine [EMAIL PROTECTED] wrote: The problem is that the if I add the: RewriteMaphosts-deny txt:/home/user/apache/hosts.deny RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR] RewriteCond ${hosts-deny:%{REMOTE_ADDR}|NOT-FOUND} !=NOT-FOUND

[EMAIL PROTECTED] Resending requests

2006-10-18 Thread Arjun Datta
Hi, I have a question regarding whether something can be done or not using Apache 2.2. I am giving a very simple scenario and if necessary I can go into more details later. I don't wish to be verbose at the very outset. Let's say httpd is running as a reverse proxy server. It receives a

[EMAIL PROTECTED] broken link checker

2006-10-18 Thread Douglas B. Jones
Not sure if this is proper to post here, but I think these might be some of the most knowledgeable people along this line. Is there a good program for checking broken links? Preferably free, but one that cost can be considered. Thanks!

[EMAIL PROTECTED] ldap error configuration error: couldn't check user. No user file?: /

2006-10-18 Thread Ramesh Patel
hello Ihave the following in my httpd.conf file for a paritcular virtual host for ldap authentication via my domain controller Ihave modified the username and password for security reasons Location / AuthName Protected Site AuthType Basic AuthLDAPURL

Re: [EMAIL PROTECTED] ldap error configuration error: couldn't check user. No user file?: /

2006-10-18 Thread Joshua Slive
On 10/18/06, Ramesh Patel [EMAIL PROTECTED] wrote: [Tue Oct 17 11:54:42 2006] [crit] [client ] configuration error: couldn't check user. No user file?: / You need: AuthBasicProvider ldap Joshua. - The official

[EMAIL PROTECTED] CA Secure Proxy Server vs Apache Reverse Proxy

2006-10-18 Thread Jack Saunders
Has anyone done any performance comparison between Computer Associates Secure Proxy Server vs Apache Reverse Proxy regarding proxying content and the latency added per request. I am hoping for some hard facts on this to help with a current project that is looking to replace the CA product. From

Re: [EMAIL PROTECTED] ldap error configuration error: couldn't check user. No user file?: /

2006-10-18 Thread Ramesh Patel
thanks joshua... its weird how it worked for me on the FC2 box without that statement and also the http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.htmldoes not indicate anything about AuthBasicProvider. I added the line above but it keeps denying my username and password. Any ideas?

Re: [EMAIL PROTECTED] ldap error configuration error: couldn't check user. No user file?: /

2006-10-18 Thread Joshua Slive
On 10/18/06, Ramesh Patel [EMAIL PROTECTED] wrote: thanks joshua... its weird how it worked for me on the FC2 box without that statement and also the http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html does not indicate anything about AuthBasicProvider. Check the line: When using

Re: [EMAIL PROTECTED] CGI receives SIGTERM

2006-10-18 Thread Steve Swift
We will just have to agree to disagree. Over many releases of Apache I've never seen a looping or hung CGI sent a SIGTERM. I've even asked in this group how that could be achieved, only to be told that it cannot be done, using facilities within apache alone. On 17/10/06, Ravi Menon [EMAIL

Re: [EMAIL PROTECTED] ldap error configuration error: couldn't check user. No user file?: /

2006-10-18 Thread Ramesh Patel
hey Joshua, Thanks for the pointing that outI have to make sure to read the httpd docs really slowly next time around. Also i fixed the issue of it not accepting my password, i needed AuthzLDAPAuthoritative off instead of AuthLDAPAuthoritative off thanks and cheers On

[EMAIL PROTECTED] Deadlock msgs in error_log

2006-10-18 Thread ohaya
Hi, We're running Apache 2.0.55 on Solaris 9, and we are seeing a number of [error] and [warn] messages in the error_log file. The error msgs occur occasionally, but the warn msgs are output quite frequently. The error msgs say: [error] [client AAA.BBB.CCC.DDD] (45) Deadlock situation

[EMAIL PROTECTED] Windows Server 2003 HTTPD 2.0.59 service shutdown crash

2006-10-18 Thread Beyer,Nathan
I have a Windows 2003 server running HTTPD 2.0.59 with SVN 1.4 DAV and I'm having trouble getting the server to shutdown cleanly. When I tell the service to shutdown, it seems to initiate shutdown correctly; the debug log says all the threads exit and the PID file is removed and then it blows up.

Re: [EMAIL PROTECTED] broken link checker

2006-10-18 Thread Matus UHLAR - fantomas
On 18.10.06 11:37, Douglas B. Jones wrote: Not sure if this is proper to post here, but I think these might be some of the most knowledgeable people along this line. It sure does not belong here. Even into this mailing list, even into thread you posted it into (do never reply old message when

RE: [EMAIL PROTECTED] broken link checker

2006-10-18 Thread Douglas B. Jones
Thanks, sorry about the problems. I did do a Google search, found some possibilities, but was wonder if there was something better than what I found, maybe something that could run locally. Thanks and sorry for the inconvenience. -Original Message- From: Matus UHLAR - fantomas

[EMAIL PROTECTED] Redirection to www

2006-10-18 Thread stupidmail4me
What's the easiest way to redirect people so that they go to www. IE, they type in foo.com and they automatically get redirected to www.foo.com. How can you ensure that the www part is there? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the

[EMAIL PROTECTED] Does Apache kill the extra idle threads?

2006-10-18 Thread Qingshan Xie
My question may be silly but I'd like to know it. If the number of Idle Threads is over the MaxSpareThreads, how Apache parent clean those extra threads? clean the threads or kill the children? Thx, Q.Xie __ Do You Yahoo!? Tired of spam? Yahoo!

[EMAIL PROTECTED] Help configuring subdomains.

2006-10-18 Thread Joe Hansen
Hi All, Probably this could be the most asked question. I have tried a few things and they haven't worked out. So here I am, asking your help. Environment: Windows XP; Apache 2/Tomcat 5/mod_jk; Apache Installation Directory: c:\Apache Tomcat Installation Directory: c:\Tomcat httpd.conf file

[EMAIL PROTECTED] Error When loading Apache

2006-10-18 Thread Kris Da San Martino
Im having some issues with apache2. I get the following error when I try installing on Windows XP Syntax error on line 957 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf: Invalid LoadModule path D:/php/sapi/php4apache2.dll Note the errors or messages above, and press the

Re: [EMAIL PROTECTED] Redirection to www

2006-10-18 Thread Joshua Slive
On 10/18/06, stupidmail4me [EMAIL PROTECTED] wrote: What's the easiest way to redirect people so that they go to www. IE, they type in foo.com and they automatically get redirected to www.foo.com. How can you ensure that the www part is there? See:

Re: [EMAIL PROTECTED] Does Apache kill the extra idle threads?

2006-10-18 Thread Joshua Slive
On 10/18/06, Qingshan Xie [EMAIL PROTECTED] wrote: My question may be silly but I'd like to know it. If the number of Idle Threads is over the MaxSpareThreads, how Apache parent clean those extra threads? clean the threads or kill the children? Depends on the mpm. In worker, the number of

Re: [EMAIL PROTECTED] Custom error page 401 for reverse proxy

2006-10-18 Thread Devraj Mukherjee
Thanks Owen. On 10/18/06, Boyle Owen [EMAIL PROTECTED] wrote: -Original Message- From: Devraj Mukherjee [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 6:29 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Custom error page 401 for reverse proxy Hi everyone,

Re: [EMAIL PROTECTED] Custom error page 401 for reverse proxy

2006-10-18 Thread Joshua Slive
On 10/18/06, Boyle Owen [EMAIL PROTECTED] wrote: The *obvious* solution is to use ErrorDocument, but that requires that *some* of your webspace is publicly accessible. If you can't host the ErrorDocument on the main server, can you host it on another server? (remember, you can use

Re: [EMAIL PROTECTED] Does Apache kill the extra idle threads?

2006-10-18 Thread Qingshan Xie
Thanks Joshua! I did mean worker. Q.Xie --- Joshua Slive [EMAIL PROTECTED] wrote: On 10/18/06, Qingshan Xie [EMAIL PROTECTED] wrote: My question may be silly but I'd like to know it. If the number of Idle Threads is over the MaxSpareThreads, how Apache parent clean those extra

Re: [EMAIL PROTECTED] Does Apache kill the extra idle threads?

2006-10-18 Thread Qingshan Xie
Yes. It's worker mpm. My concern is if the worker configured as below, MinSpareThreads 10 MaxSpareThreads 20 ThreadsPerChild 50 and in the case there are only 10 connections to that child, but 40 threads are idle, which is over the limit of MaxSpareThreads(20), will parent kill that child in

Re: [EMAIL PROTECTED] Does Apache kill the extra idle threads?

2006-10-18 Thread Joshua Slive
On 10/18/06, Qingshan Xie [EMAIL PROTECTED] wrote: Yes. It's worker mpm. My concern is if the worker configured as below, MinSpareThreads 10 MaxSpareThreads 20 ThreadsPerChild 50 and in the case there are only 10 connections to that child, but 40 threads are idle, which is over the limit of

[EMAIL PROTECTED] How do I get Apache to start on it's own

2006-10-18 Thread Tom Ray [Lists]
I've upgraded my apache install and have a few instances of apache running on the server. I did a chkconfig --add httpd for each of the installs of Apache, each of the httpd calls have their own name (didn't want to list them all) but when I restart the server I still have to manually start

Re: [EMAIL PROTECTED] Does Apache kill the extra idle threads?

2006-10-18 Thread Qingshan Xie
Thanks Joshua. I am sorry I don't think I explain my question clearly. my question is that under the condition I listed below, will parent kill the children though there are 10 connections on that child alive? or wait till those connections gone? Thx, Q.Xie --- Joshua Slive [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Does Apache kill the extra idle threads?

2006-10-18 Thread Joshua Slive
On 10/18/06, Qingshan Xie [EMAIL PROTECTED] wrote: Thanks Joshua. I am sorry I don't think I explain my question clearly. my question is that under the condition I listed below, will parent kill the children though there are 10 connections on that child alive? or wait till those connections