On Jan 27, 2008 9:04 AM, walterbyrd <[EMAIL PROTECTED]> wrote: > > > > On Jan 26, 7:25 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote: > > > > In production.ini (development.ini for now): > > > > host = 12 7.0.0.1 > > port = 8080 > > > > Here is what I have: > > /var/www/helloworld# ls *.ini > development.ini test.ini > > /var/www/helloworld# wget http://127.0.0.1:8080 > --09:54:01-- http://127.0.0.1:8080/ > => `index.html.3' > Connecting to 127.0.0.1:8080... failed: Connection refused. > > Is that okay?
No, it means the Pylons app is not running. Or more precisely, that no service is running on port 8080. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
