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
it. - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Transparent front-end proxying for many VirtualHosts

2003-03-07 Thread Ask Bjoern Hansen
://localhost:1234/$1 [P] virtualhost _default_ ServerName foo.example.com RewriteEngine on RewriteOptions inherit /virtualhost virtualhost _default_ ... - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Apache::DBI on mp2

2003-03-07 Thread Ask Bjoern Hansen
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: Apache::DBI on mp2

2003-03-07 Thread Ask Bjoern Hansen
the pain. - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Apache::DBI on mp2

2003-03-05 Thread Ask Bjoern Hansen
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: Apache::TicketAccess

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

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

2003-03-01 Thread Ask Bjoern Hansen
. Older perl's always said chunk. perl 5.5.3: $ perl -e 'warn foo; open F, .bashrc; warn Foo while F' 21 | head -5 foo at -e line 1. Foo at -e line 1, F chunk 1. Foo at -e line 1, F chunk 2. Foo at -e line 1, F chunk 3. Foo at -e line 1, F chunk 4. - ask -- ask bjoern hansen, http

Re: Preloading DBI crashes Apache

2003-02-23 Thread Ask Bjoern Hansen
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? - ask -- ask bjoern hansen, http

RE: [ANNOUNCE] Apache::DBI 0.90_02

2003-01-11 Thread Ask Bjoern Hansen
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;

Re: OSCON ideas - MVC talk

2003-01-08 Thread Ask Bjoern Hansen
. :-) - 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
. -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Release date for mod_perl 2.0

2002-12-17 Thread Ask Bjoern Hansen
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: [OTish] Version Control?

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

RE: [OTish] Version Control?

2002-10-31 Thread Ask Bjoern Hansen
, so I easily can work on different sub project or test different branches at the same time. [...] Is anyone using cvs to manage updates made with web-based forms? The Twiki system and the Faq-O-Matic are using RCS on the backend to version control entries. - ask -- ask bjoern hansen, http

Re: [OTish] Version Control?

2002-10-31 Thread Ask Bjoern Hansen
. - 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
version X, where X is relatively recent. - ask -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Thoughts on Mason?

2002-10-26 Thread Ask Bjoern Hansen
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 differed. When I add line Did

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

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

Re: [mp2.0] wrong crypt behavior

2002-10-10 Thread Ask Bjoern Hansen
-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: [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? The following content handler gives

Re: performance regarding mod_perl vs mod_c with embedded perl

2002-09-23 Thread Ask Bjoern Hansen
/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: mod_perl 2.x vs. mod_perl 1.x benchmarks

2002-09-19 Thread Ask Bjoern Hansen
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: 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: performance regarding mod_perl vs mod_c with embedded perl

2002-09-18 Thread Ask Bjoern Hansen
... 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: Apache could not restart

2002-09-18 Thread Ask Bjoern Hansen
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 security upgrades for 4.4. -- ask bjoern hansen, http

Re: FW: ezmlm response

2002-09-12 Thread Ask Bjoern Hansen
. - 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
, or you'll suffer memory leaks. :-) - ask (suffering memory leaks) -- ask bjoern hansen, http://www.askbjoernhansen.com/ !try; do();

Re: Redirecting through proxy

2002-08-29 Thread Ask Bjoern Hansen
/ 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
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 BerkeleyDB system. And *much* simpler. The morale of the story: Flat files rock! ;-) - ask -- 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: Mod_perl Application Development

2002-08-20 Thread Ask Bjoern Hansen
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

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

2002-07-25 Thread Ask Bjoern Hansen
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
problem, try the httpd users list. [EMAIL PROTECTED] - ask -- ask bjoern hansen, http://askbjoernhansen.com/ !try; do();

Re: Apache Web Server vulnerability

2002-06-21 Thread Ask Bjoern Hansen
). - 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
at the urls you posted sure sounds like a better idea though. -- ask bjoern hansen, http://askbjoernhansen.com/ !try; do();

Re: Question about Work Wanted ads

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

[ANNOUNCE] Apache::DBI 0.89

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

Re: libapreq: could not create/open temp file

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

Re: persistent Mail::ImapClient and webmail

2002-06-08 Thread Ask Bjoern Hansen
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: Doing security for backend applications

2002-06-05 Thread Ask Bjoern Hansen
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();

Apache::DBI connection cache

2002-05-22 Thread Ask Bjoern Hansen
.= $;$_=$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 bjoern hansen, http://ask.netcetera.dk

Re: Apache::DBI connection cache

2002-05-22 Thread Ask Bjoern Hansen
. That's a bug. Fix it. I sent a patch to Edmund. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: [OT] Doubt on directories for development

2002-04-21 Thread Ask Bjoern Hansen
. 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: [ANNOUNCE] The New mod_perl logo - results now in...

2002-03-23 Thread Ask Bjoern Hansen
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: loss of shared memory in parent httpd

2002-03-12 Thread Ask Bjoern Hansen
in a technical linux place, or maybe ask Dean Gaudet. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: performance testing - emulating real world use

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

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 bjoern hansen, http

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

2002-03-07 Thread Ask Bjoern Hansen
to 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
of die If it goes into CGIpm it shouldn't be with die, you might want to use CGIpm but not any of the functions that are using %ENV) - ask -- ask bjoern hansen, http://asknetceteradk/ !try; do(); more than a billion impressions per week, http://valueclickcom

[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 apacheorg to perlapacheorg; please be ready to adjust your procmail filters :-) The old adresses will keep working at least for a while - ask -- ask bjoern hansen, http://asknetceteradk/ !try; do(); more than a billion

Re: Mistaken identity problem with cookie

2002-02-15 Thread Ask Bjoern Hansen
?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
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
. 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: [WOT] Google Programming Contest.

2002-02-08 Thread Ask Bjoern Hansen
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, http://ask.netcetera.dk/ !try; do

Re: [OT] Unsubscribe help

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

Re: modperl growth

2002-02-04 Thread Ask Bjoern Hansen
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: performance coding project? (was: Re: When to cache)

2002-02-01 Thread Ask Bjoern Hansen
benchmarks. Amen. (And don't get me wrong; I think a repository of information about the nitty gritty optimization things would be great - I just find it to be bad advice to not tell people to do the proper design first). - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more

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

2002-02-01 Thread Ask Bjoern Hansen
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, http://ask.netcetera.dk/ !try; do(); more than a billion

Re: mod_perl Developer's Cookbook

2002-02-01 Thread Ask Bjoern Hansen
/compare/0672322404 :-) - ask -- 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
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/DSC_0126.jpg;size=me :-) - ask -- ask bjoern hansen, http://ask.netcetera.dk

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 are

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] Carlos

Rent.com runs mod_perl (fwd)

2002-01-01 Thread Ask Bjoern Hansen
-- Forwarded message -- Date: Fri, 14 Dec 2001 14:27:41 -0800 From: Eric Hammond [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Rent.com runs mod_perl http://www.rent.com/ Rent.com is a dynamic, database driven web site built on mod_perl. Initial development took 3 months to

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

2001-12-11 Thread Ask Bjoern Hansen
. - 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
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(); more than a billion impressions

Re: Hi

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

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, http://ask.netcetera.dk

Re: CVS

2001-11-15 Thread Ask Bjoern Hansen
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.dk/ !try; do(); more

RE: Prototype Mismatch - and AN APOLOGY

2001-11-07 Thread Ask Bjoern Hansen
. 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 bjoern hansen, http://ask.netcetera.dk/ !try

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.netcetera.dk

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 impressions

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 bjoern hansen, http

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

2001-10-10 Thread Ask Bjoern Hansen
-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

Apache::Request coredumps on FreeBSD

2001-10-06 Thread Ask Bjoern Hansen
/home/perl/lib/site_perl . -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

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

2001-09-28 Thread Ask Bjoern Hansen
) 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: MSIISProbes.pm v1.03

2001-09-28 Thread Ask Bjoern Hansen
(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] New Micro$oft vulnerability?

2001-09-24 Thread Ask Bjoern Hansen
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 the domain... - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than a billion

Re: MSIISProbes.pm

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

Re: problems with BerkeleyDB and apache

2001-09-17 Thread Ask Bjoern Hansen
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: Do virtual hosts need their own servers?

2001-08-25 Thread Ask Bjoern Hansen
) 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: Do virtual hosts need their own servers?

2001-08-25 Thread Ask Bjoern Hansen
. :-) - 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
/, ... 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: Module to catch (and warn about) Code Red

2001-08-06 Thread Ask Bjoern Hansen
. 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: 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 than 100M impressions

Re: BOF?

2001-07-17 Thread Ask Bjoern Hansen
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();

Re: BOF?

2001-07-17 Thread Ask Bjoern Hansen
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

Performance stories

2001-07-12 Thread Ask Bjoern Hansen
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
bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: Connection to MySQL DB fails when mod_perl enabled...

2001-05-22 Thread Ask Bjoern Hansen
to the log without having to put 'or warn ...' after every other line. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than 100M impressions per day, http://valueclick.com

Re: [OT] Lightweight CGI.pm - Why?

2001-05-20 Thread Ask Bjoern Hansen
it. For automatic formhandling I've very good experiences with HTML::Embperl. It's magic is truly a blessing when you can use it. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than 100M impressions per day, http://valueclick.com

Re: Dynamic httpd.conf file using mod_perl...

2001-04-17 Thread Ask Bjoern Hansen
t mod_perl. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than 70M impressions per day, http://valueclick.com

Re: Sendmail or not?

2001-04-08 Thread Ask Bjoern Hansen
will be delivered faster than your mail program can login to the mail server. And it supports VERP so you easily can do something about all those bounces. Try it. Try it. - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do();

Re: [PATCH] X-Forwarded-For (fwd)

2001-03-27 Thread Ask Bjoern Hansen
Some day we'll have the X-Forwarded-For and friends in the default mod_proxy module. :-) - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); -- Forwarded message -- Date: Tue, 27 Mar 2001 12:47:12 +0200 From: Graham Leggett [EMAIL PROTECTED] Reply-To: [EMAIL

RE: [OT] unsubscribing was Re: Varaible scope memory under mod_perl

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

Re: [OT] ApacheCon BOF

2001-03-20 Thread Ask Bjoern Hansen
click would jump out and give me a better number. actually, then it should probably be more like 55 billion[1]. And in the busy hours. we add more 3000 to that. Per second. :) - ask [1] Nick only included numbers from one of the ValueClick divisions running the system with mod_perl. :-) -

Re: 1 Billion Bug 1BB - [OT] UNIX timestamp hits 1,000,000,000thisyear!

2001-03-20 Thread Ask Bjoern Hansen
On Fri, 9 Mar 2001, Gerd Kortemeyer wrote: [bugs and design fu^H^Hchoices waiting to happen] I will open my consulting business on Mon, Jan 18th, 2038. funny, I thought we all worked so hard to have a chance of retiring before that. - ask -- ask bjoern hansen, http://ask.netcetera.dk

Re: List your software with new feature-based search engine

2001-03-15 Thread Ask Bjoern Hansen
just provide the subscribe address, [EMAIL PROTECTED] - ask -- ask bjoern hansen, http://ask.netcetera.dk/ !try; do(); more than 70M impressions per day, http://valueclick.com

  1   2   3   >