#____________start of {domainname}__paneluser:{panelusername}_reseller:{reseller}_id:{id}____________ # Comment: {aciklama} # this file used in Easy Hosting Control Panel (ehcp), www.ehcp.net # if you make any changes in this file, do this: ehcp->options->syncdomains , or, changes will not take effect ServerName webmail.{domainname} ServerAlias email.{domainname} ServerAlias mail.{domainname} DocumentRoot {ehcpdir}/webmail LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%v:%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined 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:9001{ehcpdir}/webmail/$1 ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail:/tmp:/var/www/php_sessions:/usr/share:/etc/roundcube:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;" ServerName webmail2.{domainname} ServerAlias mail2.{domainname} ServerAlias email2.{domainname} DocumentRoot {ehcpdir}/webmail2 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%v:%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined 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:9001{ehcpdir}/webmail2/$1 ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail2; \n upload_tmp_dir={ehcpdir}/webmail2/data; \n session.save_path={ehcpdir}/webmail2/data;" ServerName cpanel.{domainname} ServerAlias panel.{domainname} ServerAlias ehcp.{domainname} ServerAlias cp.{domainname} DocumentRoot {ehcpdir} LogFormat "%v:%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1 ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear" Order allow,deny Deny from all Order allow,deny Deny from all Order allow,deny Deny from all Order allow,deny Deny from all ServerName {domainname} ServerAlias www.{domainname} {wildcarddomain} # this is changed to *.{domainname} within classapp.php # buraya aliaslar yazilacak.. {aliases} UseCanonicalName Off DocumentRoot {homedir}/httpdocs # this combined log format is understandable by webalizer... some other formats are not recognised by webalizer.. thats why, specified here explicitly.. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%v:%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined 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}/httpdocs/$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;" AccessFileName .htaccess {customhttp} {root_password_protected_dirs} {password_protected_dirs} {webstats_password_protection} #____________end of {domainname}__paneluser:{panelusername}_reseller:{reseller}_id:{id}____________