Re: Registry.pm

2003-07-05 Thread Ask Bjoern Hansen
On 3 Jul 2003, Roger Davenport wrote: [...] > Is there a solution other than reloading the server? Does any one have > patches to check used sub-modules? http://search.cpan.org/dist/Apache-Reload/Reload.pm http://search.cpan.org/dist/Apache-Reload/ - ask -- http://www.askbjoernhansen.com/ -

Re: speeding up CGI.pm

2003-03-26 Thread Ask Bjoern Hansen
w obscure bugs isn't worth it. - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Apache::DBI on mp2

2003-03-07 Thread Ask Bjoern Hansen
only recall segfaults making me slam my head into the wall to conceal the pain. - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Apache::DBI on mp2

2003-03-07 Thread Ask Bjoern Hansen
uch to change for this feature. If the physical connection is still there, would the database server do a rollback? - ask ps. yes, your DBI::Pool work is great. Thank you. :-) -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Transparent front-end proxying for many VirtualHosts

2003-03-07 Thread Ask Bjoern Hansen
e proxy: ProxyPreserveHost yes RewriteRule ^/(.*\.pl) http://localhost:1234/$1 [P] ServerName foo.example.com RewriteEngine on RewriteOptions inherit ... - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Apache::DBI on mp2

2003-03-05 Thread Ask Bjoern Hansen
Apache::compat would have global side effects though? (i.e. for people trying to make their system run without Apache::compat). - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: [mp2] what is and why is it my log?

2003-03-01 Thread Ask Bjoern Hansen
#x27;warn "foo"; open F, ".bashrc"; warn "Foo" while ' 2>&1 | head -5 foo at -e line 1. Foo at -e line 1, chunk 1. Foo at -e line 1, chunk 2. Foo at -e line 1, chunk 3. Foo at -e line 1, chunk 4. - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Apache::TicketAccess

2003-03-01 Thread Ask Bjoern Hansen
::DumpHeaders. http://search.cpan.org/dist/Apache-DumpHeaders/DumpHeaders.pm - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Preloading DBI crashes Apache

2003-02-23 Thread Ask Bjoern Hansen
ng DBD::mysql. I'd be happy to provide backtraces using > other modules if they'd be useful to someone debugging. [...] A backtrace with DBD::mysqlPP would be fun. Have you upgraded mysql after you last installed DBD::mysql? Did DBD::mysql pass all tests when you installed it?

Re: Load balancers

2003-01-13 Thread Ask Bjoern Hansen
On Mon, 13 Jan 2003, John Siracusa wrote: > So...suggestions? How are other people handling load balancing? With hardware load balancers. :-) You forgot to include the information about number of servers, requests per second at peak times, reponse sizes, etc etc. - ask -- ask bjo

RE: [ANNOUNCE] Apache::DBI 0.90_02

2003-01-11 Thread Ask Bjoern Hansen
shared across a pool of threads. But just having it work like it does in Apache 1.x is much better than not having it work at all! :-) - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

[ANNOUNCE] Apache::DBI 0.90_02

2003-01-10 Thread Ask Bjoern Hansen
Last night I spent a bit of time making a proper test for Apache::DBI and make it work without Apache.pm. Just now I made it work with mod_perl 2.0. I have only tested that very briefly. Until it hits your CPAN mirror, get it from: http://develooper.com/code/Apache::DBI/ Or from CVS; instructi

Re: OSCON ideas - MVC talk

2003-01-08 Thread Ask Bjoern Hansen
in my proposal. :-) - ask [1] Except then I would have to write many more slides; I already have a ~70 minutes talk about it with slides, illustrations and all sorts of things. :-) -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: DumpHeader Apache Perl Mod

2002-12-17 Thread Ask Bjoern Hansen
probably not enabled in the httpd that is using that configuration file. > There are several > .conf files in this Apache version: > > commonhttpd.conf httpd.conf httpd-perl.conf I don't know how Mandrake has set it up. If they change things around, they should have document

Re: Release date for mod_perl 2.0

2002-12-17 Thread Ask Bjoern Hansen
code). If it is still months from being stable enough for > release, I will have to investigate alternatives. It will get stable faster if you choose to use it. :-) - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: [O] Re: Yahoo is moving to PHP ??

2002-10-31 Thread Ask Bjoern Hansen
t does since version X, where X is relatively recent. - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: [OTish] Version Control?

2002-10-31 Thread Ask Bjoern Hansen
, then it's likely easier to recompile for each box. - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

RE: [OTish] Version Control?

2002-10-31 Thread Ask Bjoern Hansen
sed forms? The Twiki system and the Faq-O-Matic are using RCS on the backend to version control entries. - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: [OTish] Version Control?

2002-10-31 Thread Ask Bjoern Hansen
oordinate recompiling binaries than doing it once and distributing them (in tarballs, rpms, or with your revisioning system). - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Thoughts on Mason?

2002-10-26 Thread Ask Bjoern Hansen
; it rocks. You can't get stuff done faster than you can with Mason, and it still allows you to design things properly if you are careful. http://dev.perl.org/, http://jobs.perl.org, http://search.cpan.org/ are using Mason. See http://www.masonhq.com/ - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: [mp2.0] wrong crypt behavior

2002-10-13 Thread Ask Bjoern Hansen
On Thu, 10 Oct 2002, Ask Bjoern Hansen wrote: > On Fri, 6 Sep 2002, [iso-8859-2] Tomá¹ Procházka wrote: > > > Problem: Sometimes, although user entered correct password, is > > authentication rejected. I tried logging values of $real_pass and > > $test_pass and they d

Re: [mp2.0] wrong crypt behavior

2002-10-10 Thread Ask Bjoern Hansen
On Thu, 10 Oct 2002, Ask Bjoern Hansen wrote: > > Problem: Sometimes, although user entered correct password, is > > authentication rejected. I tried logging values of $real_pass and > > $test_pass and they differed. When I add line > > Did anyone figure this out? &

Re: [mp2.0] wrong crypt behavior

2002-10-10 Thread Ask Bjoern Hansen
he::Const -compile => 'OK'; my $clear = "foo"; my $salt = "Dm"; sub handler { my $r = shift; $r->content_type('text/plain'); my $crypted = crypt $clear, $salt; $r->print("crypt $clear, $salt = $crypted"); return Apache::OK; } 1; -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: [OT] migrating from Apache to iPlanet; any mod_perl counterpart?

2002-10-09 Thread Ask Bjoern Hansen
ides what the IT department thinks? (Or make someone talk to some lawyers with more clue). - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: performance regarding mod_perl vs mod_c with embedded perl

2002-09-23 Thread Ask Bjoern Hansen
you not. > > > > http://develooper.com/modperl/performance_tuning.html > > > > (Click "Next" on the top of each slide to progress ... The first few > > slides looks weird in Mozilla 1.0 on my Linux box but are fine in > > Chimera on Mac OS X - get a Mac! :-) ) -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Upgrading frontend apache - is it worth it?

2002-09-19 Thread Ask Bjoern Hansen
it done without too much work; so then it is probably worth it. - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: mod_perl 2.x vs. mod_perl 1.x benchmarks

2002-09-19 Thread Ask Bjoern Hansen
a setup, which was the reason for changing it. Indeed it could be that it was only affecting the proxy. Did I mention that I forgot the details?). :-) - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Apache could not restart

2002-09-18 Thread Ask Bjoern Hansen
s the problem? You compiled mod_perl as a DSO but didn't load the module. Try adding something like the following to your httpd.conf: LoadModule perl_modulelibexec/apache/libperl.so - ask PS. You also want to upgrade FreeBSD to 4.6; or at least make sure you have the latest secu

Re: performance regarding mod_perl vs mod_c with embedded perl

2002-09-18 Thread Ask Bjoern Hansen
_tuning.html (Click "Next" on the top of each slide to progress ... The first few slides looks weird in Mozilla 1.0 on my Linux box but are fine in Chimera on Mac OS X - get a Mac! :-) ) - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: FW: ezmlm response

2002-09-12 Thread Ask Bjoern Hansen
to subscribe to the digest. - ask -- ask bjoern hansen, http://askbjoernhansen.com/ !try; develooper llc,http://www.develooper.com/ do();

Re: Dual Apache setups

2002-09-10 Thread Ask Bjoern Hansen
threads in shared arrays just yet, or you'll suffer memory leaks. :-) - ask (suffering memory leaks) -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: lame load balancer, mod_proxy, and sticky sessions

2002-09-06 Thread Ask Bjoern Hansen
It's certainly not there right now. Uh, couldn't a combination of mod_backhand and mod_rewrite (using cookies) do it? - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Redirecting through proxy

2002-08-29 Thread Ask Bjoern Hansen
in the proxy for redirecting /abc to /abc/ RewriteRule ^/abc /abc/ [R,L] - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Apache::Session - What goes in session?

2002-08-21 Thread Ask Bjoern Hansen
unpack" for serializing data). The expiration went into the data and purging the cache was a simple cronjob to find files older than a few minutes and deleting them. The performance? I don't remember the exact figure, but it was at least several times faster than the Be

Re: Mod_perl Application Development

2002-08-20 Thread Ask Bjoern Hansen
a subsystems when the customer needed them. The system also made it easy to customize the handlers for each customer. (Just inherit the base Foo::BarHandler into Customer::BarHandler and add the extra magic). - ask [1] okay, not quite a previous life; but it is more than 4 years ago. :-) -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Cache::Cache issues

2002-08-20 Thread Ask Bjoern Hansen
On Tue, 20 Aug 2002, Chris wrote: > my $timeout1 = $Cache->get_object('1')->get_expires_at(); > my $timeout2 = $Cache->get_object('1')->get_expires_at(); ... ETOOMUCHCUTNPASTE. :-) - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: [mp 2.0] v2.0.40 dev of apache

2002-07-25 Thread Ask Bjoern Hansen
m the list you are probably not subscribed. Send mail to [EMAIL PROTECTED] to change that. -- ask bjoern hansen, http://askbjoernhansen.com/ !try; do();

Re: Mod_perl 1.27 and Apache 1.3.26

2002-07-12 Thread Ask Bjoern Hansen
t's not a mod_perl problem, try the httpd users list. [EMAIL PROTECTED] - ask -- ask bjoern hansen, http://askbjoernhansen.com/ !try; do();

Re: nice mod_perl statistics to share

2002-07-07 Thread Ask Bjoern Hansen
's all that many. $ lwp-request -e -d -S 'http://dev.perl.org/' | grep ^Server Server: Apache/1.3.26 (Unix) mod_perl/1.27 - ask -- ask bjoern hansen, http://askbjoernhansen.com/ !try; do();

[ANNOUNCE] Apache::DBI 0.89

2002-06-21 Thread Ask Bjoern Hansen
.perl.org/info?module=Apache/DBI - ask -- ask bjoern hansen, http://askbjoernhansen.com/ !try; do();

Re: Question about Work Wanted ads

2002-06-21 Thread Ask Bjoern Hansen
projects; that's always good to put on your resume. - ask -- ask bjoern hansen, http://askbjoernhansen.com/ !try; do();

Re: [JOB WANTED] Seeking additional Perl/Mod_perl work...

2002-06-21 Thread Ask Bjoern Hansen
am sure we can figure out to make it stop. :-) Posting both jobs and availability at the urls you posted sure sounds like a better idea though. -- ask bjoern hansen, http://askbjoernhansen.com/ !try; do();

Re: Apache Web Server vulnerability

2002-06-21 Thread Ask Bjoern Hansen
when the exploit is not "done right" (when the server SEGVs). - ask -- ask bjoern hansen, http://askbjoernhansen.com/ !try; do();

Re: Apache Web Server vulnerability

2002-06-21 Thread Ask Bjoern Hansen
hen using the default handler. Don't count on it though; there is plenty of obscure ways this issues has been biting us already. - ask -- ask bjoern hansen, http://askbjoernhansen.com/ !try; do();

[Oscon] Lightning Talks

2002-06-13 Thread Ask Bjoern Hansen
;s like channel-surfing at a conference!) and fun for the speakers. Thanks, Nat If you don't know how they work, then there is also a page written by Mark-Jason Dominus here: http://perl.plover.com/lt/ (mjd coordinated most of the previous lightning talk sessions). -- ask

Re: persistent Mail::ImapClient and webmail

2002-06-08 Thread Ask Bjoern Hansen
; of sharing IMAP objects between children. the trivial way would be to have the mod_perl processes login (once each) as some kind of super user and then access the folders as "[username]/INBOX" etc. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: libapreq: could not create/open temp file

2002-06-08 Thread Ask Bjoern Hansen
sent and see what it changes to. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: Doing security for backend applications

2002-06-05 Thread Ask Bjoern Hansen
port.com does it; if nothing else then on the pages where it's described why their implementation was insecure at some point. ;-) - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: Apache::DBI connection cache

2002-05-22 Thread Ask Bjoern Hansen
.= "$;$_=$args[3]->{$_}" } sort keys %{$args[3]}; > > Good find. That's a bug. Fix it. I sent a patch to Edmund. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Apache::DBI connection cache

2002-05-22 Thread Ask Bjoern Hansen
like map { $Idx .= "$;$_=$args[3]->{$_}" } sort keys %{$args[3]}; (or a similar for loop) (My problem, obviously, was that Apache::DBI got several connections to the same database with the same args; but the hash had the args ordered in a different way.) - ask -- ask bjoer

Re: [OT] Doubt on directories for development

2002-04-21 Thread Ask Bjoern Hansen
er high port the user is using. The serverroot is set to be /home/user/apache and the libexec directory symlinked from /usr/local/apache/libexec (or wherever the "system apache" is installed). - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: Asia To USA Shipping Rates

2002-03-23 Thread Ask Bjoern Hansen
On Mon, 18 Mar 2002, Geoffrey Young wrote: > [EMAIL PROTECTED] wrote: > > > > We have a full collection of wholesale freight rate calculators at > > Aaaahhh!! Ask, anybody, make it stop!!! Wow. The lusers had actually subscribed that address to be able to post. I'll do what I can to make it

Re: [ANNOUNCE] The New "mod_perl" logo - results now in...

2002-03-23 Thread Ask Bjoern Hansen
t" an interface to the Apache API. o) We've had this discussion several times before; I even had to check the year on the postings to be sure that I was not replying to an old thread. Please stop. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: performance testing - emulating real world use

2002-03-12 Thread Ask Bjoern Hansen
entioned do that? - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: loss of shared memory in parent httpd

2002-03-12 Thread Ask Bjoern Hansen
odd way. No, I can't explain the nitty gritty either. :-) Someone should write up a summary of this thread and ask in a technical linux place, or maybe ask Dean Gaudet. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: [Patch] Apache::ProxyPassThru

2002-03-08 Thread Ask Bjoern Hansen
On Fri, 8 Mar 2002, Tatsuhiko Miyagawa wrote: > here is a patch for Apache::ProxyPassThru, fixing the bug that > multiple response headers are mungled into one (like double "Set-Cookie:"s) Thanks. Look for 0.94 on a mirror near you within a day or two. - ask -- ask bjo

modperl@apache.org is now modperl@perl.apache.org

2002-03-07 Thread Ask Bjoern Hansen
this. Thanks! :-) - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: Apache::MP3 requires "PerlSetupEnv on", patch to convert toApache::Request

2002-03-05 Thread Ask Bjoern Hansen
check to Apache::MP3. (with warn instead of die. If it goes into CGI.pm it shouldn't be with die, you might want to use CGI.pm but not any of the functions that are using %ENV). - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

[ADMIN] modperl list to move!

2002-03-01 Thread Ask Bjoern Hansen
Hi, Early next week I will move the modperl lists that are at apache.org to perl.apache.org; please be ready to adjust your procmail filters. :-) The old adresses will keep working at least for a while. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a

Re: [OT] Hierarchical access to db under Apache and Zeus

2002-03-01 Thread Ask Bjoern Hansen
On Sat, 2 Mar 2002, Ron Savage wrote: > This is off topic, I know. I'm accessing your general knowledge, not > your mod_perl knowledge. Well; please don't bring it up here then. dbi-users at perl.org would maybe be more appropiate. -- ask bjoern hansen, http://

Re: Mistaken identity problem with cookie

2002-02-15 Thread Ask Bjoern Hansen
to investigate for patterns or whatevers. http://search.cpan.org/search?dist=Apache-DumpHeaders - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: mod_perl documentation

2002-02-14 Thread Ask Bjoern Hansen
documentation in standard text format, so > that everyone can read them(without getting a headache). They are in standard POD format. Try "perldoc INSTALL" or "pod2text INSTALL". - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: Custom Logging and User Tracking

2002-02-13 Thread Ask Bjoern Hansen
x27;s hard to tell. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: Custom Logging and User Tracking

2002-02-13 Thread Ask Bjoern Hansen
luded in the page. I.e. graphics. return DECLINED if $r->content_type =~ m!^image/!; ? - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: [OT] Unsubscribe help

2002-02-08 Thread Ask Bjoern Hansen
l have problems. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: [WOT] Google Programming Contest.

2002-02-08 Thread Ask Bjoern Hansen
g decided to remove Perl as one > of the possible languages The myth lives on. :-) It's not quite true. It was at UCLA and the story was different: http://nntp.perl.org/group/perl.advocacy;max=961 http://nntp.perl.org/group/perl.advocacy/956 - ask -- ask bjoern hansen, htt

Re: modperl growth

2002-02-04 Thread Ask Bjoern Hansen
ig jumps are usually explained by a big hosting provider or a "domain name parking service" changing servers. 13% to 20% does seem odd though. -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: Thumbnail generator

2002-02-01 Thread Ask Bjoern Hansen
with Jpeg support or Inline.pm/C/libjpeg > for real time conversion of jpegs. libjpeg doesn't (afaik) do sharpening/unsharp mask and the two billion other things that are nice to have if you are trying to get a high quality output. http://photo.netcetera.dk/g/snow|2002/01/01

Re: performance coding project? (was: Re: When to cache)

2002-02-01 Thread Ask Bjoern Hansen
ication in the first place. :-) (And for all the other code we rarely care about using a few more CPU cycles if it is easier/cleaner/more flexible/comes to mind first). Who cares if the perl code gets ready to wait for the database a few milliseconds faster? :-) - ask -- ask bjoern hansen, h

Re: performance coding project? (was: Re: When to cache)

2002-02-01 Thread Ask Bjoern Hansen
style and change it as the language > evolves. But you shouldn't blindly apply the outcomes of the benchmarks > without running your own benchmarks. Amen. (And don't get me wrong; I think a repository of information about the nitty gritty optimization things would be g

Re: mod_perl Developer's Cookbook

2002-02-01 Thread Ask Bjoern Hansen
p://www.allbookstores.com/book/compare/0672322404 :-) - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: mod_perl site challenge: proposal to use ASF site design (fwd)

2002-01-01 Thread Ask Bjoern Hansen
-- Forwarded message -- Date: Mon, 17 Dec 2001 17:12:56 -0600 From: Carlos Ramirez <[EMAIL PROTECTED]> To: David Harris <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: mod_perl site challenge: proposal to use ASF site design > From: "David Harris" <[EMAIL PROTECTED]> > > Carlo

Re: mod_perl site challenge: proposal to use ASF site design (fwd)

2002-01-01 Thread Ask Bjoern Hansen
-- Forwarded message -- Date: Mon, 17 Dec 2001 14:30:24 -0800 (PST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: mod_perl site challenge: proposal to use ASF site design David wrote: > (a) See if others also think that the three alternatives for a mod_perl site > ar

Re: [RFC] Apache::CacheContent - Caching PerlFixupHandler

2001-12-11 Thread Ask Bjoern Hansen
ome filesystems) need something like that anyway to make a hashed directory tree. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: Hi

2001-12-04 Thread Ask Bjoern Hansen
to the list. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: [OT] Re: search.cpan.org

2001-12-04 Thread Ask Bjoern Hansen
is right. It's just searches that are doing a full scan of the database. I know Graham is working on a better search system. If Bill got swish-e to support incremental database updates I'm sure it would help. ;-) - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); mo

Re: CVS

2001-11-15 Thread Ask Bjoern Hansen
read pages) and > wondered if anyone has any experience of this who would be willing to offer > me some advice. In a previous life I made something like that. I just used an extra table where I stored the RCS data with the revision history. - ask -- ask bjoern hansen, http://ask.netcetera

Re: no_cache()

2001-11-15 Thread Ask Bjoern Hansen
On Thu, 15 Nov 2001, Rasoul Hajikhani wrote: > I am using $request_object->no_cache(1) with no success. Isn't it > supported any more? Can some one shed some light on this for me... What do you mean with "no success"? What are you trying to do? -- ask bjoern hansen,

RE: Prototype Mismatch - and AN APOLOGY

2001-11-07 Thread Ask Bjoern Hansen
that mistake in > future. Thank you for your patience. Please don't. It's much easier to open when it's not compressed or something like that. You could avoid triggering the brain dead virus checkers by just including the script within the mail. - ask -- ask bjoer

Re: Excellent article on Apache/mod_perl at eToys

2001-10-26 Thread Ask Bjoern Hansen
On 22 Oct 2001, Matthew Kennedy wrote: > Why was Berkeley DB chosen for caching when a RDBMS (mysql in > this case) was already being used? For speed. You want to hit the RDBMS as little as possibly; Berkeley DB makes a good cache. - ask -- ask bjoern hansen, http://ask.netcet

Re: search engine module?

2001-10-15 Thread Ask Bjoern Hansen
On Fri, 12 Oct 2001, Perrin Harkins wrote: [...] > Plus lots of other stuff like Glimpse and Swish which interface to C-based > engines. I've had good luck with http://swish-e.org/2.2/ - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion

Re: ANN/RFC: Apache::Session::Generate variants

2001-10-10 Thread Ask Bjoern Hansen
/archives/Apache-Session-Generate-ModUsertrack-0.01.html > > uses mod_usertrack's cookie for session id. Don't do that! mod_usertrack is not meant to be used for secure session ids. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: ANN/RFC: Apache::Session::Generate variants

2001-10-10 Thread Ask Bjoern Hansen
On Thu, 11 Oct 2001, Tatsuhiko Miyagawa wrote: > Note that if you try to use these modules functionality, > Apache::Session::Flex should be patched with one included in both > tarballs. I sent a patch to Jeffrey last week or such that (I imagine) covers the same thing. -- ask bjoe

Apache::Request coredumps on FreeBSD

2001-10-06 Thread Ask Bjoern Hansen
undef, ccdlflags=' ' cccdlflags='-DPIC -fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: Built under freebsd Compiled at Oct 6 2001 03:42:33 @INC: /home/perl/lib/5.6.1/i386-freebsd /home/perl/lib/5.6.1 /home/perl/lib/site_perl/5.6.1/i386-freebsd /home/perl/lib/site_perl/5.6.1 /home/perl/lib/site_perl . -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: MSIISProbes.pm v1.03

2001-09-28 Thread Ask Bjoern Hansen
de and your system configuration for the location of sendmail (or whatever the module uses to send mail). - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: [OT] clp.moderated, was- Re: Backticks as fast as XS

2001-09-28 Thread Ask Bjoern Hansen
y (PST) on the network where "onion" (serving learn.perl.org and others) is located, that's why you couldn't connect. =) -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: [OT] New Micro$oft vulnerability?

2001-09-24 Thread Ask Bjoern Hansen
the above in the reverse proxy to "shield" the real thing from the requests on the sites where it matters (like one where I get a mail for each 404; it got really old really fast with this Nimda crap). Of course it doesn't work if you ever access the host as "www" without th

Re: MSIISProbes.pm

2001-09-18 Thread Ask Bjoern Hansen
ne > on needs to be specified for each virtual host?) Yes, RewriteEngine on RewriteRule ... [...] [...] RewriteEngine on RewriteOptions inherit or something like that for each VirtualHost is your friend. :-) -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more tha

Re: problems with BerkeleyDB and apache

2001-09-17 Thread Ask Bjoern Hansen
l/lib/libdb3.so before you start apache. (substitute with the correct path to the correct libdb3.so). - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: embperl

2001-09-07 Thread Ask Bjoern Hansen
On Fri, 7 Sep 2001, Diego V wrote: > Just wanted to ask to any embperl user, is there any real advantage > about using embperl instead of PHP ? http:[EMAIL PROTECTED]/msg01457.html http:[EMAIL PROTECTED]/msg01461.html - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !t

Re: [ADMIN] can we have a reply-to header?

2001-08-25 Thread Ask Bjoern Hansen
s long as I have access to the list configuration for the mod_perl lists[1]. :-) - ask [1] likewise for all the perl.org lists; munging the Reply-To header is just a bad idea and I wish it'd go away. -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion

Re: Do virtual hosts need their own servers?

2001-08-25 Thread Ask Bjoern Hansen
exception. :-) - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: Do virtual hosts need their own servers?

2001-08-25 Thread Ask Bjoern Hansen
all depends[tm]. What you really want is to setup a (reverse) proxy process in front of the mod_perl process. Try looking through my slides at http://develooper.com/modperl/ - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: mod_perl's ease of installation and the list (was: Re: Problemsinstalling libapreq)

2001-08-16 Thread Ask Bjoern Hansen
usr/local/perl/, ... whatever) and do all the mod_perl stuff with that (just use "/home/perl/bin/perl Makefile.PL" and "/home/perl/bin/perl -MCPAN -e shell" and so on later). - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion impressions per week, http://valueclick.com

Re: Weird IE cookie behaviour

2001-08-06 Thread Ask Bjoern Hansen
On Mon, 6 Aug 2001, Christopher L. Everett wrote: > I _must_ get this working with IE. Does anyone have a > clue stick for me? try posting the Set-Cookie: line that you are sending to the browsers. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more tha

Re: Module to catch (and warn about) Code Red

2001-08-05 Thread Ask Bjoern Hansen
uot; (close netblocks)) doesn't have that "flaw". http://www.unixwiz.net/techtips/CodeRedII.html http://braddock.com/cr2.html Whatever OS you are running, make sure to install those patches! - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than 100M impressions per day, http://valueclick.com

Re: BOF?

2001-07-17 Thread Ask Bjoern Hansen
hotel might be quite a ways from > anything interesting. If you post your room number as soon as you get it then we'll just all come over! :-) - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than 100M impressions per day, http://valueclick.com

Re: BOF?

2001-07-17 Thread Ask Bjoern Hansen
be an opening night piss-up, > eh? somebody that knows the area should propose a place. Yeah, I thought that was what the thread was about when I saw the BOF subject. Sunday evening where? - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Performance stories

2001-07-12 Thread Ask Bjoern Hansen
If you have a cool story about how you made your system a fraction of the memory it used to, or how it could serve thousands of requests per second instead of hundreds, then please send them to [EMAIL PROTECTED] :-) - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Jobs

2001-07-03 Thread Ask Bjoern Hansen
k -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

  1   2   3   >