| Server IP : 157.22.201.140 / Your IP : 216.73.216.74 Web Server : nginx/1.30.1 System : Linux mit.vincode.fvds.ru 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /etc/apache2/conf.d/ |
Upload File : |
# 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/roundcube <Directory "/usr/share/tinymce/www/"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny allow from all </Directory> <Directory /usr/share/roundcube> <IfModule itk.c> AssignUserID www-data www-data </IfModule> <IfModule mpm_itk_module> AssignUserID www-data www-data </IfModule> <IfModule LiteSpeed> AddType application/x-httpd-php-roundcube .php .php .phtml </IfModule> <IfModule !LiteSpeed> <FilesMatch "\.ph(p[3-5]?|tml)$"> SetHandler "proxy:unix:/var/run/php-fpm74.roundcube.sock|fcgi://localhost/" </FilesMatch> </IfModule> <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/roundcube/config> Options -FollowSymLinks Order Deny,Allow Deny from All </Directory> <Directory /var/lib/roundcube/temp> Options -FollowSymLinks Order Deny,Allow Deny from All </Directory> <Directory /var/lib/roundcube/logs> Options -FollowSymLinks Order Deny,Allow Deny from All </Directory>