Activity
From 2007-06-29 to 2007-07-05
2007-07-05
- 22:15 Bug #1256: CGI in C - 500 Error - cygwin
- i've got a similar problem with perl, but it's a less simple script than that. the script is, however less complex t...
- 19:48 Feature #1192: Limit bandwidth by file
- You mentioned implementing conditionals but nothing about setting the bandwidth limit.
- 16:11 Bug #1252 (Fixed): File upload error when using POST method
- 15:02 Bug #1252: File upload error when using POST method
- Ticket should be closed ... the problem was in the CGI application ... the lack of the following lines can restrict t...
2007-07-04
- 13:44 Feature #1209 (Fixed): should be able to disable ETag for static files
- no problems from my side :). closing
- 13:30 Feature #1209: should be able to disable ETag for static files
- any remaining issues here or can we mark this as done?
- 13:31 Bug #1258: don't send content length header
- i forgot to mention fixing this in 1.4 would mean some bigger structural changes. and dont think this is feasible.
- 13:29 Bug #1258: don't send content length header
- the content length is not needed with x-sendfile responses as the file is send in chunked encoding anyway. in 1.5 the...
2007-07-03
- 22:37 Bug #1255 (Fixed): Servlet requests get converted to lowercase letters - not good
- dupe of #1245
- 22:32 Bug #1257: There is no per virtualhost error log
- yes lighttpd supports only one error log. but that doesnt render vhosts useless. vhosts work outside of shared hostin...
- 22:29 Bug #1257: There is no per virtualhost error log
- Hi,
Without a per virtualhost error log, the entire vhost concept doesn't make any sense. As in, how do you expe... - 20:43 Bug #1257: There is no per virtualhost error log
- Could you please elaborate. Works as designed? Does it mean that lighty doesn't have a per virtualhost error log, or ...
- 09:09 Bug #1257 (Fixed): There is no per virtualhost error log
- works as designed.
- 04:37 Bug #1257 (Invalid): There is no per virtualhost error log
- I have seen that lighttpd doesn't allow a per domain error-log. i have given this inside a virtual host block:
-----... - 18:47 Revision 5a583661: - only generate the etag_flags once and store them in the connections
- object.
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1881 152afb58-edef-0310-8abb-c4023f1b3aa9 - 17:16 Revision 8feb3318: - we did not reset the etag buffer is the inode was not used for the
- etag. we now reset the buffer explicitly and use buffer_append_* later
on. This fixes the bug reported by glen in #... - 16:29 Feature #1209: should be able to disable ETag for static files
- and with stat cache disabled:...
- 14:18 Bug #1258: don't send content length header
- sorry - it's my foult - if I set Content-Length header manualy - it works. but it duble work with it. first is My Fas...
- 10:13 Bug #1258: don't send content length header
- I tried to add Content-Length header - but it didn't help.
-- lighttpd - 09:48 Bug #1258 (Fixed): don't send content length header
- I am using FastCGI and X-LIGHTTPD-send-file header to make lighty to send files with kernel sendfile. but lighty does...
- 13:50 Bug #591: Content-Length: 0 in header for PHP.
- I have the same problem with lighttpd 1.4.15 + PHP 5.2.3 (FastCGI) running on Linux x86_64. If I repeatedly refresh t...
- 07:54 Bug #1256: CGI in C - 500 Error - cygwin
- sorry, still the same. carriage return and newline did not make a difference
---------------------------------... - 02:53 Bug #1256: CGI in C - 500 Error - cygwin
- can you try:...
- 01:32 Bug #1256 (Obsolete): CGI in C - 500 Error - cygwin
- Hi,
I am testing a simple CGI executable written in C. (NOT FCGI).
------------------------------- [[my|simple ... - 06:08 Bug #1250: High load with lighttpd + fastcgi
- ok, in 24 hours i will back.
-- ivyrake - 03:43 Bug #1250: High load with lighttpd + fastcgi
- can you test the fix in 1245 if it fixes for the issue for you?
- 01:25 Bug #1250: High load with lighttpd + fastcgi
- Oh, I found the fixing in 1245:)
-- ivyrake - 01:11 Bug #1250: High load with lighttpd + fastcgi
- Sorry for loss my name
-- ivyrake - 01:09 Bug #1250: High load with lighttpd + fastcgi
- i use libfcgi in my app
2007-07-02
- 15:29 Bug #1245: Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- Ah, you're right: "On error, -1 is returned, and errno is set appropriately."
I assumed the error itself would be re... - 15:26 Bug #1245: Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- uhm. many system functions use errno. lighttpd's own code doesnt use errno internally iirc.
- 15:10 Bug #1245: Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- Wouldn't it be much safer to store and use the function return value instead of the global errno, to prevent such bug...
- 15:07 Bug #1245 (Fixed): Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- fixed in 1879
- 13:12 Bug #1245: Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- > I've removed the line but the behaviour didn't change, it still goes in the loop.
This was my fault, I used the ... - 13:12 Bug #1245: Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- No, it properly closes the fd now too, so it doesn't loop anymore.
- 13:09 Bug #1245: Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- so it still loops (takes all the cpu?) but at least we reach the error message again?
- 13:00 Bug #1245: Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- Actually, it did the trick, now it says:
2007-07-02 14:58:08: (mod_fastcgi.c.2463) unexpected end-of-file (perhaps t... - 12:54 Bug #1245: Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- I've removed the line but the behaviour didn't change, it still goes in the loop.
- 12:40 Bug #1245: Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- because line 2443 would never be reached if errno was EAGAIN above in this function.
that said ... it must be an old... - 12:29 Bug #1245: Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- I don't see ioctl returning EAGAIN in my strace. Why do you think that change will have an effect?
> ioctl(7, FION... - 11:37 Bug #1245 (Assigned): Repeatable 100% CPU usage due to remote FastCGI app misbehaviour
- Can you please remove line 2443 from mod_fastcgi.c and try again ?...
- 15:18 Bug #1236: Last-Modified header suppressed in 1.4.15
- Yes this is a workaround for a bug in Firefox.
We have to often seen users bugged by firefox caching too much, and o... - 15:15 Bug #1236: Last-Modified header suppressed in 1.4.15
- > Otherwise FF will not detect the changed Content-Type.
Isn't that a server-side bug?
Are you allowed to change ... - 15:07 Revision abdd1f5b: - do not check stale values on errno. EAGAIN is handled inside the
- function already. (#1245)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1879 152afb58-edef-03... - 13:42 Feature #1209: should be able to disable ETag for static files
- there are 2 options enabled for the etag "backend". can you add an log message that prints out which backend was used...
- 13:37 Feature #1209: should be able to disable ETag for static files
- Glen, Thanks for the bug report. I can reproduce it but as far as I can tell, I have set etag.use-inode as T_CONFIG_B...
- 11:44 Bug #1250: High load with lighttpd + fastcgi
- did you use any library for the FastCGI handling like libfcgi e.g.?
- 11:16 Bug #113: User directory cache files not being created with mod_compress
- This issue still exists with lighttpd 1.4.15 Any chance of a fix?
2007-07-01
- 23:35 Bug #1255 (Fixed): Servlet requests get converted to lowercase letters - not good
- I am running lighttpd as a front-end server on WINDOWS (yuk - converting to unix later). I have servlets stored on a...
- 23:35 Bug #1254 (Invalid): Servlet requests get converted to lowercase letters - not good
- I am running lighttpd as a front-end server on WINDOWS (yuk - converting to unix later). I have servlets stored on a...
- 21:05 Bug #1253 (Obsolete): underline in http address causes a 400 - Bad Request error example http://my_web.com.br
- underline in http address causes a 400 - Bad Request error example http://my_web.com.br
I have tested this and in ... - 10:24 Bug #1252 (Invalid): File upload error when using POST method
- The following error is being presented in the error log when trying to upload a file bigger than 1 MB using a HTML fo...
- 09:17 Bug #1251: 1.5.0-r1857 fails to compile on FreeBSD 6.2
- There is a patch in ticket #1240 and this problem are the same that was solved in ticket #512
- 00:03 Bug #1251 (Fixed): 1.5.0-r1857 fails to compile on FreeBSD 6.2
- The define _XOPEN_SOURCE 500 in network_gthread_aio.c causes this error. It works great
if i remove _XOPEN_SOURCE in...
2007-06-30
- 21:51 Bug #1250: High load with lighttpd + fastcgi
- http://trac.lighttpd.net/trac/ticket/1245
- 10:11 Bug #1250 (Fixed): High load with lighttpd + fastcgi
- I had writen a very simple fastcgi app,but when i run it on a high load server it sucks up all the CPU time even if i...
2007-06-29
- 01:36 Bug #673: Connection error on Solaris
- I believe so. After checking with another engineer to verify, we believe that ioctl() is not necessary with this non...
- 01:14 Bug #673: Connection error on Solaris
- Hello ingenthr. So you would recommend to just simply ignore the return value of ioctl() altogether?
-- joe
Also available in: Atom