HEX
Server: Apache
System: Linux server3230.server-vps.com 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: lzgqnjwu (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //etc/brainy/default.vhost
<VirtualHost 188.165.154.11:80>
    DocumentRoot /var/www/html
    CustomLog /var/log/httpd/access.log vcombined
    ErrorLog /var/log/httpd/error.log
DirectoryIndex index.php index.html
    <IfModule mod_fcgid.so>
        SuexecUserGroup apache apache
        <Directory "/var/www/html">
            Options +Indexes FollowSymLinks +ExecCGI
            AddHandler php5-fastcgi .php
            Action php5-fastcgi /cgi-bin/php.cgi
            AllowOverride All
            Order allow,deny
            Allow from All
    </Directory>
    </IfModule>
</VirtualHost>