HTTPD - Yasak


0

Bir mac üzerinde Apache httpd (en son kararlı sürüm) kurma (Mavericks OS). Sunucu açıldığında 127.0.0.1'e gitmek, 403 Yasaklanmayla sonuçlanır. Herhangi bir yardım takdir edilmektedir.

httpd.conf

DocumentRoot "/Users/paul/Sites/"

$ APACHE_HOME / kullanıcılar / paul.conf

<Directory "/Users/Paul/Sites/">
Options Indexes Multiviews
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
</Directory>

Hata günlüğünde hiçbir şey görünmüyor

[Sat Sep 13 18:31:31 2014] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
Warning: DocumentRoot [/usr/docs/dummy-host.example.com] does not exist
Warning: DocumentRoot [/usr/docs/dummy-host2.example.com] does not exist
httpd: Could not reliably determine the server's fully qualified domain name, using Foo.local for ServerName
[Sat Sep 13 18:31:31 2014] [notice] Digest: generating secret for digest authentication ...
[Sat Sep 13 18:31:31 2014] [notice] Digest: done
[Sat Sep 13 18:31:31 2014] [notice] Apache/2.2.26 (Unix) PHP/5.4.24 DAV/2 mod_ssl/2.2.26 OpenSSL/0.9.8y mod_perl/2.0.7 Perl/v5.16.2 configured -- resuming normal operationFoo

Yanıtlar:


Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.