The following reply was made to PR general/1493; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]>
To: Apache bugs database <[EMAIL PROTECTED]>
Cc: Subject: Re: general/1493: Problems with Location in access.conf (Server
Status) (fwd)
Date: Sun, 30 Nov 1997 16:31:51 -0700 (MST)
---------- Forwarded message ----------
Date: Sun, 30 Nov 1997 15:31:13 -0800
From: "Auteria Wally Winzer Jr." <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
To: Marc Slemko <[EMAIL PROTECTED]>
Subject: Re: general/1493: Problems with Location in access.conf (Server
Status)
Thanks. Before I looked in the error_log file I modified httpd.conf by adding
a
user "www". Then I created a group "www" using the same number as its PID
(1062,1062).
When I restarted httpd everything was fine. When I looked in the httpd.conf
file the group id was invalid (-1), so I changed it to 1062 before I restarted
httpd.
Everything is now up and running. I want to thank you for your quick
responses.
I will definitely recommend to everyone I know to use Apache's httpd server.
I put myself on the announcement list for any updates, etc.
Thanks again.
Wally Winzer Jr.
Marc Slemko wrote:
> On Sun, 30 Nov 1997, Auteria Wally Winzer Jr. wrote:
>
> > I removed the # symbol. Everything seemed to be fine when I did a "ps" to
> > make sure
> > the daemon was running. It was not running. I even double-checked the
> > process table
> > just to make sure. I don't know what happened. Can you help me resolve
> > this issue?
>
> Did you restart the server? Do you get any errors when you try?
>
> Did you check the error log?
>
> >
> > Thank you for your response.
> >
> > Wally Winzer Jr.
> >
> > Marc Slemko wrote:
> >
> > > On Sun, 30 Nov 1997, Auteria Wally Winzer Jr. wrote:
> > >
> > > > I've attached a copy of access.conf.
> > >
> > > [...]
> > >
> > > <Directory /usr/local/apache-1.2.4/cgi-bin>
> > > AllowOverride None
> > > Options None
> > > #</Directory>
> > >
> > > # Allow server status reports, with the URL of
> > > http://servername/server-status
> > > # Change the ".your_domain.com" to match your domain to enable.
> > >
> > > <Location /status>
> > > SetHandler server-status
> > > order deny,allow
> > > deny from all
> > > allow from .champusa.com
> > > </Location>
> > >
> > > As I said, be sure you are closing all your Directory containers.
> > > You commented out the </Directory> for your cgi-bin directory. That
> > > means the <Directory> that is opened is never closed. You can't have
> > > Locations inside Directories, so it is invalid.
> > >
> > > Remove the comment from your </Directory> and it should work fine.
> >
> >
> >