The situation is this:
- We have a Debian server (dedicated)
- On this server runs DirectAdmin with his own httpd (apache) server on port 80.
- We want also a flv streaming server. We choose Lighttpd with flv-streaming mod.
- Because apache already runs on port 80 i choose for port 8080.
But from outside i cant reach this server (on port 8080), but if i use wget http://example.org:8080/ i get result i expected.
What can be the problem?