On Mon, 02 Oct 2006 18:35:03 +0200, Josiane BERNILLON wrote:
> Mike - EMAIL IGNORED a écrit :
>> I have two boxes on my intranet each running
>> Apache 2.0 under FC4. My Linksys firewall directs
>> port 80 to BoxA. Both boxes are also running
>> iptables, including libipq.
>>
>> BoxA has my html
On 10/2/06, Dan Buettner <[EMAIL PROTECTED]> wrote:
Launched a new site last week, built on Rails, Apache and mongrel.
Now have collected a number of 404 errors from the logs, and wish to
redirect them to the appropriate page in Rails.
My situatrion is, we're using URL rewriting to direct anythi
I am trying to convert an existing Apache + FastCGI configuration to
use Apache's mod_proxy and the ProxyPass directive as a reverse proxy
for Mongrel (a little Ruby HTTP application server). I am also using
mod_auth_sspi for authentication. This is in a Windows corporate
environment, running Apac
On Monday 02 October 2006 22:08, ABAPGUY wrote:
> Hi all,
> we use mod_deflate in our Apache 2 Reverse Proxy . The downstream server
> already compresses some content using gzip based on size/exclusion list
> (e.g. no gifs , html > xKB) . We have mod_deflate set up with similar
> settings . I'm gu
Launched a new site last week, built on Rails, Apache and mongrel.
Now have collected a number of 404 errors from the logs, and wish to
redirect them to the appropriate page in Rails.
My situatrion is, we're using URL rewriting to direct anything that is
not a file to the mongrel Rail balancer
Are you sure that you ProspectService application has no jsps? Try to
comment out those JkMounts for AJP12. Also I would suggest to upgrade
Tomcat, it looks pretty old.
On 10/2/06, Durbha Murali - mdurbh <[EMAIL PROTECTED]> wrote:
The only JKMount that is relevant for our application right now i
Hi all,
we use mod_deflate in our Apache 2 Reverse Proxy . The downstream server already compresses some content using gzip based on size/exclusion list (e.g. no gifs , html > xKB) . We have mod_deflate set up with similar settings .
I'm guessing mod_deflate will not touch the already compressed
The only JKMount that is relevant for our application right now is -
JkMount /bankers/* ProspectService
We are using Apache just as a pass-thru to the ProspectService. We are
not running any servlets or JSPs. I think the rest of the JKMount lines
can be ignored. Sorry about the confusion.
Tha
On Monday 02 October 2006 21:40, António Mota wrote:
> Hello:
>
> I'm trying to do some basic authentication that checks for user
> existence on every request, something like this:
>
> 1) User asks page
> 2) Server answer with a 401
> 3) Browser ask for User id/pwd
> 4) Browser sends User id/pwd
>
Here's the deal - I can't restart apache
service httpd restart
or
service httpd stop
service httpd start
without manually first terminating a bunch of hung processes...
# service httpd stop
Shutting down httpd:[ OK ]
#
# service httpd start
Starting
Hello:
I'm trying to do some basic authentication that checks for user
existence on every request, something like this:
1) User asks page
2) Server answer with a 401
3) Browser ask for User id/pwd
4) Browser sends User id/pwd
5) Server looks into user file if user id/pwd exists
so far so good,
On 10/2/06, Durbha Murali - mdurbh <[EMAIL PROTECTED]> wrote:
JKMount options from the ./apache/httpd.conf file -
#
# Root context mounts for Tomcat
#
JkMount /*.jsp ajp12
JkMount /servlet/* ajp12
You do not have ajp12 connector configured in your workers.properties.
So why do you have it here
JKMount options from the ./apache/httpd.conf file -
#
# Root context mounts for Tomcat
#
JkMount /*.jsp ajp12
JkMount /servlet/* ajp12
JkMount /* ProspectService
JkMount /bankers/* ProspectService
Regarding Firewall, I'm not sure. I will check with my team. Can you
please tell me what impact t
Sorry, I forgot to ask you for your JkMount options.
Also what kind of firewall do you use? IPTables? If yes please check
that you have something like this in your rules:
-A YOUR_CHAIN -m state --state RELATED,ESTABLISHED -j ACCEPT
On 10/2/06, Durbha Murali - mdurbh <[EMAIL PROTECTED]> wrote:
Serge, Thanks for responding. Connectors and workers.properties given
below. Please note that there is a firewall between server running
Apache and the server running Tomcat. All the required ports are
open...since the connection does go thru 3 out of 5 times. I found some
documentation about a
Can you post "connectors" part of your Tomcat's server.xml and your
workers.properties?
On 10/2/06, Durbha Murali - mdurbh <[EMAIL PROTECTED]> wrote:
Can anyone help me out with this please? I'm just completely stuck.
Thanks
From: Durbha Murali - md
Can anyone help me out with this please?
I’m just completely stuck.
Thanks
From: Durbha Murali -
mdurbh
Sent: Friday, September 29, 2006
4:06 PM
To: 'users@httpd.apache.org'
Subject: RE: Apache/Tomcat request
hangs intermittently
Just to add to this, I’m also
gett
I apologise, I re-sent the wrong Email with the wrong debug output.
Here is the proper output.
On 9/29/06, Jeff Mohler <[EMAIL PROTECTED]> wrote:
Finally got one to run away..
gdb output of the runaway gives:
(gdb) where
#0 0x28bbcec0 in _thread_sig_handle_pending () from /usr/lib/libc_r.so.
On 10/2/06, Devraj Mukherjee <[EMAIL PROTECTED]> wrote:
Hi everyone,
I have a box running CentOS 4.4 as an httpd server. I am running
version 2.0.52 of Apache as ditributed by CentOS. It seems to me that
httpd is eating up all the memory and thus my machiens eventually runs
out of memory and com
Re-sending, in the hope that someone can assist with this mystery
runaway httpd problem I am having.
Thanks again.
On 9/28/06, Jeff Mohler <[EMAIL PROTECTED]> wrote:
I am suffering from runaway httpd processes, and I dont understand
enough about systems at this level, to understand why.
I ask
Mike - EMAIL IGNORED a écrit :
I have two boxes on my intranet each running
Apache 2.0 under FC4. My Linksys firewall directs
port 80 to BoxA. Both boxes are also running
iptables, including libipq.
BoxA has my html tree. I have a number of .jpg
files, some as large as 10 meg. The various
dir
I have two boxes on my intranet each running
Apache 2.0 under FC4. My Linksys firewall directs
port 80 to BoxA. Both boxes are also running
iptables, including libipq.
BoxA has my html tree. I have a number of .jpg
files, some as large as 10 meg. The various
directories containing the .html fil
2006/10/2, Joshua Slive <[EMAIL PROTECTED]>:
On 10/2/06, KLEIN Stéphane <[EMAIL PROTECTED]> wrote:
> Hello
>
> I've high "traffic" web site. I've access issue.
>
> I use Apache version 2 on Debian.
>
> This is my prefork configuration :
>
>
> StartServers10
> MinSpareServers 5
> Max
On 10/2/06, KLEIN Stéphane <[EMAIL PROTECTED]> wrote:
Hello
I've high "traffic" web site. I've access issue.
I use Apache version 2 on Debian.
This is my prefork configuration :
StartServers10
MinSpareServers 5
MaxSpareServers 10
MaxClients 250
MaxRequestsPerChild
Hello
I've high "traffic" web site. I've access issue.
I use Apache version 2 on Debian.
This is my prefork configuration :
StartServers10
MinSpareServers 5
MaxSpareServers 10
MaxClients 250
MaxRequestsPerChild 0
I've set MaxClient on 250, then I think than my Apa
On 10/1/06, Jan Johansson <[EMAIL PROTECTED]> wrote:
Now, I suppose I could use AddDefaultCharset, but that would most likely
break a lot of other pages.
Check what AddDefaultCharset is already set to on each server. I bet
you can "fix" the problem by commenting it out on the server sending
U
Oooops !
And great
I was looking for something like that since 2days! and now it's OK.
Thanks. thanks. thank.
Boyle Owen a écrit :
-Original Message-
From: Josiane BERNILLON [mailto:[EMAIL PROTECTED]
Sent: Monday, October 02, 2006 12:52 PM
To: users@httpd.apache.org
Subject
> -Original Message-
> From: Josiane BERNILLON [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 02, 2006 12:52 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Apache2 and directory listing
>
>
>
> Boyle Owen a écrit :
> >> -Original Message-
> >> From: Josiane
On 10/2/06, Oliver Marshall <[EMAIL PROTECTED]> wrote:
Does anyone know of a list of all the possible options of what to include in
access.log ? We currently have the logfile format set to common, but I have
been asked to enable logging of "*everything*".
Is there a log format that will log all
Hi everyone,
I have a box running CentOS 4.4 as an httpd server. I am running
version 2.0.52 of Apache as ditributed by CentOS. It seems to me that
httpd is eating up all the memory and thus my machiens eventually runs
out of memory and comes to a stand still.
Is this true? Has anyone had simila
Boyle Owen a écrit :
-Original Message-
From: Josiane BERNILLON [mailto:[EMAIL PROTECTED]
Sent: Monday, October 02, 2006 11:57 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Apache2 and directory listing
Hello
I run Apache (2.0.54) under Debian (Sarge) with PHP and
Postgre
Does anyone know of a list of all the possible options of what to include in
access.log ? We currently have the logfile format set to common, but I have
been asked to enable logging of "*everything*".
Is there a log format that will log all possible options ?
Olly
-
> -Original Message-
> From: Boyle Owen [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 02, 2006 12:19 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Apache2 and directory listing
>
> > -Original Message-
> > From: Josiane BERNILLON [mailto:[EMAIL PROTECTED]
> -Original Message-
> From: Josiane BERNILLON [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 02, 2006 11:57 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Apache2 and directory listing
>
> Hello
> I run Apache (2.0.54) under Debian (Sarge) with PHP and
> Postgresql sinc
Hello
I run Apache (2.0.54) under Debian (Sarge) with PHP and Postgresql since
some months.
I just discover that directories listing dont'work. (I did'nt need it
until today).
I put option Indexes at the root of the server : it seems to be activate -->
http: //myserver//exampledir/
returns
35 matches
Mail list logo