Mohammed Tlais wrote at 2007-7-18 13:13 +0300:
... I wanted to access zope from port 80, so i opened the zope conf file and modified the section that says address 8080 into address 80.and saved it, it didn't work.
You didn't tell us on what platform you work. Under *nix, all ports below 1024 are previledged and can only be bind to by processes running under "root". For security reasons, Zope has special requirements when run under root.
I restored the address into 8080, and now zope is not working at all , i can't access it even from port 8080! Am I doing something wrong?
Obviously -- although I cannot tell you what. If you really have restored the original state, then you should see again the same behaviour. When you see a different behaviour, then you have not yet fully restored the original state... -- Dieter