blob: e87d62046f7f94ffe6f41af0476380ff605651a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
changed docroot to /data/srv/
modified auth to require valid user (include auth-inc.conf)
logrotate:
missingok
# by mihanson:
upgraded to 1.4.26 to address http://linhes.org/flyspray/index.php?do=details&task_id=624
Added -e 's|"^/mythweb|"^/{1,2}mythweb|' \ to the sed command to work around lighttpd no longer honoring // in a url and/or to work around mythweb producing url's with a // for streaming and downloading.
changed lightttpd.conf to user perl for .cgi (needed for monx)_
added 404 page
bummped to version 13 to test redmine #690
# by mihanson
Added etc/lighttpd/conf.include and etc/lighttpd/html.include to backup array
upgrade to 1.4.28
php-cgi is a depends.
---
added bash and python to cgi list
cgi.assign = ( ".pl" => "/usr/bin/perl",
".cgi" => "/usr/bin/perl"
".sh" => "/bin/bash",
".py" => "/usr/bin/python")
# 8/13/2013
upgrade to 1.4.32
add proxy for shellinaboxd
# 8/14/2013
move proxy to shellinabox pkg
# 10/3/2014
didn't pull pkgbuild from arch just upgrade to 1.4.35
|