Rails: Rolling into production on Mac OS X
Damit die
SetEnv RAILS_ENV production |
Direktive in der httpd.conf oder einer lokalen .htaccess Datei funktioniert, muss das Modul “env_module” im Apache aktiviert werden. Dies wird unter Mac OS X nicht standardmässig getan.
Folgende Zeilen in der /etc/httpd.conf einkommentieren:
LoadModule env_module libexec/httpd/mod_env.so
AddModule mod_env.c |
Share This
Damit die SetEnv RAILS_ENV production Direktive in der httpd.conf oder einer lokalen .htaccess Datei funktioniert, muss das Modul “env_module” im Apache aktiviert werden. Dies wird unter Mac OS X nicht...
— Trackback URI
This entry (permalink) was posted on Monday, May 29, 2006, at 10:57 pm by Michael, tagged with Apache, Mac OS X, Rails, Tipps and categorized in Apple, Rails.
The following post could be of some interest: Rolling on Rails: DailyFratze.de, Rails mit FastCGI und Apache unter Mac OS X, Rails Links, Phusion Passenger and memcached / memcache-client, Ruby on Rails mit Mac OS X, FastCGI und Standard Out, Preparing for Rails 2.3.9, Disable Ruby On Rails Sessions, Rails and Grails revisited, Rails 2.1: send_file :x_sendfile => true
One Trackback/Pingback
Rails mit FastCGI und Apache unter Mac OS X
Die vorherigen Artikel Ruby on Rails mit Mac OS X und Rails: Rolling into production on Mac OS X beschäftigten sich mit der Installation von Ruby on Rails unter Mac OS X bzw. mit der Produktivumgebung von Rails.
Prämisse für mich war jedesmal, dass …
Post a Comment