Re: FYI

2007-10-22 Thread adam . prime
It's been broken at least a week. Quoting Bill Whillers <[EMAIL PROTECTED]>: Maybe someones working? I'm just getting generic Internal Server Errors when searching on anything like "handler". http://perl.apache.org/search/swish.cgi?query=handler&sbm=&submit=search On Monday 22 October 200

Re: FYI

2007-10-22 Thread Bill Whillers
Maybe someones working? I'm just getting generic Internal Server Errors when searching on anything like "handler". http://perl.apache.org/search/swish.cgi?query=handler&sbm=&submit=search On Monday 22 October 2007 16:47, Arshavir Grigorian wrote: > Not sure if people already know about this,

FYI

2007-10-22 Thread Arshavir Grigorian
Not sure if people already know about this, but running any search off of perl.apache.org gives a 500.

Re: Error Can't locate Apache/DBI.pm

2007-10-22 Thread Michael Peters
Michael Moon wrote: > I have installed mod_perl 1.3 and Apache 1.39 on a CentOS 5 system in > order get Request Tracker running. When I attempt to start apache I get > the following error: > > Syntax error on line 969 of /usr/local/apache/conf/httpd.conf: Can't > locate Apache/DBI.pm in @INC Th

Error Can't locate Apache/DBI.pm

2007-10-22 Thread Michael Moon
I have installed mod_perl 1.3 and Apache 1.39 on a CentOS 5 system in order get Request Tracker running. When I attempt to start apache I get the following error: Syntax error on line 969 of /usr/local/apache/conf/httpd.conf: Can't locate Apache/DBI.pm in @INC (@INC contains: /usr/lib/pe

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-22 Thread Andrew Wyllie
wow, yep that's a really good point. I have built a JSON app, but it just sends out data and the module that generates the JSON has minifier code built into it so I have never had the need to process it anywhere else. But if you need to write JSON from scratch I can see where this module woul

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-22 Thread Clinton Gormley
> You obviously haven't built a JSON API yet :) True > Each request will be JS and will be different. And fair enough :) Clint

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-22 Thread Michael Peters
Clinton Gormley wrote: > That is probably a very inefficient way of doing it. I would guess that > nearly all of the JS that you use on your site is common ie 90% of what > you use on the site would be needed on each page that uses JS. > > It would make much more sense to put all of that JS into

Re: ANNOUNCE: XS-based minifiers for JS/CSS

2007-10-22 Thread Clinton Gormley
On Sun, 2007-10-21 at 23:34 -0500, Boysenberry Payne wrote: > I generate my Javascript on the fly, it can be different on every > request. > I find this very useful... Hi bop That is probably a very inefficient way of doing it. I would guess that nearly all of the JS that you use on your site

transfer authz data to PHP

2007-10-22 Thread Ward Loockx
Hello, I've written a basic auth ldap module that checks the auth with binding against an LDAP tree. After that the auhtz module is executed and checks that the user is in the correct ldap group. My problem is that I want to use the ldap group data in my PHP application, but I can't find a

Re: mystery subrequest being generated after fixup

2007-10-22 Thread Torsten Foertsch
On Sunday 21 October 2007, John ORourke wrote: > 1. do Fixup for /image/12345/something.gif (return OK or DECLINE - > doesn't matter which) > 2. (other modules fixup handlers run because fixup is RUN_ALL) > 3. do Trans for subrequest /something.gif > 4. do MapToStorage, Access, Authen, Authz, Type,