Results 1 to 2 of 2

Thread: Apache ExtendedStatus

  1. #1
    Join Date
    Feb 2006
    Beans
    63

    [SOLVED]Apache ExtendedStatus

    I keep getting this error from my PC which have 192.168.0.10 when I surf to http://192.168.0.2/server-status: You don't have permission to access /server-status on this server

    I'm running on Ubuntu 8.10 Desktop

    This is how i configure it on my server 192.168.0.2 /etc/apache/apache2.conf:


    ExtendedStatus On
    <Location /server-status>
    SetHandler server-status
    Order Deny,Allow
    Deny from all
    Allow from 192.168.0.10
    </Location>

    I've reloaded apache ofc:


    /etc/init.d/apache2 reload

    I'm not running any firewall on the Ubuntu PC and both My Windows PC and Ubuntu PC is on the same subnet.

    Any ideas?
    Last edited by MatsB; January 19th, 2009 at 10:17 PM.

  2. #2
    Join Date
    Feb 2006
    Beans
    63

    Re: Apache ExtendedStatus

    I changed the wrong file.

    This is the file i changed and now it works:
    /etc/apache2/mods-enabled/status.conf

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •