0 Members and 1 Guest are viewing this topic.
cat <<'EOF' > /usr/local/apache/conf.d/roundcube.confAlias /webmail /usr/local/apache/htdocs/roundcube<Directory /usr/local/apache/htdocs/roundcube> Options -Indexes AllowOverride All</Directory><Directory /usr/local/apache/htdocs/roundcube/config> Order Deny,Allow Deny from All</Directory><Directory /usr/local/apache/htdocs/roundcube/temp> Order Deny,Allow Deny from All</Directory><Directory /usr/local/apache/htdocs/roundcube/logs> Order Deny,Allow Deny from All</Directory>EOF