[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Where do I find .htaccess
- Subject: Re: [cobalt-users] Where do I find .htaccess
- From: "Steven Werby" <steven-lists@xxxxxxxxxxxx>
- Date: Mon Apr 10 12:36:21 2000
Robert C. Betzel <rbetzel@xxxxxxxxx> wrote:
> would be greatful rbetzel@xxxxxxxxxx Also Front Page
> has made a mess of a CGI mailman program that I am
> running, a CGI Wrap error that reads: Execution of
> (httpd) is not permitted for the following reason:
> User not Privlidged.
CgiWrap won't allow CGI files to be owned by http. Change the owner for MailMan
to the siteadmin for that site. Using Telnet/SSH, go one directory above the
mailman directory and do this:
chown -R owner:group directoryname (replace owner with a valid siteadmin, group
with siteXY for that site and directoryname with the name of the mailman cgi
directory)
Steven Werby {steven-lists@xxxxxxxxxxxx}