Hi, we have an interesting problem with web booster removing the file attachment from a post when the file size is small. For file > approx 15K of PDF format the upload is always sucessfull. Anything smaller and the file is "lost" by web booster. We are aware of this problem http://www.modwest.com/help/kb2-260.html. Our web booster config files are below: Thanks in advance for your help, Ian. ########## BOOSTER CONFIGURATION FILE ################# # # This file controls how the reverse proxy task resolves # host requests. This allows multiple hosts to sit behind # the BOOSTER. # Once the file is changed, the server must be restarted. # # ###################################################### #Default if server not specified HOSTS~*=gblond088sg4:8080 FORCESSL~*=1 FORCESSL~gblond088sg4=1 #FORCESSL~euocn11.nl.eu.abnamro.com=1 #FORCESSL~euocn12.nl.eu.abnamro.com=1 POLLPATH~*=/test.GIF POLLMETHOD~*=HEAD #Specific server mappings #HOSTS~www.test.com=www.puakma.net:8001 FORCESSL~ocean.nl.eu.abnamro.com=1 #POLLPATH~www.test.com=/ #POLLMETHOD~www.test.com=GET #For cluster config, assumes nodes are identical #HOSTS~mail.test.com=www.puakma.net:81,www.puakma.net:82,www.puakma.net:83
########## PUAKMA CONFIGURATION FILE ################# # # This file controls how puakma behaves and is required for # successful system operation. # Before making any changes to this file, please make a backup. # Once the file is changed, the server must be restarted. # # The paths in this file assume execution from the /bin/ dir # # ###################################################### #********* MAIN ********** #Determines what error messages etc will be displayed & in what language LanguageFilePath=../config/msg_en.lang SystemTempDir=../temp/ #TCP/IP host name SystemHostName=gblond088sg4 #LogDateFormat=yyyy-MM-dd HH:mm:ss LogDateFormat=dd/MM/yyyy HH:mm:ss LogFile=../logs/puakma.log PuakmaClassPath=puakma.jar PuakmaJDBCJarPath=../jdbc/ PuakmaAddInPath=../addins/ PuakmaLibPath=../lib/ SessionTimeout=60 MaxSessions=-1 LogSessions=0 NoDBLog=1 AddIns=puakma.addin.booster.BOOSTER Authenticators=puakma.security.pmaDefaultAuthenticator #valid SystemDebugLevels=0 to 5 (0=none, 5=everything) SystemDebugLevel=0 IPExcludeFile=../config/ipexclude.config AggressiveAntiHacking=0
#********* JDBC SETTINGS ********** # Note: Paths/urls are CaSe senSitive! #*** for mysql *** SystemDBName=puakma SystemDBURL=jdbc:mysql://localhost:3306/ SystemDriverClass=org.gjt.mm.mysql.Driver SystemUser=root SystemPW=password
HTTPMimeFile=../config/mimetypes.config
#********* BOOSTER SETTINGS ********** BOOSTERPorts=80,443SSL BOOSTERPortTimeout=3600000 BOOSTERPortBacklog=100 BOOSTERPollInterval=10 BOOSTERMaxThreads=400 BOOSTERMinThreads=40 BOOSTERThreadCreateTimeout=5000 BOOSTERShutdownWaitSeconds=3 #BOOSTERMaxURI=512 BOOOSTERLogNameFormat=yyyyMMdd BOOSTERTextLog=../logs/boosterlog_*.log BOOSTERCompressionLog=../logs/compress_*.log BOOSTERUnavailableFile=/puakma/html_public/unavailable.html BOOSTERgzip=1 BOOSTERCompressTypes=text/*,image/jpg,image/jpeg,*javascript* #BOOSTERNoCompressTypes=text/xml BOOSTERDebug=0 #BOOSTERReplaceHosts=www.puakma.net:8001,*:81,*:8001,* BOOSTERReplaceHosts=* BOOSTERSSLKeyRing=../config/selfcert.kyr BOOSTERSSLKeyRingPW=password BOOSTERHostConfig=../config/booster.config #BOOSTERHeaderProcessors=NTLMLTPA BOOSTERUseRealHostName=0 BOOSTERServerCacheMB=256 BOOSTERUseSharedCache=0 BOOSTERMaxgzipKB=2048 BOOSTERMaxCacheableObjectKB=1024 BOOSTERMaxCacheMinutes=1440 BoosterCacheContentTypes=image/*,*javascript*,text/css BoosterFixContentTypes=1
WEBSSONotAuthMessage=You are not authorized to access this site WEBSSOLDAPUser= WEBSSOLDAPPW= WEBSSOLDAPServer=ldap://webwise1/ WEBSSOSecretB64=BmnlHk3nM9r1mHxfuH4xs2ziXvc= WEBSSOUseNTNameOnly=0 #WEBSSODomain=.puakma.net
|