24 Jun
2003
24 Jun
'03
7:10 a.m.
Hi Fejes! --On Dienstag, 24. Juni 2003 08:56 +0200 Fejes RĂ³bert <pouch@freemail.hu> wrote:
Hi!
The answer to my question might be trivial for most of you, yet I have not found it, though I have read docs, faqs and searched even zope.org for it. So, I want only Apache users to reach Zope (port 8080) on a Linux server. Now clients can view http://192.168.161.1:8080/library/welcome.html without giving valid Apache username and password. To make matters worse, there is a separate zope.conf beside httpd.conf in my Linux. How and what to modify then?
Assuming Apache runs on the same machine as Zope: start Zope with '-a 127.0.0.1'. See z2.py for documentation. This can be set in 'zope.conf'. hth, Andreas