Strange mod_perl2/Apache2 behavior -- I think

2003-08-20 Thread Bill Rini
something different (directories /abc/def and /abcdef/ would not actually exist). TIA for any help on this. Bill DISCLAIMER: The views expressed by the author of this email may or may not be his/her views, the views of any company s/he represents

Re: Strange mod_perl2/Apache2 behavior -- I think

2003-08-20 Thread Bill Rini
made to the mp2 version was the headers_out stuff and some minor compatibility tweaks. Oh well. I guess I'll be a little more careful reading the mod_perl docs this time around :-) Thanks, Bill DISCLAIMER: The views expressed by the author

Re: [mp2 Patch] BUG with mod_deflate and $|=1 (20014:Error string not specified)

2003-08-14 Thread Bill Marrs
patch fixes my problem. I've never submitted a but report and fix to httpd-dev, but I'm willing to do it. How do I do it? -bill

Apache:DBI in /perl-status?

2003-08-14 Thread Bill McGonigle
certainly doing its job. Does anybody see what I did wrong? Thanks, -Bill

Re: [mp2 Patch] BUG with mod_deflate and $|=1 (20014:Error string not specified)

2003-08-14 Thread Bill Marrs
Please report to the list the bug id so we can document this issue for those who have the same problem with older httpds. Thanks. OK, I've posted it. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22259 Thanks for the fix! -bill

Re: [Fwd: Call for Participation for ApacheCon US 2003]

2003-07-22 Thread Bill Weinman
option isn't there. Until they get that fixed, you can select Contact Us from the bottom menu, then under the cfp@ address there's a link to the online submission form. --Bill --- Bill Weinman http://bw.org/ Music http://music.bw.org/ Whois Client http://whois.bw.org

Re: Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-22 Thread Bill Weinman
and make files and get that fixed, it will work (at least get beyond that error). --Bill --- Bill Weinman http://bw.org/ Music http://music.bw.org/ Whois Client http://whois.bw.org/ Music Database http://www.webmusicdb.com/ --+

Re: Apache 1.3.27 configure error with mod_perl 1.28, perl 5.8.0, gcc 3.3 on Solaris 2.8

2003-07-22 Thread Bill Weinman
those flags in the makefiles? I don't see them anywhere in my copy. --Bill --- Bill Weinman http://bw.org/ Music http://music.bw.org/ Whois Client http://whois.bw.org/ Music Database http://www.webmusicdb.com/ --+

Re: [mp2 Patch] BUG with mod_deflate and $|=1 (20014:Error string not specified)

2003-07-21 Thread Bill Marrs
I can measure it myself if you can provide me with URLs to your resources and identify them in terms of which one is mod_CGI and which is mod_perl. This is the mod_cgi one that works fine, no errors: http://shevek.kenyonhill.com/cgi/test.pl This is the mod_perl one (same script) that generates

Re: [mp2 Patch] BUG with mod_deflate and $|=1 (20014:Error string not specified)

2003-07-21 Thread Bill Marrs
We can see that mod_cgi bufferizes the output and sends it with Content-Length HTTP header (to mod_deflate). Indeed mod_perl generates chunked response. Finally we have the same result. I don't see any problem at this moment. Well, the problem is that I get this error in my error_log: [Mon Jul

Re: [mp2 Patch] BUG with mod_deflate and $|=1 (20014:Error string not specified)

2003-07-15 Thread Bill Marrs
At 04:24 AM 7/15/2003, Stas Bekman wrote: Philippe M. Chiasson wrote: On Thu, 2003-07-03 at 01:24, Bill Marrs wrote: This fixed the bug for me. Great! Will commit it in the near future. (Can't seem to access the cvs server right now, crappy internet cafe) -1, this is a wrong solution. print

Re: [mp2 Patch] BUG with mod_deflate and $|=1 (20014:Error string not specified)

2003-07-15 Thread Bill Marrs
a small site), so I'm somewhat limited in what I can do. But, I tried removing mod_rewrite, and mod_ssl from my server config and I still got the error in my tests. I also tried varying the mod_deflate config (as you pointed out it was redundant/wrong)... Also Bill, why do you have this setup

Re: Memoize.pm and mod_perl

2003-07-14 Thread Bill Marrs
I don't know anything about Memoize, but perhap db-level caching would work for you? If you user MySQL, Mysql 4.0.1 and beyond has Query Caching capabilities built into it. http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#Query_Cache -=bill

[mp2] BUG with mod_deflate and $|=1 (20014:Error string not specified)

2003-07-02 Thread Bill Marrs
print to print . It's not a major issue for me, I'm just letting you know. Let me know if you need any more info. -bill

Re: [mp2 Patch] BUG with mod_deflate and $|=1 (20014:Error string not specified)

2003-07-02 Thread Bill Marrs
This fixed the bug for me. At 10:48 AM 7/2/2003, you wrote: #define mpxs_output_flush(r, rcfg) \ /* if ($|) */ \ -if (IoFLUSH(PL_defoutgv)) { \ +if (bytes 0 IoFLUSH(PL_defoutgv)) { \ MP_FAILURE_CROAK(modperl_wbucket_flush(rcfg-wbucket, TRUE)); \ }

Best compression for mod_perl application?

2003-07-01 Thread Bill Marrs
on my server + errors if I print ). I recall there used to be alternatives to mod_gzip out there, but I'm not sure if they apply to Apache 2. Are any of you use compression on your mod_perl pages? Do you recommend any compression schemes for the Apache 2/mp2 environment? TIA, -=bill

Re: Best compression for mod_perl application?

2003-07-01 Thread Bill Marrs
used Perl 5.8.0?). But, then I waffled and decided there's also a lot of value in staying current. So, I'm back to 2.0 land, and I'm surviving so far. -=bill

Re: Best compression for mod_perl application?

2003-07-01 Thread Bill Marrs
1. Are you using any Cascaded Stile Sheets and/of JavaScript libraries linked to your main web pages? I'm not, but... I think mod_defalte's hook is after all that is processed, so it's not especially relevant. 2. If yes, how do you turn compression off for those files in case of Netscape-4

submit input truncation

2003-06-25 Thread Bill Marrs
(which is threaded) - I think that's all the relevant stuff. Has anyone else seen this? Is there some fix for it? I'm not even sure where the problem is yet. Thanks in Advance. -bill

Re: submit input truncation

2003-06-25 Thread Bill Marrs
if someone has made a RH9 friendly mod_perl-1.99_09 rpm... As always, I'm trying desperately to avoid rebuilding apache/perl/mod_perl/etc. on my systems. -bill

mod_perl-1.99_09 for Redhat 9

2003-06-25 Thread Bill Marrs
I'm looking for a Redhat 9 compatible mod_perl-1.99_09 rpm. If anyone has one or knows where I can get one, let me know. Thanks, -bill p.s. I did find a Rawhide (bleeding edge Red Hat release, I think) mod_perl-1.99_09, but it doesn't seem to be compatible (I got an error from Apache).

2nd perl install?

2003-06-25 Thread Bill Marrs
as changing the top line to #!/usr/local/bin/perl. Do I have to worry about library pathes or environment variables? I assume I'll need to keep separate lib/perl5 trees as well and I'll need to install the various cpan modules I use twice. Any tips would be appreciated. -bill

Re: MaxRequestsPerChild; which request am I?

2003-04-04 Thread Bill Moseley
confused. What is '$request' in that example? If you mean it's the request object, then that doesn't do what I expect. No, it's a simple counter. It's just a variable in some module that counts requests. -- Bill Moseley [EMAIL PROTECTED]

Re: MaxRequestsPerChild; which request am I?

2003-04-03 Thread Bill Moseley
, is there a way, via mod-perl, of a request knowing how many requests have been served by the current child? $request++; That's what I do in some handler, and then I log it along with the PID. -- Bill Moseley [EMAIL PROTECTED]

Re: Basic Auth logout

2003-03-07 Thread Bill Moseley
on the server. -- Bill Moseley [EMAIL PROTECTED]

Re: Authorization question

2003-02-27 Thread Bill Moseley
(unmodified) for the simplest sites. Anyone using PubCookie? http://www.washington.edu/pubcookie/ -- Bill Moseley [EMAIL PROTECTED]

Is Sys::Signal still needed?

2003-02-01 Thread Bill Moseley
Searching the archives I don't see much discusson of Sys::Signal. Is it still needed to restore sig handlers? Thanks, -- Bill Moseley [EMAIL PROTECTED]

Re: web link broken when access cgi-bin

2002-12-22 Thread Bill Moseley
On Sunday 22 December 2002 03:49, Ged Haywood wrote: Hi there, On Sat, 21 Dec 2002, eric lin wrote: The image file:///home/enduser/mytest.jpg cannot be displayed, because it contains errors I think I understand your question but I am not sure of it. It seems that you have sent a

Re: web link broken when access cgi-bin

2002-12-22 Thread Bill Moseley
Linux only? oops, I meant to write: And sent messages about using Windows to a Linux list -- Bill Moseley [EMAIL PROTECTED]

Re: Fw: OT - Santa uses PERL

2002-12-20 Thread Bill Moseley
At 11:17 AM 12/20/02 +0200, Issac Goldstand wrote: >>>> http://www.perl.com/pub/a/2002/12/18/hohoho.html>http://www.perl.com/pub/a/2002/12/18/hohoho.html That sounds a lot like Perrin's story. Didn't he save Christmas one year? -- Bill Moseley mailto:[EMAIL PROTECTED]

Can't get nested files to work in Perl section

2002-12-19 Thread Bill Moseley
' = { Options = '+ExecCGI', SetHandler = 'cgi-script', }, }, }, }, }; __END__ -- Bill Moseley mailto:[EMAIL PROTECTED]

[OT] Ideas for limiting form submissions

2002-12-18 Thread Bill Moseley
this anyway). BTW -- what would you recommend for caching the md5 strings. Cache::Cache or DBM? I suppose a Cache::Cache file cache would be the easiest. Any other ideas on the easy to implement side? -- Bill Moseley [EMAIL PROTECTED]

Re: [OT] Ideas for limiting form submissions

2002-12-18 Thread Bill Moseley
symlinks. If the spammers put in the work to figure out the word by check-summing the images I can use imagemagic to modify the images -- that could be a nice mod_perl handler. See any glaring holes? -- Bill Moseley mailto:[EMAIL PROTECTED]

You can also use ps ...

2002-12-14 Thread Bill Drury
In linux: ps -axl | grep http ... will show you process sizes. Doing it without the grep will show you the column headers in the first line.

RE: Cookie-free authentication

2002-12-13 Thread Bill Moseley
logout page. -- Bill Moseley [EMAIL PROTECTED]

[mp2]: Problem running scripts with Apache::compat and PerlRun.

2002-12-06 Thread Bill Drury
-8-- Start Bug Report 8-- 1. Problem Description: I've been getting a consistent error attempting to run scripts with PerlRun and the Apache::compat layer. It may just be a configuration error, but I'd appreciate anything you could tell me. The error:

Re: Yahoo is moving to PHP ??

2002-10-30 Thread Bill Moseley
it for. Yahoo is the most extreme example of a performance-driven situation. I also wonder if it's cheaper/easier to hire and train PHP programmers that Perl programmers. -- Bill Moseley mailto:moseley;hank.org

RE: [OTish] Version Control?

2002-10-30 Thread Bill Moseley
log a history of changes, but it doesn't have all the features of cvs. Is anyone using cvs to manage updates made with web-based forms? -- Bill Moseley mailto:moseley;hank.org

Re: [OTish] Version Control?

2002-10-30 Thread Bill Moseley
/lib/perl5 before make install.) -- Bill Moseley mailto:moseley;hank.org

Re: libapreq-1.0 Seg Faults

2002-09-06 Thread Bill
Sorry, this bounced from my Mac.com acct :P On Friday, September 6, 2002, at 12:50 PM, William C (Bill) Jones wrote: This is a USELARGEFILES support issue. On Friday, September 6, 2002, at 12:16 PM, ODELL, TODD E (SWBT) wrote: ... Apache::Request it gives a 'segmentation fault (11

mod_perl-based registration programs?

2002-06-13 Thread Bill Moseley
and reporting. Currently, billing is by invoice, but we would like an on-line payment option. Anyone know of something similar? Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

FreeBSD Apache/mod_perl/OpenSRS/expat problem + solution

2002-06-11 Thread Bill O'Hanlon
. In the FreeBSD port, that's easily added to the CONFIGURE_ARGS variable in the Makefile. I don't know if this applies to any other platform. My guess is that it could, since I think the default for Apache is to use the internal version of expat. Hope this helps someone! -- Bill O'Hanlon

Re: Logging under CGI

2002-06-10 Thread Bill Moseley
between requests and only reopen if stat() shows that the file was renamed. So far been lucky. -- Bill Moseley mailto:[EMAIL PROTECTED]

FreeBSD Apache/mod_perl/OpenSRS/expat problem + solution

2002-06-09 Thread Bill O'Hanlon
if this applies to any other platform. My guess is that it could, since I think the default for Apache is to use the internal version of expat. Hope this helps someone! -Bill -- Bill O'Hanlon [EMAIL PROTECTED] Professional Network Services, Inc

Re: FreeBSD Apache/mod_perl/OpenSRS/expat problem + solution

2002-06-09 Thread Bill O'Hanlon
to use, though. Thanks again, -Bill -- Bill O'Hanlon [EMAIL PROTECTED] Professional Network Services, Inc. 612-379-3958 http://www.pro-ns.net

RE: [OT] MVC soup (was: separating C from V in MVC)

2002-06-08 Thread Bill Moseley
parameters. Anyone have a good way of dealing with this? Thanks, P.S. and thanks for the discussion so far. It's been very interesting. -- Bill Moseley mailto:[EMAIL PROTECTED]

[OT] MVC soup (was: separating C from V in MVC)

2002-06-06 Thread Bill Moseley
(mostly controller code) that does a good job of M and C separation, and good ways to propagate errors back to the C? -- Bill Moseley mailto:[EMAIL PROTECTED]

Re: Scope of Perl Special Variables

2002-05-05 Thread Bill Catlan
is that a localized copy of the %ENV variable is created by the above referenced process, thus no clobbering of existing instances' %ENV occurs. Would that be correct? -Bill

Re: Scope of Perl Special Variables

2002-05-05 Thread Bill Catlan
subs. # $/ equals default, global value { local $/ = undef; sub { ... # $/ equals undef } sub { ... # $/ equals undef } sub { local $/ = \n\n; # localized value for sub } # $/ back to undef } # $/ back to default, global value -Bill

Throttling, once again

2002-04-18 Thread Bill Moseley
to get an idea how it acts under load. ab to the rescue, I suppose. Thanks much, -- Bill Moseley mailto:[EMAIL PROTECTED]

Re: mod_perl and DB2

2002-04-12 Thread Bill McCabe
kill your cached connections. I'll send a fuller answer when I have a chance to reexamine our set up. Bill

RE: mod_perl Cook Book

2002-04-06 Thread Bill Moseley
of the best books on my bookshelf. I have a couple of Apache-specific books and I learned a lot more about Apache from the Eagle than those. The cook book has been a great addition. -- Bill Moseley mailto:[EMAIL PROTECTED]

Re: Apache::VMonitor not showing requests (might be Apache::Scoreboard problem)

2002-04-04 Thread Bill Marrs
Maybe adding this to your httpd.conf will help: ExtendedStatus On ?

RE: PDF generation

2002-04-04 Thread Bill McCabe
a (probably unjustifiable) knee-jerk reaction against having to license products. So, I'll give PDF::API2 a whack. Bill

PDF generation

2002-04-03 Thread Bill McCabe
module(s) I should migrate to? TIA, Bill

Re: 'Pinning' the root apache process in memory with mlockall

2002-03-23 Thread Bill Marrs
value in Gtop.pm anywhere. If GTop.pm had it, I could fix GTopLimit's bug. -bill

Re: 'Pinning' the root apache process in memory with mlockall

2002-03-22 Thread Bill Marrs
... ...and GTopLimit as well. for now... hmm, maybe I could just avoid using the share-related trigger values in GTopLimit, and just use the SIZE one. That would be an acceptable compromise, though not the best. -bill

Re: Non-web use for Apache/mod_perl

2002-03-21 Thread Bill McCabe
to other admins, because our site uses so many different platforms (AIX, Sun, linux, BSD, all stripes of Windows, OS/2, AS/400, OS/390, MacOS 9, MacOS X, etc etc). So far I've only been monitoring and reporting disk usage, just to get up and running. Bill

RE: loss of shared memory in parent httpd

2002-03-16 Thread Bill Marrs
would have to bend over backwards to accomplish this re-binding of the swapped-out shared memory pages. Thus, it leads ones to wonder if some of our assumptions or tools used to monitor memory are inaccurate or we're misinterpreting them. -bill

Re: Creating a proxy using mod_perl

2002-03-15 Thread Bill Moseley
with a slow site or if they do something silly like check referer on requests. Bill Moseley mailto:[EMAIL PROTECTED]

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

2002-03-15 Thread Bill Moseley
didn't use the underscore as well. And the design that won didn't use one. It's a design -- it doesn't have to be accurate to the name. Besides, if it changes does it mean that the winning design received no votes? ;) -- Bill Moseley mailto:[EMAIL PROTECTED]

RE: loss of shared memory in parent httpd

2002-03-14 Thread Bill Marrs
may be a crontab swap flusher. -bill

Re: Apache and Perl with Virtual Host

2002-03-14 Thread Bill Marrs
At 04:02 AM 3/14/2002, Matt Phelps wrote: Forgive me if I'm posting to the wrong group. Ive got apache 1.3.22 running several virtual webs. I can get perl scripts to run under the default web but not in the others. All the webs point to the same script folder. If I try to run the script under

Re: [OT]RE: loss of shared memory in parent httpd

2002-03-14 Thread Bill Marrs
list and see is someone there can help me (and if I can understand them). -bill

Re: loss of shared memory in parent httpd

2002-03-13 Thread Bill Marrs
that I lose. I've been lowering my MaxClients setting (from 25 to 10, so far) in hopes of finding a new balance where SWAP is not used, and more RAM is on order. Thanks -bill

loss of shared memory in parent httpd

2002-03-12 Thread Bill Marrs
server) to serve my images, but I don't see how that could have any effect on this. If anyone has any ideas what might cause the httpd parent (and new children) to lose a big chunk of shared memory between them, please let me know. Thanks in advance, -bill

Re: loss of shared memory in parent httpd

2002-03-12 Thread Bill Marrs
for an unshared setting. I think I bugged Stas about this a year ago and he had a reason why I was wrong to think this way, but I never understood it. -bill

trouble with GTop and

2002-03-12 Thread Bill Marrs
the problem. The previous versions that work for me are: glibc-common-2.2.4-13 glibc-devel-2.2.4-13 glibc-2.2.4-13 -bill

[WOT] Google Programming Contest.

2002-02-07 Thread Bill Moseley
Sorry for the Way Off Topic, and sorry if I missed this on the list already: http://www.google.com/programming-contest/ They say C++ or Java. What, no Perl? -- Bill Moseley mailto:[EMAIL PROTECTED]

Re: New mod_perl Logo

2002-01-29 Thread Bill Moseley
any manager's mind on the technology they pick to run their applications. Of course, most people here have access to big pipes. So, there's always bulk mail ads. I got mail just today saying that it's an effective way to advertise. In fact I got about ten of those today! -- Bill Moseley

Re: META tags added as HTTP headers

2002-01-18 Thread Bill Moseley
: LWP HTTP/1.1 support is experimental -- Bill Moseley mailto:[EMAIL PROTECTED]

Re: META tags added as HTTP headers

2002-01-18 Thread Bill Moseley
headers don't show up. -- Bill Moseley mailto:[EMAIL PROTECTED]

Re: Alarms?

2002-01-10 Thread Bill Moseley
/Handling_Server_Timeout_Cases_an.html -- Bill Moseley mailto:[EMAIL PROTECTED]

Re: Template-Toolkit performance tuning

2001-12-30 Thread Bill Moseley
At 05:17 PM 12/30/01 -0600, Ryan Thompson wrote: use Template; my %vars; $var{foo} = bar; # About 30 scalars like this . . my $tt = new Template({INTERPOLATE = 1}); Cache your template object between requests. -- Bill Moseley mailto:[EMAIL

Searchable archives (was: [modperl site design challenge] and the winner is...)

2001-12-26 Thread Bill Moseley
. http://search.apache.org/docs-dev/ (this URL is temporary!) Bill Moseley mailto:[EMAIL PROTECTED]

Re: Can I use mod_perl to pass authentication details to apache from an HTML form?

2001-12-24 Thread Bill Moseley
users might not have cookies enabled. Bill Moseley mailto:[EMAIL PROTECTED]

Re: [modperl site design challenge] and the winner is...

2001-12-19 Thread Bill Moseley
as a community (of programmers not designers) we could hire a professional designer to help develop our brand. Cool web site. Some print ads in the trades. What's a small amount in dues to the Association of Mod_perl Programmers compared to increase of mod_perl work overall? /crazy idea Bill

Re: Comparison of different caching schemes

2001-12-18 Thread Bill Moseley
per sec = 524 Package C7 - Cache::SharedMemoryCache Sets per sec = 42 Gets per sec = 29 Mixes per sec = 32 Bill Moseley mailto:[EMAIL PROTECTED]

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

2001-12-06 Thread Bill Moseley
At 08:19 AM 12/06/01 -0800, Paul Lindner wrote: Ok, hit me over the head. Why wouldn't you want to use a caching proxy? BTW -- I think where the docs are cached should be configurable. I don't like the idea of the document root writable by the web process. Bill Moseley mailto:[EMAIL

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

2001-12-06 Thread Bill Moseley
At 10:33 AM 12/06/01 -0800, Paul Lindner wrote: On Thu, Dec 06, 2001 at 10:04:26AM -0800, Bill Moseley wrote: At 08:19 AM 12/06/01 -0800, Paul Lindner wrote: Ok, hit me over the head. Why wouldn't you want to use a caching proxy? Apache::CacheContent gives you more control over the caching

Re: Hi

2001-12-04 Thread Bill Moseley
on this list? Just kidding. Bill Moseley mailto:[EMAIL PROTECTED]

Re: [OT] log analyzing programs

2001-12-02 Thread Bill Moseley
02 747M 745M cpu14 27.1H 47.57% wusage Well at least after another 8 hours of CPU it's not leaking ;) Bill Moseley mailto:[EMAIL PROTECTED]

[OT] log analyzing programs

2001-12-01 Thread Bill Moseley
CPU COMMAND 17223 operator 1 442 747M 745M cpu14 19.2H 45.24% wusage Bill Moseley mailto:[EMAIL PROTECTED]

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

2001-11-27 Thread Bill Moseley
failing to work, too) Bill Moseley mailto:[EMAIL PROTECTED]

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

2001-11-27 Thread Bill Moseley
: 0.069 seconds # Run time: 0.074 seconds This is pushing the limit for little old swish, but here's indexing a few more very small xml files (~150 bytes each) 3830016 files indexed. 582898349 total bytes. Elapsed time: 00:48:22 CPU time: 00:44:01 /plug Bill Moseley mailto:[EMAIL PROTECTED]

Re: [modperl-site design challenge]

2001-11-26 Thread Bill Moseley
very well designed. To me, usability is the main design goal. Keep up the good work! Does it need to render well in old browsers? (e.g. netscape 4.08) There's a lot of old browsers out there, but maybe anyone looking at mod_perl would be a bit more up to date... Bill Moseley mailto:[EMAIL

Re: Apache::Registry HEAD request also return document body

2001-11-23 Thread Bill Moseley
At 11:43 AM 11/23/2001 +, Jean-Michel Hiver wrote: PROBLEM HERE A head request should * NOT * return the body of the document You should check $r-header_only in your handler. http://thingy.kcilink.com/modperlguide/correct_headers/3_1_HEAD.html Bill Moseley mailto:[EMAIL PROTECTED]

Re: Apache::AuthCookie login faliure reason

2001-11-23 Thread Bill Moseley
* Your password was incorrect Has anyone else come across the same requirement/issue, and how have you solved it? Apache::AuthCookieURL does that. IIRC, it sets a cookie with the failure reason that's returned from authen_cred call. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Apache::Registry HEAD request also return document body

2001-11-23 Thread Bill Moseley
be able to run as standalone CGIs... Am I right? Right, maybe that's a good thing ;) (I acutally mix mod_perl code in applicatins that will run under both.) Bill Moseley mailto:[EMAIL PROTECTED]

Re: Apache::Registry HEAD request also return document body

2001-11-23 Thread Bill Moseley
. Maybe I'll have better luck repairing my car today. Bill Moseley mailto:[EMAIL PROTECTED]

[OT] Re: Seeking Legal help

2001-11-22 Thread Bill Moseley
court, and it's too little to get much help from lawyers in a law suit, I'd guess. Ask them if they want to pay partially in hardware and you might get a good idea of their direction ;). Good luck, Bill Moseley mailto:[EMAIL PROTECTED]

Re: Cookie authentication

2001-11-15 Thread Bill Moseley
areful about session hijacking. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Cookie authentication

2001-11-15 Thread Bill Moseley
). If it comes back with a cookie then they are enabled. Bill Moseley mailto:[EMAIL PROTECTED]

Re: how to install the XML::LibXSLT along with libxslt?

2001-11-14 Thread Bill Moseley
make install libxml2? > which xml2-config /usr/local/bin/xml2-config >>>> Bill Moseley mailto:[EMAIL PROTECTED]

[OT] Data store options

2001-11-08 Thread Bill Moseley
method, and why? /verbose Thanks very much, Bill Moseley mailto:[EMAIL PROTECTED]

Re: Cache::* and MD5 collisions [was: [OT] Data store options]

2001-11-08 Thread Bill Moseley
do need a way to read every key in the store. Order is not important. Bill Moseley mailto:[EMAIL PROTECTED]

Re: [OT] search engine module?

2001-10-16 Thread Bill Moseley
perl -V in quotes to use a phrase search it will find what you are looking for most likely, even if the dash is not indexed. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Mod_perl component based architecture

2001-10-16 Thread Bill Moseley
to make this easy and portable from project to project? Bill Moseley mailto:[EMAIL PROTECTED]

Re: [request] modperl mailing lists searchable archives wanted

2001-10-09 Thread Bill Moseley
: and _ are ok in words, but you have to think carefully about others. It's more flexible to split the words and use phrases in many cases. Bill Moseley mailto:[EMAIL PROTECTED]

Phase for controlling network input?

2001-09-26 Thread Bill McGonigle
is persisting from before that would be able to read the flag. Maybe I'm think about this all wrong. Any suggestions? Thanks, -Bill

  1   2   3   4   >