Running Pow & XAMPP Simultaneously

71 views Asked by At

I have a machine with XAMPP installed and running and I need to install POW to work in a ruby project.

Anyone have any luck running both XAMPP and Pow?

1

There are 1 answers

0
siegy22 On

You cannot bind two servers on Port 80 (default of XAMPP apache & default of pow).

You can change the port of the Apache like this: How to change XAMPP apache server port?