But if you want to run a totally static web site as a VirtualHost on the same server as a Passenger-managed Rails app you need some way of telling Passenger what you are doing.
In your VirtualHost block for the Static site add a 'PassengerEnabled off' line:
<virtualhost>You will need to restart Apache as well.
PassengerEnabled off
ServerName mysite.com
DocumentRoot /home/jones/public_html/mysite.com/html
</virtualhost>
No comments:
Post a Comment