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

2007-10-22 Thread Andrew Wyllie
x27;t built a JSON API yet :) Each request will be JS and will be different. -- Michael Peters Developer Plus Three, LP -- Andrew Wyllie Dilex Networks, LLC [EMAIL PROTECTED] 866-479-4591

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

2007-10-21 Thread Andrew Wyllie
ll help my business get to the point where we can contribute code and ideas back to the community. * woman-hours too, of course, but it's still all blokes here ** Community as in Graham, Geoffrey and co John -- Andrew Wyllie Dilex Networks, LLC [EMAIL PROTECTED] 866-479-4591

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

2007-10-21 Thread Andrew Wyllie
> ahead and have > rebuilt them using XS. Why do this dynamically at all? (versus just doing it once on deployment / restart / whatever). -- http://develooper.com/ - http://askask.com/ -- Andrew Wyllie Dilex Networks, LLC [EMAIL PROTECTED] 866-479-4591

Re: Apache2::Cookie - can't find cookie_clas.al

2005-05-20 Thread Andrew Wyllie
Joe Schaefer wrote: Andrew Wyllie <[EMAIL PROTECTED]> writes: my $jar = Apache2::Cookie::Jar->new( $r, VALUE_CLASS => "Alta::Cookies::Cookie" ); Oops, looks like I b0rked that API in 2.05. Here's the preferred aproach now: my $req = APR::Request::Apache2->

Apache2::Cookie - can't find cookie_clas.al

2005-05-19 Thread Andrew Wyllie
Hi, I'm running the latest version of mod_perl and libapreq (from subversion - all tests pass). I getting an error from Apache2::Cookie when I try to create an Apache2::Cookie::Jar. The Error Message: Can't locate auto/Apache2/Cookie/Jar/cookie_clas.al in @INC (@INC contains: /home/wyllie/dev/A

Re: reverse IP lookup for check all doimains on the server

2004-06-15 Thread Andrew Wyllie
Looks like they have created their own database. It's not all that accurate either. I have a few IPs with websites on them which just turned up "no data available". For example, www.perl.org is on 63.251.223.172 but it does not come up at http://whois.webhosting.info/63.251.223.172 Andrew On Jun

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-05 Thread Andrew Wyllie
All tests passed on FreeBSD-5.2, Perl-5.8.3, Apache-2.0.48 Thanks! Andrew Stas Bekman wrote: A release candidate for mod_perl-1.99_13 is available: http://apache.org/~stas/mod_perl-1.99_13-dev.tar.gz Please test and report any failures to this list. If everything goes well, 1.99_13 will be

Re: [RELEASE CANDIDATE] please test mod_perl-1.99_13-dev.tar.gz

2004-03-05 Thread Andrew Wyllie
All tests passed on FreeBSD-5.2 Thanks! Andrew Stas Bekman wrote: A release candidate for mod_perl-1.99_13 is available: http://apache.org/~stas/mod_perl-1.99_13-dev.tar.gz Please test and report any failures to this list. If everything goes well, 1.99_13 will be released on Tuesday, so th

Re: Apache::Test on FreeBSD

2004-02-04 Thread Andrew Wyllie
On Wednesday, Feb 4, 2004, at 18:10 US/Eastern, Ged Haywood wrote: Hi there, On Wed, 4 Feb 2004, Andrew Wyllie wrote: after rereading my previous post, I found one slight difference (funny how it works that way sometimes). :) (Actually, having a beer and reading it again...) When I used

Re: Apache::Test on FreeBSD

2004-02-04 Thread Andrew Wyllie
d test ok on FREEBSD current (as of Feb 3, 2004). thanks Andrew On Wednesday, Feb 4, 2004, at 15:25 US/Eastern, Andrew Wyllie wrote: Hi all, I managed to get the tests to run after applying the ipv6.patch that Stas posted the other day, but none (or not many tests are passing). I think the pr

Apache::Test on FreeBSD

2004-02-04 Thread Andrew Wyllie
Hi all, I managed to get the tests to run after applying the ipv6.patch that Stas posted the other day, but none (or not many tests are passing). I think the problem is not in the server though, I think it has something to do with Apache::Test (or possibly perl's IO::Socket module). I can s

Trouble with Apache::Test while testing mod_perl 1.99_12

2004-02-02 Thread Andrew Wyllie
I'm running into a problem trying to test mod_perl. When I run make test, it looks like all the servers are starting up properly, but the test script says it's still waiting for the server to start up. If I suspend the make test process and just telnet to localhost 8529, the server responds

Re: Compile errors (FreeBSD)

2004-01-29 Thread Andrew Wyllie
ng major. One thing you will have to be careful about is rebuilding any perl libs (from CPAN) for your new version of perl. At this point you should be able to build mod_perl, etc. Andrew Thanks, Forrest At 10:19 PM 1/29/2004, Andrew Wyllie wrote: On Thursday, Jan 29, 2004, at 22:11 US/Easte

Re: Compile errors (FreeBSD)

2004-01-29 Thread Andrew Wyllie
e are some interdependencies? Forrest At 08:45 PM 1/29/2004, Andrew Wyllie wrote: On Thursday, Jan 29, 2004, at 16:52 US/Eastern, Forrest Aldrich wrote: Does someone know what the problem might be. This is compiling mod_perl-current (1.x) in Apache 1.3.29 on FreeBSD-4.9, with either Perl 5.8.2 or Per

Re: Compile errors (FreeBSD)

2004-01-29 Thread Andrew Wyllie
On Thursday, Jan 29, 2004, at 16:52 US/Eastern, Forrest Aldrich wrote: Does someone know what the problem might be. This is compiling mod_perl-current (1.x) in Apache 1.3.29 on FreeBSD-4.9, with either Perl 5.8.2 or Perl 5.8.3. I can get the compile/linking to work when I use the "stock" per

[MP2] problem with command line args to perl Makefile.PL (includes patch)

2003-10-03 Thread Andrew Wyllie
(I originally tried sending this to the dev list but it did not seem to go through for some reason...) I was running into a problem trying to build MP2 with a name other than mod_perl.so. After poking around for a while I found that the MP_LIBNAME arg on the command line was not replacing the d