HEX
Server: Apache/2.4.63 (Unix)
System: Linux TOMS-220NAS 4.4.302+ #86009 SMP Wed Nov 26 18:19:17 CST 2025 x86_64
User: flavio87 (1026)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: //usr/local/etc/apache24/sites-available/server.c3747888-bd24-4eb6-9b31-66aa7b4f1d4c.conf

<VirtualHost *:80 *:443>
    ServerName www.findrelativesandfriends.com
    SetEnv HOST www.findrelativesandfriends.com
    DocumentRoot "/volume1/web/Find-Relatives-and-Friends"

    LogLevel info
    ErrorLogFormat "c3747888-bd24-4eb6-9b31-66aa7b4f1d4c;%t;%a;%l;\"%M\""
    ErrorLog "/var/packages/WebStation/var/log/apache24_error_log"

    Include conf-enabled/.webstation.error_page.default.conf

    <Proxy "unix:/run/php-fpm/php-95f7fe6c-5dbc-4f31-9c63-99ef91a6df1e.sock|fcgi://c3747888-bd24-4eb6-9b31-66aa7b4f1d4c">
        ProxySet timeout=60
    </Proxy>

    <Directory "/volume1/web/Find-Relatives-and-Friends">
        AllowOverride All
        <IfModule authz_core_module>
            Require all granted
        </IfModule>

        <IfModule dir_module>
            DirectoryIndex  index.php index.htm index.html
        </IfModule>

        <FilesMatch "\.(php[345]?|phtml)$">

            SetHandler "proxy:fcgi://c3747888-bd24-4eb6-9b31-66aa7b4f1d4c"

        </FilesMatch>

    </Directory>

</VirtualHost>