Listen *:8099 DocumentRoot /www/comphp/htdocs TraceEnable Off
##########################################################################################
LoadModule zend_enabler_module /QSYS.LIB/QHTTPSVR.LIB/QZFAST.SRVPGM
AddType application/x-httpd-php .php AddHandler fastcgi-script .php
LoadModule deflate_module /QSYS.LIB/QHTTPSVR.LIB/QZSRCORE.SRVPGM AddOutputFilterByType DEFLATE application/x-httpd-php application/json text/css application/x-javascript application/javascript text/html
TimeOut 30000 KeepAliveTimeout 30 HotBackup Off
DirectoryIndex index.php index.html
##########################################################################################
Options -FollowSymLinks LogFormat "%h %T %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"" combined LogFormat "%{Cookie}n "%r" %t" cookie LogFormat "%{User-agent}i" agent LogFormat "%{Referer}i -> %U" referer LogFormat "%h %l %u %t "%r" %>s %b" common CustomLog logs/access_log combined LogMaint logs/access_log 7 0 LogMaint logs/error_log 7 0 SetEnvIf "User-Agent" "Mozilla/2" nokeepalive SetEnvIf "User-Agent" "JDK/1.0" force-response-1.0 SetEnvIf "User-Agent" "Java/1.0" force-response-1.0 SetEnvIf "User-Agent" "RealPlayer 4.0" force-response-1.0 SetEnvIf "User-Agent" "MSIE 4.0b2;" nokeepalive SetEnvIf "User-Agent" "MSIE 4.0b2;" force-response-1.0 Require all denied <Directory /www/comphp/htdocs> Require all granted