LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   apache and micticaly closed port (https://www.linuxquestions.org/questions/linux-security-4/apache-and-micticaly-closed-port-73264/)

gosha 07-16-2003 10:14 AM

apache and micticaly closed port
 
Hi all,
I have server with Linux(Mandrake 9.1) with apache2 on it.
I successfully have run it.
netstat -l shows that server is listening to port http(80),
but i can't access the server from external computer in the LAN.
If I run apache on another port - the same thing happens.
But if i run httpd on port of ftp or ssh , it's possible to access the
server by
server:21 or server:22.
I guess , that somewhere in configuration files the port of http and
other port are closed .
Please help..

Tnx

jstu 07-16-2003 03:49 PM

run iptables -L and see it you are blocking port 80. If you do you need to flush the rules with. i think /etc/init.d/iptables stop. Not sure though never run mandy before.

gosha 07-17-2003 04:05 AM

jstu

Thanks
It solved the problem

Gosha

acid_kewpie 07-17-2003 04:22 AM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php


All times are GMT -5. The time now is 10:47 PM.