finally, what i've always wanted to do with the zope server domain name and port, hide it. i first tried virtualhostmonster but when we processed an input form, the value needed the PATH_INFO and it reflected the virtual stuff and therefore crashed the form. but with siteroot it did the same thing that vhm did, hide the port numbers. now with them together, is it safe to keep them that way? or do i have to delete vhm? please help me in understanding the differences between the two. thank you. Fritz Mesedilla Systems Administrator Summit Interactive, Inc. FHM | Seventeen | Candy | Cosmopolitan | Preview | Good Housekeeping femalenetwork.com | candymag.com | fhm.com.ph | cosmo.com.ph Palm Pilot Software: TVSked - Download from the link below ---------------------------------------------------------------------------- http://mesedilla.tripod.com +Basta Ikaw Lord
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)
participants (2)
-
Fritz Mesedilla -
J. Cameron Cooper