Пытаюсь использовать .htaccess но получается ошибка
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
Что нужно подкрутить?
[r...@gate git]# cat .htaccess
Order deny,allow
Deny from all
Allow from  192.168.100.
AuthType Basic
AuthName "hello"
AuthUserFile /var/www/.htpaswdgit
require valid-user

[r...@gate git]# httpd2 -M
Loaded Modules:
core_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
dir_module (shared)
env_module (shared)
log_config_module (shared)
logio_module (shared)
mime_module (shared)
negotiation_module (shared)
perl_module (shared)
rewrite_module (shared)
php5_module (shared)


_______________________________________________
Sysadmins mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sysadmins

Ответить