forked from stove/dataset
54 lines
1.4 KiB
Text
54 lines
1.4 KiB
Text
|
#
|
||
|
# Round Cube Webmail is a browser-based multilingual IMAP client
|
||
|
#
|
||
|
|
||
|
# GNUNUX Alias /roundcubemail /usr/share/roundcubemail
|
||
|
Alias /roundcube /usr/share/roundcubemail
|
||
|
|
||
|
# Define who can access the Webmail
|
||
|
# You can enlarge permissions once configured
|
||
|
|
||
|
<Directory /usr/share/roundcubemail/>
|
||
|
Require all granted
|
||
|
# GNUNUX <IfModule mod_authz_core.c>
|
||
|
# GNUNUX # Apache 2.4
|
||
|
# GNUNUX Require local
|
||
|
# GNUNUX </IfModule>
|
||
|
# GNUNUX <IfModule !mod_authz_core.c>
|
||
|
# GNUNUX # Apache 2.2
|
||
|
# GNUNUX Order Deny,Allow
|
||
|
# GNUNUX Deny from all
|
||
|
# GNUNUX Allow from 127.0.0.1
|
||
|
# GNUNUX Allow from ::1
|
||
|
# GNUNUX </IfModule>
|
||
|
</Directory>
|
||
|
|
||
|
# Define who can access the installer
|
||
|
# keep this secured once configured
|
||
|
|
||
|
<Directory /usr/share/roundcubemail/installer/>
|
||
|
Order Allow,Deny
|
||
|
Deny from all
|
||
|
# GNUNUX <IfModule mod_authz_core.c>
|
||
|
# GNUNUX # Apache 2.4
|
||
|
# GNUNUX Require local
|
||
|
# GNUNUX </IfModule>
|
||
|
# GNUNUX <IfModule !mod_authz_core.c>
|
||
|
# GNUNUX # Apache 2.2
|
||
|
# GNUNUX Order Deny,Allow
|
||
|
# GNUNUX Deny from all
|
||
|
# GNUNUX Allow from 127.0.0.1
|
||
|
# GNUNUX Allow from ::1
|
||
|
# GNUNUX </IfModule>
|
||
|
</Directory>
|
||
|
|
||
|
# Those directories should not be viewed by Web clients.
|
||
|
<Directory /usr/share/roundcubemail/bin/>
|
||
|
Order Allow,Deny
|
||
|
Deny from all
|
||
|
</Directory>
|
||
|
<Directory /usr/share/roundcubemail/plugins/enigma/home/>
|
||
|
Order Allow,Deny
|
||
|
Deny from all
|
||
|
</Directory>
|