[Zope] FastCGI & how to block port 8080 access

Takashi Veikko Linzbichler takashi.linzbichler@smartferret.com
Sat, 24 Mar 2001 12:52:38 +0100


Hi,


Simon Blandford wrote:
> 
> I have got Zope working with Apache via the Fast CGI method. I don't
> want anyone being able to access Zope on port 8080. How do I stop this
> happening.

Don't know, whis OS you're using, with Linux I'd simply use an ipchains
rule to block that specific port ...

something like:

[PATH_TO]/ipchains -A input -i [your network I/F] -p tcp -s 0.0.0.0/0 -d
[your ip address] 8080 -j REJECT

hth,
	ta

--------------------------------------------------------------------------
smartferret it-consulting Dipl.-Ing. Linzbichler KEG

Dipl.-Ing. Takashi Veikko Linzbichler
Tannhofweg 28/3
A-8044 Graz, Austria

Tel.:   0316 / 39 89 40 -0
Fax:    0316 / 39 89 40 -20
Mobil:  0676 / 31 26 286
eMail:  takashi.linzbichler@smartferret.com

WWW:    http://www.smartferret.com
--------------------------------------------------------------------------