LINUX.ORG.RU
ФорумAdmin

apache + VirtualHost


0

0

В httpd.conf

<Directory "/home/*/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>

<Directory "/home/*/www/cgi-bin">
AllowOverride All
Options ExecCGI
Order allow,deny
Allow from all
</Directory>


<VirtualHost *:80>
ServerAdmin mount_gmome@land.ru
DocumentRoot /home/itlnet/www/html
ServerName 192.168.40.252
ErrorLog /home/itlnet/www/logs/error_log
CustomLog /home/itlnet/www/logs/access_log common
</VirtualHost>


В браузере обращаюсь на http://192.168.40.252/
И получаю ошибку:

Forbidden

You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.48 (ASPLinux) Server at 192.168.40.252 Port 80

сделал полный chmod -R 777 /homes/itlnet не помогает :(

Подскажите в чем неправы /dev/hands?

★★★

Разобрался надо было сделать chmod 755 /home/itlnet

Mrak ★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.