ispCP - Board - Support
Ruby on Rails und ispCP? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Ruby on Rails und ispCP? (/thread-10881.html)



Ruby on Rails und ispCP? - Cojones - 06-04-2010 06:08 PM

Hallo,

Ich hab vor ein paar Tagen ispCP installiert und alles läuft auch soweit gut, allerdings bekomme ich Rails nicht so recht zum laufen.

Ich habe mich an diese Anleitung gehalten: http://isp-control.net/forum/thread-4006.html

Hat aber nicht so richtig geklappt. Wenn ich eine Rails-Seite aufrufe, wird die dispatch.fcgi als Klartext ausgegeben, also scheint irgendwas mit dem Handler nicht in Ordnung. Allerdings habe ich das in der .htaccess:
AddHandler fastcgi-script .fcgi
AddHandler cgi-script .cgi
Options +FollowSymLinks +ExecCGI
to the .htaccess in the public folder.

Weiß jemand, warum es trotzdem nicht geht?

Was ich etwas verwirrend finde ist, dass in der ispcp.conf fcgi irgenwas mit php5 zu tun zu haben scheint:
<IfModule mod_fcgid.c>
Include /etc/apache2/mods-available/fcgid_ispcp.conf
<Directory /var/www/virtual/sportfreundewitold.de/htdocs>
FCGIWrapper /var/www/fcgi/sportfreundewitold.de/php5-fcgi-starter .php
Options +ExecCGI
</Directory>
<Directory "/var/www/fcgi/sportfreundewitold.de">
AllowOverride None
Options +ExecCGI MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>

Könnte es daran liegen?

Danke im Voraus.