reassign 515115 lighttpd thanks Hi Esteban and thanks for debugging this.
On Mon, Feb 16, 2009 at 11:09 PM, Esteban Manchado Velázquez <[email protected]> wrote: > Which browser does it open when you execute "dhelp"? I have tried a bit, > and when using lighttpd it seems that Konqueror fails. All the rest (Opera, > Firefox and even links) seem to work like a charm. I'm using Firefox. > Experimenting a bit, it seems that lighttpd somehow gets confused by > Konqueror and thinks that it's not connecting from the same host. If you > comment this line (and the closing brace) at the end of the lighttpd > configuration, it works: > > $HTTP["remoteip"] =~ "127.0.0.1" { Commenting this does not solve the problem for me, but... > In any case, it does sound like an issue in lighttpd (maybe Konqueror), so > you might want to reassign the bug, or at least check with the maintainers. > Any web server should make /usr/share/doc/ available as per Debian Policy > 11.5 > (http://www.debian.org/doc/debian-policy/ch-customized-programs.html#s-web-appl), > so it seems that dhelp is doing the right thing. Another problem that looks > like a bug in the lighttpd default configuration (as per the same policy > section) is that apparently lighttpd doesn't make available the CGIs under > /usr/lib/cgi-bin. That is also needed by dhelp (when you called it like > "dhelp search-term search-term2"). ... fixing lighttpd configuration to enable cgi-bin access (by linking /etc/lighttpd/conf-available/10-cgi.conf to /etc/lighttpd/conf-enabled) did. Not enabling this in lighttpd by default could be a violation of policy 11.5, and at least apache2 seems to have cgi-bins enabled by default. On the other hand there is good reason for having a more restricted default config in a web server. Anyway, reassigning this to lighttpd. Teemu -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

