Search This Blog

23 July, 2011

XAMPP and skype issues

If you installed skype and xampp in a PC and when you try to start the Apache, you will have issue in starting it. If you first login to the skype account and then start the XAMPP apache server, it wont start.

To solve this go to the
Options -> Advanced -> Connections
Uncheck the Check box written as Use Port 80 and 443 as alternatives for incoming connections.

As shown below

No comments:

Post a Comment

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...