diff options
Diffstat (limited to 'abs/core-testing/lighttpd/lighttpd.install')
-rw-r--r-- | abs/core-testing/lighttpd/lighttpd.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core-testing/lighttpd/lighttpd.install b/abs/core-testing/lighttpd/lighttpd.install new file mode 100644 index 0000000..9d98d41 --- /dev/null +++ b/abs/core-testing/lighttpd/lighttpd.install @@ -0,0 +1,16 @@ +post_upgrade() { + if [ $(vercmp '1.4.19-1' $2) -ge 0 ]; then + echo ' + ==> New default DocumentRoot + + lighttpd uses /srv/http as default DocumentRoot. + You can still use your current DocumentRoot + + ==> New default user and group + + Instead of "nobody" lighttpd runs as user/group "http" by default now. You might + want to adjust your lighttpd.conf according to this change. But you can still + run lighttpd as nobody. + ' + fi +} |