You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Chris W <1q...@cox.net> on 2004/06/05 01:25:04 UTC

[users@httpd] mod_status and info on apache2 running on SuSE 9.1

I am trying to get mod_status and info to work and not having much
luck.  I add the loadmodule directives and the following lines

<IfModule mod_status.c>
    <Location /server-status>
        SetHandler server-status
        Order deny,allow
        Deny from all
        Allow from localhost
    </Location>
</IfModule>

<IfModule mod_info.c>
    <Location /server-info>
            SetHandler server-info
            Order deny,allow
            Deny from all
            Allow from localhost
    </Location>
</IfModule>

The mod_status.so and mod_info.so are in the right place and I get no
errors when I restart apache.

I can't find any add module section like there was in 1.3.  Do I need
that as well?

I don't get a forbidden errror, I get a file not found error.

-- 
Chris W

Bring Back the HP 15C
http://hp15c.org

Not getting the gifts you want?  The Wish Zone can help.
http://thewishzone.com


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Re: mod_status and info on apache2 running on SuSE 9.1

Posted by Joshua Slive <jo...@slive.ca>.
On Sat, 5 Jun 2004, Chris W wrote:

> Since no one seems to know the answer, I thought I would share what I
> finaly found.  There is a file called /etc/sysconfig/apache2, it has
> paramaters that are used to create
> /etc/apache2/sysconfig.d/loadmodule.conf when apache starts.  So the
> changes I made to /etc/apache2/sysconfig.d/loadmodule.conf had no
> effect.  This information is not in the apache2 docs.  It may just be
> the way SuSE does it, I don't know.

Yes, this certainly is a SuSE thing and not the way it works if you
download apache from httpd.apache.org.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: mod_status and info on apache2 running on SuSE 9.1

Posted by Chris W <1q...@cox.net>.
Since no one seems to know the answer, I thought I would share what I 
finaly found.  There is a file called /etc/sysconfig/apache2, it has 
paramaters that are used to create 
/etc/apache2/sysconfig.d/loadmodule.conf when apache starts.  So the 
changes I made to /etc/apache2/sysconfig.d/loadmodule.conf had no 
effect.  This information is not in the apache2 docs.  It may just be 
the way SuSE does it, I don't know.

-- 
Chris W

Bring Back the HP 15C
http://hp15c.org

Not getting the gifts you want?  The Wish Zone can help.
http://thewishzone.com


Chris W wrote:

> I am trying to get mod_status and info to work and not having much
> luck.  I add the loadmodule directives and the following lines
>
> <IfModule mod_status.c>
>    <Location /server-status>
>        SetHandler server-status
>        Order deny,allow
>        Deny from all
>        Allow from localhost
>    </Location>
> </IfModule>
>
> <IfModule mod_info.c>
>    <Location /server-info>
>            SetHandler server-info
>            Order deny,allow
>            Deny from all
>            Allow from localhost
>    </Location>
> </IfModule>
>
> The mod_status.so and mod_info.so are in the right place and I get no
> errors when I restart apache.
>
> I can't find any add module section like there was in 1.3.  Do I need
> that as well?
>
> I don't get a forbidden errror, I get a file not found error.
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org