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?
>
> The only time you'd put 0.0.0.0 or your public IP in production.ini is
> if you're not
> running Apache/lighthttpd and you want
> the public to access the Paste HTTP server directly. In that case it
> must run on
> port 80 or users will have to put the :port_number in their URL. And
> the program
> would have to run as root to open port 80.
That might work for me. I am just trying to install, and learn, some
Pylons right now. I have root access. I will not need to have
anything accessed by the public for a few weeks, at least.
If it is any easier to get started, I am willing to sacrifice public
access. At least for now.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---