Current time: 11-16-2024, 04:35 AM Hello There, Guest! (LoginRegister)


Post Reply 
Ispcp Omega Error 403 /server-status Forbidden
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: Ispcp Omega Error 403 /server-status Forbidden
Hi Jorge

I have this snipplet in my 00_master.conf - inside the virtualhost part...

# Master Begin
#
<VirtualHost <server-ip>:80>
...
...
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from localhost ::1
Allow from aa.bb.cc.dd
</Location>
...
</VirtualHost>
#
# Master End
#

where aa.bb.cc.dd is my IP at home...
and this works (http://server.host.name.tld/server-status/)

Be sure to have enabled the status module.

If still error: check the apache logs!

/Joxi
09-17-2013 08:37 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Ispcp Omega Error 403 /server-status Forbidden - joximu - 09-17-2013 08:37 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)