EHCP-Force-Edition/ehcp/apache_subdomain_template
earnolmartin 18b0900163 Revert "Match Nginx PHP Matching"
This reverts commit bba2b00278.
2018-05-24 17:11:59 -06:00

20 lines
852 B
Text
Executable file

#____________start of {subdomain}.{domainname}__paneluser:{panelusername}_reseller:{reseller}_id:{id}____________
# this file used in Easy Hosting Control Panel (ehcp), www.ehcp.net
<VirtualHost *>
ServerName {subdomain}.{domainname}
ServerAlias www.{subdomain}.{domainname}
UseCanonicalName Off
DocumentRoot {homedir}
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
CustomLog {homedir}/logs/access_log combined
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
{customsubdomainhttp}
</VirtualHost>