diff options
author | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-10-08 10:34:19 +0000 |
---|---|---|
committer | ichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8> | 2008-10-08 10:34:19 +0000 |
commit | cc2f90cb81e13ce0e13ce75bafbfce3acfdaca15 (patch) | |
tree | a0692b7cb9ee64701563d69d6e9f9cc34a00c608 /default-conf/etc/https | |
parent | 45574da67dfac23071c0b02c7f2ca9427fa28ab1 (diff) |
minor changes
git-svn-id: svn://svn.cccv.de/engel-system@304 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'default-conf/etc/https')
-rw-r--r-- | default-conf/etc/https | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/default-conf/etc/https b/default-conf/etc/https deleted file mode 100644 index aaa0bf3f..00000000 --- a/default-conf/etc/https +++ /dev/null @@ -1,19 +0,0 @@ - -<VirtualHost *:443> - # SSL (START) - SSLEngine on - SSLCertificateFile /etc/apache2/ssl/apache.pem - SSLCertificateKeyFile /etc/apache2/apache.pem - # SSL (ENDE) - ServerAdmin webmaster@localhost - #kann auch einfach eine IP sein - ServerName localhost - php_admin_value open_basedir "/var/www/" - DocumentRoot /var/www/https - <Directory /var/www/https> - Order Deny,Allow - Allow from all - # Zeige keine Verzeichnisse an - Options -Indexes - </Directory> -</VirtualHost> |