HEX
Server: Apache
System: Linux SH-FR-PM-y8qo 6.6.80-paas #1 SMP PREEMPT_DYNAMIC Thu Sep 25 11:18:23 UTC 2025 x86_64
User: hosting-user (5000)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /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>