• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

frontpage extensions problems

P

Passie

Guest
After the last upgrade (7.5.3) i have problems running frontpage extensions on a site/domain.
Installing and removing frontpage extensions on my other sites/domains goes ok, absolute no problems at al.

When I try to install FP extensions on that specific site/domain it will install’s everything for HTTPS like the directory’s _vti_bin/ _vti_cnf/ _vti_log/ _vti_pvt and _vti_txt but for the HTTP section it only creates the directory _vti_pvt and that’s it…for HTTPS it works ok but for HTTP I get a page not found what is obvious cause there are directory’s missing.
I have already recreated the httpd.include file for that site but that didn’t helped either.
In the /usr/local/frontpage I can see the links/directories site.com:80.cnf and site.com:443.cnf so its looks fine to me.

Can somebody help me with this situation, like are there other things I can try to fix frontpage extensions for that site.

Thank you
 
similar problem for myself as well.

only _vti_private gets created with a non-ssl enabled site in httpdocs.

if i enable ssl, and enable frontpage non-ssl and frontpage ssl, it creates all the necessary directories, etc. in httpsdocs.

however, for both above methods, the fpadmcgi.exe file is missing.
 
I dont know how to fix that, but:
You could ln -s httpdocs httpsdocs, and then reinstall and it would all be in one dir.
 
I'm also having this exact problem, have been unable to find a cause or solution... and there don't seem to be any logs that might explain why it's freezing when generating the frontpage directories in the /home/httpd/vhosts/domainName/httpdocs/.

--Andrew
 
i love how well the feedback from the plesk team on these issues is!
 
I am having this same problem as well. Has anyone found a solution to this?
 
Anyone found a solution to this. Ive been without frontpage extensions for ages now and I cant find a solution anywhere.
 
I had a similar problem running Plesk 8.1.0 even after following the advice in KB #909. The client's error log contained something like this:

Code:
Incorrect permissions on webroot "/var/www/vhosts/example.com/httpdocs/_vti_pvt" and webroot's _vti_pvt directory in FrontPageAlias().

I fixed it by going to their httpdocs folder and issuing the following command:

Code:
chgrp psaserv _vti_pvt

Hopefully this may help someone who uses the search feature here.
 
Back
Top