Created
March 28, 2012 13:41
-
-
Save marklocklear/2226261 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ubuntu@domU-12-31:/var/www/myrailsapp$ bundle exec rake routes | |
| todos GET /todos(.:format) todos#index | |
| POST /todos(.:format) todos#create | |
| new_todo GET /todos/new(.:format) todos#new | |
| edit_todo GET /todos/:id/edit(.:format) todos#edit | |
| todo GET /todos/:id(.:format) todos#show | |
| PUT /todos/:id(.:format) todos#update | |
| DELETE /todos/:id(.:format) todos#destroy | |
| ubuntu@domU-C:/var/www/myrailsapp$ apache2ctl -t -D DUMP_MODULES | |
| ulimit: 88: error setting limit (Operation not permitted) | |
| Loaded Modules: | |
| core_module (static) | |
| log_config_module (static) | |
| logio_module (static) | |
| mpm_worker_module (static) | |
| http_module (static) | |
| so_module (static) | |
| alias_module (shared) | |
| auth_basic_module (shared) | |
| authn_file_module (shared) | |
| authz_default_module (shared) | |
| authz_groupfile_module (shared) | |
| authz_host_module (shared) | |
| authz_user_module (shared) | |
| autoindex_module (shared) | |
| cgid_module (shared) | |
| deflate_module (shared) | |
| dir_module (shared) | |
| env_module (shared) | |
| mime_module (shared) | |
| negotiation_module (shared) | |
| passenger_module (shared) | |
| reqtimeout_module (shared) | |
| setenvif_module (shared) | |
| status_module (shared) | |
| Syntax OK | |
| ubuntu@domU-0C-D8-BC:/var/www/myrailsapp$ sudo a2enmod passenger | |
| Module passenger already enabled | |
| ubuntu@domU-12-31-39-0C-D8-BC:/var/www/myrailsapp$ rvmsudo passenger-status | |
| ERROR: Phusion Passenger doesn't seem to be running. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment