Your IP : 18.189.170.98
Current Path : /etc/httpd/conf.d/ |
|
Current File : //etc/httpd/conf.d/roundcube-isp.conf |
# Created by ispmanager 10.10.2024
# Please do not change this comment
# or all your changes will be overwritten
# the next time you update this package.
Alias /roundcube /usr/share/roundcubemail
<Directory "/usr/share/tinymce/www/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order allow,deny
allow from all
</Directory>
<Directory /usr/share/roundcubemail>
<IfModule itk.c>
AssignUserID apache apache
</IfModule>
<IfModule mpm_itk_module>
AssignUserID apache apache
</IfModule>
<FilesMatch "\.ph(p[3-5]?|tml)$">
SetHandler "proxy:unix:/var/run/php-fpm74.roundcube.sock|fcgi://localhost/"
</FilesMatch>
<IfVersion >= 2.4>
Require all granted
</IfVersion>
Options -Indexes
AllowOverride All
Allow from all
DirectoryIndex index.php
Options +FollowSymLinks
Options +Includes -ExecCGI
</Directory>
<Directory /usr/share/roundcubemail/config>
Options -FollowSymLinks
Order Deny,Allow
Deny from All
</Directory>
<Directory /usr/share/roundcubemail/temp>
Options -FollowSymLinks
Order Deny,Allow
Deny from All
</Directory>
<Directory /usr/share/roundcubemail/logs>
Options -FollowSymLinks
Order Deny,Allow
Deny from All
</Directory>