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

Re: [cobalt-users] FP Error on new site



> > I recently setup a new site that required FP access.  This is
> > an existing client and is using FP2000 to access his other
> > sites w/o incident
> >
> >   The folder 'http://sitename.com' isn't accessible.  The folder may
> >   be located on an unavailable volume or be protected with a
> >   password.
> >
> > It also generates a wecerr.txt file with the following:
> >
>
> I gather from the server alias line you do have the web alias setup in
> the site settings(?) Have you tried disabling and re-enabling FP
> extensions for the site?
>
> Are they trying to access http://sitename.com with FrontPage or a
> browser? If using FrontPage make sure they put in the www.
>

For the archives...

I think I may have found the culprit.  Two entries in httpd.conf related to
mod_security seems to silently whack some portion of the installation of FP
'widgets' from the Cobalt GUI.  Removing these lines, restart httpd and
remove/re-add and all was well in the world.  Existing sites were not
affected since it only appears to be an issue when the GUI calls the FP
v-site installation script(s) and existing sites already had the FP mess
scattered in their directories.

These were the two that were removed...
SecFilter "\.\./"
SecFilter "<[[:space:]]*script"

-- Paul