URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 5937
[ Назад ]

Исходное сообщение
"Hi ALL! Апач даже с локалхоста не пускает!"

Отправлено Phelix , 10-Мрт-01 03:27 
Помогите плиз - запутался совсем- (
апач с любой машины, даже с localhost грит, что форбидден, permission denied 403 и тд.
Где смотреть хоть - я там разберусь - чо только не делал уже. Торможу -)
Пасибо заранее!

Содержание

Сообщения в этом обсуждении
"RE: Hi ALL! Апач даже с локалхоста не пускает!"
Отправлено Sergey Vlasov , 10-Мрт-01 17:36 
httpd.conf:


#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory /home/httpd/html>

#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
    Options Indexes Includes FollowSymLinks MultiViews

#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
    AllowOverride FileInfo AuthConfig Limit

#
# Controls who can get stuff from this server.
#
    Order allow,deny
    Allow from all
</Directory>

А вообще читать документацию полезно.