Re: Attempt to free unreferenced scalar

2000-04-03 Thread Cliff Rayman
check out these previous posts: http://www.geocrawler.com/search/?config=182words=unreferenced+scalar cliff rayman genwax.com Bill Moseley wrote: This message shows its ugly head now and then. I'm not sure what happens but every once in a while after sending a SIGUSR1 or SIGHUP

Re: [RFC] holding a mod_perl conference

2000-03-31 Thread Cliff Rayman
Easy to get people to pay to be tutored by gurus. add Gerald Richter to the list since i use embperl at my place. sign me up right now if you can get their participation. "J. Horner" wrote: On Fri, 31 Mar 2000, Bill Jones wrote: How about calling it 'WebDev Scripting Conference' ? That

Re: Conditional compilation

2000-03-31 Thread Cliff Rayman
how about: require Module; cliff Shevek wrote: I run a server with a lot of modules, each of which defines a handler for one file type, processor or output type. Loading all of these immediately any new child starts is not cheap. Is there any way to do a conditional 'use' on demand of

Re: httpd coredumps

2000-03-31 Thread Cliff Rayman
was everything compiled from scratch with the same compiler? cliff rayman genwax.com Tobias Brox wrote: I've installed perl 5.6.0 + Apache 1.3.12 + modperl 1.22. An arbitrary request causes the httpd to core dump: $ telnet localhost 80 Trying 127.0.0.1... Connected to localhost. Escape

Re: How to keep Connection: Keep-Alive

2000-03-31 Thread Cliff Rayman
Connection: Keep-Alive Keep-Alive: timeout etc.. ?? cliff rayman genwax.com Jaime Teng wrote: Keep-Alive is a function of the web-server. There are no script changes involved to keep a connection alive. All you have to do on the server side is to enable Keep-Alive. See http://www.apache.org

Re: How to keep Connection: Keep-Alive

2000-03-31 Thread Cliff Rayman
my pages end in '.htm' but they are dynamically generated. cliff rayman genwax.com Jaime Teng wrote: At 04:05 PM 3/31/00 -0800, Cliff Rayman wrote: I just tested my keep-alive via telnet as you suggested. I am using embperl and mod_perl. I was able to make three separate requests

Re: How to keep Connection: Keep-Alive

2000-03-31 Thread Cliff Rayman
uot;MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 Directory /usr/local/apache/htdocs/ FilesMatch ".*\.html?$" SetHandler perl-script PerlHandler HTML::Embperl Options ExecCGI /FilesMatch /Directory PerlRequire conf/startup.pl --- snip --- cliff rayman

Re: How to keep Connection: Keep-Alive

2000-03-31 Thread Cliff Rayman
these are all generated thru embperl. cliff Jaime Teng wrote: At 04:48 PM 3/31/00 -0800, Cliff Rayman wrote: my pages end in '.htm' but they are dynamically generated. ps. are these ".htm" generated by perl? you mentioned embperl... I dont use embperl. I strictly use a

Re: How to keep Connection: Keep-Alive

2000-03-31 Thread Cliff Rayman
how are you sending your headers? $r-send_cgi_header OR $r-send_http_header('text/html'); is the child that serves the request surviving or is it dying directly after? cliff rayman genwax.com Jaime Teng wrote: At 05:05 PM 3/31/00 -0800, Cliff Rayman wrote: these are all generated thru

Re: [RFC] holding a mod_perl conference

2000-03-30 Thread Cliff Rayman
and the like. either make a mod_perl ONLY conference or stay attached to ApacheCon or the Perl Conference. cliff rayman genwax.com "J. Horner" wrote: On Thu, 30 Mar 2000, Stas Bekman wrote: First of all, why holding yet another conference, the answer is simple, we wan

Re: getting mod_perl working

2000-03-29 Thread Cliff Rayman
Anything in the error_log? cliff rayman genwax.com Quadrilateral I was wrote: I've been trying to get ePerl installed on a redhat system, and I seem to have narrowed it down to a problem with mod_perl and/or apache. Whenever I add a PerlModule statement to httpd.conf and try to restart

Re: Embperl configuration problem

2000-02-14 Thread Cliff Rayman
erl-script PerlHandler HTML::Embperl Options ExecCGI /Filesmatch /Location cliff rayman genwax.com Jasper Wong wrote: ... Alias /cgi-bin/ "/abc/cgi-bin/" Location /cgi-bin SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI

Re: [HTML::Embperl] It's late and I'm getting a very odd error

2000-02-10 Thread Cliff Rayman
try: [! use Apache::StoreFront; !] notice the semicolon. gerald has written about this before so you can find more details in the archives. cliff rayman genwax.com Jason Bodnar wrote: I'm losing it. I've written applications like this countless times but I'm doing something wrong. I've

Re: Pattern Matching kills loops?

2000-02-08 Thread Cliff Rayman
check the archives. some people were having a problem with the entire file being processed as one line instead of line by line. cliff rayman genwax.com Steven Clark wrote: I open the file needed for reading and then inside the loop whenever the first match occurs the loop is for some

Re: Apache::AuthCookie with multiple 'require' directives?

2000-01-27 Thread Cliff Rayman
ot allowed access", r-uri, user); ap_note_basic_auth_failure(r); return AUTH_REQUIRED; } - snip - cliff rayman genwax.com Ken Williams wrote: Hi, I'm looking at the AuthCookie code, getting ready to release a new version to CPAN. It looks to me like currently on

Re: efficiency questions (templates, regexes, db calls)

2000-01-26 Thread Cliff Rayman
did you check out? http://search.cpan.org/search?dist=HTML-Template this might do most of what you need, and handle some things you haven't thought of yet. cliff rayman genwax.com Steven Champeon wrote: Hi, gang. I'm working on my first serious mod_perl app, and have a few questions

TEST: ignore

2000-01-25 Thread Cliff Rayman
this is a test. cliff rayman genwax.com

OT: Not to be ignored :-) WAS Re: TEST: ignore

2000-01-25 Thread Cliff Rayman
it in a timely manner. cliff rayman genwax.com "Frank D. Cringle" wrote: Cliff Rayman [EMAIL PROTECTED] writes: this is a test. cliff rayman genwax.com Maybe it would assist Cliff in his efforts to be ignored if you removed him from the modperl mailing list. -- Frank Cringle,

TEST

2000-01-24 Thread Cliff Rayman
test - i have not received much traffic today. just testing the system. cliff rayman genwax.com

Re: horrible memory consumption

2000-01-19 Thread Cliff Rayman
/performance.html#Tuning_the_Apache_s_configuratio this ought to get you off to a good start. cliff rayman genwax.com Jason Terry wrote: Is there a way I can tell where my memory usage is going in an Apache child? I have a server that starts with acceptable numbers, but after a while it turns

Re: Embperl + Apache::Session

2000-01-12 Thread Cliff Rayman
to the port and do a get telnet www.domain.com 80 GET /path/to/page/with/embperl HTTP/1.0 that is two returns above, or better lwp-request -e 'http://www.domain.com/path/to/page/with/embperl|less You should see a SET-COOKIE header. cliff rayman genwax.com Andre Landwehr wrote: Hi, I am trying

Re: VirtualSellers.com TAME patent

2000-01-10 Thread Cliff Rayman
://www.businesswire.com/cgi-bin/f_headline.cgi?day3/200071089ticker=vdot cliff rayman genwax.com Bill wrote: Got the actual links for these? I'm interested in forwarding them to a colleague... - Bill Cliff Rayman wrote: looks like they submitted a patent for an embedded mark-up language

Re: VirtualSellers.com TAME patent

2000-01-10 Thread Cliff Rayman
ior art so they could nip this patent process in the bud. Once it becomes patented, it is much more expensive to fight than before a patent is issued. If Embperl gets taken out of circulation because of patent infringement, I have a lot of work to do in order to replace it. cliff rayman

Re: VirtualSellers.com TAME patent

2000-01-10 Thread Cliff Rayman
I forgot about Micro$oft and ASP, they could squash a patent like a bug. I tried to look up the patent but the database is only current through Jan 4th. I will check it out and report back when the actual patent is available. cliff rayman genwax.com Gerald Richter wrote: > I brought it up

Re: Comparing arrays

2000-01-05 Thread Cliff Rayman
_not_there, $_) unless exists $hash_one{$_}; } cliff rayman genwax.com Ed Phillips wrote: Really Dheeraj, This is not a mod_perl specific question, and I don't know the all important context into which this boilerplate code you are seeking to elicit from the list is to be dropp

Re: Tieing $q to $r

2000-01-04 Thread Cliff Rayman
: http://perl.apache.org/guide/perl.html#my_Scoped_Variable_in_Nested_S cliff rayman genwax.com "Arthur M. Kang" wrote: Trying to tie $q to $r so I can just pass around a single variable to subs. Not working too well... Getting frustrated... Getting ready to punch computer...

Re: Broken image appearance

1999-12-28 Thread Cliff Rayman
oing to http://perl.apache.org the answer to this particular problem can be found at the following: http://perl.apache.org/guide/config.html#Logical_g rouping_of_Location_Di good luck, cliff rayman genwax.com nagaraj wrote: This message was sent from Geocrawler.com by "nagaraj&qu

Re: embperl and html in sql problems (fixed msg)

1999-12-21 Thread Cliff Rayman
check out the following two links: http://perl.apache.org/embperl/Embperl.pod.2.html#EMBPERL_OPTIONS http://perl.apache.org/embperl/Embperl.pod.5.html#_escmode i think the options you need to set are in there. I have not tried them myself yet. cliff rayman genwax.com Reid Sutherland wrote

Re: IPC::SysV make test fails with 'test program seems to have generated a core'

1999-12-16 Thread Cliff Rayman
What is Apache-DBILogin-1.5 using IPC for? if it is semaphores - it is not going to work. looks like there is a bad arg length. I don't use that package so I am not sure what is in line 135 of Semaphore.pm but you might be able to modify it to work with Solaris. cliff rayman genwax.com "

Re: mod_perl + DSO + solaris problems

1999-12-16 Thread Cliff Rayman
check out the mail archive. there is alot of discussion on compiling solaris with DSO support. http://www.geocrawler.com/search/?config=182words=solaris+DSO cliff rayman genwax.com "Schlottke, Mirko (ARD-aktuell)" wrote: Hi! I've got some problems here in compiling mod_per

Re: Core dump on graceful restart.

1999-12-14 Thread Cliff Rayman
not sure, but this may be relevant: http://perl.apache.org/guide/troubleshooting.html#Evil_things_might_happen_when_us cliff rayman genwax.com "C. R. Oldham" wrote: Greetings, My Apache core dumps on graceful restart. I've noticed that it only happens after mod_perl pages ar

Re: silent failure when I try to use PerlRequire in httpd.conf

1999-12-13 Thread Cliff Rayman
that on the set args line as well so you are running the program with the same enviroment in gdb as when you run with apachectl. cliff rayman genwax.com Bill Marrs wrote: At 10:14 AM 12/11/99 -0800, Cliff Rayman wrote: Stas Bekman wrote: On Sat, 11 Dec 1999, Bill Marrs wrote: Hi

Re: silent failure when I try to use PerlRequire in httpd.conf

1999-12-13 Thread Cliff Rayman
? cliff rayman genwax.com Bill Marrs wrote: I tried "set args -X" in gdb, and the result was that the server worked fine. So, I guess the problem is related to starting the child servers. Prakash Kailasa's reply talks about what is probably the same thing that is happening to me.

Re: Embperl, input type=image, and binary output

1999-12-13 Thread Cliff Rayman
. these restrictions just need to be more well documented, and the work arounds provided as part of the documentation. cliff rayman genwax.com

Re: Win32+modperl+EmbPerl - some questions ...

1999-12-13 Thread Cliff Rayman
I use it from linux without a problem. I think the problem had to do with dynamic libraries. It is probably in the faq. cliff rayman genwax.com "Eric L. Brine" wrote: 'use HTML::Embperl' ( startup.pl) both don't work! Is this a special "Win32-behaviour"? I might be

Re: silent failure when I try to use PerlRequire in httpd.conf

1999-12-11 Thread Cliff Rayman
f /path/to/alternate/serverconfig_ifneeded.conf run it should blow up! then, bt this will show you a backtrace of what was happening when it blew up. post that to the list and we may be able to come up with some better guesses as to the problem. make sure to include versions of apache, mod perl and perl. hop

modification to the guide

1999-12-11 Thread Cliff Rayman
: cd /home/httpd/perl mv rel old mv beta rel sleep 3 restart this way if something blows up, then rest of the commands do not get executed. cliff rayman genwax.com

Re: ASP Cookieless Sessions (WAS Re: Apache::ASP)

1999-12-10 Thread Cliff Rayman
. in this case we would have to rely on the first HTTP_REFERER from a non SSL page, and then back to mangled URL's or hidden fields (we know we are using a form or we wouldn't need SSL). cliff rayman genwax.com "Randal L. Schwartz" wrote: "Serge" == Serge Sozonoff [EMAIL PROTEC

Re: simple xml parsing within html

1999-12-09 Thread Cliff Rayman
The HTML::Parser is written by Gisle Aas. I think he is more than well aware of the ABC's of programming as you laid them out here - the ones that made sense anyways. || ;--(()) cliff rayman genwax.com "G.W. Haywood" wrote: Hi all, On Wed, 8 Dec 1999, Alex Menendez wrote in th

Re: simple xml parsing within html

1999-12-08 Thread Cliff Rayman
I read either on this list or another that the author of HTML::Parser was rewriting it to gain additional speed. There may be a beta version somewhere you can try. Check CPAN. cliff rayman genwax.com Alex Menendez wrote: hello, all I currently have developed a dynamic content engine

Re: The Spirit of the... Mailing List

1999-11-26 Thread Cliff Rayman
something as powerful and complex as mod perl working for them effectively and they need to use a simpler solution. thanks to Stas for the Guide. cliff rayman genwax.com Stas Bekman wrote: Well, lately there was a lot of frustration expressed by some of the folks, and I could guess

Re: Installation help

1999-11-24 Thread Cliff Rayman
that errors means that mod-perl is NOT installed in your http server. somewhere you skipped an installation step. if it were me - I'd start from step one and try it again. cliff rayman genwax.com [EMAIL PROTECTED] wrote: I'm trying to setup ASP to work on apache, and as far as my

Re: How to run a secure mod_perl ?

1999-11-24 Thread Cliff Rayman
, cliff rayman genwax.com "Martin A. Langhoff" wrote: hi mod_perl gurus, I'm currently in dire problems (read sh*t): - In one week my Embperl powerd site debuts. - Just now, my webmaster tells me that I can't use Embperl _nor_ ePerl. Previously he had told me to

Re: this might be an obvious one ...

1999-11-24 Thread Cliff Rayman
check out the following section in the guide. it will answer your questions. if found it by doing a search on "will not stay shared at" in the guide search box: http://www.perlreference.com/mod_perl//guide/porting.html#Exposing_Apache_Registry_secret dave_dunstan wrote: I'm pretty new to

Re: Installation help

1999-11-24 Thread Cliff Rayman
should not eliminate the php install. perhaps someone who has done it has more specific info. cliff rayman genwax.com [EMAIL PROTECTED] wrote: Cliff, thanks, and I did that, and now here is what i get for the error when I recompile the apache, can you help. Thanks this is just a part

embperl-intermittant sig11 seg faults

1999-11-17 Thread Cliff Rayman
it myself - everything runs great. any help greatly appreciated. cliff rayman genwax.com === here is my config - Server: Apache/1.3.9 (Unix) mod_perl/1.21 mod_ssl/2.4.8 OpenSSL/0.9.4 Embperl 1.2b11 Linux www.genwax.com 2.0.36 #1 Mon Dec 7 03:44:15 PST 1998 i686 unknown Summary

Re: Embperl [- -] annoyance

1999-11-09 Thread Cliff Rayman
embperl escape character? okay I'm reaching here. something like ]] to indicate - ignore the next embperl character. so something ugly like [- $testdata=~m![^]]-]+!; -] could work. but you're right the \55 is much cleaner and easier to read. cliff rayman genwax.com Gerald Richter wrote

Re: No-Cache Question ?

1999-10-29 Thread Cliff Rayman
I use the following with regular headers, but try it with err headers to see if it works as well: $r-err_header_out("Pragma","no-cache"); $r-err_header_out("Cache-control","no-cache"); cliff rayman genwax.com Naren Dasu wrote: Hi,

Re: httpd.conf problem.

1999-10-08 Thread Cliff Rayman
e{"/cgi-bin/printenv"}="/cgi-bin/slave.pl [PT]"; cliff rayman genwax.com Michael Hall wrote: On Fri, Oct 08, 1999 at 04:25:39PM +0200, Terje Malmedal wrote: Inside a Perl section I want to configure mod_rewrite dynamically, this works: $RewriteRule = "/cgi-bin/p

Re: Guide addition?

1999-10-07 Thread Cliff Rayman
make __DATA__ available to which subroutine?? only way I can think to do that effectively is: read the data, write it to a temporary file, watching our for any security concerns, and replace the standard DATA file handle with on that is opened to the temporary file that was written. cliff

Re: Embperl-1.2b9 and Apache:Session - Test failed

1999-10-05 Thread Cliff Rayman
you can check the archives - but I believe you have to run Apache::Session 1.02 with Embperl 1.2b9 until Apache::Session 1.04 comes out with Embperl-1.2b10. cliff rayman genwax.com Martin Holz wrote: I have problems installing Embperl-1.2b9, when Apache::Session 1.03 is installed. When

Re: embperl-intermittant sig11 seg faults

1999-01-17 Thread Cliff Rayman
if you need more info on how to reproduce it - let me know. Gerald Richter wrote: PROBLEM SOLVED. Fine :-) the values for $req_rec in the page and in the subs started out the same and then shifted after a period of time. That was my suspicion... I now pass in the $req_rec from

Re: embperl-intermittant sig11 seg faults

1999-01-15 Thread Cliff Rayman
rdrrtn("http://www.genwax.com/candle_orders/cart.htm"); return; } } -] etc.. thanks for the help, cliff rayman genwax.com Gerald Richter wrote: I am getting losts of SIGV 11 VIOLATIONS. I have been pulling my hair out for several weeks. It does not ha

Re: HTML::Embperl 1.2.0

1999-01-15 Thread Cliff Rayman
TRY: [$ if( $#ffld1 ) $] cliff rayman genwax.com "Erich L. Markert" wrote: Just upgraded to v1.2.0 from 1.1.1 and ran into a problem. I have a document that contained an if else statement that basically checked to see if there were any parameters being passed. [$ if( ! def