23 AĞUSTOS 2013, Cuma
Apache2: 'AH01630: sunucu yapılandırması' tarafından engellendi istemci;
Bir tarayıcı ile localhost erişmeye çalışırken bu hata alıyorum.
AH01630: client denied by server configuration
Site klasör izinlerini kullanarak kontrol ettim:
sudo chmod 777 -R *
İşte benim yapılandırma dosyası:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /home/user-name/www/myproject
<Directory />
Options FollowSymLinks
AllowOverride all
Allow from all
</Directory>
<Location />
Allow from all
Order Deny,Allow
</Location>
<Directory /home/user-name/www/myproject/>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride all
Options ExecCGI -MultiViews SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
Alias /doc/ "/usr/share/doc/"
<Directory "/usr/share/doc/">
Options Indexes MultiViews FollowSymLinks
AllowOverride all
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>
CEVAP
25 EKİM 2013, Cuma
Apache 2.4 kullanıyorsanız
Kontrol ve kurallar izin verme
http://httpd.apache.org/docs/2.4/upgrading.html#access Check out
2.2, erişim kontrolü istemci ana bilgisayar adı, IP adresi, temel ve diğer istemci istekleri özelliklerini kullanma yönergeleri yapıldı Emir, İzin ver, Reddet, ve Tatmin.
2.4 böyle bir erişim kontrol diğer aynı şekilde yapılır yetkilendirme denetimleri, yeni modül mod_authz_host kullanarak.
Yeni Direktif Require
2.2 yapılandırma:
Order allow,deny
Allow from all
2.4 yapılandırma:
Require all granted
Bunu Paylaş:
(Ubuntu Server )Apache 2.4.6 -> ist...
Apache: istemci sunucu yapılandırması ...
.debug: Geçersiz komut 'RewriteEn...
Delphi XE için SABUN sunucu ve istemci...
Sunucu ve İstemci arasında Otomatik ol...