[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] A FrontPage web could not be configuredsuccessfully (Raq4)



> If FP has been set up, the user/domain will have a bunch of FP specific
> subdirectories
> _private
> _vit_bin
> _vit_cnf
> _vti_log
> _vti_pvt
> _vti_txt
> and the page _vti_inf.html which has configuration info for frontpage.
> 
> You can always go to http://www.domain.tld/~user/_vti_inf.html in a browser
> to tell

Yup, know that, but nothing is showing up checked via ftp and ssh and
nothing.  Going through the GUI is just not letting me do it.  Is there a
way to do it via ssh??

I've looked at the httpd.conf, and compared sites that utilize FP and are
working to this new one and notice there is several lines missing after the
"AddType" line (see below)

ScriptAlias /~elaine/_vti_bin/_vti_adm/
/home/sites/site57/users/elaine/web/_vti_bin/_vti_adm/
ScriptAlias /~elaine/_vti_bin/_vti_aut/
/home/sites/site57/users/elaine/web/_vti_bin/_vti_aut/
ScriptAlias /~elaine/_vti_bin/ /home/sites/site57/users/elaine/web/_vti_bin/
AliasMatch ^/~([^/]+)(/(.*))? /home/sites/site57/users/$1/web/$3

I'm assuming these lines are created or added when one is able to
successfully add and FP User to the site.

Any suggestions.