Hi Folks

Basic everyone use a third httpServer(apache, nginx, lighttpd) to make
reverse proxy:

But If I want server with PasteHttpServer like:

production.ini
[server:main]
use = egg:Paste#http
host = myapps
port = 80
.......

(ENV)[somehideu...@localhost myapps.com]$ paster serve production.ini

Wich disadvantage?

Of course I know that port 80 in Paster can only open with root. Why?
Serious Why?

and if I want server my apps with myHideSuperSecretUser! Let me say a
RegularUser. How?

I always receive (socket.error: [Errno 13] Permission denied) I tried hack
it!

Some few post about this.

"paster http server" in port 5000/8080 is absolute amazing! Why I cant use
in port 80? If I can please pardon! How?

if I could server with PasteHttpServer in port 80 (without to be a root) Why
should I put another "http server" (proxy)?

Regards

macm

-- 
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.

Reply via email to