Hai jeff
The map server and apache running on same machine.


On Thursday 13 February 2014 11:37 PM, Jeff Trawick wrote:
On Thu, Feb 13, 2014 at 6:13 AM, Varun Bhuvanendran <varun.bhuvanend...@gmail.com <mailto:varun.bhuvanend...@gmail.com>> wrote:

    This error appears when i tried to restart apache

|(98)Address already in use: make_sock: could not bind to address0.0.0.0:8888 <http://0.0.0.0:8888> no listening sockets available, shutting down|


is the map server running on the same machine on port 8888? you can't have both Apache httpd and the map server listening on the same address and port

    |
    |

    I had a map server running at port 8888. I tried to do a
    *Redirect* so that a direct access of the map server from remote
    is redirected. The sites-available/domain_name file is

    |<VirtualHost *:80>
             ServerName domain_name
                 ...
    </VirtualHost>

    Listen *:8888 http
    <VirtualHost *:8888>
         ServerName domain_name
         Redirect permanent /http://domain_name/
             ...
    </VirtualHost>
    |

    Is there a way to avoid this error and restart the apache server.






--
Born in Roswell... married an alien...
http://emptyhammock.com/


Reply via email to