a4cabee7fd
added last minute changes
weigon2006-09-20 14:49:44 +00:00
7d2dd4e68b
reverted [1312] as it led to seg-faults
weigon2006-09-20 14:40:28 +00:00
a34a3ae173
reverted [1312] as it led to seg-faults
weigon2006-09-20 14:40:28 +00:00
ddda39093b
print 'lighttpd -p -f ...' to stdout instead of stderr
weigon2006-09-20 14:37:15 +00:00
dd0abe5aba
print 'lighttpd -p -f ...' to stdout instead of stderr
weigon2006-09-20 14:37:15 +00:00
066232d2ee
fixed SSL + POST on Firefox
weigon2006-09-20 14:03:55 +00:00
9c773d9f7d
fixed SSL + POST on Firefox
weigon2006-09-20 14:03:55 +00:00
4cc6c08a79
handle ENOTCONN nicly on FreeBSD writev()
weigon2006-09-18 18:05:35 +00:00
6309a54031
handle ENOTCONN nicly on FreeBSD writev()
weigon2006-09-18 18:05:35 +00:00
2e99a49df1
workaround a hanging ssl-connections in Opera 9.01 and 8.54 (and earlier) if chunked-encoding is used
weigon2006-09-18 16:41:43 +00:00
2721197ff6
workaround a hanging ssl-connections in Opera 9.01 and 8.54 (and earlier) if chunked-encoding is used
weigon2006-09-18 16:41:43 +00:00
551b1aab48
it runs fine with lua 5.0 too
weigon2006-09-16 11:30:41 +00:00
5f1c2d4eee
it runs fine with lua 5.0 too
weigon2006-09-16 11:30:41 +00:00
59531ef8aa
trust the autoconf-checks again
weigon2006-09-16 11:30:11 +00:00
e98ea9c0b0
trust the autoconf-checks again
weigon2006-09-16 11:30:11 +00:00
094a432835
rici pointed me the lua_cpcall() to call a lua-c-function in protected mode instead of used lua_atpanic to handle errors myself
weigon2006-09-16 11:29:48 +00:00
2a3ac19883
rici pointed me the lua_cpcall() to call a lua-c-function in protected mode instead of used lua_atpanic to handle errors myself
weigon2006-09-16 11:29:48 +00:00
c70b5f638c
if wait() gets interruped, don't increase the number of workers to start
weigon2006-09-15 12:01:29 +00:00
9076cbdf5c
if wait() gets interruped, don't increase the number of workers to start
weigon2006-09-15 12:01:29 +00:00
656bc152c2
fixed compile if lua is not enabled
weigon2006-09-15 11:49:57 +00:00
e931d4f27f
fixed compile if lua is not enabled
weigon2006-09-15 11:49:57 +00:00
24219c574e
- added set() for .env[] - added .RESTART_REQUEST - fixed handling of .content = { { ... } } if offset is set, but no length - added range checks for offset and length
weigon2006-09-15 10:00:46 +00:00
63ec609a56
- added set() for .env[] - added .RESTART_REQUEST - fixed handling of .content = { { ... } } if offset is set, but no length - added range checks for offset and length
weigon2006-09-15 10:00:46 +00:00
ae8ae03c80
added support for lighty.status[] in mod_magnet
weigon2006-09-14 12:00:32 +00:00
c7b9858b03
added support for lighty.status[] in mod_magnet
weigon2006-09-14 12:00:32 +00:00
6948f3bf54
luaL_newstate() is from lauxlib.h, #include it
weigon2006-09-14 11:55:26 +00:00
1b47e99a34
luaL_newstate() is from lauxlib.h, #include it
weigon2006-09-14 11:55:26 +00:00
160d50bb57
oops, use SSL_CTX_* if you modify the ssl_ctx
weigon2006-09-14 11:55:01 +00:00
7b4097f7ee
oops, use SSL_CTX_* if you modify the ssl_ctx
weigon2006-09-14 11:55:01 +00:00
8ffdf3374c
- moved all global vars to the lighty.* namespace - added lighty.env[] to get read access to uri.path, physical.path and friends
weigon2006-09-13 13:13:27 +00:00
b79f1a24c9
- moved all global vars to the lighty.* namespace - added lighty.env[] to get read access to uri.path, physical.path and friends
weigon2006-09-13 13:13:27 +00:00
4c6fa945f4
free hostname on shutdown (fixes #844)
weigon2006-09-13 10:12:31 +00:00
51db8b5498
free hostname on shutdown (fixes #844)
weigon2006-09-13 10:12:31 +00:00
35c9f6cb8a
- add a try-catch around add-content - make the content-array simpler - make request[] a porxy to the con->request array in c
weigon2006-09-11 20:37:29 +00:00
925cb27a14
- add a try-catch around add-content - make the content-array simpler - make request[] a porxy to the con->request array in c
weigon2006-09-11 20:37:29 +00:00
046d404d2b
added comment on waitpid() + -HUP
weigon2006-09-10 22:01:26 +00:00
1311a6137f
added comment on waitpid() + -HUP
weigon2006-09-10 22:01:26 +00:00
82325c795d
- only run symlink checks if we should not follow them.
Marcus Rückert
2006-09-10 14:11:08 +00:00
05919041e1
- only run symlink checks if we should not follow them.
Marcus Rückert
2006-09-10 14:11:08 +00:00
ee804a1180
use sysconf() to get IOV_MAX (fixes #842)
weigon2006-09-09 13:21:21 +00:00
dcb2689f4d
use sysconf() to get IOV_MAX (fixes #842)
weigon2006-09-09 13:21:21 +00:00
48a30c2631
Remove unmaintained and not working pam code. Most people would use pam auth with /etc/{passwd,shadow}. This is a stupid idea anyway.
Marcus Rückert
2006-09-07 14:21:17 +00:00
27e3de6ca4
Remove unmaintained and not working pam code. Most people would use pam auth with /etc/{passwd,shadow}. This is a stupid idea anyway.
Marcus Rückert
2006-09-07 14:21:17 +00:00
70e35f7c8f
- dont debug the statcache by default!;)
Marcus Rückert
2006-09-07 14:01:38 +00:00
0f190e1614
- dont debug the statcache by default!;)
Marcus Rückert
2006-09-07 14:01:38 +00:00
668ec4e6d7
- use a big SSL_read buffer which can read at least 16k + the pending bytes - reuse the last read-buffer after a SSL_ERROR_WANT_READ
weigon2006-09-01 09:53:44 +00:00
48ca389d89
- use a big SSL_read buffer which can read at least 16k + the pending bytes - reuse the last read-buffer after a SSL_ERROR_WANT_READ
weigon2006-09-01 09:53:44 +00:00
506bf59c50
disable the ssl-write checks for a moving SSL-write-buffer
weigon2006-09-01 09:52:32 +00:00
609a30e896
disable the ssl-write checks for a moving SSL-write-buffer
weigon2006-09-01 09:52:32 +00:00