X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=files%2Fetc%2Fsquirrelmail%2Fapache.conf.restore;fp=files%2Fetc%2Fsquirrelmail%2Fapache.conf.restore;h=0000000000000000000000000000000000000000;hb=f73a1d013f3dc420c206d8ba3acb200de8c6df4f;hp=d594d2720894c9dcf29dcdebe7a721805f90c440;hpb=6bb3d5b5ed32226a909f42840ea4737e9af126c1;p=carnet-upgrade.git diff --git a/files/etc/squirrelmail/apache.conf.restore b/files/etc/squirrelmail/apache.conf.restore deleted file mode 100644 index d594d27..0000000 --- a/files/etc/squirrelmail/apache.conf.restore +++ /dev/null @@ -1,44 +0,0 @@ -Alias /squirrelmail /usr/share/squirrelmail - - - Options Indexes FollowSymLinks - - php_flag register_globals off - - - php_flag register_globals off - - - DirectoryIndex index.php - - - # access to configtest is limited by default to prevent information leak - - order deny,allow - deny from all - allow from 127.0.0.1 - - - -# users will prefer a simple URL like http://webmail.example.com -# -# DocumentRoot /usr/share/squirrelmail -# ServerName webmail.example.com -# - -# redirect to https when available (thanks omen@descolada.dartmouth.edu) -# -# Note: There are multiple ways to do this, and which one is suitable for -# your site's configuration depends. Consult the apache documentation if -# you're unsure, as this example might not work everywhere. -# -# -# -# -# RewriteEngine on -# RewriteCond %{HTTPS} !^on$ [NC] -# RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI} [L] -# -# -# -