
codesite-noreply at google
Oct 21, 2009, 6:24 AM
Post #1 of 3
(353 views)
Permalink
|
|
Issue 613 in cherokee: Missing Log Files Cause 504 Gateway Errors on Initial Launch from Admin
|
|
Status: New Owner: ---- New issue 613 by bkjones: Missing Log Files Cause 504 Gateway Errors on Initial Launch from Admin http://code.google.com/p/cherokee/issues/detail?id=613 What steps will reproduce the problem? 1. Install cherokee with commands taken exactly from getting started docs: ./configure --localstatedir=/var \ --prefix=/usr \ --sysconfdir=/etc \ --with-wwwroot=/var/www 2. Run cherokee-admin 3. Click 'launch' button on home screen of cherokee-admin What is the expected output? A message saying that the server started successfully. What do you see instead? A blank white screen that says nothing but "504 Gateway Timeout" in huge black letters. What version of the product are you using? On what operating system? 0.99.24 on Ubuntu 9.04 server. Please provide any additional information below. At least one reason this happens is that log files don't exist. If I 'sudo touch /var/log/cherokee.access /var/log/cherokee.error', sometimes I can start the server. Other times there are issues with the server being config'd to run by some default user that doesn't exist, or root, or whatever. The getting started docs should mention the ./configure option to set the user cherokee should run as, imo. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|