Permissions

Hi all

Sorry for a little repeat here, but i am newbie here.

<VirtualHost 123.123.123.123>
ServerAlias xxx.com
ServerAdmin xxx@xxx.com
DocumentRoot /home/user/public_html
ServerName xxx.com
ScriptAlias /cgi-bin/ /home/user/public_html/cgi-bin/
</VirtualHost>
This is the extract from my httpd.conf, hopefully it should be correct.

Right now, i am having a little problem here, is that when i try to view the pages i setup, the page loads as
Access forbidden!
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster
Error 403
Sun 22 Feb 2004 08:27:54 PM SGT
Apache/2.0.40 (Red Hat Linux)
From my understanding and presumption, i suppose this is a problem as i had yet to set the permission so that it is readable by the apache.

My first question is, anyone can help me on it, setting permissions so that my site can be viewed from this account.

Secondly, can anyone suggest the command to close an account's SSH, leaving other logins like FTP running, and another command for removing this.

TIA.

 

 

 

 

Top