Ubuntu'daki Apache'de bir vhost oluşturdum, ancak tarayıcıda "403 Erişim yasaklandı" hatası alıyorum; Günlük " Müşteri sunucu yapılandırması tarafından reddedildi: / home / remix / " yazıyor .
Çevrimiçi çözümü aramak Dizin erişimi hakkında birçok yazı buldum (Hepsinden izin ver, vb.), Ancak bildiğim kadarıyla zaten yaptım. In httpd-vhosts.conf Aşağıdaki kod vardır:
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "/opt/lampp/htdocs/"
ServerName localhost
ServerAlias localhost
ErrorLog "logs/dummy-host.example.com-error_log"
CustomLog "logs/dummy-host.example.com-access_log" common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot "/home/remix/"
ServerName testproject
ServerAlias testproject
<Directory "/home/remix/">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Ben de ekledim
127.0.0.1 testproject
/ etc / hosts dosyasına.
Ayrıca, / home / remix / klasörü bir index.html dosyası içerir ve vhosts httpd.conf dosyasında etkindir.
Görmediğim bir şey var mı?
Düzenleme: Bu Apache error_log girişidir:
[Sat Aug 18 09:15:32.666938 2012] [authz_core:error] [pid 6587]
[client 127.0.0.1:38873] AH01630: client denied by server configuration: /home/remix/