On 10-sep-09, at 06:59, Urko Masse wrote: > I see this in the Cherokee log when the problem happens: > > ... > 172.23.3.1 - - [10/Sep/2009:11:41:12 +0700] "POST /blogs/username/wp- > admin/options.php HTTP/1.1" 500 235 > "http://sitename.com/blogs/username/wp-admin/options-general.php > " "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/ > 20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)"
Is PHP configured to use TCP or a Unix Socket? The preferred way is to use a TCP port. Please, check your information sources and ensure that PHP used "-b PORT" rather than "-b /PATH". > 172.23.3.1 - - [10/Sep/2009:11:41:13 +0700] "POST /blogs/ HTTP/1.1" > 500 235 "http://sitename.com/blogs/" "Mozilla/5.0 (Windows; U; > Windows NT 5.1; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 > (.NET CLR 3.5.30729)" > ... What's the response if you GET /blogs/? (curl -v http://sitename.com/blogs/) > What does that 235 mean? That's the amount of information being transfered. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
