dxw / whippet-server

Whippet Server launches a stand-alone web server for a specific WordPress installation. It makes WordPress easier to develop with, for example, by adding lots of debug information to the terminal without cluttering up or breaking your templates.
ISC License
80 stars 6 forks source link

Not possible to use more than one instance of whippet at the same time #15

Open dgmstuart opened 12 years ago

dgmstuart commented 12 years ago

I sometimes want to run multiple Whippet instances concurrently for different projects.

I'm expecting to be able to run just:

whippet  

from project A, to start a server on port 8000, and then

whippet  -p 8001

from project B.

When trying to access localhost:8001, I get nothing in the browser, and the following in the Whippet console:

Completed 301 Moved Permanently => http://localhost:8000/ 
scribu commented 11 years ago

When I access localhost:8001, I just get the same thing as on localhost:8000, which is better than a WSOD, but still not what it should be.