search for: lighttpdctrl

Displaying 4 results from an estimated 4 matches for "lighttpdctrl".

2006 Jan 25
0
Shovel Switchtower deployment
...ers: ["host.com"] processing command [host.com] executing command command finished servers: ["host.com"] uploading lighttpd/lighttpd.conf uploading data to host.com:lighttpd/lighttpd.conf done uploading data to host.com:lighttpd/lighttpd.conf upload finished executing task write_lighttpdctrl_script servers: ["host.com"] uploading lighttpd/lighttpdctrl uploading data to host.com:lighttpd/lighttpdctrl done uploading data to host.com:lighttpd/lighttpdctrl upload finished executing task setup executing "mkdir -p -m 775 /users/home/username/sites/example.com/releases /users/...
2006 Mar 22
1
Capistrano - run command
...;'t wait to get my hands on the capistrano book when it comes out :-). I have the following task in capistrano.rake (any task in deploy.rb just does not want to be called) ========= desc "Restarts the lighttpd server" task :restart_server do run "/users/home/jkopanas/bin/lighttpdctrl restart" end ========= When I run rake restart_server I get the following errror: ========= undefined method `run'' for #<Object:0x1de968> ========= According to documentation and examples I should be able to use run with no problem to execute commands on the server. How co...
2006 Jun 15
1
Problem with deployment on TextDrive using shovel script
...m.pl] executing command command finished servers: ["codequest.com.pl"] * uploading lighttpd/lighttpd.conf ** uploading data to codequest.com.pl:lighttpd/lighttpd.conf * done uploading data to codequest.com.pl:lighttpd/lighttpd.conf upload finished * executing task write_lighttpdctrl_script servers: ["codequest.com.pl"] * uploading lighttpd/lighttpdctrl ** uploading data to codequest.com.pl:lighttpd/lighttpdctrl * done uploading data to codequest.com.pl:lighttpd/lighttpdctrl upload finished * executing task setup * executing "mkdir -p -m 775 /hom...
2006 Jan 19
12
Switchtower isn''t restarting lighttpd
I''ve got switchtower set up, and it seems to work fine except for one problem: It doesn''t successfully restart lighttpd. I have the following task in my deploy.rb file: desc "Restart the web server" task :restart, :roles => :app do sudo "/usr/local/etc/rc.d/lighttpd.sh restart" end This is on a FreeBSD system, so it''s using the rc script to