i first installed mod_ruby on my debian and afterwards ( after figuring out that it was too slow ) i wanted to chagne to passenger for my apache
Now i ve got the problem, that the passenger is successfully loaded by the apache, but is not used, even though i configured everything correctly, like:
<VirtualHost *>
ServerAdmin webmaster@localhost
ServerName xyz
DocumentRoot /var/www/vhosts/default/htdocs/
RailsBaseURI /rails
</VirtualHost>
Instad of the the passenger the cgi - module is used for displaying rails-apps... ( if i unload the cgi.conf and cgi-load from the "sites-enabled" folder, it s not working anymore... on the other hand it still works if i unload the passenger.load and passenger.conf files... )
So, how can i force the apache to use the passenger to display rails sites?