bitpt
Karma: 0
|
SOLVED: Changing server from DSO to Fascgid. - 2012/01/08 20:53
I have remository working with more then 29000 files, without large problems in 5 years, more then 30000 unique visitors daily.
I change server and change DSO handler to Fastcgi
Old joomla 1.0.15 with some modz. Remository 3.52.8 with some modz, double loging, avoid partial content download pass log file PHP 5.2.17 already used in old server eaccelarator already used in old server Mod_deflate and GZIP on already used in old server
first, upload size only work with 100k files, solved
FCGID need:
FcgidMaxRequestLen 51200000
In this case 50M
Upload seems to slow i don't know why. Observ: In site logs i saw many users give up when uploading files, i ask why ? and most answers was, when i upload files i really don't see whats up, this a electronics website with large files, many visitors giving up when upload large files.... files with 30M 30k/s in some cases, what the visitor do in that time ?....... (upload progress bar or upload page in new window seems a solution for this)
logs have many error500, i try do the same, but seems all is working well, i can't generate the error myself.
Most of this error 500 happen because dir owners need change from DSO (need to be 777) to FCGI (need to be 755), in this case, it isn't.
checking apache error logs, i can't see nothing can do this.
In all my 22 sites in this server, no problems with DSO to FCGI changes, only remository have this little problem. Remository have all functions and work, users can do downloads, except this in servers logs with error 500.
Anyone can help with this issue ? Thanks in advance. (sorry my bad english)
PS- In some cases(few).... i have this error ... (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server....
Post edited by: bitpt, at: 2012/01/10 01:32
|