Re: FW: FW: AuthCookie Woes!

2001-09-04 Thread Bill Moseley
setting the header, and so on. Bill Moseley mailto:[EMAIL PROTECTED]

Random requests in log file

2001-08-07 Thread Bill Moseley
current modules that do this? Another thing I find odd: this server has three virtual hosts. In the second and third VH's logs I find requests for files found on the first, default, VH. I've logged the Host: header and indeed it was there. Odd. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Random requests in log file

2001-08-07 Thread Bill Moseley
down responses as long as I don't tie up too many of my processes. If they ignore FORBIDDEN maybe they will see the timeouts. Time to look at the Throttle modules, I suppose. Bill Moseley mailto:[EMAIL PROTECTED]

Backing out a mod_perl install

2001-08-06 Thread Bill Moseley
. Is that a reasonable thing to do, and if so, is there anything else you would suggest? Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

RE: Backing out a mod_perl install

2001-08-06 Thread Bill Moseley
all my icons and mime.types files from 1.3.12 will be just fine. Bill Moseley mailto:[EMAIL PROTECTED]

PERL5LIB perl section

2001-08-06 Thread Bill Moseley
1.26 I use perl sections farther down in httpd.conf, but I seem to need it at the very top. If a PerlTaintCheck On comes before the perl/perl then I get that error. Why is that? Bill Moseley mailto:[EMAIL PROTECTED]

modules/status make test fail

2001-08-03 Thread Bill Moseley
-10 Failed 3/10 tests, 70.00% okay In error_log: [Fri Aug 3 16:27:16 2001] [error] Can't locate object method inh_tree via package Devel::Symdump at /data/_g/lii/apache/1.26/mod_perl-1.26/blib/lib/Apache/Status.pm line 222, fh1b chunk 1. Do I need an updated Devel::Symdump? Bill

Re: OT: Re: ApacheCon Dublin Cancelled?

2001-07-16 Thread Bill Moseley
their own way. I'm very disappointed that I had to cancel after adding everything up. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Lightweight CGI.pm for PerlHandlers

2001-05-19 Thread Bill Moseley
, working less, or having more, eh, sleep, either.) Bill Moseley mailto:[EMAIL PROTECTED]

mod_parrot

2001-04-01 Thread Bill Moseley
I assume everyone saw this... ;) http://www.oreilly.com/parrot/ Bill Moseley mailto:[EMAIL PROTECTED]

Re: cgi_to_mod_perl manpage suggestion

2001-03-14 Thread Bill Moseley
what that man page is describing. It's not a CGI script if there's not a content-type: header sent. And the docs are not implying that you can turn on PerlSendHeader and then go through all your CGI scripts and remove the print "Content-type: text/html\n\n" lines. Bill Moseley mailto:[EMAIL PROTECTED]

mod_perl.c:517: unterminated string or character constant

2001-03-12 Thread Bill . Melvin
Hi all ... didnt know where else to send this so subscribed just now. When compiling Apache 1.3.19 with mod_perl 1.25 and mod_ssl 2.8.1 I get the following: ... === src/modules/perl gcc -fpic -O3 -I/usr/local/lib/perl5/5.00503/alpha-dec_osf/CORE -ansi -I/usr/local/include -DLANGUAGE_C

Re: [ANNOUNCE] Cache-Cache-0.03

2001-03-10 Thread Bill Moseley
::SharedMemoryCache, and Cache::SizeAwareFileCache. When you say successor to File::Cache does that means File::Cache will not be maintained as a separate module anymore? Have you though about making SharedMemoryCache flush to disk if it becomes full but before it's time to expire the data? Bill

ApacheCon Early-Bird registration

2001-03-10 Thread Bill Moseley
oup and go for the group rate? Is there a BOF schedule yet? Bill Moseley mailto:[EMAIL PROTECTED]

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

2001-03-09 Thread Bill Desjardins
On Fri, 9 Mar 2001, Gerd Kortemeyer wrote: I will open my consulting business on Mon, Jan 18th, 2038. - Gerd. Well, I thinks we should be fine after this change. it will be ~310 YEARS till we have to worry about an extra digit again! We can let them worry about legacy code then :) Bill

[OT] UNIX timestamp hits 1,000,000,000 this year!

2001-03-08 Thread Bill Desjardins
column int length or in strings of fixed lengths, but these possibilities should be looked at just in case they could fail when the time changes to the longer int. Just a heads up, hope it helps someone. Bill -- Bill Desjardins - [EMAIL PROTECTED] - (USA) 305.205.8644 Unix/Network Consulting

Re: Authentication handlers

2001-03-03 Thread Bill Moseley
If you have a database entry that says they are logged out why don't you see this when they send their request and return a "Sorry, logged out" page? I wouldn't count on doing anything on the client side. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Authentication handlers

2001-03-03 Thread Bill Moseley
clients -- if even then. If your problem is that some clients don't use cookies, then perhaps Apache::AuthCookieURL might help. Bill Moseley mailto:[EMAIL PROTECTED]

Re: HTML Mason 1.0 setup

2001-03-01 Thread Bill McCabe
g properly. Anyway, my apache and mod_perl are up to date now at least. Bill At 11:03 AM -0800 3/1/01, Rob Bloodgood wrote: I've been using HTML::Mason under mod_perl on my site for awhile, using 0.89, and I like it lots. :-) So when the new 1.0 came out, I went to go upgrade, and broke

Re: Stop button (was: Re: General Question)

2001-02-26 Thread Bill Moseley
same thing that happens when you have a timeout. So, you can catch SIGTERM and then have three seconds to clean up. You won't see a SIGPIPE unless you try to print in that three second gap. Does it do the same thing under NT? Bill Moseley mailto:[EMAIL PROTECTED]

Stop button (was: Re: General Question)

2001-02-11 Thread Bill Moseley
pes. I'm scratching my head at this point. Any ideas what to look for? Bill Moseley mailto:[EMAIL PROTECTED]

Re: Stop button (was: Re: General Question)

2001-02-11 Thread Bill Moseley
{ $aborted++ }; Then mod_cgi I'm still unclear on. The cgi application does receive the SIGPIPE... well it did 1/2 hour ago before I rebooted my machine. Now I can't seem to catch it. But, printing again after the SIGPIPE will kill the CGI script. Bill Moseley mailto:[EMAIL PROTECTED]

[OT] Freeing Memory with of C extensions under Solaris

2001-02-07 Thread Bill Moseley
/File::Cache -- it seemed better than using an Apache child to do that clean up work. But on Solaris /tmp is carved out of swap. Do you think it's risky to use /tmp this way (since full /tmp could use up all swap)? Thanks very much, Bill Moseley mailto:[EMAIL PROTECTED]

Re: File::Cache problem

2001-02-07 Thread Bill Moseley
::Cache::_GET_PARENT_DIRECTORY('/') called at /data/_g/lii/perl_lib/lib/site_perl/5.005/File/Cache.pm line 962 But I haven't seen it happen since then. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Cannot make mod_perl on *@!* RH Linux :(

2001-01-30 Thread Bill McCabe
Error: Cannot find SSL header files in any of the following dirs: Error: . /usr/include /usr/include/ssl/ /usr/local/include /usr/local/include/ssl Have you tried symlinking /usr/include/ssl to /usr/include/openssl? Bill

Upgrading mod_perl on production machine (again)

2001-01-16 Thread Bill Moseley
require a few seconds of downtime to switch live (and back again if needed)? Then I wonder which CPAN module I'll forget to install... Bill Moseley mailto:[EMAIL PROTECTED]

Re: location not working

2001-01-10 Thread Bill Moseley
At 09:59 AM 01/10/01 +0100, [EMAIL PROTECTED] wrote: NEVERTHELESS, I get 404 when I enter http://myserver//hello/world and it is looking in the htdocs directory according to the error_log. Can you please post the entire error_log message. Bill Moseley mailto:[EMAIL PROTECTED]

Caching search results

2001-01-08 Thread Bill Moseley
and instead use a temp file when creating and then do an (atomic?) rename? Thanks very much, Bill Moseley mailto:[EMAIL PROTECTED]

Re: searchable site

2001-01-01 Thread Bill Moseley
was going to ask you why or what makes it "faster" and if that applies to SWISH-E 2.x, but that's a bit too off topic. Maybe in separate email. BTW: http://homepage.mac.com/pauljlucas/software/swish/man/ seems broken. Bill Moseley mailto:[EMAIL PROTECTED]

Location directive not working for mod perl

2000-12-26 Thread Bill Eberle
I hope this is the correct mailing list for newbie mod perl questions. I have just installed mod_perl 1.24 with Apache 1.3.14. Mod perl seems to be running because upon startup of httpd, the Apache error log file says Apache/1.3.14 (Unix) mod_perl/1.24_02-dev configured -- resuming normal

Re: Location directive not working for mod perl

2000-12-26 Thread Bill Eberle
other look. Rod - Original Message - From: "Bill Eberle" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 27, 2000 12:48 AM Subject: Location directive not working for mod perl I hope this is the correct mailing list for newbie mod perl questions. I

[OT] Anyone good with IPC?

2000-12-22 Thread Bill Moseley
bin/perl -w use strict; $|=1; warn "In $0 pid=$$\n"; while (1) { my @headers = (); while ( ) { chomp; if ( $_ ) { warn "$0: Read '$_'\n"; push @headers, $_; } else { for ( @headers ) { warn "$0:

Re: Dynamic content that is static

2000-12-22 Thread Bill Moseley
every five minutes from a cron job and if anything changes, touch the top level files and then run ttree again. I'd like this because I'm generating cobarnded pages with mod_perl, and many of the pages are really static content. Bill Moseley mailto:[EMAIL PROTECTED]

Re: fork inherits socket connection

2000-12-15 Thread Bill Moseley
child that won't die even with kill -9, is it? Eagerly awaiting, Bill Moseley mailto:[EMAIL PROTECTED]

Re: fork inherits socket connection

2000-12-15 Thread Bill Moseley
ce? Does mod_cgi explicitly close the socket file descriptor(s) before forking? Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Re: Script Debugging Modules?

2000-12-10 Thread Bill Moseley
constant DEBUG_QUERY = 1; # ON use constant DEBUG_QUERY_PARSED = 0; warn $query if DEBUG_QUERY || DEBUG_QUERY_PARSED; Bill Moseley mailto:[EMAIL PROTECTED]

Sys::Signal Weirdness

2000-12-08 Thread Bill Moseley
} } sub loop { $|=1; my $x; warn "in child loop $$\n"; sleep 1, ++$x, print "$x\n" while 1; } Bill Moseley mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sys::Signal Weirdness

2000-12-08 Thread Bill Moseley
before sunrise. Sure is nice to have you back, Stas! ;) Bill Moseley mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache::SSI design questions

2000-11-29 Thread Bill Moseley
not Apache::Util::ht_time()? Bill Moseley mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: session expiration

2000-11-20 Thread Bill Moseley
at a different site? I am logging information about the user to a database when they login to a site, and I need to clean up this data when they leave. Define "leave" and you will have the answer. All you can do is set an inactivity timeout, I'd suspect. cron is your friend in these cases. Chee

Re: session expiration

2000-11-20 Thread Bill Moseley
site under their userid, but I can't allow them to enter if they are currently logged in from elsewhere. Why? What if they want two windows open at the same time? Is that allowed? That design limitation sounds like it's going to make trouble. Bill M

[OT] Another *new* idea patented

2000-11-18 Thread Bill Moseley
trying to explain (over three emails now) the problem to their customer support. Bill Moseley mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

porting mod_perl content handler to CGI

2000-11-17 Thread Bill Moseley
applications like mod_perl handlers -- could run as CGI on other servers, but when they want speed they are ready to use mod_perl. Anyway, does a mod_perl emulator for CGI exist? Bill Moseley mailto:[EMAIL PROTECTED

Re: [RFC] Apache::Expires

2000-11-15 Thread Bill Moseley
, but what effect does the presence of a query string in the URL have on this? Bill Moseley mailto:[EMAIL PROTECTED]

Microperl

2000-11-15 Thread Bill Moseley
ed in Apache and end up with a reasonably light-weight perl enabled Apache? I understand you would not have Dynaloader support, but it might be nice for simple rewriting. Curiously yours, Bill Moseley mailto:[EMAIL PROTECTED]

Re: AuthCookie solution

2000-11-15 Thread Bill Moseley
thing like the untested: my $uri = $r-prev-uri; my $query = $r-prev-args; $uri = "$uri?$query" if $query; print qq[INPUT TYPE=hidden NAME=destination VALUE="$uri"]; Bill Moseley mailto:[EMAIL PROTECTED]

Re: Microperl

2000-11-15 Thread Bill Moseley
At 07:38 PM 11/15/00 -0600, Les Mikesell wrote: - Original Message - From: "Bill Moseley" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 15, 2000 12:30 PM Subject: Microperl I don't build mod_rewrite into a mod_perl Apache as I like rewriting with mod

RE: [ANNOUNCE] ApacheCon USA 2001: Call For Papers

2000-11-14 Thread Bill Moseley
on a budget and no boss to pay my way, which conference will have more mod_perl? And for my 2 cents, I'd be interested in hearing about mod_perl and designing for scalability, whatever that means. Or was that the mod_backhand talk I missed? Bill Moseley mailto:[EMAIL PROTECTED]

Re: Fast DB access

2000-11-10 Thread Bill Moseley
kup. Ok, possibly 8 chars in Linux and 16 under Solaris. Anything else to consider regrading the maximum number of files in a given directory? How about issues regarding file size? If you had larger files/records would DBM or RDBMS provider larger cache sizes? Bill Moseley mailto:[EMAIL PROTECTED]

Re: pre-loaded modules on Solaris

2000-11-10 Thread Bill Moseley
sing /proc/pid/statm to show shared and private memory under these same test showed that pre-loading was a big win. So it seems like a Solaris issue. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Dealing with spiders

2000-11-10 Thread Bill Moseley
is finding a good way to detect them... And in my experience blocking doesn't always mean the requests from that spider stop coming ;) Bill Moseley mailto:[EMAIL PROTECTED]

Re: pre-loaded modules on Solaris

2000-11-09 Thread Bill Moseley
oo. Ten megs a child will add up. It doesn't really make sense to me, but that's what pmap is showing. Maybe this isn't that interesting. Anyway, I'll try a non DSO Apache and see if it makes a difference, and also try with an Apache that forks off more clients than just one, but I can't imagine that making a difference. Later, Bill Moseley mailto:[EMAIL PROTECTED]

Re: Forking in mod_perl?

2000-11-05 Thread Bill Desjardins
the heavy process from mod_perl. Hope this helps. Bill -- Bill Desjardins - [EMAIL PROTECTED] - (USA) 305.205.8644 Unix/Network Administration - Perl/Mod_Perl/DB Development http://www.CarRacing.com - Powered by mod_perl! FREE WebHosting for Race Tracks, Race Teams and Race Shops On Wed, 4 Oct

Dealing with spiders

2000-11-04 Thread Bill Moseley
robots.txt that, if followed, would add that IP to the blocked list. It was interesting to see one spider get caught by that trick because it took thousands and thousands of 403 errors before that spider got a clue that it was blocked on every request. Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Re: AuthCookie

2000-11-03 Thread Bill Moseley
ter ways to get the full URL, but I just put uri() and args() together. I suppose if your login.pl script could just place the current fields passed in on the POST to the destination parameter passed to AuthCookie. Then your script would get the parameters, they would just be a GET instead of a POS

Re: prototype mismatch in Socket.pm

2000-11-01 Thread Bill McCabe
haven't spent much time trying to track down the cause of it, since it seems to mostly work. I guess I assumed it had to do with perl 5.6.0, which I was planning to downgrade in order to eliminate some odd behaviors with Mason. Bill

Re: ApacheCon report

2000-10-31 Thread Bill Moseley
that is dynamically generated, but I allow caching. Is this and example of what you mean, or are you describing something else? Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Re: mod_perl on specific scripts

2000-10-31 Thread Bill Moseley
a redirect of some sort (anyone have one)? How about the files directive. Bill Moseley mailto:[EMAIL PROTECTED]

Re: mod_perl on specific scripts

2000-10-31 Thread Bill Moseley
At 08:00 PM 10/31/00 -0500, Paonia Ezrine wrote: Bill, this is good in thoery but I have not gotten it to work in practice. here is the general idea (of what I tried): Files /home/httpd/cgi-bin/test2.pl Files test2.pl And you can use it within a Directory to limit its reach. http

Re: [ ANNOUNCE ] Apache::SessionManager-0.06

2000-10-29 Thread Bill Moseley
and friends to configure what requires a session and what doesn't, and you can use PerlSetVars to control behavior section-by-section in httpd.conf. Hope some of this helps. Have fun, Bill Moseley mailto:[EMAIL PROTECTED]

problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a

2000-10-26 Thread HotMail: Bill
to the database. ORA-12054 error. Has anyone seen this before or have an idea on how to track down the problem? All help will be very appreciated. Thanks, Bill

Re: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a

2000-10-26 Thread HotMail: Bill
Oops correction to below: should read ORA-12154 ORA-12154 (DBD ERROR: OCIServerAttach) - Original Message - From: "HotMail: Bill" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 27, 2000 12:28 AM Subject: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14

Re: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a

2000-10-26 Thread HotMail: Bill
9-882-9276 Email: [EMAIL PROTECTED] In the middle of difficulty lies opportunity. - Albert Einstein "HotMail: Bill" [EMAIL PROTECTED] on 10/26/2000 11:28:53 AM To: [EMAIL PROTECTED] cc: Subject: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6

Replacing Authen Authz handlers

2000-10-26 Thread Bill Moseley
t's Apache seeing that's triggering the above error message. Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Re: problem connecting to oracle with DBD-Oracle-1.06/DBI-1.14 with Perl version v5.6.0 for Apache/1.3.12 (Unix) mod_perl/1.24 mod_ssl/2.6.6 OpenSSL/0.9.5a

2000-10-26 Thread HotMail: Bill
Yup that solved... that error message.. now I get ORA-06401 (DBD ERROR: OCIServerAttach) -Bill - Original Message - From: Kailashnath V Rampure To: HotMail: Bill ; HotMail: Bill ; [EMAIL PROTECTED] Sent: Friday, October 27, 2000 3:52 AM Subject: Re: problem

mod_perl handler and formats

2000-10-19 Thread Bill McCabe
right-justifying. Is this my problem? If not, does anyone have any suggestions as to where I might find the answer? I've been through most of my books and have not found any clues. TIA Bill

Re: Exiting a module

2000-10-19 Thread Bill Moseley
At 02:19 PM 10/19/00 -0400, David McCabe wrote: However, if I try to put an Apache::exit() at the end of my_error_prnt, I get a server error, and the error log only says "error at line 202" line 202 has the Apache::exit call. This was fixed in 1.24_01, I believe. Bill Moseley mai

Re: Remembering Authentication

2000-10-17 Thread Bill Moseley
urls in this way for static pages, perhaps as part of an Apache::Filter chain ? Not as part of an Apache::Filter chain, but feel free to play with http://www.hank.org/modules/AuthCookieURL-0.02.tar.gz Bill Moseley mailto:[EMAIL PROTECTED]

Spinning httpd

2000-10-12 Thread Bill Moseley
ja.com/viewthread.xp?AN=557820602 Bill Moseley mailto:[EMAIL PROTECTED]

Re: Spinning httpd

2000-10-12 Thread Bill Moseley
At 07:45 PM 10/12/00 +0200, Robin Berjon wrote: At 10:28 12/10/2000 -0700, Bill Moseley wrote: I have a spinning mod_perl process. I installed a $SIG{USR2} = \Carp::confess; handler and it pointed to this line: $cnt++ while $query-{query} =~ /(?:^|\s)[("]*\S$size\*/g; I have no ide

Why double requests?

2000-10-11 Thread Bill Moseley
HTTP/1.1 403 Forbidden [Wed Oct 11 10:25:22 2000] [error] initial:/hello/abc/123 [Wed Oct 11 10:25:22 2000] [error] [client 192.168.0.98] client denied by server configuration: /usr/local/apache/htdocs/hello Bill Moseley mailto:[EMAIL PROTECTED]

Segfaults with mod_rewrite

2000-10-11 Thread Bill Moseley
_dl_fini, stack_end=0xb8cc) at ../sysdeps/generic/libc-start.c:90 (gdb) Bill Moseley mailto:[EMAIL PROTECTED]

$r-dir_config at server startup?

2000-10-11 Thread Bill Moseley
::Handler; ... /virturalhost Bill Moseley mailto:[EMAIL PROTECTED]

Apache::Constants non-mod_perl

2000-10-10 Thread Bill Moseley
I'm curious: why I can't use Apache::Constants outside of mod_perl? %perl -w use strict; use Apache::Constants qw/OK/; print OK; Undefined subroutine Apache::Constants::OK called at - line 2. Bill Moseley mailto:[EMAIL PROTECTED]

Re: httpd keeps growing

2000-10-06 Thread Bill Moseley
a warning message saying that the object was created/destroyed. In my case I found I had a circular reference on an object and it was never being destroyed. Bill Moseley mailto:[EMAIL PROTECTED]

Re: Forking in mod_perl? (benchmarking)

2000-10-05 Thread Bill Moseley
. And for more fun, the "same" program under mod_cgi: 0.90 requests/second Bill Moseley mailto:[EMAIL PROTECTED]

Re: Loading modules in Parent??

2000-10-04 Thread Bill Moseley
At 12:04 AM 10/02/00 -0600, Scott Wilson wrote: I've seen a similar result on an IRIX installation I'm working on. Anyone have any ideas? So did you decide NOT to pre-load modules? Scott Bill Moseley wrote: Won't someone comment on this post? That's a chunk of memory! At 11:46 AM

Re: Loading modules in Parent??

2000-09-30 Thread Bill Moseley
Won't someone comment on this post? That's a chunk of memory! At 11:46 AM 09/28/00 -0700, Bill Moseley wrote: snip This is what pmap -x is showing: Address Kbytes Resident Shared Private Permissions Mapped File -- -- -- -- total Kb 19968 185282816

Re: Problem with Apache::SIG

2000-09-28 Thread Bill Moseley
); $r-exit; } Since check_not_modified() may be a number of subs deep I now must return a code that heads back to the initial handler where it can simply return HTTP_NOT_MODIFIED, but it would be better to just exit(). Is there a better way to exit? Bill Moseley mailto:[EMAIL PROTECTED]

Re: Problem with Apache::SIG

2000-09-28 Thread Bill Moseley
At 01:43 PM 09/28/00 -0700, Doug MacEachern wrote: On Thu, 28 Sep 2000, Bill Moseley wrote: Is there a way to make that message go away? maybe if you can give me a small example that reproduces the message. it works fine for me: package My::Hello; use strict; use Apache::Constants qw

mod_perl and DBI::Proxy

2000-09-19 Thread Bill McCabe
encryption out for the moment)? Also, I've never managed to install DBI::Proxy successfully on any system (AIX 4.2.1/4.3.2/4.3.3, Red Hat 6.0/1/2; perl 5.005/5.6.0; apache 1.3.12/mod_perl 1.24). The tests always fails for the RPC piece. Is the RPC module typically this problematic? TIA Bill

@INC per virtual host

2000-09-18 Thread HotMail: Bill
Greetings, Can the perl include path be configured on a per virtual host basis? -Bill

segfault hell

2000-09-14 Thread Bill Moseley
alls (the overridden) exit. Bill Moseley mailto:[EMAIL PROTECTED]

RE: Anyone tried mod_perl in Windows?

2000-09-12 Thread bill chmura
I tried the binary installation, which needed a specific version of perl installed in a specific place. Worked okay, but was a pain in the ass. I know you can install the XML::DOM into Activestate through PPM - not sure about GD -Original Message- From: jihawfoo [SMTP:[EMAIL

tracking down segfaults

2000-09-12 Thread Bill Moseley
" via package "handler" Bill Moseley mailto:[EMAIL PROTECTED]

AuthCookieURL

2000-09-11 Thread Bill Moseley
s only. I'm sure the interface will change (or disappear) without notice. Please report any problems or comments back to Bill Moseley [EMAIL PROTECTED] This module is a modification of Ken Williams [EMAIL PROTECTED] Apache::AuthCookie. Please see perldoc Apache::AuthCookie for compl

Re: open(FH,'|qmail-inject') fails

2000-09-09 Thread Bill Moseley
At 11:15 PM 09/08/00 +0200, Stas Bekman wrote: On Fri, 8 Sep 2000, Bill Moseley wrote: I just looked at my old mail sending module a few days ago that uses sendmail and would fallback to Net::SMTP if sendmail wasn't available (it was running on Win at one point, argh!). I just removed the Net

Re: open(FH,'|qmail-inject') fails

2000-09-08 Thread Bill Moseley
about sendmail generating an error by writing to STDERR or STDOUT only and not returning failure. This sound familiar to anyone? Bill Moseley mailto:[EMAIL PROTECTED]

Re: open(FH,'|qmail-inject') fails

2000-09-08 Thread Bill Moseley
At 10:07 AM 09/08/00 -0700, brian moseley wrote: On Fri, 8 Sep 2000, Bill Moseley wrote: I don't know how well either of these scale. But if scaling is important I'd think it best not to rely on some smtp daemon. this is a joke, right? 'i want to send lots of mail, i better not use a MAIL

upgrading mod_perl on production machine

2000-09-06 Thread Bill Moseley
the site_perl/5.005 directories or building a new 5.6 tree and using CPAN autobundle to move and update modules into the new version? Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Re: Embedded Perl/Resource Limits

2000-09-06 Thread Bill Mustdie
Gerald, But isnt the LimitRequestBody directive only for files being received by the client and not for files being sent the other way?? I thought this would be an arbitrary limit that could either be changed in a source code or apache config file change?? Any ideas? Bill --- Gerald

Embedded Perl/Resource Limits

2000-09-05 Thread Bill Mustdie
d? thanks in advance! Bill ps Yes i do know of other methods such as a meta-ftp client for files this large but this violates our firewall policies etc etc.. :) - [$ if !defined $fdat{ImageName} $]br FORM METHOD="POST" ENCTYPE="multipart/form-data"

filtering outgoing headers

2000-08-20 Thread Bill Moseley
guessing... Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Swish-e 2.0

2000-08-17 Thread Bill Moseley
mod_perl (as I'm using the old swish under mod_perl and I close my eyes whenever I get to the fork() in my code). The swish-e home page is at http://sunsite.berkeley.edu/SWISH-E/ Bill Moseley mailto:[EMAIL PROTECTED]

$r-custom_response

2000-08-16 Thread Bill Moseley
something like all within some handler: $r-custom_response( REDIRECT , \error_document ); $r-custom_response( MOVED , \error_document ); But I guess that's an issue with Apache and not with mod_perl. Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

Re: Session manager(s)-how to set an outbound session ?

2000-08-15 Thread Bill Moseley
::AuthCookie Shouldn't handler() be found in @ISA? Bill Moseley mailto:[EMAIL PROTECTED]

Re: Seg Fault (11)

2000-08-05 Thread Bill Jones
From: Dave Moore [EMAIL PROTECTED] no errors during build: Apache/1.3.12 (Unix) secured_by_Raven/1.5.1 mod_perl/1.24 PHP/4.0.1pl2 However, trying to use mod_perl's DSO causes Seg Fault (11) mod_perl and php4 dont mix well together, there has been a few posts about this in the past. try

Seg Fault (11)

2000-08-04 Thread Bill Jones
Using Raven's (www.covalent.com) build, I want to use mod_perl as a DSO -- no errors during build: Apache/1.3.12 (Unix) secured_by_Raven/1.5.1 mod_perl/1.24 PHP/4.0.1pl2 However, trying to use mod_perl's DSO causes Seg Fault (11) Any thoughts, comments, or ideas would be most appreciated :)

Template caches

2000-08-04 Thread Bill Moseley
is only would such a system make sense, or is memory so inexpensive and templates normally so small that there wouldn't be any benefit? Bill Moseley mailto:[EMAIL PROTECTED]

RE: Feature sets [was Re: Templating System]

2000-08-01 Thread Bill Moseley
ating systems I should try that would do at least the above? Thanks, Bill Moseley mailto:[EMAIL PROTECTED]

<    1   2   3   4   >