[us...@httpd] "mod_proxy" | bundling | timeout | connection losts

2010-11-30 Thread King Holger (CI/AFP2)
Hi Apache2 professionals, we identified the following problem when using "mod_proxy_ajp" in combination with a balancer configuration (see detailed configuration below), that: - multiple HTTP requests seem to use the SAME AJP "CHANNEL" - when just ONE request is exceeding the configured "ProxySet

Re: [us...@httpd] Apache HTTPD 2.2.6 + mod_ssl 2.2.6 -- odd error...

2010-11-30 Thread Sander Temme
On Nov 30, 2010, at 8:37 PM, J.Lance Wilkinson wrote: > But my httpd log files present an unexpected error each and every time a > browser visits an SSL encrypted page (2 examples cited): So there is no discernible negative impact on the client? > User interface error > unable to load Private K

[us...@httpd] Apache HTTPD 2.2.6 + mod_ssl 2.2.6 -- odd error...

2010-11-30 Thread J.Lance Wilkinson
My organization recently switched its SSL Certificate vendor and the new supplier (COMODO) insists (reasonably) that we use 2048-bit Private and Public keys. So I take a running Apache installation, HTTPD v2.2.6, with mod_ssl v2.2.6 and openssl v0.9.8g running on Solaris 10, currently using a T

[us...@httpd] (22)Invalid argument

2010-11-30 Thread MK
I'm trying to set up a cgi rss feed on a remote server to which I do not have root access. This is to replace an existing feed which is a static file periodically updated, so what I want to do is set, in the directory with the existing feed: Options +ExecCGI AddHandler cgi-script xml Then we wil

Re: [us...@httpd] Connection Issues

2010-11-30 Thread Jeroen Geilman
On 11/29/2010 11:25 PM, Travis Whitton wrote: Hi, We're experiencing some odd behavior regarding connections taking a long time to establish to our website. We've been running Apache in production for over three years now and have recently began experiencing issues where the server-status page,

Re: [us...@httpd] Call for translation

2010-11-30 Thread Rich Bowen
On Nov 30, 2010, at 9:48 AM, iñigo medina wrote: I've already checkout from svn and started to look at what is translated. Any preference to start? Mod is a good directory as starting point? Yes, I think mod/ is probably the best place to start, as well as the easiest, since things are in

Re: [us...@httpd] Call for translation

2010-11-30 Thread iñigo medina
I've already checkout from svn and started to look at what is translated. Any preference to start? Mod is a good directory as starting point? iñ 2010/11/30 Rich Bowen > > On Nov 30, 2010, at 8:39 AM, Rich Bowen wrote: > > It turns out that quite a bit of work has been done already for the 2.0

Re: [us...@httpd] Call for translation

2010-11-30 Thread iñigo medina
Thanks, Rich. I've already joined the docs list and I'll look at the links you give me to get an idea. iñ 2010/11/30 Rich Bowen > > On Nov 30, 2010, at 8:39 AM, Rich Bowen wrote: > > It turns out that quite a bit of work has been done already for the 2.0 >> documentation in Spanish, but I don'

Re: [us...@httpd] Call for translation

2010-11-30 Thread Rich Bowen
On Nov 30, 2010, at 8:39 AM, Rich Bowen wrote: It turns out that quite a bit of work has been done already for the 2.0 documentation in Spanish, but I don't yet have any idea how much, if any, of that, can be copied straight forward to the 2.4 documentation. I would need someone - perhaps

Re: [us...@httpd] Call for translation

2010-11-30 Thread Rich Bowen
It turns out that quite a bit of work has been done already for the 2.0 documentation in Spanish, but I don't yet have any idea how much, if any, of that, can be copied straight forward to the 2.4 documentation. I would need someone - perhaps yourself - to evaluate that. Meanwhile, I have

Re: [us...@httpd] Call for translation

2010-11-30 Thread Rich Bowen
We absolutely do. You can see a full list here: http://httpd.apache.org/docs-project/avail_translations.html of what has been translated and what has not. With Spanish, you can start anywhere at all. It looks like mod_actions is the only file that has been translated. Please let me know if

[us...@httpd] mod_deflate does not work for zipped incoming soap request

2010-11-30 Thread Fred Zhang
Hi there, I'm trying to make mod_deflate work to decompress zipped incoming soap requests. The system is something like this: webservice client --> httpd -->mod_jk --> Webservice exposed by Jboss server. httpd version is 2.2.3 Since the SOAP messages are somehow big, I want the webservice clien

Re: [us...@httpd] Call for translation

2010-11-30 Thread iñigo medina
Hi Rich, do you need people for spanish translation? I could get some time to do that and I have some experience with these issues (open source, translations, etc.). iñ 2010/11/26 Rich Bowen > Participation in open source project is not only open to folks who can > program in C. If you can rea

Re: [us...@httpd] Can't get suexec to work on a userdir

2010-11-30 Thread Matus UHLAR - fantomas
On 30.11.10 00:29, Ken Tanzer wrote: > I _think_ that PHP is running as a module (based on this section of my > php conf file: > > > LoadModule php5_module modules/libphp5.so > > > LoadModule php5_module modules/libphp5-zts.so > > > But not sure of the implications. Do the PHP scripts ne

[us...@httpd] Apache mod jk loadbalancer

2010-11-30 Thread numen2
Hi I have some problems with apache load balancer I have one apache (LB) and two tomcats. Apache: Server version: Apache/2.0.64 Tomcat Apache Tomcat/5.5.26 Ajp13, tomcat-connectors-1.2.31-src Everything works fine on simple jsp file. When I deploy applications on both tomcats and I'm tryin

Re: [us...@httpd] Can't get suexec to work on a userdir

2010-11-30 Thread Ken Tanzer
I _think_ that PHP is running as a module (based on this section of my php conf file: LoadModule php5_module modules/libphp5.so LoadModule php5_module modules/libphp5-zts.so But not sure of the implications. Do the PHP scripts need to run as CGI in order for suexec to work? Ken On Tue,

Re: [us...@httpd] Can't get suexec to work on a userdir

2010-11-30 Thread Matus UHLAR - fantomas
On 29.11.10 16:10, Ken Tanzer wrote: > Hi. I'm looking for some help with using suexec and userdir (2.2.15 on FC11). > > I have this test script running in a userdir (~test44/public_html/test.php): > > > > And it keeps reporting apache, not test44. do you run PHP scripts as CGI? -- Matus UH