LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   blocked port 80 (https://www.linuxquestions.org/questions/linux-newbie-8/blocked-port-80-a-94500/)

squi 09-19-2003 09:36 AM

blocked port 80
 
note: this post started as 'run as root'

the ISP has Port 80 blocked.

we went into httpd.conf and changed it's number
to 6060 so that our clients could access our server
remotely.

doesn't work.

we then ran this command:
Restart Apache using 'apachectl restart'

and then we lost all internal access to the server.
we are using macs, so we lost smb access, and
lost internal access to the server's public address.

i'm not familiar with Apache and i don't know
what restarting it did, but we stopped it, and
things are back to our blocked Port 80.

how can we give remote access?

thanks,

--sandra

hanzerik 09-19-2003 09:57 AM

Listen 6060

This should be what it says in your httpd.conf file.


All times are GMT -5. The time now is 04:41 PM.