Page 1 of 1

XAMPP Apache port 80 problem

PostPosted: 16. March 2013 13:58
by rogerL1
I have the same problem with port 80. Apparently, its Skype which grabs it.

I can't get to xampp welcome page.

xampp says its already running when I activate it, but it won't do anything else (like take notice of Joomla).

I replaced port 80 with port 8080 as recommended (in "httpd.conf") but I still can't get it to work.

It seems to be fairly common bug: but the solution hasn't succeeded yet.

Anyone done any better ?

Re: XAMPP Apache port 80 problem

PostPosted: 16. March 2013 15:44
by Altrea
Hi rogerL1,

I have merged all of your posts into one single one. Please don't use unsolved topics of other users for your own ones, because environments and issues can be very different (One thread per unique user and issue rule).

rogerL1 wrote:I have the same problem with port 80. Apparently, its Skype which grabs it.

I replaced port 80 with port 8080 as recommended (in "httpd.conf") but I still can't get it to work.

Where do you read that it is recommend to change the port if Skype is grabbing it? It is not!
The recommend way is to configure Skype to NOT grab port 80 and 443. This can be easily done in Skype.
Port 80 is the default port for HTTP communication, Port 443 for HTTPS. Skype misuse this ports for its own protocols.

rogerL1 wrote:xampp says its already running when I activate it, but it won't do anything else (like take notice of Joomla).

??? So is Skype using the port already or another Apache instance?
Provide us the full contents of your XAMPP control panel log field and your \xampp\apache\logs\error.log

rogerL1 wrote:It seems to be fairly common bug: but the solution hasn't succeeded yet.

It's not a bug! Apache needs to listen on some static ports to work correct. Each port can only be blocked by a single process and if it is already blocked, Apache can't work.

give us more information and we see what we can do for you.

best wishes,
Altrea

Re: XAMPP Apache port 80 problem

PostPosted: 19. March 2013 17:25
by rogerL1
Hi Altrea,

Thanks for your advice.

Sorry I mixed things up a bit. I jumped to conclusions seeing the allusions to port 80.

I'll endeavour to get the information you mention.

Best regards,

Re: XAMPP Apache port 80 problem

PostPosted: 23. March 2013 15:33
by rogerL1
Hi everyone

So, xampp looks like it ought to be working but stops short of going into action with localhost.

Status gives :
Busy
MySql service started
xampp Application status 1.1.2.2
http state 1 service 1 start 1 thread 0 op 0 port 80
mysql state 1 service 1 start 1 thread 0 op 0 port 3306
ftp state 0 0 0 0 0 port 21
mercury 0 0 0 0 0 port 25
java 0 0 0 0 0 port 8080

Apache and MySql are both running.

Can you see what I need to get to localhost, please ?
Otherwise, how do I get to :
XAMPP control panel log field
and my \xampp\apache\logs\error.log

Many thanks in advance,