php7dev icon indicating copy to clipboard operation
php7dev copied to clipboard

Does the 'sites' option in php7dev.yaml work for Apache too?

Open oleonard opened this issue 9 years ago • 1 comments

When I add a "host" and "to" values to the "sites" section of php7dev.yaml it creates a configuration file for nginx but not Apache. I'm running the following commands in customize.sh:

sudo service nginx stop
sudo apachectl start
newphp 71

Is there a way to automatically create an Apache site? Or have I missed something in my setup?

oleonard avatar Dec 08 '16 13:12 oleonard

Looking further in the code, it's clear that only nginx sites are handled anywhere. I guess that makes this a feature request.

oleonard avatar Dec 08 '16 18:12 oleonard