Re: [input] mod_perl and ISPs in the real world

2000-06-28 Thread Michael
on how to safely set this up for general use. Michael [EMAIL PROTECTED]

Re: Graphs

2000-09-12 Thread Michael
out.shtml interactive example output at: http://www.insulin-pumpers.org/hotwo/bexampl1.html and the real thing at http://www.insulin-pumpers.org/howto/basal.cgi Michael [EMAIL PROTECTED]

I'm missing something in Apache::Cookie

2000-09-15 Thread Michael
;parse($val); gives an apparently empty hash, yet retrieving the headers via Apache::Table yields the correct results Cookie=foo=bar cook name val foo bar So what am I doing wrong with Apache::Cookie that keeps me from returning the cookie value. Michael

Re: I'm missing something in Apache::Cookie

2000-09-15 Thread Michael
> $cookies->{ $name } = $cookie_info->{ $name }->value; > >} > > > duh I should have seen that! The "value" is a name blessed into the Cookie package. It's not obvious from the documentation, perhaps the author could tweek it up for the next newbie victim. :-) Michael [EMAIL PROTECTED]

module.pm -> module.so

2000-09-15 Thread Michael
barfs when all that is available is the module.so perldoc perlcc indicates that "use module;" should work Anyone actually doing this?? Michael [EMAIL PROTECTED]

RE: Undefined subroutine error (only now and then)

2000-09-28 Thread Michael
> > The subroutine is there (it executes in the first time). If I keep > > trying to reload the page, sometimes it works, sometimes it doesn't. > > The same error happens to other scripts, with different subroutines > > being called, but never happens if I run them from the command line > > (wit

[mp2] APR::Socket::recv set read timeout ?

2002-12-27 Thread Michael
loop..say, after 5 secs if nothing is recv'd from the client then the connection will be closed. I have tried alarm/die pair but it was a failure. Any idea?   Thanks in advance.   Michael  

Re: [mp2] APR::Socket::recv set read timeout ?

2002-12-28 Thread Michael
> Michael wrote: > > Hi all. > > > > As suggested by Geoff and Stas, I am trying out modperl2.. Now I have > > some questions: > > > > i) with Apache::CommandServer (can be found at > > http://perl.apache.org/docs/2.0/user/overview/overview.html#to

privileged execution

2003-07-29 Thread Michael
I have a web application for that needs to execute a privileged command on its host for administrative purposes. Can someone suggest a good solution that will allow 'nobody' to execute the script command but still keep it secure from other users on the same host. Thanks. [EMAIL PROTECTED]

Re: privileged execution

2003-07-30 Thread Michael
> Mike P. Mikhailov wrote: > > Hello Michael, > > > > Wednesday, July 30, 2003, 7:32:23 AM, you wrote: > > > > M> I have a web application for that needs to execute a privileged > > M> command on its host for administrative purposes. Can someone s

Re: Ticket/cookie based authentication for mod_perl and static frontend

2003-08-27 Thread Michael
here to add a hash to the URI, I could probably be convinced to package up the code I have, simple as it may be. -- Michael Stella | Sr. Unix Engineer / Developer | http://www.thismetalsky.org Knowledge is power. Power corrupts. Study hard. Be Evil. - Thyra -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: Ticket/cookie based authentication for mod_perl and static frontend

2003-08-27 Thread Michael
to the backend software? Interesting... Does that work? -- Michael Stella | Sr. Unix Engineer / Developer | http://www.thismetalsky.org If Bill Gates had a nickel for every time Windows crashed... ..oh wait, he does. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://p

Re: Ticket/cookie based authentication for mod_perl and static frontend

2003-08-27 Thread Michael
e PerlAuthenHandler and PerlAuthzHandler, let them manage the logins and just pass the client down to the backend software. I could still be way off here though. -- Michael Stella | Sr. Unix Engineer / Developer | http://www.thismetalsky.org -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

using "-|" construct

2003-08-29 Thread Michael
} This works fine for command line exection and from cgi but fails in modperl (apache 1x). The problem is that the initial read pipe apparently fails to open under modperl. Is there a workaround for this? or am I just missing something simple? Michael [EMAIL PROTECTED] -- Rep

Re: $r->headers_out Location and Set-Cookie

2003-09-05 Thread Michael
CT, not set $r->status to REDIRECT. Here's what I do in this case: $r->header_out(Location => $location); return REDIRECT; I don't know if it's 100% correct, but it works quite well for me. I've also used $r->internal_redirect($location) for some

Re: $r->headers_out Location and Set-Cookie

2003-09-06 Thread Michael
as you > set $r->status :) Oh! I totally missed that you're using Apache::Registry. I'm not sure the best way to do it with that, sorry. -- Michael Stella | Sr. Unix Engineer / Developer | http://www.thismetalsky.org "All I want out of the Universe is 10 minutes with

Re: oracle : The lowdown

2000-01-11 Thread Michael
> On Tue, 11 Jan 2000, John Armstrong wrote: > > Hello all- > > I just got the word from down high that VC's will freak out > > if they see we are using mysql and now we are looking at an Oracle > > solution. > > > > The product is a mid level mod perl application that will > > receive

Re: redhat apache and modperl oh my! just so anyone else knows

2000-01-17 Thread Michael
> so i guess this is the only way to do it with dso > > for apache 1.3.9 > ./configure --enable-rule=shared_core --with-perl=/usr/bin/perl > --enable-module=so --enable-module=rewrite > > for modperl-1.21 > perl Makefile.PL USE_APXS=1 USE_DSO=1 WITH_APXS=/usr/sbin/apxs > EVERYTHING=1 > This d

RE: Set DocumentRoot from modperl

2000-03-28 Thread Michael
> Sergio, > >I just walked this route... > >The long and short is that it can't be done anything close to >feasably. There is a work around to this. If you use the syntax perlcode perlcode require 'somefile.cgi'; more perl more perl then the cgi script gets imported into the envi

RE: Set DocumentRoot from modperl

2000-03-28 Thread Michael
icular virtual root. That is what my work around covers. Michael [EMAIL PROTECTED]

newbie ApacheAuthCookie problems

2000-04-13 Thread Michael
er SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI # This is the action of the login.pl script above. AuthType Sample::AuthCookieHandler AuthName WhatEver SetHandler perl-script PerlHandler Sample::AuthCookieHandler->login Frustrated ! Michael [EMAIL PROTECTED]

Re: Problem With DB_File Installation On Red-Hat Linux 7.1

2002-03-15 Thread Michael
t LD_PRELOAD=/usr/local/BerkeleyDB.4.0/lib/libdb.so That's it Michael Robinton BizSystems 4600 El Camino Real - Suite 206 Los Altos, CA 94022 Tel: 650 947-3351 Fax: 650 947-3356 [EMAIL PROTECTED]

how to do this??

2000-11-02 Thread Michael
ny routines in "Module", there ought to be a better way to do this. Any ideas would be appreciated. One thought I had was to use a series of pointers \*sub1 = *routine; etc... where & routine would identify the subroutine called. However, I don't know how to id the subr call. Michael [EMAIL PROTECTED]

Re: how to do this??

2000-11-02 Thread Michael
che); > > sub sub1 { > return Module::sub1{@}; > } > > now Module correctly identifies the caller as "MyHandler" > > there are many routines in "Module", there ought to be a better way > to do this. Any ideas would be appreciated. > > One thought I had was to use a series of pointers > \*sub1 = *routine; > etc... > > where & routine would identify the subroutine called. However, I > don't know how to id the subr call. > > Michael > [EMAIL PROTECTED] >

Re: how to do this??

2000-11-04 Thread Michael
> On Thu, 2 Nov 2000, Michael wrote: > > #handler > > package MyHandler; > > > > use Module qw(sub1 sub2); > > use Apache; > > use vars qw(@ISA) > > @ISA = qw (Module Apache); > > > > calling sub1 from apache > > using THIS handle

Re: AuthCookie solution

2000-11-15 Thread Michael
for login is a complete URL ie http://foo.com/login.pl then the $r->prev-args; seem to get lost. There is real application for this sort of thing and I would like to figure out how to make it work. Any ideas why it does not? Michael [EMAIL PROTECTED]

Re: AuthCookie

2000-11-25 Thread Michael
> Check your apache logs.. I don't think your server is actually > sending the protected page, Netscape is showing you a cached > version. I think this is a bug in Netscape 4.7 (for linux anyway), > because that happens to me occasionally even with "Cache-Control: > no-cache" and no "Expires:" he

Re: Email (mod_perl) Apache module?

2000-12-16 Thread Michael
> On Fri Dec 15 11:28:03 2000 -0800 brian moseley wrote: > > > On Fri, 15 Dec 2000, Perrin Harkins wrote: > > > > > Is there a reason you don't want to just hack on WING? > > > It's a pretty powerful system and it was designed for > > > mod_perl. Look it up on CPAN. > > > > it's an option, b

Re: http -> https for authentication

2000-12-27 Thread Michael
> > Howdy, > > So, I am running a mod_perl/mod_ssl enabled Apache web server. The > home page (and several other unprotected pages) need to listen on > both the encrypted port 443 and non-encrypted port 80. However, I > would like to force all authentication requests to go through the > encry

Where can I find....

2000-12-28 Thread Michael
Where can I find documentation on the how to use all the values that appear in Apache::Constants The obviously do something, but what??? I figured out what OK, DECLINED do by reading the source, but what about all the rest. Are they described somewhere?? [EMAIL PROTECTED]

Re: Where can I find....

2000-12-28 Thread Michael
> "Michael" <[EMAIL PROTECTED]> wrote: > >Where can I find documentation on the how to use all the values that > >appear in Apache::Constants > > > >The obviously do something, but what??? > >I figured out what OK, DECLINED do by reading the

Re: [OT] Problems preparing a module for CPAN

2000-12-28 Thread Michael
ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'BZS::Access', 'VERSION_FROM' => 'Access.pm', # finds $VERSION 'PREREQ_PM' => {'BZS::CryptHash'=> '2.04'}, 'dist' => {COMPRESS=>'gzip', SUFFIX=>'gz'} ); Michael [EMAIL PROTECTED]

RE: Where can I find....

2000-12-29 Thread Michael
> > > > -Original Message- > > From: Michael [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, December 28, 2000 6:06 PM > > To: [EMAIL PROTECTED] > > Subject: Re: Where can I find > > > > > > > Thanks, I have the

trouble with Rewrite

2000-12-30 Thread Michael
I have the following in a virtual host RewriteEngine on RewriteLog "logs/rewrite.log" RewriteLogLevel 9 # redirect URL's on that exist on the secure side RewriteCond /rc/manage$2!-d RewriteRule ^(/rc/manage)(/.+).* https://%{SERVER_NAME}%{REQUEST_URI} Th

RE: How do you run libapreq-0.31/eg/perl/file_upload.pl ?

2001-01-04 Thread Michael
> > but maybe someone can provide > > me a small kick-start? Thank you > short answer -- you don't need anything more that some simple scripting. Nothing at all in the server start up file. client html file server side BEGIN { use Apache; use Apache::Request; # etc. } my $r = Ap

Re: seg faults/bus errors

2001-01-04 Thread Michael
> > Hi, > > I work on a high-traffic site that uses apache/mod_perl, and we're > seeing some occasional segmentation faults and bus errors in our > apache error logs. These errors sometimes result in the entire > apache process group going down, though it seems to me that the > problems o

difference in 123, 124 => 124_01

2001-01-09 Thread Michael
ns. The problem is that with a lot of virtual domains using both https and http service, this clutters up the start up process and buries in 'noise' any real info that might help if there is a problem. Is there a way to turn it off??? Is it necessary or even truthfully reporting what

Re: difference in 123, 124 => 124_01

2001-01-09 Thread Michael
> Hi there, > > On Tue, 9 Jan 2001, Michael wrote: > > > In upgrading to 1.24_01 I notice some warnings when the apache starts > > that I don't remember being present. > > > Constant subroutine con redefined at /usr/lib/perl5/constant.pm line 91. >

foggy mind needs help

2001-01-10 Thread Michael
and added it to the run object. It clearly has marked the module as loaded, but now can not find the contents that were added to the package space via the eval when the second call occurs. What did I miss?? Michael [EMAIL PROTECTED]

Re: How do I debug failed tests? (error_log isn't helping)

2001-02-01 Thread Michael
x27;s the way it works. You might start by finding the variable VERBOSE in the makefile and setting it to '1' Michael > > modules/cgi.ok 5/5FAILED test 4 > Failed 1/5 tests, 80.00% okay > modules/perlrun.FAILED before any test output arrived > modules/s

Content management tools

2001-02-08 Thread Michael
ments. Michael [EMAIL PROTECTED]

Re: ANNOUNCE: OpenInteract Web Application Server

2001-02-08 Thread Michael
> On Tuesday 6 February 2001, at 21 h 57, the keyboard of Chris > Winters <[EMAIL PROTECTED]> wrote: > > > I'm jazzed to announce the public release of OpenInteract, an > > extensible web application framework using mod_perl and the Template > > Toolkit as its core technologies. > > Anyone com

Re: lingerd & mod_perl & mod_ssl -- how about Ben-apache_ssl

2001-02-28 Thread Michael
; ssl_engine_log doesn't show any errors, and keep-alive works. > I'm running Ben's apache_ssl + mod_perl and am considering adding lingerd to the mix. I already have lingerd + apache running on the lite-weight end, and wonder if apache_ssl has similar problems BEFORE I mess up my production server. Michael [EMAIL PROTECTED]

Re: lingerd & mod_perl & apache_ssl

2001-03-01 Thread Michael
> > Vivek Khera wrote: > > > mod_ssl alters the Apache API, so if you're doing the same then that's > > > why they clash. Either that or you're patching something near what > > > mod_ssl patches. Using apache_ssl requires no alteration of the current lingerd. Built it last night and am currentl

[JOB] wanted, SF bay area or telecomute

2001-03-07 Thread Michael
Short resume Michael Robinton 4600 El Camino Real #206 Los Altos, CA 94022 650 947-3351 days [EMAIL PROTECTED] Objective: Seeking a challenging environment where I can be a contributor to a successful business development, have fun and make a few bucks. Skills, last 5 years

Re: Long KeepAlives sensible?

2001-04-06 Thread Michael
if you want to explicitly zap the KeepAlives but not terminate the child. Example -- http chat scripts. Basically it amounts to having KeepAlives off for the particular script but on for everything else. How does one accomplish this. Michael [EMAIL PROTECTED]

really dumb question maybe off topic

2001-06-15 Thread Michael
Have a script that was working on BSDI BSD/OS 3.0 recently upgraded sendmail Version 8.11.4 Compiled with: MAP_REGEX LOG MATCHGECOS MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETISO NETUNIX NEWDB QUEUE SCANF SMTP USERDB XDEBUG permissions -r-sr-xr-x 1 root bin 629411

simple question

2001-06-22 Thread Michael
when using mod perl to return plain text to the client how does one "send" without any headers in the response stream?? $r->send_fd(F) works fine for files, but how do you do it for dynamically generated content. Michael [EMAIL PROTECTED]

Re: simple question

2001-06-22 Thread Michael
ut it works fine. open(F,$file) || return 404; $r->send_fd(F); close F; pipe(R,W); print W "some dynamically generated text\n"; close W; $r->send_fd(R); close R; > Michael wrote: > > > when using mod perl to return plain text to the client how does one >

Re: simple question

2001-06-22 Thread Michael
he pipe process in a loop and breaking the strings into blocks < 2048 would be more efficient. If the darn headers could just be turned off it would be a piece of cake. Like $r->send_cgi_header() Take action on certain headers including Status:, Location: and Content-type: just as mod_cgi does, then calls $r->send_http_header(). Example of use: but without the call to $r-send_http_header() Michael [EMAIL PROTECTED]

Re: simple question

2001-06-22 Thread Michael
> > > > This might help, in you httpd.conf file set this > > >> > > >> PerlSendHeader Off > > >> > > >> Tor. > > >> > > >That messes up all the standard responses. I have a work around now > > >-- naturally it came to me moments after I posted > > > > > >don't know if this is "correct" so to spe

scope of PerlSetVar

2001-08-24 Thread Michael
Before I make a dumb assumption, would the experts please comment on the scope of PerlSetVar within a virtual host statement. Is the scope restricted to that of the enclosing brackets. I have not been able to find where in the Eagle book or the guide the scope of these directives are shown.

I must be doing something dumb

2001-09-19 Thread Michael
/apachectl start: httpd could not be started This has got to be some kind of cockpit trouble, but it is not comming to me. Regular PerlHandler statements work just fine. Michael

Re: I must be doing something dumb

2001-09-19 Thread Michael
> U > > PerlFixupHandler not PerlFixUpHandler > > # ./httpd -L | grep Fix > PerlFixupHandler (mod_perl.c) > the Perl Fixup handler routine name > aah.! Thanks, I new it was DUMB but just couldn't see it. Michael [EMAIL PROTECTED]

Re: New Micro$oft vulnerability?

2001-09-20 Thread Michael
onf file with a single line Include /usr/local/apache/conf/virus.pl Michael [EMAIL PROTECTED]

Re: [OT] Perl daemons (was Re: Excellent article on Apache/mod_p

2001-10-23 Thread Michael
and-alones or mod_perl for the web apps. Michael [EMAIL PROTECTED]

ANNOUNCE LaBrea::Tarpit-0.02

2001-12-10 Thread Michael
tines to parse the syslog files on an as needed basis. If you plan to create web page reports, the daemon model will use less system resources in the long run and avoids running syslog with the high volume output of LaBrea. enjoy, Michael [EMAIL PROTECTED]

CGI::Delete for Apache::Request

2000-05-06 Thread Michael Blakeley
I've been migrating some code off of the ENV-dependent methods in CGI.pm, so I can turn of PerlSetupEnv. Anyway, I couldn't find an Apache::Request method that had the functionality of CGI::Delete. Since I use Delete extensively, I coded a replacement based on the param() prototype in Apache::

OT: Re: Most nonesense I've ever read about mod_perl

2000-05-07 Thread Michael hall
On Sun, May 07, 2000 at 08:20:34PM -0400, Jeff Stuart wrote: > [...rest of message deleted...] > > Every language has it use, the truly knowledgeable understand when to > > use each language:) > > > Sam > Amen to that!!! I think that this point and the point about writing GOOD > algorithms are

Re: Apache::DBI with Sybase - What's wrong?

2000-05-12 Thread Michael Peppler
be > incredibly helpful at this point. I think there's a good chance of 500s, but maybe not. It's possible that these are internal warnings, and that the initial failed ping() causes a database reconnect and that things continue cleanly... Michael -- Michael Peppler -||- Data

Re: [Re: Questions about Apache::Session]

2000-05-23 Thread Michael Schout
On Sun, Jun 29, 2036 at 12:21:26AM +, Edgardo Szulsztein wrote: > Hi again > > It worked great. Thanks for the help! > > Now, I would like to make it work with the postgresql database server. How > could I do it (I don't like the list, but I couldn't find this information in > the documentat

High-volume mod_perl based ecommerce sites?

2000-05-25 Thread Michael Nachbaur
I'm in the process of designing an ecommerce system, and have several options on the table. Since I love perl/mod_perl/apache, my knee-jerk reaction is to write it in perl. However, in the best interest of the project, I need to look at other possibilities, and take an objective look at the p

Re: Bugs 5.6.0 modperl use?

2000-05-26 Thread Michael hall
On Fri, May 26, 2000 at 01:36:33AM -0400, Jeff Stuart wrote: > Ok, follow up question if I may. :) Are any of you using it with DBI and > DBD::mysql? I see on the Mason list that people are using it with > HTML::Mason so that module is safe. :) Looks like I'm gonna have to pull > out that old

Re: Apache::Session::Pg & blob support?

2000-05-26 Thread Michael Schout
On Fri, May 26, 2000 at 12:25:39PM -0700, Jeffrey W. Baker wrote: > Yes it would be great to break the 8K (actually slightly less) limit, if > it doesn't hamper performance too much. I read the docs on the Postgres > web site, but I didn't find anything interesting about blob support. I'm workin

Apache::RegistryBB patch for 'use strict'

2000-05-29 Thread Michael Blakeley
Apache::RegistryBB from mod_perl-1.24.tar.gz needs a small patch for 'use strict'. diff Apache/RegistryBB.pm.orig Apache/RegistryBB.pm 5c5 < use Apache::Constants qw(NOT_FOUND FORBIDDEN OK); --- > use Apache::Constants qw(NOT_FOUND FORBIDDEN OK DECLINED); -- Mike

patch for Apache::Session::Store::Postgres

2000-05-29 Thread Michael Blakeley
Patch for Apache::Session::Store::Postgres, from Apache-Session-1.51.tar.gz, to resolve problems with >prepare_cached(SELECT a_session FROM sessions WHERE id = ? FOR >UPDATE) statement handle DBI::st=HASH(0x369a2c) is still active after a transient error. The solution is to call sth->finish()

Re: Please HELP, Thanks.

2000-05-29 Thread Michael Smith
You could try putting a 1; at the end of the module, if you don't already have one. Leaving this out is a common mistake. Mike -Original Message- From: Hui Zhu <[EMAIL PROTECTED]> Cc: Modperl Mailing List <[EMAIL PROTECTED]> Date: 29 May 2000 14:00 Subject: Please HELP, Thanks. >Hi

Re: patch for Apache::Session::Store::Postgres

2000-05-29 Thread Michael Blakeley
At 9:10 AM -0700 5/29/2000, Jeffrey W. Baker wrote: >On Mon, 29 May 2000, Michael Blakeley wrote: > >> Patch for Apache::Session::Store::Postgres, from >> Apache-Session-1.51.tar.gz, to resolve problems with >> >> >prepare_cached(SELECT a_session FROM sess

Re: [ANNOUNCE] Apache::Session 1.51

2000-05-30 Thread Michael Schout
On Fri, May 26, 2000 at 03:35:51PM -0700, Jeffrey W. Baker wrote: > Greetings, > > I have released Apache::Session 1.51. The addition of the Oracle backing > store took less time than expected. It is included and tested in this > release. This is the only change from 1.50. I just took a look

Apache::Registry RFE

2000-05-30 Thread Michael Blakeley
I finally decided to do away with an Apache::Registry quirk that's bugged me for months. The problem, briefly, is that Apache::Registry writes to the error log whenever its eval returns non-zero. So if you want your registry script to return a custom error, you can write a log message and call

Re: Apache::Registry RFE

2000-05-30 Thread Michael Blakeley
Of course there was an error... At 9:54 PM -0700 5/30/2000, Michael Blakeley wrote: >>$r->log_error($errsv) if $Apache::RegistryYA::AutoLog; s/RegistryYA/Registry I'm also having second thoughts about the binary nature of this thing... I'd forgotten that $er

[OT] App Release Naming Convention

2000-06-01 Thread Michael Nachbaur
This is probably flamebait, but I don't know where to go for this question. What kind of release naming convention would you reccomend? Something like Debians' "Potatoe", or RedHats' "Hedwig" et al. So, I'm working on a proposal for an application, and I have several (widely diverse) possibil

RE: Apache::Session

2000-06-01 Thread Michael Nachbaur
Well, from what I'm reading, it looks like you don't want it to create sessions for all images, CSS, et al on the first page load, right? Instead of deleting sessions that aren't used, you could try just not serving sessions to documents that don't need 'em. Like in my setup, I've put in a Pe

RE: Apache::Session

2000-06-01 Thread Michael Nachbaur
Sorry, forgot to mention, that you can define the PerlTransHandler in only those directories that you want sessions created for. -man -Original Message- From: Michael Nachbaur [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 1:08 PM To: Niral Trivedi; [EMAIL PROTECTED] Subject

Re: Apache::Registry RFE

2000-06-01 Thread Michael Blakeley
At 12:40 PM -0700 6/1/2000, Doug MacEachern wrote: >On Tue, 30 May 2000, Michael Blakeley wrote: > > > $ diff -w Registry.pm.orig Registry.pm >> 26a27,28 >> > $Apache::Registry::AutoLog ||= 32768; >> > >> 155c15

RE: logging bytes served

2000-06-01 Thread Michael Nachbaur
This is really an Apache question, but: In your LogFormat call (if you're using it), include the %b flag, which means 'Bytes Sent'. (I got this from the O'Reilly Apache book). -man -Original Message- From: Paul [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 2:22 PM To: modper

Re: Bugs 5.6.0 modperl use?

2000-06-01 Thread Michael hall
On Thu, Jun 01, 2000 at 12:00:45PM -0700, Doug MacEachern wrote: > On Fri, 26 May 2000, Michael hall wrote: > > > On Fri, May 26, 2000 at 01:36:33AM -0400, Jeff Stuart wrote: > > > > > Ok, follow up question if I may. :) Are any of you using it with DBI and >

RE: cleaning old Apache::Session's

2000-06-01 Thread Michael Nachbaur
Theres a problem with that however...it assumes you use mySQL. I use Oracle, and it doesn't provide that functionality; you need to alter the INSERT or UPDATE statements to include passing a SYSDATE into the timestamp field. 'Course, you could create a trigger that adds the SYSDATE after an i

Re: cleaning old Apache::Session's

2000-06-01 Thread Michael Schout
On Fri, Jun 02, 2000 at 09:26:45AM +1000, Adam Cassar wrote: > I was wondering how people are clearing out old Apache::Session's > > No timestamp is used on the fields used by Apache::Session, so how do > we clear the old sessions? > > I am not talking about the delete() method to remove a sess

RE: non-DSO mod_perl, Embperl, and AIX not working (duplicate ?)

2000-06-05 Thread Michael Nachbaur
I haven't used Embperl on AIX (or any platform for that matter), but I am unfortunatly using AIX at work. :-( AIX's C compiler is as buggy as a Florida chineese resturaunt. I couldn't even get Apache to install right (it kept saying something to the effect of "Found , expected "...Sheesh!) A

bogus taint error?

2000-07-02 Thread Michael Blakeley
With perl 5.6.0, Solaris 2.6, apache 1.3.9, and mod_perl 1.24, I'm seeing intermittent taint errors like [Sat Jul 1 18:50:13 2000] [error] PerlRun: `Insecure dependency in require while running with -T switch at /foo.pl line 5. head -6 foo.pl shows: #!perl use Apache::Constants qw/:http/; us

Re: bogus taint error?

2000-07-02 Thread Michael Blakeley
At 2:00 PM -0700 7/2/2000, Michael Blakeley wrote: >With perl 5.6.0, Solaris 2.6, apache 1.3.9, and mod_perl 1.24, I'm >seeing intermittent taint errors like >[Sat Jul 1 18:50:13 2000] [error] PerlRun: `Insecure dependency in >require while running with -T switch at /foo.pl l

Re: bogus taint error?

2000-07-02 Thread Michael Blakeley
At 3:37 PM -0700 7/2/2000, Michael Blakeley wrote: >At 2:00 PM -0700 7/2/2000, Michael Blakeley wrote: >>With perl 5.6.0, Solaris 2.6, apache 1.3.9, and mod_perl 1.24, I'm >>seeing intermittent taint errors like >>[Sat Jul 1 18:50:13 2000] [error] PerlRun: `Insecur

Re: bogus taint error?

2000-07-03 Thread Michael Blakeley
At 10:49 AM -0500 7/3/2000, Matt Carothers wrote: >On Sun, 2 Jul 2000, Michael Blakeley wrote: > >> This is just plain weird. My last resort was to turn taint off: >> >> $ ls -l logs/httpd.pid >> -rw-rw-rw- 1 root other 6 Jul 2 19:23 logs/http

Re: bogus taint error?

2000-07-03 Thread Michael Blakeley
At 11:48 AM -0400 7/3/2000, Vivek Khera wrote: > >>>>> "MB" == Michael Blakeley <[EMAIL PROTECTED]> writes: > >MB> At 3:37 PM -0700 7/2/2000, Michael Blakeley wrote: >>> At 2:00 PM -0700 7/2/2000, Michael Blakeley wrote: >>>> Wi

Re: error DBI with quote

2000-07-06 Thread Michael Hanisch
>do('INSERT ... VALUES(?)', undef, $phrase) instead? Maybe you should give the dbi-users mailing list ([EMAIL PROTECTED]) a try. HTH, Michael. Michael | email: [EMAIL PROTECTED] Hanisch |

HTML::Mason - declaration of subs outside out <%ONCE> sections?

2000-07-06 Thread Michael Hanisch
If anyone can shed a little light on the more complex scoping/lifetime issues with the different kinds of sections, I'd be really grateful. Best regards, Michael. ____ Michael | email: [EMAIL PROTECTED] Hanisch |

Re: HTML::Mason - declaration of subs outside out <%ONCE> sections?

2000-07-06 Thread Michael Hanisch
nation. Well, I guess I have to give it a try and rewrite the whole thing... > By the way, there is a dedicated mailing list for Mason at: > http://netizen.com.au/mailman/listinfo/mason Thanks for the link - I just subscribed to it. Best regards, Michael. Michael | email: [EMAIL PROTECTED] Hanisch |

Re: Newbie: make test failure!

2000-07-07 Thread Michael Robinton
On Sat, 8 Jul 2000, Greg Leidreiter wrote: > Config: > mod_perl-1.24 > perl v5.6.0 > apache 1.3.12 > RedHat linux 6.1, kernel 2.2.12 > > Using: > > [/usr/local/apahce/build/mod_perl-1.24]# perl Makefile.PL \ > EVERYTHING=1 \ > APACHE_PREFIX=/usr/local/apache > > everything se

Re: redirecting a domain

2000-07-16 Thread Michael Robinton
Sure, load the page in a frame that hides the second url request On Fri, 14 Jul 2000, Sam Carleton wrote: > I have an apache question and I have NO idea where to post it. Is there > a newsgroup or mailing list simply for apache? > > I have multipal domain names: domain.net & domain.org. I wou

Re: Apache segfault

2000-07-17 Thread Michael Hanisch
inati for more info. However, I am wondering if this really is the right thing to do? The DESTROY and END blocks are there for a reason, so just ignoring them seems a little rude - and possibly dangerous. Anyone out there who has further explanations? Regards, Michael. Michael | email: [EMAIL PROTECTED] Hanisch |

Common request..

2000-07-17 Thread Michael Bacarella
t of nowhere and asks a question that has been asked and answered 1000x over before. Any help is of course appreciated! Michael Bacarella

[ jobs ] Sonicbox mod_perl coders

2000-07-20 Thread Michael Blakeley
Sonicbox, Inc. is hiring mod_perl programmers. Experience with HTTP, HTML, and the major mod_perl tools is assumed. Experience with SQL, PostgresQL, Solaris, and CVS is helpful, but not essential. The marketeers tell me that "Sonicbox makes listening to high quality

Apache::ASP, newline conventions, and the Macintosh

2000-07-20 Thread Michael Houghton
eleases that don't suffer from this? Hope this helps. Mike Houghton -- Michael Houghton <[EMAIL PROTECTED]> p +44 1491 873567 f +44 870 705 8337 "You ever believed in BIG STRONG DADDY-LEGS? And do you believe in BAD FLYING AEROPLANE? Then you will rejoice in believing in DOG-LIKE SPARKY!"

oops (was: Apache::ASP, newline conventions, and the Macintosh)

2000-07-21 Thread Michael Houghton
Damn, hallucinating again... -- From: Michael Houghton <[EMAIL PROTECTED]> Date: Thu, 20 Jul 2000 14:04:53 +0100 To: <[EMAIL PROTECTED]> Subject: Apache::ASP, newline conventions, and the Macintosh [snip] If this code is typed in from the mac, the second line won&#x

RE: Perl as DSO...whats wrong with it, specifically?

2000-07-25 Thread Michael Nachbaur
(5.005_03 something-er-other), with misc. IBM libraries compiled into the binary. I'd say thats pretty iffy, but I'd like to get your opinions on it first. Thanks. -Original Message- From: Vivek Khera [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 25, 2000 1:22 PM To: Michael N

further adventures with taint

2000-07-25 Thread Michael Blakeley
Solaris 2.6, Perl 5.6, apache 1.3.9, mod_perl 1.24. I see intermittent Apache error_log entries like: [Mon Jul 24 04:08:02 2000] [error] Insecure dependency in require while running with -T switch at (eval 85) line 3. Here's what perldiag says: Insecure dependency in %s (F) You

Re: further adventures with taint

2000-07-26 Thread Michael Blakeley
At 11:03 PM + 7/26/2000, Jeremy Howard wrote: > > I see intermittent Apache error_log entries like: >> >> [Mon Jul 24 04:08:02 2000] [error] Insecure dependency in require >> while running with -T switch at (eval 85) line 3. >> ... >> I suspect MIME::Lite, but the code won't work if I rem

[OT] & in URLs (was: Re: Templating System)

2000-07-28 Thread Michael Hanisch
HREF-attribute is CDATA, and not PCDATA (like "normal" text) - to me this sounds like a plain "&" (ampersand character) is perfectly legal in this place. But then I'm no SGML wizz, so I might be wrong... (Sorry for sounding like a smart-ass ;-) Regards, Michael. Michael | email: [EMAIL PROTECTED] Hanisch |

Re: [OT] & in URLs (was: Re: Templating System)

2000-07-28 Thread Michael Hanisch
missing. (Aargh, feeling like a smart-ass again ;-) To be honest, I have always used plain ampersands in URLs embedded in my pages, and thus far I have never encountered any problems. But maybe I've just been lucky... ;-) So if there's anyone out there how can explain this, I'd be glad to learn. CU, Michael (waiting & wondering)

  1   2   3   4   5   6   >