![Albert Hopkins](/assets/img/avatar_default.png)
Instead of having everything in the root directory, split them in seperate directories (appliances, scripts, & configs). This makes things a little tidier. Also added a now Makefile target, appliance-list, that prints a list of the available appliances. The split directory change made this easier.
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
|
|
# Apache config for LodgeIt
|
|
APACHE2_MPMS="prefork"
|
|
APACHE2_MODULES="authz_host dir mime"
|
|
PHP_TARGETS="php5-5"
|