File manager - Edit - /usr/local/CyberCP/lsws-6.2/conf/httpd_config.xml.tmp
Back
<?xml version="1.0" encoding="UTF-8"?> <httpServerConfig> <serverName>$HOSTNAME</serverName> <adminEmails>unasir@litespeedtech.com</adminEmails> <priority>0</priority> <autoRestart>1</autoRestart> <user>nobody</user> <group>nobody</group> <enableChroot>0</enableChroot> <chrootPath>/</chrootPath> <inMemBufSize>120M</inMemBufSize> <autoFix503>1</autoFix503> <loadApacheConf>0</loadApacheConf> <mime>$SERVER_ROOT/conf/mime.properties</mime> <showVersionNumber>0</showVersionNumber> <autoUpdateInterval>86400</autoUpdateInterval> <autoUpdateDownloadPkg>1</autoUpdateDownloadPkg> <adminRoot>$SERVER_ROOT/admin/</adminRoot> <swappingDir>/tmp/lshttpd/swap</swappingDir> <listenerList> <listener> <name>Default</name> <address>*:80</address> <secure>0</secure> <vhostMapList> <vhostMap> <vhost>Example</vhost> <domain>*</domain> </vhostMap> </vhostMapList> </listener> </listenerList> <virtualHostList> <virtualHost> <name>Example</name> <vhRoot>$SERVER_ROOT/DEFAULT/</vhRoot> <configFile>$VH_ROOT/conf/vhconf.xml</configFile> <allowSymbolLink>1</allowSymbolLink> <enableScript>1</enableScript> <restrained>1</restrained> <setUIDMode>0</setUIDMode> <chrootMode>0</chrootMode> </virtualHost> </virtualHostList> <vhTemplateList> <vhTemplate> <name>centralConfigLog</name> <templateFile>$SERVER_ROOT/conf/templates/ccl.xml</templateFile> <listeners>Default</listeners> </vhTemplate> <vhTemplate> <name>PHP_SuEXEC</name> <templateFile>$SERVER_ROOT/conf/templates/phpsuexec.xml</templateFile> <listeners>Default</listeners> </vhTemplate> <vhTemplate> <name>EasyRailsWithSuEXEC</name> <templateFile>$SERVER_ROOT/conf/templates/rails.xml</templateFile> <listeners>Default</listeners> </vhTemplate> </vhTemplateList> <phpConfig> <maxConns>35</maxConns> <env>PHP_LSAPI_CHILDREN=35</env> <initTimeout>60</initTimeout> <retryTimeout>0</retryTimeout> <pcKeepAliveTimeout>1</pcKeepAliveTimeout> <respBuffer>0</respBuffer> <extMaxIdleTime>60</extMaxIdleTime> <memSoftLimit>2047M</memSoftLimit> <memHardLimit>2047M</memHardLimit> <procSoftLimit>1400</procSoftLimit> <procHardLimit>1500</procHardLimit> </phpConfig> <railsDefaults> <rubyBin></rubyBin> <railsEnv>1</railsEnv> <maxConns>5</maxConns> <env>LSAPI_MAX_IDLE=60</env> <initTimeout>180</initTimeout> <retryTimeout>0</retryTimeout> <pcKeepAliveTimeout>60</pcKeepAliveTimeout> <respBuffer>0</respBuffer> <backlog>50</backlog> <runOnStartUp>1</runOnStartUp> <extMaxIdleTime></extMaxIdleTime> <priority>3</priority> <memSoftLimit>2047M</memSoftLimit> <memHardLimit>2047M</memHardLimit> <procSoftLimit>400</procSoftLimit> <procHardLimit>500</procHardLimit> </railsDefaults> <tuning> <maxConnections>10000</maxConnections> <maxSSLConnections>10000</maxSSLConnections> <connTimeout>300</connTimeout> <maxKeepAliveReq>10000</maxKeepAliveReq> <keepAliveTimeout>5</keepAliveTimeout> <smartKeepAlive>0</smartKeepAlive> <sndBufSize>0</sndBufSize> <rcvBufSize>0</rcvBufSize> <eventDispatcher>best</eventDispatcher> <maxCachedFileSize>4096</maxCachedFileSize> <totalInMemCacheSize>20M</totalInMemCacheSize> <maxMMapFileSize>256K</maxMMapFileSize> <totalMMapCacheSize>40M</totalMMapCacheSize> <useSendfile>1</useSendfile> <useAIO>1</useAIO> <AIOBlockSize>4</AIOBlockSize> <SSLCryptoDevice>null</SSLCryptoDevice> <maxReqURLLen>8192</maxReqURLLen> <maxReqHeaderSize>16380</maxReqHeaderSize> <maxReqBodySize>500M</maxReqBodySize> <maxDynRespHeaderSize>8K</maxDynRespHeaderSize> <maxDynRespSize>500M</maxDynRespSize> <enableDynGzipCompress>1</enableDynGzipCompress> <enableGzipCompress>1</enableGzipCompress> <compressibleTypes>default</compressibleTypes> <gzipAutoUpdateStatic>1</gzipAutoUpdateStatic> </tuning> <logging> <log> <fileName>$SERVER_ROOT/logs/error.log</fileName> <logLevel>DEBUG</logLevel> <debugLevel>0</debugLevel> <rollingSize>10M</rollingSize> <enableStderrLog>1</enableStderrLog> <enableAioLog>1</enableAioLog> </log> <accessLog> <fileName>$SERVER_ROOT/logs/access.log</fileName> <keepDays>30</keepDays> <rollingSize>10M</rollingSize> <logReferer>1</logReferer> <logUserAgent>1</logUserAgent> <compressArchive>0</compressArchive> </accessLog> </logging> <indexFiles>index.html, index.php</indexFiles> <htAccess> <allowOverride>0</allowOverride> <accessFileName>.htaccess</accessFileName> </htAccess> <expires> <enableExpires>1</enableExpires> <expiresByType>image/*=A604800, text/css=A604800, application/x-javascript=A604800, application/javascript=A604800,font/*=A604800,application/x-font-ttf=A604800</expiresByType> </expires> <security> <accessDenyDir> <dir>/</dir> <dir>/etc/*</dir> <dir>/dev/*</dir> <dir>$SERVER_ROOT/conf/*</dir> <dir>$SERVER_ROOT/admin/conf/*</dir> </accessDenyDir> <CGIRLimit> <maxCGIInstances>200</maxCGIInstances> <minUID>11</minUID> <minGID>10</minGID> <priority>0</priority> <CPUSoftLimit>300</CPUSoftLimit> <CPUHardLimit>600</CPUHardLimit> <memSoftLimit>1450M</memSoftLimit> <memHardLimit>1500M</memHardLimit> <procSoftLimit>1400</procSoftLimit> <procHardLimit>1450</procHardLimit> </CGIRLimit> <perClientConnLimit> <staticReqPerSec>0</staticReqPerSec> <dynReqPerSec>0</dynReqPerSec> <outBandwidth>0</outBandwidth> <inBandwidth>0</inBandwidth> <softLimit>10000</softLimit> <hardLimit>10000</hardLimit> <gracePeriod>15</gracePeriod> <banPeriod>300</banPeriod> </perClientConnLimit> <fileAccessControl> <followSymbolLink>1</followSymbolLink> <checkSymbolLink>0</checkSymbolLink> <requiredPermissionMask>000</requiredPermissionMask> <restrictedPermissionMask>000</restrictedPermissionMask> </fileAccessControl> <censorshipControl> <enableCensorship>0</enableCensorship> <logLevel>0</logLevel> <defaultAction>deny,log,status:403</defaultAction> <scanPOST>1</scanPOST> </censorshipControl> <censorshipRuleSet> </censorshipRuleSet> <accessControl> <allow>ALL</allow> <deny></deny> </accessControl> </security> </httpServerConfig>
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings