Front Page Error

johnallen

Verified User
Joined
Sep 23, 2003
Messages
47
Location
minneapolis
[error] (9)Bad file descriptor: Incorrect permissions on stub "/usr/local/frontpage/version5.0/apache-fp/_vti_bin/fpexe" in FrontPageCheckup(). Until this problem is fixed, the FrontPage security patch is disabled and the FrontPage extensions may not work correctly.


-rwxr-xr-x 1 root wheel 10166 Feb 29 17:42 /usr/local/frontpage/version5.0/apache-fp/_vti_bin/fpexe
 
Here is the fix from directadmin..

===========================================

chattr -i -R fpexe

on /usr/local/frontpage/version5.0/apache-fp/_vti_bin/fpexe so that it was "unlocked" (not sure how it got locked)

Then I ran:

cd /usr/local/directadmin/customapache
./build frontpage_ext


===========================================

After these steps I had to disable and re-enable Front Page on all sites that were not working. Front Page is working now.
 
Back
Top