googlearchive / appengine-php-wordpress-starter-project

Starter project for running WordPress on Google Cloud Platform
366 stars 226 forks source link

port!=80 and networked/multi-user sites? #48

Closed alfredwb closed 9 years ago

alfredwb commented 9 years ago

I'd love to run Wordpress MU (networked, multi site), but when I try and enable it, I get warned that it won't work (on my local copy) as I'm not running on port 80. I can't seem to start AppEngineLauncher on port 80, even though there are no other port 80 listeners on my mac. Any suggestions?

hello-josh commented 9 years ago

You cannot use the launcher to start on a privileged port. You have to use dev_appserver.py via command line.

alfredwb commented 9 years ago

Thanks!