Re: [Zope] how to change zport form 8080 to 80?
23 May
2003
23 May
'03
9 p.m.
Thanks, where can i find the start script? i have redhat linux 7.1 system.
In your Zope install directory, generated by the install script. Right next to z2.py, called start.sh (or start.bat under Windows, I guess.) Add the -w80 flag to the invokation of z2.py (at the very end.) To see the other options you have, do python z2.py -h If you use something other than the zope.org ditribution, you may have a different setup. Find where z2.py is invoked and set -w to 80. Some other options are set by environment variables (see doc/ENVIRONMENT.txt). When Zope starts being distributed with ZConfig (2.7?) then all these configs will probably be set in a config file. --jcc
8354
Age (days ago)
8354
Last active (days ago)
0 comments
1 participants
participants (1)
-
J Cameron Cooper