Received: (qmail 635 invoked by uid 2012); 8 Jul 1998 03:10:02 -0000 Message-Id: <19980708031002.634.qmail@hyperreal.org> Date: 8 Jul 1998 03:10:02 -0000 From: Steve Smith Reply-To: ssmith@elp.rr.com To: apbugs@hyperreal.org Subject: /server-status does not work X-Send-Pr-Version: 3.2 >Number: 2567 >Category: mod_status >Synopsis: /server-status does not work >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Tue Jul 7 20:20:00 PDT 1998 >Last-Modified: Thu Jul 9 19:30:00 PDT 1998 >Originator: ssmith@elp.rr.com >Organization: >Release: 1.3.0 >Environment: Linux 2.0.34 #1 Fri May 8 16:05:57 EDT 1998 i586 unknown gcc-2.7.2.3-11 >Description: I have repeatedly looked at my "access.conf" file to be sure it is correctly configured as follows: SetHandler server-status order deny,allow deny from all allow from .mydomain I get an error when I try to access the URL http://hostname/server-status Not Found The requested URL /server-status/ was not found on this server The requested URL /server-status was not found on this server The server-status used to work on my previous release before the upgrade to 1.3 but now it doesn't work. >How-To-Repeat: Do and upgrade to 1.3 from 1.2 >Fix: I have looked through the bug database and found some possible info about it not being implemented into the daemon when it is initailly compiled. Do I need to recompile (how exactly) or can I add a Loadmodule line to the "httpd.conf" PR#2424 states that the module should be specified using "configure" but not apaci which is what I used. >Audit-Trail: State-Changed-From-To: open-feedback State-Changed-By: coar State-Changed-When: Wed Jul 8 03:00:33 PDT 1998 State-Changed-Why: Are there any relevant messages in the error log? Release-Changed-From-To: 1.3-1.3.0 Release-Changed-By: coar Release-Changed-When: Wed Jul 8 03:00:33 PDT 1998 From: Marc Slemko To: Steve Smith Cc: apbugs@hyperreal.org Subject: Re: mod_status/2567: /server-status does not work Date: Wed, 8 Jul 1998 09:48:36 -0700 (PDT) On 8 Jul 1998, Steve Smith wrote: > I get an error when I try to access the URL http://hostname/server-status > Not Found > The requested URL /server-status/ was not found on this server > The requested URL /server-status was not found on this server > > The server-status used to work on my previous release before the upgrade to 1.3 but now it doesn't work. > >How-To-Repeat: > Do and upgrade to 1.3 from 1.2 > >Fix: > I have looked through the bug database and found some possible info about it not being implemented into the daemon when it is initailly compiled. Do I need to recompile (how exactly) or can I add a Loadmodule line to the "httpd.conf" > PR#2424 states that the module should be specified using "configure" but not apaci which is what I used. Did you add the proper flags, as per the apaci docs, to enable the status module when you compiled? If you run "httpd -l" is mod_status included there? From: "Steve Smith" To: Cc: Subject: RE: mod_status/2567: /server-status does not work Date: Thu, 9 Jul 1998 16:41:21 -0600 This is what's in the error_log when a request is made: [Thu Jul 9 16:41:37 1998] [warn] handler "server-status" not found, using defau lt handler for: /opt/apache/share/htdocs/server-status [Thu Jul 9 16:41:37 1998] [error] File does not exist: /opt/apache/share/htdocs /server-status State-Changed-From-To: feedback-closed State-Changed-By: marc State-Changed-When: Thu Jul 9 19:27:00 PDT 1998 State-Changed-Why: User reports problem resolved. From: Marc Slemko To: Steve Smith Cc: Apache bugs database Subject: RE: mod_status/2567: /server-status does not work Date: Thu, 9 Jul 1998 19:24:35 -0700 (PDT) On Thu, 9 Jul 1998, Steve Smith wrote: > I ran "httpd -l" and mod_status did not show up. > I then recompiled apache using the following command line: > ./configure --prefix=/opt/apache --enable-module=status > I then copied the httpd file from /src to my current /opt/apache/sbin > directory and the "server-status" now works correclty. I apologize, I > assumed it would be included :( > > One more question is: Will I be OK by just copying "httpd" or do I need any Yes. >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]