17 Aug
2001
17 Aug
'01
3:01 p.m.
finally, what i've always wanted to do with the zope server domain name and port, hide it.
I can't really help with VHM or SiteRoot, but you do know that the port number is never really 'hidden', right? Browsers just don't show it because it's the default port for HTTP. (Or rather, to instruct the browser to talk to other than port 80 you have to specify it.) Because Zope wants to play nice with a possibly existing webserver, it uses port 8080. To change this, use the -w parameter on the commandline, or change the default value in z2.py. --jcc (port madness)