You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Fernando Reuter Wendt <fe...@admijui.unijui.tche.br> on 2002/12/09 13:54:17 UTC

[users@httpd] Server-Status and Server-Info: One more doubt

Hi,

just one more question about it: what should i do to enable this Apache
features avaliable to any subdomain who try to get
http://mydomain.something/server-status and
http://mydomain.something/server-info ? Because i have trying to do some
changes at httpd.conf and it´s not working.

Supose i have subdomain1 and subdomain2, and would like to enable to any
computer located at these subdomains only.

What´s the correct sintax? I try these bellow, but it failled.

<Location /server-info>
    SetHandler server-info
    Order deny,allow
    Deny from all
    Allow from subdomain1.mydomain.something subdomain2.mydomain.something
</Location>

+---------------------
 Fernando A. R. Wendt
 < Webmaster UNIJUÍ >

---------------------------------------------------------------------
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