debian-apache@lists.debian.org

2007-05-01 Thread Thibaut VARENE
a proper solution, hence my cc-ing of debian-apache for help. I currently encode all hrefs by doing ap_escape_html(pool, ap_escape_uri(pool, uri)); for some reason, ap_escape_uri seems to properly escaping everything but '&'. Can somebody point me at a proper fix? TIA T-Bone -- Th

debian-apache@lists.debian.org

2007-05-09 Thread Thibaut VARENE
reassign 421820 apache retitle 421820 ap_escape_uri() doesn't escape &-sign thanks On 5/1/07, Thibaut VARENE <[EMAIL PROTECTED]> wrote: On 5/1/07, M.H. ten Berge <[EMAIL PROTECTED]> wrote: > Package: libapache2-mod-musicindex > Version: 1.1.5-2 > Severity: norma

debian-apache@lists.debian.org

2007-05-09 Thread Thibaut VARENE
nsistent, and it's referred to by the RFC1808 which apache source seems to be following. This is exactly why I think I have some ground when I say it's an apache bug 8-) Either ap_escape_uri() (which is again ap_os_escape_path()) can be used on something else than just path, and then it shouldn't even encode eg '?' (which it currently does), or it's well meant to only be used on path and then it ought to encode '&' as well in order to be RFC compliant. HTH T-Bone -- Thibaut VARENE http://www.parisc-linux.org/~varenet/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

debian-apache@lists.debian.org

2007-05-09 Thread Thibaut VARENE
uess my code is ok, apache is OK and to get back to the submitter's issue, the issue lies in php? That would be fine by me, since my module seems to work fine as is anyway ;-) Thanks T-Bone -- Thibaut VARENE http://www.parisc-linux.org/~varenet/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Bug#271912: apache2 does not set request_rec->server->port

2004-09-17 Thread Thibaut VARENE
reassign 271912 apache2 tags 271912 + help retitle 271912 apache2 does not set request_rec->server->port thanks Thibaut VARENE <[EMAIL PROTECTED]> wrote: > tags 271912 confirmed > thanks > > On Fri, 17 Sep 2004 16:45:57 -0700 > "Andrew D. Clark" <[EMAIL

Bug#272207: apache2-common postinst wants /usr/bin/apache2 - breaks pbuilder

2004-09-18 Thread Thibaut VARENE
Package: apache2-common Version: 2.0.51-1 Severity: normal I think the following is self explanatory: Setting up apache2-common (2.0.51-1) ... (No info could be read for "-p": geteuid()=0 but you should be root.) Setting Apache2 to Listen on port 80. If this is not desired, please edit /etc/apach

Bug#394448: libapr1-dev: 'apr_off_t' errors

2006-10-21 Thread Thibaut VARENE
Package: libapr1-dev Version: 1.2.7-6 Severity: normal I'm trying to build libapache-mod-musicindex on my machine for apache2. This modules has been successfully built by the autobuilders, but here's what happens today: make[2]: Entering directory `/home/varenet/libapache-mod-musicindex-1.1.2/src

Re: Re: Bug#394448: libapr1-dev: 'apr_off_t' errors

2006-10-21 Thread Thibaut VARENE
Good catch, sorry for the false alarm Thanks On 10/21/06, Tollef Fog Heen <[EMAIL PROTECTED]> wrote: * Thibaut VARENE | I'm trying to build libapache-mod-musicindex on my machine for apache2. | This modules has been successfully built by the autobuilders, but here's | what hap

Re: Packaging a module for apache 1 & 2 from the same source

2004-05-01 Thread Thibaut VARENE
On Tue, 27 Apr 2004 07:52:37 +0200 (CEST) Fabio Massimo Di Nitto <[EMAIL PROTECTED]> wrote: > On Mon, 26 Apr 2004, Thibaut VARENE wrote: > > > Hello, > > > > I'm the maintainer of libapache-mod-musicindex, and I'm currently > > looking for The Good

Bug#730744: apache2 stopped working with [error] (38)Function not implemented: apr_socket_accept: (client socket)

2013-11-28 Thread Thibaut VARENE
Package: apache2.2-common Version: 2.2.22-13 Severity: normal I can't tell whether that's an apache2 or libc bug, here's the story: Apache suddenly stopped working (it was still working a week ago, and there was no configuration change on the system in the interval). I suspect the last logrotatio