[plug] Apache Web Server Problem

Leon Brooks leon at brooks.smileys.net
Sat Jul 8 23:41:24 WST 2000


Christopher Darby wrote:
> I have a problem with my apache web server, ive screwed up the permissions
> to the directory in which the web sites reside, what do i need to set the
> permissions to, to get the sites working again...

chmod -R a+r /home/httpd/html /home/*/public_html
chmod a+x $(find /home/httpd/html /home/*/public_html -type d) /home/*

...if there are CGIs in there, you will have to chmod a+x them as well.

-- 
Linux will not get in the door by simply mentioning it... it must win
by proving itself superior. We have no marketing department, our sales
department is an FTP server in North Carolina and our programming
department spans seven continents. Am I getting through? -- Signal11
(/.)



More information about the plug mailing list