Created
October 24, 2010 18:24
-
-
Save thesurlydev/643790 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Connector> | |
port="80" | |
maxHttpHeaderSize="8192" | |
URIEncoding="UTF-8" | |
maxThreads="150" | |
minSpareThreads="25" | |
maxSpareThreads="75" | |
enableLookups="false" | |
redirectPort="8443" | |
acceptCount="100" | |
connectionTimeout="20000" | |
disableUploadTimeout="true" | |
compression="on" | |
compressableMimeType="text/html,text/xml,text/plain,application/xml"> | |
</Connector> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment