HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux mail.btech-izolacje.pl 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
User: pewna6876 (1017)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //etc/apache2/sites-enabled/panel.rmgun.pl.conf
<VirtualHost *:8083>

        ServerName panel.rmgun.pl
        ServerAlias www.panel.rmgun.pl
        ServerAdmin 123biernat123@gmail.com
        SuexecUserGroup panel9770 panel9770
        DocumentRoot /home/panel.rmgun.pl/public_html/
        Alias /.well-known/acme-challenge /usr/local/lsws/Example/html/.well-known/acme-challenge
        <Proxy "unix:/var/run/php/panel.rmgun.pl.sock|fcgi://php-fpm-panel9770">
        ProxySet disablereuse=off
        </proxy>
        <FilesMatch \.php$>
                    SetHandler proxy:fcgi://php-fpm-panel9770
        </FilesMatch>
        #CustomLog /home/panel.rmgun.pl/logs/panel.rmgun.pl.access_log combined
        #AddHandler application/x-httpd-php83 .php .php7 .phtml
        
        <Directory /home/panel.rmgun.pl/public_html/>
            Options Indexes FollowSymLinks
            AllowOverride all
            Require all granted
            DirectoryIndex index.html index.php
        </Directory>

</VirtualHost>
<VirtualHost *:8082>

         ServerName panel.rmgun.pl
         ServerAlias www.panel.rmgun.pl
         ServerAdmin 123biernat123@gmail.com
         SuexecUserGroup panel9770 panel9770
         DocumentRoot /home/panel.rmgun.pl/public_html/
         <Proxy "unix:/var/run/php/panel.rmgun.pl.sock|fcgi://php-fpm-panel9770">
            ProxySet disablereuse=off
         </proxy>
         <FilesMatch \.php$>
            SetHandler proxy:fcgi://php-fpm-panel9770
         </FilesMatch>
         #CustomLog /home/panel.rmgun.pl/logs/panel.rmgun.pl.access_log combined
         #AddHandler application/x-httpd-php83 .php .php7 .phtml

         <Directory /home/panel.rmgun.pl/public_html/>
            Options Indexes FollowSymLinks
            AllowOverride all
            Require all granted
            DirectoryIndex index.html index.php
         </Directory>

         SSLEngine on
         SSLVerifyClient none
         SSLCertificateFile /etc/apache2/conf-enabled/.fullchain.pem
         SSLCertificateKeyFile /etc/apache2/conf-enabled/.privkey.pem

</VirtualHost>