John L Posted November 13, 2009 Report Share Posted November 13, 2009 Uniserver 5.3installed in C:\UniServer\Windows XP Using UniTray, the Apache server will not start. (MySQL does). Using the server status utility (attached pic) the essence is:"Apache Port = 80 In use by another program" I have run netstat and and nothing is using Port 80.I have tried using the normal and service options.No other versions of apache are runningA restart of XP and running immediately after the restart makes no difference I have not tried using the "increment port number" utility because:- I don't know how to set it back again later- why should I when port 80 should have been free Help - any ideas? Quote Link to comment Share on other sites More sharing options...
Ric Posted November 13, 2009 Report Share Posted November 13, 2009 Port detection uses the following command: netstat -anp tcpC:\ >netstat -anp tcp Active Connections Proto Local Address Foreign Address State TCP 0.0.0.0:80 0.0.0.0:0 LISTENING TCP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING TCP 127.0.0.1:1026 0.0.0.0:0 LISTENINGApache server will not run if Local Address is active for example “:80” This page is worth a visit:http://wiki.uniformserver.com/index.php/5....o:_Known_Issues All the bestRic Quote Link to comment Share on other sites More sharing options...
John L Posted November 14, 2009 Author Report Share Posted November 14, 2009 Thanks for the help. Skype was the problem. Exiting the skype system tray icon cured it and uniserver now works nicely. All I need to do now is to put skype elsewhere while I get into apache config for my development sites. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.