Yes, but probably not in the same virtual host as the Rails app.
Otherwise things will conflict with each other.
--
Phusion | The Computer Science Company
Web: http://www.phusion.nl/
E-mail: in...@phusion.nl
Chamber of commerce no: 08173483 (The Netherlands)
<VirtualHost *:80>
ServerName metaskills.net
ServerAlias www.metaskills.net
DocumentRoot "/Library/WebServer/hosts/metaskills.net/public"
<Directory "/Library/WebServer/hosts/metaskills.net/public">
Include conf/common/default_options.conf
Include conf/common/expires.conf
</Directory>
<Directory "/Library/WebServer/hosts/metaskills.net/public/mint">
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
DirectoryIndex index.php
</Directory>
RewriteEngine On
# Make sure to stop processing redirects for mint.
RewriteCond %{REQUEST_URI} ^/mint/$
RewriteRule ^/(.*)$ /mint/index.php [L]
RewriteCond %{REQUEST_URI} ^/mint.*
RewriteRule ^/(.*)$ %{REQUEST_URI} [L]
Include conf/common/deflates.conf
</VirtualHost>
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google
> Groups "Phusion Passenger Discussions" group.
> To post to this group, send email to phusion-
> pass...@googlegroups.com
> To unsubscribe from this group, send email to phusion-passen...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/phusion-passenger?hl=en
> -~----------~----~----~----~------~----~------~--~---
>