Fingertips / passengerpane

A Mac OS X preference pane for easily configuring Rails applications with Passenger.
http://www.fngtps.com/2008/06/putting-the-pane-back-into-deployment
Other
592 stars 42 forks source link

How does passengerpane manage hosts? #64

Closed Preacher closed 12 years ago

Preacher commented 12 years ago

I accidentally typed the domain name of one of my application's address field in the pane. Now my system resolves that domain name to 127.0.0.1, even though I've made the correction to .local in the address field in passenger pane. Manually putting the production server's IP address for the domain name in /etc/hosts doesn't help.

Ideas?

Preacher commented 12 years ago

Nevermind. Digging through the source I found that it runs the dslc -create command. So I just ran -delete.