I'm trying to enable a few ports, as I have a php script that uses sockets.
I added the following to my httpd.conf file:
Listen 6112
Listen 6113
However, when I execute my php script, it says the ports are already in use. How can I go by using those ports for my script?