diff --git a/roundcubemail-httpd.conf b/roundcubemail-httpd.conf new file mode 100644 index 0000000..71a8c67 --- /dev/null +++ b/roundcubemail-httpd.conf @@ -0,0 +1,51 @@ +# You might want to set up a virtual host for the server, but it is +# not a requirement. You can as well reach the server under its +# common name under http://your.server.name/roundcube +# +# NameVirtualHost * +# +# ServerName your.server.name +# DocumentRoot /srv/www/roundcubemail + + + Alias /roundcube __ROUNDCUBEPATH__ + + + + + # remove the next line to get real UTF-8 support + # AddDefaultCharset UTF-8 + php_admin_flag display_errors Off + php_admin_flag log_errors On + php_admin_flag file_uploads on + php_admin_value upload_max_filesize 2M + php_admin_value error_log logs/errors + php_admin_value open_basedir "__ROUNDCUBEPATH__:/tmp" + + + + Order allow,deny + Deny from all + + Order deny,allow + Allow from all + + + + Order allow,deny + Deny from all + + + + Order allow,deny + Deny from all + + + + Order allow,deny + Deny from all + + + +# +