I have custom webserver that i want to run on 80 port. The problem is its being blocked by selinux. So from localhost I can browse the site, but from outer world its not accessible.
I run the program this way,
/opt/project1/run.py -p 80.
|
Are you certain it's selinux that blocks this from working, and not either:
|
|||
|
sudo -u usename /opt/project1/run.py -p 80will do it? – Shiplu Aug 30 '12 at 17:19