diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -22,12 +22,12 @@ php_value safe_mode_exec_dir /var/empty <IfModule mod_ssl.c> SSLOptions +StdEnvVars +ExportCertData SSLUserName SSL_CLIENT_S_DN_Email - SSLVerifyClient optional - <IfModule mod_rewrite.c> - RewriteEngine on - RewriteCond %{SSL:SSL_CLIENT_VERIFY} !=SUCCESS - RewriteRule .? - [F] - ErrorDocument 403 "You need a client side certificate issued by CAcert to access this url" - </IfModule> + SSLVerifyClient require +# <IfModule mod_rewrite.c> +# RewriteEngine on +# RewriteCond %{SSL:SSL_CLIENT_VERIFY} !=SUCCESS +# RewriteRule .? - [F] +# ErrorDocument 403 "You need a client side certificate issued by CAcert to access this url" +# </IfModule> </IfModule> </FilesMatch> |