[thelist] <limit> and server-status

CDitty mail at redhotsweeps.com
Sun Jul 30 11:40:31 CDT 2000


Thanks Daniel.  I guess that's what I get for working on this thing at 
2am.  It's working now.

Thanks for the help.

Chris

At 02:12 PM 07/29/2000 , Daniel J. Cody wrote:
>CDitty wrote:
> >
> > Can anyone help me in installing and using the server-info handler?  When I
> > add this to my httpd.conf file, my server becomes useless.
> > #<Location /server-info>
> > SetHandler server-info
> > #</Location>
>
>take out the '#' signs.. they're commenting out the <location> tags, so
>thats why apache is breaking
>
> > I have the right module installed.  Looking over my Apache book, it suggest
> > that I use <Limit> tags.  Would this allow me to access this like
> > http://www.mydomain.com/server-info ?  If so, can someone give me an
> > example of what the Limit tag would be?
>
>Here's what you should have:
>
><Location /server-info>
>         SetHandler server-info
>         Order deny, allow
>         Deny from all
>         Allow from .yourdomain.org
></Location>
>
>note the leading . in yourdomain.org - that *has* to be there.. After
>you add the above to your httpd.conf file, restart apache and you should
>be good to go
>
>Shout ifyou have more questions :)
>
>.djc.
>
>---------------------------------------
>For unsubscribe and other options, including
>the Tip Harvester and archive of TheList go to:
>http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list