From 7345348a332ae8f2c144c0e8f829950055f76e65933d672ebe45a1d7f702d8f9 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 22 May 2007 12:35:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=7 --- roundcubemail-httpd.conf | 51 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 roundcubemail-httpd.conf 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 + + + +# +