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.656fda5a-86e6-4f21-afd2-3a7209e4d332.conf

<VirtualHost *:80 *:443>
    ServerName www.tom-marchisa.com
    SetEnv HOST www.tom-marchisa.com
    DocumentRoot "/volume1/web/tom-marchisa"

    LogLevel info
    ErrorLogFormat "656fda5a-86e6-4f21-afd2-3a7209e4d332;%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://656fda5a-86e6-4f21-afd2-3a7209e4d332">
        ProxySet timeout=60
    </Proxy>

    <Directory "/volume1/web/tom-marchisa">
        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://656fda5a-86e6-4f21-afd2-3a7209e4d332"

        </FilesMatch>

    </Directory>

</VirtualHost>