Re: [us...@httpd] 2.2.11: BalancerMember Ping/Pong timeout has wrong format

2009-01-15 Thread Ian Lea
Grand, thanks. That fix works for me too. -- Ian. On Wed, Jan 14, 2009 at 10:55 PM, Javier Miqueleiz wrote: > On Wed, Dec 31, 2008 at 12:20:01PM +0000, Ian Lea wrote: >> Hi >> >> >> On apache 2.2.10 a config file with these lines >> >> >> B

Re: [us...@httpd] Apache Web Server 2.2.11 compatibility with Tomcat 5.5.17?

2009-01-13 Thread Ian Lea
Yes, I think so. I've certainly had apache 2.2.x talking to tomcat 5.5.x although maybe not specifically 2.2.11 to 5.5.17. Nowadays I use mod_proxy_ajp rather than mod_jk but as far as I'm aware either would work for your setup. For talking to tomcat, apache won't know or care about your version

Re: [us...@httpd] configure script creating unsolicited dependencies

2009-01-13 Thread Ian Lea
I'd guess that the configure script is scanning your system and if it finds libraries for XXX it enables the XXX module. You could try disabling some things: ./configure --disable-XXX -- Ian. On Tue, Jan 13, 2009 at 2:26 PM, Michael Ludwig wrote: > Michael Ludwig schrieb: >> >> I want an Apach

Re: [us...@httpd] my page index php or perl. php. pl is not load at startup

2009-01-13 Thread Ian Lea
DirectoryIndex? -- Ian. On Tue, Jan 13, 2009 at 10:27 AM, swilting wrote: > my page index php or perl .php .pl is not load at startup > > >> why? - The official User-To-User support forum of the Apache HTTP Server Project. Se

Re: [us...@httpd] Linux SSL Permission for htdocs directory

2009-01-13 Thread Ian Lea
I'd guess the problem is that apache is running under user x and tomcat is running under user y, and user x doesn't by default have permission to read files created by user y. Possible solutions include: Run apache and tomcat as same user Play with umask and directory settings Download the

Re: [us...@httpd] Apache 2.2.8 with mod_jk : timeout in reply pong

2009-01-13 Thread Ian Lea
What tomcat connector is using port 40593? Since you can connect to it from a browser it sounds like HTTP. Apache/mod_jk needs to connect to an ajp tomcat connector. -- Ian. On Tue, Jan 13, 2009 at 12:27 AM, Mohamed Rafi Sirajuddeen wrote: > Hi, > > I have Apache 2.2 installed (on Unix), and

Re: [us...@httpd] mod_proxy configuration problem using 2.2.11

2009-01-09 Thread Ian Lea
and =1ms This is on linux, SuSE 10.3 $ uname -a Linux belinda 2.6.22.5-31-default #1 SMP 2007/09/21 22:29:00 UTC x86_64 x86_64 x86_64 GNU/Linux but get same problem on SuSE 11.0. -- Ian. On Fri, Jan 9, 2009 at 12:36 PM, Eric Covener wrote: > On Fri, Jan 9, 2009 at 5:37 AM, Ian Lea wrote:

Re: [us...@httpd] mod_proxy configuration problem using 2.2.11

2009-01-09 Thread Ian Lea
Hi Did you get anywhere with this? I've got the same problem with the ping timeout: http://mail-archives.apache.org/mod_mbox/httpd-users/200812.mbox/<8c4e68610812310420i12d0f1dcp65750bd4a6dd4...@mail.gmail.com> -- Ian. On Wed, Jan 7, 2009 at 10:32 AM, Jody Clements wrote: > Hi All, > > I a

[us...@httpd] 2.2.11: BalancerMember Ping/Pong timeout has wrong format

2008-12-31 Thread Ian Lea
Hi On apache 2.2.10 a config file with these lines BalancerMember ajp://localhost:17100 route=yyy ping=10 works fine, but on 2.2.11 it fails to parse, showing error Syntax error on line 73 of /opt/apache-2.2.11/conf/test.conf: BalancerMember Ping/Pong timeout has wrong format I see th