On Jun 5, 2009, at 10:49 AM, Mk 27 wrote:

>
> I installed passenger at home.  How should I configure apache to  
> make it
> usable?
> This was my last guess:
>
> <VirtualHost localhost:3121>
>    ServerName 127.0.0.1
>    DocumentRoot /var/www/html/docsearch/public
> </VirtualHost>
>
> This gets by "apachectl start" without complaint, but I really  
> haven't a
> clue what I'm doing ;)
>
> Do I need to access it via a different port?  Or could I just set up a
> link in my /var/www/html/index.html page?
> -- 

Edit your hosts file and point 127.0.0.1 to some local name like  
docsearch.local. Then in your VirtualHost directive, use  
docsearch.local:80. Or, if you're on a Mac, just install PassengerPane  
and drag/drop the folder to there and forget about all the junk I just  
said :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to