Re: [EMAIL PROTECTED] Apache returns empty file, reports 200 and correct file size

2007-02-28 Thread Eric Wertman
That's pretty close.  I did some further testing and found that the file wasn't always empty, sometimes the contents were junk that looked like memory overflow from somewhere else.  I was using mod_mem_cache, and I thought I had disabled it at one point in my testing.  I seem to have cleared

[EMAIL PROTECTED] Sean Timmins/Chichester/Wiley is out of the office.

2007-02-28 Thread Sean Timmins
I will be out of the office starting 01/03/2007 and will not return until 05/03/2007. For Firewall or Networking support please contact Phong Sam (x43561) or Farren Minns (x43406). For InterScience related queries please contact Richard Crawford (x43821) or Scott Penny (x43853). If it is urgent

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-28 Thread arun kumar
Hi, No i am not measuring memory per process and i am adding all the RSS of the httpd process of particular apache instance to find total memory usage every one sec. In prefork(No of process will be more than worker) also i am using the same process and i am adding all the RSS of

RE: [EMAIL PROTECTED] Forward proxy 403 status for one particular Https request

2007-02-28 Thread Sai Jai Ganesh Gurubaran
Thanks a lot for the tip. It solved our issue. -Original Message- From: Chirouze Olivier [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 2:50 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Forward proxy 403 status for one particular Https request Have you had a

Re: [EMAIL PROTECTED] Apache returns empty file, reports 200 and correct file size

2007-02-28 Thread Xuekun Hu
did you use mod_mem_cache? If yes, you probably met this issue : http://issues.apache.org/bugzilla/show_bug.cgi?id=41551 On 3/1/07, Eric Wertman <[EMAIL PROTECTED]> wrote: I'm running a self-compiled set of binaries on an x86_64 2.4 kernel. My setup appears to be working completely fine, but o

Re: [EMAIL PROTECTED] Apache 2.2 utilize more physical memory than apache 1.3

2007-02-28 Thread Joshua Slive
On 2/28/07, arun kumar <[EMAIL PROTECTED]> wrote: Hi All, I am using the below command to monitor the physical memory. ps -e -o pcpu,vsz,rss,pid,args |grep -v grep | grep "apacheprojectname" Below is the sample output for the worker module 0.0 34608 32744 25609 /local/home/kumarar3/apache/aw

Re: [EMAIL PROTECTED] Apache 2.2.4 installl

2007-02-28 Thread Sander Temme
On Feb 27, 2007, at 6:37 AM, Brian McCann wrote: running on my system. I installed to /usr/local/apache2. when I run check the version httpd -version it is still 2.2.3 which httpd tells you where your httpd binary is. Bet you're not running the one in /usr/local/apache2/bin... what if you

Re: [EMAIL PROTECTED] Apache returns empty file, reports 200 and correct file size

2007-02-28 Thread William A. Rowe, Jr.
Eric Wertman wrote: > I'm running a self-compiled set of binaries on an x86_64 2.4 kernel. My > setup appears to be working completely fine, but occasionally I get a > broken image or script. After doing some digging, I've determined that > apache is sending me an empty file, but reporting a corr

Re: [EMAIL PROTECTED] PHP Load Module Error, Help Please

2007-02-28 Thread Stephen
The file permissions are wide open. I am doing this on my laptop when I am travelling. I compared settings for these files with other .dll files in the directory and everything looks the same. This is the only one that indicates an error when Apache starts. Check the file permissions: try ma

RE: [EMAIL PROTECTED] PHP Load Module Error, Help Please

2007-02-28 Thread Mark Lavi
Check the file permissions: try making adding all permissions, then stopping and starting the server/service (don't try a restart) to see if that is the issue. If it is the issue, then you can tighten up the permissions and repeat the above. --Mark Mark Lavi, Enterprise Web Management Team @ SGI

[EMAIL PROTECTED] Apache returns empty file, reports 200 and correct file size

2007-02-28 Thread Eric Wertman
I'm running a self-compiled set of binaries on an x86_64 2.4 kernel. My setup appears to be working completely fine, but occasionally I get a broken image or script. After doing some digging, I've determined that apache is sending me an empty file, but reporting a correct response. I found s

Re: [EMAIL PROTECTED] Getting apxs

2007-02-28 Thread Serge Dubrouski
mod_jk isn't deprecated and currently is actively developed. To get apxs install httpd-devel rpm On 2/28/07, Mike VanHorn <[EMAIL PROTECTED]> wrote: On 2/28/07 11:31 AM, "Nick Kew" <[EMAIL PROTECTED]> wrote: > On Wed, 28 Feb 2007 11:22:40 -0500 > Mike VanHorn <[EMAIL PROTECTED]> wrote: > >>

Re: [EMAIL PROTECTED] Getting apxs

2007-02-28 Thread Mike VanHorn
On 2/28/07 11:31 AM, "Nick Kew" <[EMAIL PROTECTED]> wrote: > On Wed, 28 Feb 2007 11:22:40 -0500 > Mike VanHorn <[EMAIL PROTECTED]> wrote: > >> I have a 64-bit Red Hat system, and I'm trying to get tomcat running >> with the tomcat connect (mod_jk). In order to do that, I need apxs, >> but apxs

Re: [EMAIL PROTECTED] Getting apxs

2007-02-28 Thread Craig Dunigan
On Wed, 28 Feb 2007, Mike VanHorn wrote: I have a 64-bit Red Hat system, and I'm trying to get tomcat running with the tomcat connect (mod_jk). In order to do that, I need apxs, but apxs isn't on the system. What package do I need to download to get apxs? Does anyone happen to know if there's

Re: [EMAIL PROTECTED] Getting apxs

2007-02-28 Thread Nick Kew
On Wed, 28 Feb 2007 11:22:40 -0500 Mike VanHorn <[EMAIL PROTECTED]> wrote: > I have a 64-bit Red Hat system, and I'm trying to get tomcat running > with the tomcat connect (mod_jk). In order to do that, I need apxs, > but apxs isn't on the system. Are you sure you want mod_jk, rather than the mor

[EMAIL PROTECTED] Getting apxs

2007-02-28 Thread Mike VanHorn
I have a 64-bit Red Hat system, and I'm trying to get tomcat running with the tomcat connect (mod_jk). In order to do that, I need apxs, but apxs isn't on the system. What package do I need to download to get apxs? Does anyone happen to know if there's a yum package that contains it? Thanks! --

Invalid method in request

2007-02-28 Thread Dege, Robert C.
Hi, I have a 64bit RHEL3 box that I'm trying to configure SSL on. After making the appropriate modifications to the httpd.conf file, I restarted the service, & tested out the setup. I can get to the site using http://mysite.com:443 (not in secure mode), but not https://mysite.com. I get an err

[EMAIL PROTECTED] Have you ever seen/resolved an issue with partial/incomplete apache access log entries?

2007-02-28 Thread Daniel Gaddis
Have you ever seen/resolved an issue with partial/incomplete apache access log entries? The middle entry below is an example of a partial/incomplete entry from one of my web logs for yesterday... 75.53.37.148 - - [27/Feb/2007:11:30:03 -0600] "GET /favicon.ico HTTP/1.1" 404 217 TP/1.1" 304

[EMAIL PROTECTED] PHP Load Module Error, Help Please

2007-02-28 Thread Stephen
I am running Apache 2.2.3 on Windows XP and I get an error when it starts: PHP Startup: Unable to load dynamic library ‘C:\Program Files\PHP\ext\php_ssh2.dll’ – The specified module could not be found. But, the library file exists. I installed Apache and PHP using the standard install program

[EMAIL PROTECTED] mod_disk cache problem

2007-02-28 Thread Aziz Sasmaz
I am using apache 2.2.4 with mod_cache, mod_disk_cache, mod_rewrite, mod_proxy. I have 4 back-end servers each running 2 apache server instance (with port 80 for static content and 8080 for mod_perl) In my mod_disk_cache configuration it is written as CacheIgnoreHeaders Set-Cookie but when i g

Re: [EMAIL PROTECTED] mod_proxy_html issue

2007-02-28 Thread Jack Saunders
Nick, Thanks for a solution. Just trying to understand the logic behind the filter is half the battle. Here is what I did to resolve the issue: ProxyPass /testapp/ http://internalserverA.com/testapp/ ProxyHTMLURLMap http://internalser

[EMAIL PROTECTED] peruser mpm

2007-02-28 Thread Mark Hannessen
Hi list, I recently found this site with a peruser mpm http://www.telana.com/peruser.php I tried to apply the patch that was listing there, which works fine, but when I try to run configure with --with-mpm=peruser it complains that the peruser mpm does not exist. does anyone know how to fix this

RE: [EMAIL PROTECTED] Forward proxy 403 status for one particular Https request

2007-02-28 Thread Chirouze Olivier
Have you had a look at "AllowConnect"? Olivier CHIROUZE I&0 Infrastructure Volvo Information Technology From: Sai Jai Ganesh Gurubaran [mailto:[EMAIL PROTECTED] Sent: 28 February 2007 07:34 To: users@httpd.apache.org Subje

RE: [EMAIL PROTECTED] Virtual SSL on one IP?

2007-02-28 Thread Chirouze Olivier
Hi, I would like to say this different: Indeed, there is no way to use NAME BASED virtual hosts on the same IP / Port with different SSL certificates. However, it is possible to use IP PASED virtual hosts with different SSL certificates => they will have to be on different Ips or different ports.