如果你使用的是FrontPage,但是使用的是使用custombuild(而不是customapache)编译的apache 1.3,如果你看到这个错误:
The requested URL /_vti_bin/_vti_adm/fpadmcgi.exe was not found on this server.
一个报告(未经测试)的解决方案是在你的主httpd.conf中使用这些选项:
<IfModule mod_frontpage.c>
FrontPageEnable
FrontPageAdminEnable
</IfModule>








