Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
.config
/
apache
/
vhosts
/
php
/
//srv/data/.config/apache/vhosts/php/1-vhosts.conf
<VirtualHost *:5080> UseCanonicalName Off UseCanonicalPhysicalPort default ServerAlias * VirtualDocumentRoot ${CUSTOMER_DIR}/web/vhosts/%0/htdocs DocumentRoot ${CUSTOMER_DIR}/web/vhosts/default/htdocs AddHandler proxy:unix:/srv/run/php/www.sock|fcgi://localhost .php <Directory ${CUSTOMER_DIR}/web/vhosts/*/htdocs> Options FollowSymLinks Require all granted AllowOverride All </Directory> </VirtualHost>