Hi Folks,
I am trying to install FrontPage extensions on FC4 and I think I stumbled on why I was not able to even get started. My guess is that the FP script is expecting to locate the apache http version which it is not able to locate? But in any case, I was not able to get the apachectl status or apachectl fullstatus to work:
==============================================
apache status (and apache fullstatus has the same output)
============================================== Not Found
The requested URL /server-status was not found on this server.
--------------------------------------------------------------------------
Apache/2.0.54 (Fedora) Server at [1]xxxxx.cdkkt.com Port 80
References
Visible links 1. mailto:xxxx@xxxxx.xxxxx (purposely consealed) ==============================================
============================================== Uncommenting in /etc/httpd/conf/httpd.conf, the following and changing the Allow from directive: ============================================== # Note: mod_status.so is loaded
<Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from cdkkt.com </Location> ============================================== And executing:
apache status (and apache fullstatus has the same output)
============================================== Forbidden
You don't have permission to access /server-status on this server.
--------------------------------------------------------------------------
Apache/2.0.54 (Fedora) Server at [1]xxxxx.cdkkt.com Port 80
References
Visible links 1. mailto:xxxx@xxxxx.xxxxx (purposely consealed) ==============================================
I tried everything I could for the 'Allow from', i.e. 10.1.0, 10.1.0.0/255.0.0.0 and so on to no avail. Any clues?
Thanks! Dan
Am Di, den 01.11.2005 schrieb Daniel B. Thurman um 18:15:
I am trying to install FrontPage extensions on FC4 and I think I stumbled on why I was not able to even get started. My guess is that the FP script is expecting to locate the apache http version which it is not able to locate? But in any case, I was not able to get the apachectl status or apachectl fullstatus to work:
============================================== Uncommenting in /etc/httpd/conf/httpd.conf, the following and changing the Allow from directive: ============================================== # Note: mod_status.so is loaded
<Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from cdkkt.com
Allow too from localhost.
</Location> ============================================== And executing: > apache status (and apache fullstatus has the same output) ============================================== Forbidden
You don't have permission to access /server-status on this server.
Dan
Alexander