di Apache pada Ubuntu saya sudah membuat vhost, tetapi di browser saya terus mendapatkan kesalahan "403 Akses terlarang"; log mengatakan " Klien ditolak oleh konfigurasi server: / home / remix / ".
Mencari solusi online saya menemukan banyak posting tentang akses direktori (Izinkan dari semua, dll), tetapi sejauh yang saya tahu saya sudah melakukannya. Di httpd-vhosts.conf ada kode berikut:
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>
Saya juga menambahkan
127.0.0.1 testproject
ke file / etc / hosts.
Juga, folder / home / remix / berisi file index.html dan vhosts diaktifkan di httpd.conf.
Apakah ada sesuatu yang tidak saya lihat?
Sunting: Ini adalah entri Apache error_log:
[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/