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
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
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
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
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
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
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
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
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
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
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
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
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]
--
>
> 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
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
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
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
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
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
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]
20 matches
Mail list logo