Re: [EMAIL PROTECTED] change BalancerMember status if servlet fails

2008-10-23 Thread André Warnier
Chris Kemper wrote: [...] My question: If the servlet fails (e.g. returns a 50x http error), is there some way I can use that to set the corresponding BalanceMember status to Err or Dis? Currently the load balancer continues to select the failed servlet. I've tried using an http connector r

Re: [EMAIL PROTECTED] Authorization Failed: require directives present and no Authoritative handler

2008-10-23 Thread André Warnier
Matthew Devine wrote: So I'm trying to build an Environment for Apache that will authenticate with mod_auth_kerb. Basically I have a Windows 2003 Active Directory server acting as my KDC and Apache running in a Windows machine that's part of the domain. When I try to connect to the site, it app

Re: [EMAIL PROTECTED] vhosts problem

2008-10-23 Thread Zhen Zhou
On Thu, Oct 23, 2008 at 11:40 PM, Eric Covener <[EMAIL PROTECTED]> wrote: >> >> but I still got error when I access www.abc.org: >> [Thu Oct 23 22:37:33 2008] [error] [client 123.115.174.137] >> (13)Permission denied: access to /abcorg/index.htm denied. >> >> Is there any folder permission I need t

[EMAIL PROTECTED] High "sending reply" count, server stops responding

2008-10-23 Thread Jason Cox
I am seeing this issue on my web servers. It all started a couple of weeks ago. I looked at my change logs and see no changes that would correlate to this happening. So this is what happens. A process reaches the MaxRequestsPerChild, in this case 1, it dies off but the parent process still thin

Re: [EMAIL PROTECTED] ProxyPass nocanon causes css files to have type text/plain

2008-10-23 Thread Nick Kew
On 23 Oct 2008, at 22:19, Adam Woodworth wrote: When there is a ?12345 in the URL, and nocanon is ON (don't canonicalise), then httpd "breaks" and for whatever reason isn't able to figure out that the file is a .css or .js file and appends a "Content-Type: text/plain" header instead of the appr

[EMAIL PROTECTED] ProxyPass nocanon causes css files to have type text/plain

2008-10-23 Thread Adam Woodworth
Hi, I am using mod_proxy as the reverse proxy in our application. I need mod_proxy to send the request through to the backend server w/o adding or removing any encodings from the URL. I also have AllowEncodedSlashses on. But what's happening is that some things that are encoded in the URL submi

[EMAIL PROTECTED] change BalancerMember status if servlet fails

2008-10-23 Thread Chris Kemper
I'm using httpd 2.2.9 on windows. I've configured a simple load balancer with 2 servlet backends, as follows: BalancerMember ajp://host1:8009/myservlet route=tomcat1 BalancerMember ajp://host2:8009/myservlet route=tomcat2 Load balancing among the servlets is working as expected

[EMAIL PROTECTED] Authorization Failed: require directives present and no Authoritative handler

2008-10-23 Thread Matthew Devine
So I'm trying to build an Environment for Apache that will authenticate with mod_auth_kerb. Basically I have a Windows 2003 Active Directory server acting as my KDC and Apache running in a Windows machine that's part of the domain. When I try to connect to the site, it appears like it does all th

RE: [EMAIL PROTECTED] directory contents not displaying

2008-10-23 Thread Marc Fromm
Problem solved. It turned out to be a php problem and some deprecated variables. -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 10:34 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] directory contents not displaying Marc From

Re: [EMAIL PROTECTED] directory contents not displaying

2008-10-23 Thread André Warnier
Marc Fromm wrote: [...] If I manually enter the full path in the address bar to a specific directory then the contents are displayed. [...] That is the part that does not seem to make sense. The server should not know the difference : whether you click on the tab or enter the URL manually in t

[EMAIL PROTECTED] Broken pipe: ajp_ilink_send(): send failed

2008-10-23 Thread Mehta, Anish
Hi - I have Apache 2.2.3 Web server that connects to two Tomcat 5.5.26 app servers via mod_proxy_ajp. Following is the configuration on Web Server. ProxyRequests Off Order deny,allow Allow from all BalancerMember ajp://:8009 route=app1 keepalive=On timeout=30

RE: [EMAIL PROTECTED] directory contents not displaying

2008-10-23 Thread Marc Fromm
They are listed by our own code. -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 8:37 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] directory contents not displaying On Thu, Oct 23, 2008 at 11:32 AM, Marc Fromm <[EMAIL PROTEC

Re: [EMAIL PROTECTED] directory contents not displaying

2008-10-23 Thread Eric Covener
On Thu, Oct 23, 2008 at 11:32 AM, Marc Fromm <[EMAIL PROTECTED]> wrote: > I built a new server running linux and httpd-2.2.3-11.el5_1.3. Are the files listed by mod_autoindex or some of your own code? SELinux? -- Eric Covener [EMAIL PROTECTED] --

Re: [EMAIL PROTECTED] vhosts problem

2008-10-23 Thread Eric Covener
> > but I still got error when I access www.abc.org: > [Thu Oct 23 22:37:33 2008] [error] [client 123.115.174.137] > (13)Permission denied: access to /abcorg/index.htm denied. > > Is there any folder permission I need to set in /var/www/html/abcorg ? On linux, namei -m /var/www/html/abcorg gives y

[EMAIL PROTECTED] directory contents not displaying

2008-10-23 Thread Marc Fromm
I built a new server running linux and httpd-2.2.3-11.el5_1.3. A specific page has a tab menu with specific items. Each tab has a sub-menu called files. Clicking on the files link under the respective tab should generate a list of files and folders relative to the tab, which does work on the ol

Re: [EMAIL PROTECTED] vhosts problem

2008-10-23 Thread Zhen Zhou
On Thu, Oct 23, 2008 at 7:25 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Thu, Oct 23, 2008 at 3:54 AM, Zhen Zhou <[EMAIL PROTECTED]> wrote: >> Hi, all, >> >> I met a strange problem for vhosts config. >> >> System information: >> Fedora 9 X86_64 >> httpd: 2.2.9 >> >> my httpd.conf which relate

[EMAIL PROTECTED] reverse proxy problem

2008-10-23 Thread Alexandru David Constantinescu
Hello, I have some problem with apache configurated as reverse proxy. I use httpd-2.2.3 rpm on Centos 5. I configure two servers : one is the proxy and the second is the real server. Both servers have internet connexions (the all idea is to switch from classic configuration to proxy configura

Re: [EMAIL PROTECTED] how to uninstall httpd-2.2.10

2008-10-23 Thread Brian Mearns
I think it will probably depend on your set up, actually. For instance, if you set your prefix to /usr/local or something like that, then you obviously don't want to just delete that whole thing, but apache will have installed things through out various folders under there. Not sure if there's some

Re: [EMAIL PROTECTED] vhosts problem

2008-10-23 Thread Eric Covener
On Thu, Oct 23, 2008 at 3:54 AM, Zhen Zhou <[EMAIL PROTECTED]> wrote: > Hi, all, > > I met a strange problem for vhosts config. > > System information: > Fedora 9 X86_64 > httpd: 2.2.9 > > my httpd.conf which related with vhost: > > NameVirtualHost 61.153.33.a:80 > > > >DocumentRoot/va

[EMAIL PROTECTED] vhosts problem

2008-10-23 Thread Zhen Zhou
Hi, all, I met a strange problem for vhosts config. System information: Fedora 9 X86_64 httpd: 2.2.9 my httpd.conf which related with vhost: NameVirtualHost 61.153.33.a:80 DocumentRoot/var/www/html/abcorg ServerName www.abc.org ServerAdmin [EMAIL PROTECTED]