RE: [EMAIL PROTECTED] mod_jk showstopper problem

2007-02-20 Thread Boyle Owen
-Original Message- From: pranjal deka [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 5:37 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_jk showstopper problem hi to all We are facing a problem.We want to do load balancing in apache2 and jboss4.0.4

RE: [EMAIL PROTECTED] mod_jk showstopper problem

2007-02-20 Thread pranjal deka
Hi owen Thanks for your kind advice. So your advice is to compile the apache 2 and mod_jk1.2 in the same environment and after that we can put mod_jk.so to the apache. Can you tell me where exactly we can find the mod_jk source file and the procedure to complie it. Thanks in

Re: [EMAIL PROTECTED] Invalid Requests in Apache 1.3.28

2007-02-20 Thread Srikanth S
Hi, When we run the command ps -ef|grep httpd|wc -l it will give how many HTTPD processes are running in that machine. Our web server starts with minimum 1 HTTPD processes only. We have got HARD LIMIT set to 512 and often when such below mentioned requests comes to web server, web server

[EMAIL PROTECTED] mod_jk showstopper problem

2007-02-20 Thread pranjal deka
Hi Thanks for your kind advice. So your advice is to compile the apache 2 and mod_jk1.2 in the same environment and after that we can put mod_jk.so to the apache. Can you tell me where exactly we can find the mod_jk source file and the procedure to complie it. Thanks

RE: [EMAIL PROTECTED] mod_jk showstopper problem

2007-02-20 Thread Boyle Owen
-Original Message- From: pranjal deka [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 11:51 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_jk showstopper problem Hi Thanks for your kind advice. So your advice is to compile the apache 2 and mod_jk1.2

RE: [EMAIL PROTECTED] mod_jk showstopper problem

2007-02-20 Thread pranjal deka
hi Owen thanks once again. Now i am a problem while compling mod_jk file in suselinux for apache and jboss connection. I followed the standard procedures but it can't complie it is done as-- . command : ./buildconf.sh error : line 11 aclocal : command not found

[EMAIL PROTECTED] other records in apache syslog

2007-02-20 Thread Andrew Long
I am wondering why I'm getting these errors logged and how to debug what's going on. All the requested files exist in the proper path and are accessible, yet it looks like a 404 was returned. A total of 5 unidentified 'other' records logged HEAD

[EMAIL PROTECTED] The httpd server(2.0.59) is sending response after 300 sec for rsome CGi-bin binary.

2007-02-20 Thread samarjit adhikari
Hi All, Problem Description: - I have written a cgi script which does i) fork and exec a command with the child process ii) create pipe to read some data from the child process. The parent process waits untill it reads complete data from the child. observation from the

RE: [EMAIL PROTECTED] mod_jk showstopper problem

2007-02-20 Thread Boyle Owen
-Original Message- From: pranjal deka [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 1:39 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_jk showstopper problem hi Owen thanks once again. Now i am a problem while compling mod_jk file in suselinux

Re: [EMAIL PROTECTED] Invalid Requests in Apache 1.3.28

2007-02-20 Thread Joshua Slive
On 2/20/07, Srikanth S [EMAIL PROTECTED] wrote: Hi, When we run the command ps -ef|grep httpd|wc -l it will give how many HTTPD processes are running in that machine. Our web server starts with minimum 1 HTTPD processes only. We have got HARD LIMIT set to 512 and often when such below

RE: [EMAIL PROTECTED] mod_jk showstopper problem

2007-02-20 Thread John P. Dodge
On Tue, 20 Feb 2007, pranjal deka wrote: hi Owen thanks once again. Now i am a problem while compling mod_jk file in suselinux for apache and jboss connection. I followed the standard procedures but it can't complie it is done as-- . command : ./buildconf.sh error :

[EMAIL PROTECTED] URL path Problem.

2007-02-20 Thread Vincent Blondel
Hello all, I get a website directly defined in an URL like http://host1/*. This site includes all kind of directories, files, images etc but also some aliases like ( /awstats, ... ). This is working fine. Now I would like to map this site exactly as the same way but in another URL like

[EMAIL PROTECTED] setting up virtual hosting

2007-02-20 Thread Sam Carleton
I am pulling my hair out trying to get the virtual hosting working on my internal web server. I need to get a test site online and I would like to have it setup as a name based virtual host. I am running Apache v2.2.3 with default layout of SUSE, which consists of the main conf file including a

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-20 Thread matt farey
Sam Carleton wrote: I am pulling my hair out trying to get the virtual hosting working on my internal web server. I need to get a test site online and I would like to have it setup as a name based virtual host. I am running Apache v2.2.3 with default layout of SUSE, which consists of the

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-20 Thread Sam Carleton
Matt, I do want to set things up as you suggested, but it isn't working. When I type in the IP address, I get the webdev.miltonstreet.com site on port 80 and the subversion site on port 443. Here is what I have: Listen 80 Listen 443 NameVirtualHost 192.168.0.4:80 ServerAdmin [EMAIL

Re: [EMAIL PROTECTED] setting up virtual hosting

2007-02-20 Thread matt farey
Sam Carleton wrote: Matt, I do want to set things up as you suggested, but it isn't working. When I type in the IP address, I get the webdev.miltonstreet.com site on port 80 and the subversion site on port 443. Here is what I have: Listen 80 Listen 443 NameVirtualHost 192.168.0.4:80

[EMAIL PROTECTED] Apache 2.2.4 has recently begun to crash when reading a PhP file

2007-02-20 Thread Charles Michener
I am using Apache 2.2.4 running on Windows XP SP2 as a PhP learning/development machine. It has performed with no problems for several weeks. Starting today under localhost it will bring up the 'It Works!' html page but when I try to access a PhP page - the Apache program crashes (twice?). I

[EMAIL PROTECTED] Problems reading error.log from CGI script (Windows)

2007-02-20 Thread Steve Swift
I have a simple CGI script that displays the error log from my Windows apache 2.2.4 server. It uses the TYPE command to take a quick copy of the error.log file, like this: TYPE error.log temp.log Then it processes the file temp.log into an html table. This works perfectly the very first time I

RE: [EMAIL PROTECTED] setting up virtual hosting

2007-02-20 Thread Boyle Owen
-Original Message- From: Sam Carleton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 21, 2007 3:45 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] setting up virtual hosting I am pulling my hair out trying to get the virtual hosting working on my internal web

[EMAIL PROTECTED] HTTPs Connection timeout

2007-02-20 Thread Ruben Rubio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have an http server with ssl configured. In the last weeks there is an error and I cannot find the solution. Sometimes, when a user is using https, there is an error Connection timeout when trying to connect to a server. This happens three or