Adjusting the port on your httpd configuration.

monty:~% egrep port /etc/lighttpd/lighttpd.conf
## bind to port (default: 80)
 server.port               = 81

monty:~% egrep 80 /etc/apache2/ports.conf
Listen 80

Or if you mean weby's own httpd, look in httpserver.py for 8080

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to