Resolution
Trying to get accesshttp://www.domain.tld/_vti_bin/_vti_adm/fpadmcgi.exe?page=webadmin.htm
the following error appears in web browser:
Not Found
The requested document was not found on this server.
In this case you may see the following error message in main apache log file /var/log/httpd/error_log
Incorrect permissions on key directory "/usr/local/frontpage/version5.0/apache-fp" in FrontPageCheckup(). Until this problem is fixed, the FrontPage security patch is disabled and the FrontPage extensions may not work correctly.
and/or there are the following in the domain`s log file:
$HTTPD_VHOSTS_D/domain.tld/statistics/logs/error_log
1. File does not exist: /home/httpd/vhosts/mydomain.net/httpdocs/_vti_bin/_vti_adm/fpadmcgi.exe
2. Incorrect permissions on stub "/usr/local/frontpage/version5.0/apache-fp/_vti_bin/fpexe" in FrontPageAlias()
To resolve this you should check and repair proper permissions for the following directories:
chown -R root /usr/local/frontpage/version5.0/apache-fp
chgrp -R bin /usr/local/frontpage/version5.0/apache-fp
chmod 711 /usr/local/frontpage/version5.0/apache-fp
chmod 600 /usr/local/frontpage/version5.0/apache-fp/suidkey
chmod 4755 /usr/local/frontpage/version5.0/apache-fp/_vti_bin/fpexe
chmod 555 /usr/local/frontpage/version5.0/apache-fp/_vti_binIf you have RedHat linux and SElinux is enabled, try these steps:
setsebool -P httpd_disable_trans 1
service httpd restart