Re: [EMAIL PROTECTED] debugging my Virtual Hosts

2008-11-18 Thread André Warnier
Tom Evans wrote: On Sun, 2008-11-16 at 02:33 -0500, Paul McFerrin wrote: My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following configuration file: NameVirtualHost pmcferrin.homedns.org:80 [[default virtual hosts definitons]] DocumentRoot /us

Re: [EMAIL PROTECTED] debugging my Virtual Hosts

2008-11-18 Thread Tom Evans
On Sun, 2008-11-16 at 02:33 -0500, Paul McFerrin wrote: > My Virtual Hosts are not working.. > > Here is the scoop. Running Apache 1.3 and have the following > configuration file: > NameVirtualHost pmcferrin.homedns.org:80 > [[default virtual hosts definitons]] > > DocumentRoot /usr/loc

Re: [EMAIL PROTECTED] debugging

2008-11-16 Thread Paul McFerrin
Norman: Thanks a lot! It works. The httpd.conf file is a tedious piece of code and it is so easy to spend a lot of time on changing it. -Paul Norman Peelman wrote: Paul McFerrin wrote: My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following config

Re: [EMAIL PROTECTED] debugging

2008-11-15 Thread Davide Bianchi
Paul McFerrin wrote: > NameVirtualHost pmcferrin.homedns.org:80 > [[default virtual hosts definitons]] > > > The 'VirtualHost' should report the same thing that is in the NameVirtualHost directive, if you've used 'pmcferrin...' you should use the same in every VHost. If you are not interested

Re: [EMAIL PROTECTED] debugging

2008-11-15 Thread Norman Peelman
Paul McFerrin wrote: My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following configuration file: NameVirtualHost pmcferrin.homedns.org:80 [[default virtual hosts definitons]] DocumentRoot /usr/local/apache/htdocs ServerName mcferrin.homed

[EMAIL PROTECTED] debugging my Virtual Hosts

2008-11-15 Thread Paul McFerrin
My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following configuration file: NameVirtualHost pmcferrin.homedns.org:80 [[default virtual hosts definitons]] DocumentRoot /usr/local/apache/htdocs ServerName mcferrin.homedns.org ErrorLog /usr

[EMAIL PROTECTED] debugging

2008-11-15 Thread Paul McFerrin
My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following configuration file: NameVirtualHost pmcferrin.homedns.org:80 [[default virtual hosts definitons]] DocumentRoot /usr/local/apache/htdocs ServerName mcferrin.homedns.org ErrorLog

Re: [EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-09-05 Thread Jay Sprenkle
Eric Covener wrote: # where the actual fastcgi, the php interpreter, lives ScriptAlias /fcgi-bin /stuff/cgi-bin Options ExecCGi SetHandler fastcgi-script Action my-fastcgi /fcgi-bin/php-fastcgi AddHandler my-fastcgi .php Alias /foo /usr/local/foo Alias worked great. Thanks -

Re: [EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-08-31 Thread Eric Covener
On Sun, Aug 31, 2008 at 1:11 AM, Jay Sprenkle <[EMAIL PROTECTED]> wrote: > Eric Covener wrote: >> >> On Sat, Aug 30, 2008 at 7:45 PM, Jay Sprenkle <[EMAIL PROTECTED]> >> wrote: >> >> >>> >>> All fastcgi URLs are supposed to be sent to the fastcgi program to be >>> handled, not served directly and

Re: [EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-08-30 Thread Jay Sprenkle
Eric Covener wrote: On Sat, Aug 30, 2008 at 7:45 PM, Jay Sprenkle <[EMAIL PROTECTED]> wrote: All fastcgi URLs are supposed to be sent to the fastcgi program to be handled, not served directly and don't exist in the docroot. (That program will reads the url 'test.fcgi' and produces a page fr

Re: [EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-08-30 Thread Eric Covener
On Sat, Aug 30, 2008 at 7:45 PM, Jay Sprenkle <[EMAIL PROTECTED]> wrote: > All fastcgi URLs are supposed to be sent to the fastcgi program to be > handled, not served directly and don't exist in the docroot. > (That program will reads the url 'test.fcgi' and produces a page from a > 'test' templa

Re: [EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-08-30 Thread Jay Sprenkle
Eric Covener wrote: On Sat, Aug 30, 2008 at 3:12 PM, Jay Sprenkle <[EMAIL PROTECTED]> wrote: SetHandler fastcgi-script Inherits Options +ExecCGI from somewhere? I don't believe this is required for a static fastcgi program, but I'll try it. Action fastcgi-test /Debug/pluwt.ex

Re: [EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-08-30 Thread Eric Covener
On Sat, Aug 30, 2008 at 3:12 PM, Jay Sprenkle <[EMAIL PROTECTED]> wrote: > > SetHandler fastcgi-script > Inherits Options +ExecCGI from somewhere? > Action fastcgi-test /Debug/pluwt.exe > AddHandler fastcgi-test .fcgi > If I then try > http://localhost:8080/test.fcgi > The log tells me apache

[EMAIL PROTECTED] debugging fastcgi/ACTION directive in Apache Config

2008-08-30 Thread Jay Sprenkle
Good afternoon all, I'm trying to setup Apache for use with a fastcgi program I'm developing. I'm not having any luck so I thought it was time to ask for help. Here's what I'm trying to accomplish: I'd like to have all requests with the extension ".fcgi" directed to a single fastcgi program. Th

[EMAIL PROTECTED] Debugging

2008-01-24 Thread Hehl, Thomas
I'm on the latest version of httpd 2.0. Is there a way to turn debugging on so I can get extended logging information? Thanks. Thom Hehl Sr. eJuror Architect * Office (859) 277-8800 x 144 * [EMAIL PROTECTED] ACS, Inc. Government Solutions 1733 Harrodsburg Ro

Re: [EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-16 Thread Christian Folini
On Fri, Nov 16, 2007 at 10:06:50AM -0500, Greg Boyington wrote: > > - Play around with MaxRequestsPerChild. A typical value > > I will do -- I experimented with low values (100-1000) in addition to > 0, but nothing seemed to correlate. In my testing, the hangs would > often occur long before thi

Re: [EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-16 Thread Greg Boyington
On Nov 16, 2007 10:39 AM, Christian Folini <[EMAIL PROTECTED]> wrote: > On Fri, Nov 16, 2007 at 10:06:50AM -0500, Greg Boyington wrote: > > > - Play around with MaxRequestsPerChild. A typical value > > > > I will do -- I experimented with low values (100-1000) in addition to > > 0, but nothing see

Re: [EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-16 Thread Greg Boyington
On Nov 16, 2007 2:19 AM, Christian Folini <[EMAIL PROTECTED]> wrote: > Hey Greg, Hi Christian, thanks for your response. > - Play around with MaxRequestsPerChild. A typical value I will do -- I experimented with low values (100-1000) in addition to 0, but nothing seemed to correlate. In my tes

Re: [EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-15 Thread Christian Folini
Hey Greg, On Thu, Nov 15, 2007 at 12:20:44PM -0500, greg boyington wrote: > Background: The server was recently updated to FreeBSD 5.5 from 5.3, > which had run for a couple of years without interruption. I'm not > especially convinced the issue I'm having is related to this upgrade, > ... > >

[EMAIL PROTECTED] debugging strategies for httpd that kills the box

2007-11-15 Thread greg boyington
Hello List, I have a FreeBSD 5.5 (amd64) server with the following: Apache/2.0.61 (FreeBSD) mod_ssl/2.0.53 OpenSSL/0.9.7e-p1 PHP/4.4.4 with Suhosin-Patch mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.6 Background: The server was recently updated to FreeBSD 5.5 from 5.3, which had run for a

[EMAIL PROTECTED] debugging mod_authnz_external with apache-2.2

2007-09-17 Thread [EMAIL PROTECTED]
Upgrading my subversion server from apache-2.0 to 2.2 I decided to try replace from mod_auth_pam with mod_authnz_external+pwauth+pam pwauth works, apache works, but mod_authnz_external doesn't The apache log shows this error when I try to log in:

Re: [EMAIL PROTECTED] Debugging mod_proxy for performance

2007-04-08 Thread Nilesh Bansal
Hi Alexey, Thanks for your response. Yes I know there is someting wrong, and I need to find out what. I have tried both v2.2.3 and 2.2.4 of httpd. All options in config file were left to their default values, and I have only added two virtual hosts and few mod_proxy rules. We are running httpd on

Re: [EMAIL PROTECTED] Debugging mod_proxy for performance

2007-04-08 Thread Alexey Polyakov
On 4/8/07, Nilesh Bansal <[EMAIL PROTECTED]> wrote: We have a Apache httpd running with mod_proxy in front of a Tomcat server. We have noticed that httpd is slower than expected. After enabling logging of time-to-serve in both Tomcat and httpd, it turns out that while Tomcat can serve each reque

[EMAIL PROTECTED] Debugging mod_proxy for performance

2007-04-08 Thread Nilesh Bansal
Hi all, We have a Apache httpd running with mod_proxy in front of a Tomcat server. We have noticed that httpd is slower than expected. After enabling logging of time-to-serve in both Tomcat and httpd, it turns out that while Tomcat can serve each request in less than a second, httpd in many cases

Re: Re: Re: [EMAIL PROTECTED] Debugging a runaway httpd process

2006-10-02 Thread Jeff Mohler
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.

Re: Re: [EMAIL PROTECTED] Debugging a runaway httpd process

2006-09-29 Thread Jeff Mohler
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.5 #1 0x28bbc780 in _thread_sig_handler () from /usr/lib/libc_r.so.5 #2 0x28bbc981 in _thread_sig_handler () from /usr/lib/libc_r.so.5 #3 0x28bbd9f

Re: Re: [EMAIL PROTECTED] Debugging a runaway httpd process

2006-09-29 Thread Jeff Mohler
Thanks Joshua, I will dig into that today to see what I can find. On 9/29/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 9/29/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. >

Re: [EMAIL PROTECTED] Debugging a runaway httpd process

2006-09-29 Thread Joshua Slive
On 9/29/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 asked my server "admin" (IE: Smart helper) to add PHP support and a few other minor things to the environment, which has

[EMAIL PROTECTED] Debugging a runaway httpd process

2006-09-28 Thread Jeff Mohler
I am suffering from runaway httpd processes, and I dont understand enough about systems at this level, to understand why. I asked my server "admin" (IE: Smart helper) to add PHP support and a few other minor things to the environment, which has been stable since 2002. Now, the httpd process ran

Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-14 Thread Steve Swift
>Incidentally, this is something to check; is your client really sending>a Host header? To do so, it must be using HTTP/1.1 (all modern browsers>do so). Please confirm that you are using a recent browser to test this >server.A quick test would be to go to http://www.swiftys.org.uk as this is a (non

RE: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-14 Thread Boyle Owen
> -Original Message- > From: Steve Swift [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 14, 2006 8:59 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Debugging virtual hosts? > > I know of no way to trace the mechanism that Virtual Ho

Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-14 Thread Steve Swift
I know of no way to trace the mechanism that Virtual Hosts uses, but from observation of several working systems, and close scrutiny of the documentation, it goes mostly like this:1. Read the "NameVirtualHost xxx" directive to identify which address/ports activate Virtual Hosts. On match, pro

Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-13 Thread bwobbones
Thanks for the reply, Sorry, a mis-communication. I mean process as in a series of steps. I.e. is there some way of getting httpd to print out the sequence of steps that it is using to determine which vhost to go to? William A. Rowe, Jr. wrote: > > bwobbones wrote: >> Hi, >> >> Does an

Re: [EMAIL PROTECTED] Debugging virtual hosts?

2006-09-13 Thread William A. Rowe, Jr.
bwobbones wrote: > Hi, > > Does anyone know how I can see the process by which apache is working out > which vhost to go to? I've got a problem where it's always going to the > default (http://www.nabble.com/More-Virtual-Host-problems-tf2265477.html) Unless you run perchild or memutex (sp?) MP

[EMAIL PROTECTED] Debugging virtual hosts?

2006-09-13 Thread bwobbones
Hi, Does anyone know how I can see the process by which apache is working out which vhost to go to? I've got a problem where it's always going to the default (http://www.nabble.com/More-Virtual-Host-problems-tf2265477.html) Thanks, Greg -- View this message in context: http://www.nabble.co