xeoncross / lowendscript

Bash scripts to set up/bootstrap low end virtual servers
326 stars 100 forks source link

Add support for debian 7 #22

Closed vidplace7 closed 10 years ago

vidplace7 commented 10 years ago

By default this script will not work with Debian 7, this is fixed by utilizing php-fpm's sock pass

xeoncross commented 10 years ago

Additional locations also need to be changed to use unix sockets instead of port 9000.

https://github.com/Xeoncross/lowendscript/blob/master/setup-debian.sh#L632

ovizii commented 10 years ago

Does this mean its now working with Debian 7?

j-mie commented 10 years ago

Yes. The script does work for Debian 7.