aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/servers
Commit message (Expand)AuthorAgeFilesLines
* Mongrel support for script/server. Closes #5475.Jeremy Kemper2006-06-231-0/+46
* lighttpd.conf should use CWD so the config file is portable across systems, b...David Heinemeier Hansson2006-03-201-3/+4
* use cleanpath of config file in lighttpd server script (closes #4203) [Caio C...David Heinemeier Hansson2006-03-181-1/+1
* Fix the detach option for lighttp (closes #4097) [schultzr@gmail.com]David Heinemeier Hansson2006-03-181-4/+5
* Added socket cleanup for lighttpd, both before and after [DHH] Added automati...David Heinemeier Hansson2006-03-041-2/+7
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-261-1/+3
* Allow script/server -c /path/to/lighttpd.confJeremy Kemper2006-02-231-1/+11
* Remove hardcoded path to reaper script in script/server.Jeremy Kemper2006-02-221-2/+2
* Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the...David Heinemeier Hansson2006-02-121-7/+9
* Show a message on script/server exit before reaping FCGIsSam Stephenson2006-01-131-0/+1
* Reap FCGI processes after lighttpd exitsSam Stephenson2006-01-121-2/+12
* Run initialize_logger in script/lighttpd to ensure the log file exists before...Sam Stephenson2005-11-301-5/+6
* Have the lighttpd server script report the actual ip to which the server is b...Sam Stephenson2005-11-211-3/+6
* Pulled auto-starting browser: More pain than gainDavid Heinemeier Hansson2005-11-122-3/+1
* Don't detach or fork for script/server tailingNicholas Seckar2005-11-091-19/+19
* Added automatic browser launching on OS X when starting script/server [DHH]David Heinemeier Hansson2005-11-092-3/+5
* Copy lighttpd.conf when it is first needed, instead of on app creationJamis Buck2005-11-071-0/+8
* Make sure to check for FCGI as well as lighttpdDavid Heinemeier Hansson2005-11-071-3/+6
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-11-072-0/+104