Hi
I been playing around with latest version of openlitespeed for about 5 hours now and I can't figure out what this error really is, basically I have a file sharing website which the file server is separate from the core server which user access to upload files, now the problem I have is that in the latest version the upload function doesn't work and it return this error message
HttpSession::sendHttpError(),code=405 Method Not Allowed
I have another server using a slightly older version of openlitespeed with exactly the same configuration which works but this version seems to be not working, here is the error in firebug
http://expressimg.com/images/2015/0...59f9232419fde7ab7337396b6452aa7074e607323.jpg
and here is the debug of the server
================
2015-06-01 16:05:21.383 [DEBUG] [:37641] NtwkIOLink::handleEvents() events=1!
2015-06-01 16:05:21.383 [DEBUG] [:37641] HttpSession:nReadEx(), state: 1!
2015-06-01 16:05:21.383 [DEBUG] [:37641] readToHeaderBuf().
2015-06-01 16:05:21.383 [DEBUG] [:37641] Read from client: 618
2015-06-01 16:05:21.383 [DEBUG] [:37641] read 618 bytes to header buffer
2015-06-01 16:05:21.383 [DEBUG] [:37641] processHeader() return 26, header state: 0.
2015-06-01 16:05:21.383 [DEBUG] [:37641] readToHeaderBuf() return 26.
2015-06-01 16:05:21.383 [DEBUG] [:37641] HttpSession::sendHttpError(),code=405 Method Not Allowed
2015-06-01 16:05:21.383 [DEBUG] [:37641] setupDynRespBodyBuf()
2015-06-01 16:05:21.383 [DEBUG] [:37641] allocate response body buffer
2015-06-01 16:05:21.383 [DEBUG] [:37641] response header finished!
2015-06-01 16:05:21.383 [DEBUG] [:37641] endResponse( 1 )
2015-06-01 16:05:21.383 [DEBUG] [:37641] endResponseInternal()
2015-06-01 16:05:21.383 [DEBUG] [:37641] HttpSession::flush()!
2015-06-01 16:05:21.383 [DEBUG] [:37641] sendRespHeaders()
2015-06-01 16:05:21.383 [DEBUG] [:37641] Written to client: 1362
2015-06-01 16:05:21.383 [DEBUG] [:37641] writeRespBody() len=1142 return 1142
2015-06-01 16:05:21.383 [DEBUG] [:37641] flushBody() return 0
2015-06-01 16:05:21.383 [DEBUG] [:37641] NtwkIOLink::flush...
2015-06-01 16:05:21.383 [DEBUG] [:37641] set HSS_COMPLETE flag.
2015-06-01 16:05:21.383 [DEBUG] [37641] NtwkIOLink::continueWrite()...
2015-06-01 16:05:21.383 [DEBUG] [:37641] write resumed!
2015-06-01 16:05:21.383 [DEBUG] [:37641] HttpSession::nextRequest()!
2015-06-01 16:05:21.383 [DEBUG] [:37641] NtwkIOLink::flush...
2015-06-01 16:05:21.383 [DEBUG] [:37641] Non-KeepAlive, CLOSING!
2015-06-01 16:05:21.383 [DEBUG] [:37641] HttpSession::recycle()
2015-06-01 16:05:21.384 [DEBUG] [37641] Shutting down out-bound socket ...
2015-06-01 16:05:21.384 [DEBUG] [:37641] Available Connections: 250, concurrent conn: 0
2015-06-01 16:05:21.384 [DEBUG] [37641] Shutting down out-bound socket ...
2015-06-01 16:05:21.421 [DEBUG] [37641] NtwkIOLink::handleEvents() events=17!
2015-06-01 16:05:21.421 [DEBUG] [:37641] Close socket ...
2015-06-01 16:05:21.421 [DEBUG] [:37641] Recycle NtwkIoLink
================
Note 1 : The script is base on PHP
Note 2 : Both servers are using the same version of php
Note 3 : Both server php setting is exactly the same
Note 4 : I checked the setting around the litespeed and they seems to be the same as well
Any help would be really appreciated
I been playing around with latest version of openlitespeed for about 5 hours now and I can't figure out what this error really is, basically I have a file sharing website which the file server is separate from the core server which user access to upload files, now the problem I have is that in the latest version the upload function doesn't work and it return this error message
HttpSession::sendHttpError(),code=405 Method Not Allowed
I have another server using a slightly older version of openlitespeed with exactly the same configuration which works but this version seems to be not working, here is the error in firebug
http://expressimg.com/images/2015/0...59f9232419fde7ab7337396b6452aa7074e607323.jpg
and here is the debug of the server
================
2015-06-01 16:05:21.383 [DEBUG] [:37641] NtwkIOLink::handleEvents() events=1!
2015-06-01 16:05:21.383 [DEBUG] [:37641] HttpSession:nReadEx(), state: 1!
2015-06-01 16:05:21.383 [DEBUG] [:37641] readToHeaderBuf().
2015-06-01 16:05:21.383 [DEBUG] [:37641] Read from client: 618
2015-06-01 16:05:21.383 [DEBUG] [:37641] read 618 bytes to header buffer
2015-06-01 16:05:21.383 [DEBUG] [:37641] processHeader() return 26, header state: 0.
2015-06-01 16:05:21.383 [DEBUG] [:37641] readToHeaderBuf() return 26.
2015-06-01 16:05:21.383 [DEBUG] [:37641] HttpSession::sendHttpError(),code=405 Method Not Allowed
2015-06-01 16:05:21.383 [DEBUG] [:37641] setupDynRespBodyBuf()
2015-06-01 16:05:21.383 [DEBUG] [:37641] allocate response body buffer
2015-06-01 16:05:21.383 [DEBUG] [:37641] response header finished!
2015-06-01 16:05:21.383 [DEBUG] [:37641] endResponse( 1 )
2015-06-01 16:05:21.383 [DEBUG] [:37641] endResponseInternal()
2015-06-01 16:05:21.383 [DEBUG] [:37641] HttpSession::flush()!
2015-06-01 16:05:21.383 [DEBUG] [:37641] sendRespHeaders()
2015-06-01 16:05:21.383 [DEBUG] [:37641] Written to client: 1362
2015-06-01 16:05:21.383 [DEBUG] [:37641] writeRespBody() len=1142 return 1142
2015-06-01 16:05:21.383 [DEBUG] [:37641] flushBody() return 0
2015-06-01 16:05:21.383 [DEBUG] [:37641] NtwkIOLink::flush...
2015-06-01 16:05:21.383 [DEBUG] [:37641] set HSS_COMPLETE flag.
2015-06-01 16:05:21.383 [DEBUG] [37641] NtwkIOLink::continueWrite()...
2015-06-01 16:05:21.383 [DEBUG] [:37641] write resumed!
2015-06-01 16:05:21.383 [DEBUG] [:37641] HttpSession::nextRequest()!
2015-06-01 16:05:21.383 [DEBUG] [:37641] NtwkIOLink::flush...
2015-06-01 16:05:21.383 [DEBUG] [:37641] Non-KeepAlive, CLOSING!
2015-06-01 16:05:21.383 [DEBUG] [:37641] HttpSession::recycle()
2015-06-01 16:05:21.384 [DEBUG] [37641] Shutting down out-bound socket ...
2015-06-01 16:05:21.384 [DEBUG] [:37641] Available Connections: 250, concurrent conn: 0
2015-06-01 16:05:21.384 [DEBUG] [37641] Shutting down out-bound socket ...
2015-06-01 16:05:21.421 [DEBUG] [37641] NtwkIOLink::handleEvents() events=17!
2015-06-01 16:05:21.421 [DEBUG] [:37641] Close socket ...
2015-06-01 16:05:21.421 [DEBUG] [:37641] Recycle NtwkIoLink
================
Note 1 : The script is base on PHP
Note 2 : Both servers are using the same version of php
Note 3 : Both server php setting is exactly the same
Note 4 : I checked the setting around the litespeed and they seems to be the same as well
Any help would be really appreciated