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?



Adv Reply
Bookmarks