Re: problems with sessions and upgrading

2002-10-02 Thread ___cliff rayman___
Gerald Richter wrote: OLD STUFF: redhat 5.2, 2.0.36 kernel, 1.3.6 apache, 1.21 mod_perl, perl 5.005_02, apache session 1.04 and a storable of 0.63, embperl 1.2.b10, file system sessions and locking data. NEW STUFF: redhat 5.2, 2.0.36 kernel, 1.3.26 apache, 1.27 mod_perl, perl

Re: problems with sessions and upgrading

2002-10-02 Thread ___cliff rayman___
hi perrin, yes, i did read the discussion with interest a few months back regarding what should be stored in a session and what in the back end database. customer and order data is properly stored in a secured back end system. the cart contains data that i want to keep for 30 days, such as

problems with sessions and upgrading

2002-09-30 Thread ___cliff rayman___
OLD STUFF: redhat 5.2, 2.0.36 kernel, 1.3.6 apache, 1.21 mod_perl, perl 5.005_02, apache session 1.04 and a storable of 0.63, embperl 1.2.b10, file system sessions and locking data. NEW STUFF: redhat 5.2, 2.0.36 kernel, 1.3.26 apache, 1.27 mod_perl, perl 5.6.1, apache session 1.54, apache

Re: mod_perl on Mac OSX

2002-08-14 Thread ___cliff rayman___
the perl.apache.org site has all the answers. the guide is on line. your answer is here: http://perl.apache.org/docs/1.0/guide/install.html#Testing_via_a_CGI_script Pierre Vaudrey wrote: Hi, I'm new to the list . I'm trying to configure mod_perl on the built-in Apache server of my Mac OSX

Re: Weird problem with cookies on Netscape with apache running a virtualhost

2002-07-12 Thread ___cliff rayman___
Chris Pizzo wrote: $r-headers_out-set('Set-Cookie',$cc); $r-headers_out-set('Set-Cookie',$c); should this second one be? $r-headers_out-add('Set-Cookie',$c); i didn't get a chance to try it, but it should be easy to try.

Re: Setting Cookies

2002-06-13 Thread ___cliff rayman___
ok - here is something ugly - off the top of my head. when a user submits without a cookie, or a cookie that u do not recognize: 1) Set-Cookie for the proper domain (i.e. .rhythym.com) 2) redirect them to the requested page, but with a fully qualified host/domain (i.e.

Re: mod_perl netscape problem

2002-06-03 Thread ___cliff rayman___
there is a bug in the proxy server for apache_1.3.24. i am not familiar with mandrake, but hopefully they have an upgrade. if not, you will need to rebuild from source rpms and apply this patch. http://apache.valueclick.com/dist/httpd/patches/apply_to_1.3.24/proxy_http1.1_chunking.patch

Re: Zero response, proxy error

2002-04-10 Thread ___cliff rayman___
BTW We wanted to use same apache for testing beta site along with the live one. The perl modules used have the same name but are for different virt. hosts, have different locations and different content and the errors (getting content from beta modules when asking for live site) are probably

Re: Thanks and GoodBye

2002-04-08 Thread ___cliff rayman___
i have a set of detailed plans that allows for a mod_ssl front end with mutliple backends, of which i have built mod_perl and mod_php. this version works in a virtualhost environment (i did not setup the php for virtualhost, but that is trivial). it has not yet been tested in a heavy production

proxy front to modperl back with 1.3.24

2002-04-05 Thread ___cliff rayman___
i had trouble using a proxy front end to both a mod_perl and mod_php back end servers. this works fine for me at 1.3.23, so I reverted back to it. i copied the httpd.conf files from the 1.3.24 to my downgraded 1.3.23 and everything worked correctly on the first try. i was getting garbage

Re: proxy front to modperl back with 1.3.24

2002-04-05 Thread ___cliff rayman___
Thomas Eibner wrote: There are some few messages concerning the problem a while ago either on this list or the dev@httpd list. http://msgs.securepoint.com/cgi-bin/get/apache0204/1/3.html etc. thanks - it must have been a bad googling day yesterday since i did not come up with this info.

Re: AddModule mod_perl.c

2002-03-27 Thread ___cliff rayman___
Perrin Harkins wrote: (Anyone know if mod_ssl somehow forces you to use DSO?) it doesn't force you to use DSO. i recently built a new server set-up using mod_proxy/mod_ssl on the front end, and two different back ends, one with mod_perl, and the other with mod_php. the server is set-up to

Re: How to get two perl namespaces in apache

2002-03-26 Thread ___cliff rayman___
Thomas K. Burkholder wrote: run them in two different environments - I don't think running them on two different virtual servers is going to do it, right? Doesn't apache just start one perl runtime? Please tell me if I'm mistaken about there is only one interpreter, so running a module

Re: [OT-ish] Session refresh philosophy

2002-02-20 Thread ___cliff rayman___
Rob Nagler wrote: [EMAIL PROTECTED] writes: Looking at CGI::EncryptForm that Perrin mentioned, it appears that that module would address this concern by storing client-side in a single encrypted string that gets put in one hidden form variable. That also avoids having to verify more

Re: [OT] Really need Comments! very strange bug that happens only on Linux.

2002-02-19 Thread ___cliff rayman___
yes - this is VERY off topic for a mod_perl mailing list. remember, computers are binary machines. your 323.82 was not stored like you might think. the computer approximated using binary math. when you scaled it four places to the left, you saw the results of the approximation. FreeBSD

Re: modperl growth

2002-02-04 Thread ___cliff rayman___
one more guess - in the group of guesses. ;-) perhaps redhat or another popular distro is configuring standard with mod_perl (i use redhat, but i always hand select my packages). if this is the case, then the banner will show mod_perl, even if the user has no idea what it is, and it is not in

Re: mod_perl Developer's Cookbook

2002-01-31 Thread ___cliff rayman___
ordered my today through the website (puts a little extra money in the hands of mod_perlers: http://www.modperlcookbook.org/ cliff Matt Sergeant wrote: My copy just arrived! I'll try and get through most of it as fast as I can and post a review. Congrats Geoff, Paul and Randy. Looks great

New mod_perl name was [Re: New mod_perl Logo]

2002-01-29 Thread ___cliff rayman___
how about Everest? Niagara? Multiphase? Slipstream? DigiServer? Pointillion? Web Mammoth? SharpWeb? Web Enterprise? EnterWeb? Ged Haywood wrote: Hi there, On Tue, 29 Jan 2002, Chris Thompson wrote: mod_perl is a lousy name. [snip] mod_perl needs a name. Something marketable,

Re: Apache.pm failed to load!.

2002-01-21 Thread ___cliff rayman___
first off, that looks like a spanking brand new version of apache but an older version of mod_perl. you will probaby be happier with mod_perl-1.26 what happens when you try the following from the command line? perl -MApache -e 1 Rasoul Hajikhani wrote: Folks, After installing mod_perl-1.25

Re: How to handle die

2002-01-19 Thread ___cliff rayman___
Mithun Bhattacharya wrote: Before anyone suggests it - no I cant move to EmbPerl or Mason or anything else. ok ePerl can be found as Apache::ePerl on cpan or http://www.engelschall.com/sw/eperl/ . I wouldnt know if Engelschall is on this list but if he is - feedback would be highly

Re: META tags added as HTTP headers

2002-01-18 Thread ___cliff rayman___
hmmm - you are still using lwp. here is a 1.0 protocol result via telnet: [root@w7 /root]# telnet www.apache.org 80 Trying 64.125.133.20... Connected to www.apache.org. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.1 200 OK Date: Sat, 19 Jan 2002 00:37:03 GMT Server: Apache/2.0.28 (Unix)

Re: mod-perl, modules and initializations

2002-01-07 Thread ___cliff rayman___
the guide is your friend: http://perl.apache.org/guide Dave Morgan wrote: What is the difference between how a BEGIN block and an anonymous block http://thingy.kcilink.com/modperlguide/porting/BEGIN_blocks.html Another problem is when I try to build a SELECT HTML element

Re: Need Some Help

2002-01-04 Thread ___cliff rayman___
here is the learning guide and the bible. Learning Perl http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0596001320vm= Programming Perl http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0596000278vm= make sure you get third editions for both! here are relevant sources on

Re: require -- Mason vs embperl

2001-12-19 Thread ___cliff rayman___
Lihn, Horng-Twu wrote: Kee, This helps. But if I have to do this in very page, isn't this post a serious problem to the memory consumption? Or not? in what way? - u either need the code, or u don't. if u don't need all of it, split it into smaller pieces. -Steve Maybe I'm missing

Re: [OT] Re: Multiple Sites

2001-12-05 Thread ___cliff rayman___
(Though, it's always seemed to me that it might be a decent design to have *one* vhost dedicated to accepting payments for the other vhosts... so when the user is ready to close the deal they get kicked to payment.super_secure.com where they're asked for the credit card info to finish

Re: too many files open

2001-12-03 Thread ___cliff rayman___
are you sure the new system's OS has a large enough open files parameter? on linux this could be modified by the parameters /proc/sys/fs/file-max /proc/sys/fs/inode-max it am sure it is different on bsd, solaris etc.. John Michael wrote: Hi I use the perl sub below to create thumbs with

OT: Re: Perl and Microsoft Excel?

2001-11-29 Thread ___cliff rayman___
fyi - this is off topic since it does not have anything to do with mod_perl in particular. you should really ask on: news://comp.lang.perl.modules or one of the other newsgroups: news://comp.lang.perl.moderated news://comp.lang.perl.misc or on this helpful website: http://www.perlmonks.org/

Re: eval error

2001-11-07 Thread ___cliff rayman___
verify that Apache/Gateway00.pm has a true value at the end of the module. usually this looks just like this at the end: 1; if not, then u can add it if this is an in house module. if not, find out what gives from the module author. David wrote: Hello, I am getting this error message. Can

OT: Re: cgi to mod_perl question

2001-10-16 Thread ___cliff rayman___
Brice D Ruth wrote: What is the difference between doing the following: close( $server ); functional interface. flush and close the file handle for this instance of the program. # $server-close(); object interface - same as above. # $server-shutdown(); object interface. cause

OT: Re: cgi to mod_perl question

2001-10-16 Thread ___cliff rayman___
for. cliff Brice D Ruth wrote: Why OT? I have a script that works under IIS/5 using CGI Perl that doesn't work under Apache with mod_perl - I'd say that's on-topic for this list! -Brice ___cliff rayman___ wrote: Brice D Ruth wrote: What is the difference between doing the following

Re: [patch] overriding per directory PerlSetEnv (including bugreport)

2001-10-05 Thread ___cliff rayman___
: Couldn't you do the same thing by reversing the ordering of your Directory entries... On Thu, 04 Oct 2001 10:43:31 -0700, ___cliff rayman___ [EMAIL PROTECTED] wrote: i don't think it is supposed to work this way according to the apache documentation. if you want the most specific (longest

Re: [patch] overriding per directory PerlSetEnv

2001-10-04 Thread ___cliff rayman___
i don't think it is supposed to work this way according to the apache documentation. if you want the most specific (longest) one to take precedence, put it before the shorter one in the config file. the relevant documenation is here: http://httpd.apache.org/docs/sections.html YAMAMOTO Kengo

Re: Problem with Content-Type

2001-09-25 Thread ___cliff rayman___
add the line shown write above your Files section. you have to tell the browser the mime-type. apache will do this for you, as long as you add the proper directive to do so. Matt Juszczak wrote: Hello all, I recently compiled ModPerl into Apache and added the following to my httpd.conf:

Re: [ANNOUNCE] TicketMaster.com sponsors mod_perl development

2001-09-24 Thread ___cliff rayman___
i am not sure what they are using mod_perl for. i was there trying to buy tickets to the britney spears concert (for my daughter) and the servers appeared to be windowsNT. what a nightmere. hopefully stas will be able to improve their software as well as mod_perl 2.0 Daniel wrote: Wow, good

Re: Calling mod_perl handler from .htaccess file

2001-09-20 Thread ___cliff rayman___
perhaps you can try: use CGI::Carp qw(fatalsToBrowser) also, checkout the guide: http://perl.apache.org/guide/debug.html#Code_Debug especially the section: Using Apache::FakeRequest to Debug Apache Perl Modules which may be helpful in this case. Chris Brooks wrote: Good morning all, I

Re: memory leaking with closures

2001-09-06 Thread ___cliff rayman___
Alex Krohn wrote: Hi, With this simple test script: print Content-type: text/html\n\n; my $var = 'x' x 50; our $var = 'x' x 50; my $sub = sub { my $sub2 = sub { $var; }; }; print Done\n; $var does not get freed, and the process grows each request. Has anyone seen this sort

Re: PerlModule Error

2001-08-23 Thread ___cliff rayman___
and what do the error logs say? Rasoul Hajikhani wrote: I know this question will sound primitive to most of you, however, I have this nagging error which won't go away. In my httpsd.conf, I have declared PerlModule MY::Perl::Control::WebAccess which I know is where it is supposed to be.

Re: URI::URL - problem

2001-08-21 Thread ___cliff rayman___
and embperl will need to be patched: 'use URI::URL' in all places where its objects are created and it's methods are being called. hope this helps, ___cliff rayman___ wrote: this is not a good fix. i went to build embperl, and got the same URI::URL warnings when it attempted to test with mod_perl

Re: mod_perl install for win32

2001-08-21 Thread ___cliff rayman___
Jeremy Howard wrote: Steven Sajous wrote: From: Jeremy Howard [mailto:[EMAIL PROTECTED]] Steven Sajous wrote: referring to nmake with VC++ It comes with it? I don't see it Yes it does. Run the batch file Robert mentioned and it'll work from the command line. You can also

Re: URI::URL - problem

2001-08-20 Thread ___cliff rayman___
i had the same problem - i was able to fix it by performing the following patches. not sure how it is supposed to work without the patches. so, either something is wrong with our two configurations or something is wrong with 1.26. usually i'd believe the former, but 1.26 has only been out for 2

Re: URI::URL - problem

2001-08-20 Thread ___cliff rayman___
::URL -e 'print $URI::URL::VERSION\n' which returns 5.02. This is perl, v5.6.1 built for i686-linux Server: Apache/1.3.20 (Unix) mod_perl/1.26 mod_ssl/2.8.4 OpenSSL/0.9.6b i'll have to do some more looking tomorrow. ___cliff rayman___ wrote: i had the same problem - i was able to fix

Re: 2 problems with mod_perl/Apache::DBI

2001-08-06 Thread ___cliff rayman___
startup.pl cannot be run from the command line when it contains apache server specific modules. Jaye Mathisen wrote: uwb-02-chroot# uname -a FreeBSD uwb-02.cdsnet.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Aug 3 11:43:20 PDT 200 uwb-02-chroot# perl -v This is perl, v5.6.1 built for

OT: Re: RewriteRule Proxy problems

2001-07-30 Thread ___cliff rayman___
Perrin Harkins wrote: In my lightweight httpd.conf, I have: RewriteRule ^/(.*)\.asp http://66.33.85.239/$1.asp [p] If I go to http://www.buildreferrals.com/rotatorstats.asp, it gets proxy'd correctly. But if I go to http://www.buildreferrals.com/rotatorstats.asp?login=pmak0

Re: Santitizing errors with mod_perl

2001-07-27 Thread ___cliff rayman___
perhaps the escaping is not getting done properly. is there a '[' in $OK_CHARS? can we see what the definition of $OK_CHARS looks like? also, for debugging - print the value of $OK_CHARS on the line directly above the first substitution. this will tell us if it is getting stepped on somewhere

Re: UNSUBSCRIBE?????????????

2001-07-26 Thread ___cliff rayman___
turn on your mail headers. everything you need to know is in there. if you are not getting properly unsubscribed, perhaps your email address in the netscape preferences is not the same one as you subscribed as. you should be able to discern the correct e-mail address from the Return-Path

Re: Appending Sessionid to all the urls

2001-05-24 Thread ___cliff rayman___
i'd still use a cookie to indentify the user. why not include the client id as part of the submission from the browser. it is easy to keep detailed data in the cookie separate for each client $sessionData{$clientKey}{$clientDataStuff}=$in{DATAKEY} Stuart Frew wrote: This is an even more

Re: mod_perl and 700k files...

2001-05-09 Thread ___cliff rayman___
Morbus Iff wrote: Ahhh. Ok. What's this $SIG{'USR2'} thingy. What's that do? has changed. Am I supposed to do some checking against the file -M time myself, and then send a USR2 signal myself? yes. this method assumes that the administrator of apache has made a change to a file and now

Re: vhost and mod_perl

2001-05-07 Thread ___cliff rayman___
check out this section in the guide: http://thingy.kcilink.com/modperlguide/config/A_Script_From_One_Virtual_Host_C.html Bird Lei wrote: I use vhost_alias_module to set up subdomains for different users. -- at my httpd.conf VirtualDocumentRoot /home/%-4/web And use Apache::Registry to run

OT: Re: glimmer of hope -- cookies: www.host.tld vs host.tld

2001-05-02 Thread ___cliff rayman___
u can also use the rewrite engine - for our domain genwax.com: RewriteCond %{HTTP_HOST}^genwax\.com$ [NC] RewriteRule ^(.+) http://www.genwax.com$1 [R,L] notice that it also makes sure to convert any case such as: GeNwAx.com to www.genwax.com -- ___cliff [EMAIL

Re: glimmer of hope -- cookies: www.host.tld vs host.tld

2001-05-02 Thread ___cliff rayman___
Rob Bloodgood wrote: Or at the very least, two segments thereof: domain=.org.tld --- lots of snippage --- you have it right at the top. assuming you are operating in org.tld, so www.org.tld and modperl.org.tld are valid boxes, then you send the domain string as .$domain. This

Re: deprecated our() indicated in perldoc of Getopt::Std

2001-04-20 Thread ___cliff rayman___
1) 'our' is not deprecated. it is new. i know it was in 5.6.0, not sure if it was in earlier than that. u can check the CHANGES file to see exactly when it was added. 2) this is really a perl question, not a mod_perl question. next time try one of the following for perl related help:

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

2001-04-16 Thread ___cliff rayman___
checkout the following link: http://www.geocrawler.com/archives/3/182/2000/3/0/3377287/ the search engine at: http://www.geocrawler.com/lists/3/Web/182/0/ is your friend. -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Brian wrote: It's all written, only problem is the mod_rewrite

Re: Run away processes

2001-04-04 Thread ___cliff rayman___
i think that it should be: warn "\$class=$class can't \$UNIVERSAL::AUTOLOAD=$UNIVERSAL::AUTOLOAD!\n"; leads to less grepping and a quicker understanding of the problem. -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Aaron Johnson wrote: So should the entry in the Guide be rewritten to:

Re: Getting MAC address

2001-03-21 Thread ___cliff rayman___
you can only get a MAC address for those machines which are on your same subnet. if you are using linux/unix try: arp sorry - but there is no reliable way to identify machines across the internet. that is why there are 'cookies'. intel tried to make this possible by embedding a number into

Re: Newbie Questions

2001-03-09 Thread ___cliff rayman___
julie wang wrote: replace that with if it is advise not to do so when using mod_perl?? The FAQ suggests using "goto" kind of statement. I rather not use that. What other alternatives do I have? Thanks! which FAQ suggested a goto statement? if u are thinking that something like: return

[OT] Re: wheris @INC defined ?

2001-03-07 Thread ___cliff rayman___
that's Config.pm. which one of the variables would u change? sitelib and sitearch?? -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Paul Cotter wrote: To: "Henri Delebecque" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] "Henri" == Henri Delebecque [EMAIL PROTECTED] writes: Henri

Re: Forbidden access

2001-03-06 Thread ___cliff rayman___
"Wang, Pin-Chieh" wrote: Hi, I build Apache_1.3.14 with mod_perl-1.25 on RedHat Linux 7.0 with DSO. Initially both server-status and server-info works fine, but some how both of these pages denied my display request.(403 Forbidden ) I have checked httpd.conf where I have Location

Re: wheris @INC defined ?

2001-03-06 Thread ___cliff rayman___
i believe it is originally defined at compile time. do a: perl -V and it will show you the compiled in perl lib locations.. you can place this at the top of your code b4 the other use directives: use lib "/u/richm/QXZ-OSF/nsPerl5.005_03/lib/alpha-dec-osf.../webmaster/apache_1.3.19"; and it

Re: apache question...

2001-02-28 Thread ___cliff rayman___
i would use mod_rewrite, but, since this is a mod_perl forum, i have to suggest that u write a mod_perl transhandler that does a redirect. -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Joseph Crotty wrote: I am set up on apache_1.3.14/mod_perl currently, however, have an older

Re: files with same ext, but different handler based on partial name

2001-02-26 Thread ___cliff rayman___
check out: http://www.apache.org/docs-2.0/mod/core.html#filesmatch make sure you also see the "see also". ;-) by the way, this is standard apache configuration stuff that has nothing to do with mod_perl. -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Surat Singh Bhati wrote: Hi,

Re: [OT] SSL ,Apache Keep alive

2001-02-22 Thread ___cliff rayman___
this is no longer a mod_perl question but, check out: http://www.modssl.org/docs/2.8/ssl_reference.html#ToC5 - SSLSessionCache i'm am far from an SSL expert, but this should help minimize the SSL authorization overhead. -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Sachin Lakhanpal

Re: Segfault: apache-1.3.17+modperl-1.25

2001-02-14 Thread ___cliff rayman___
did u compile the perl, apache and mod_perl all with the same compiler, assembler and linker?? you may want to search in the archives: solaris dso sigsegv i remember quite a few issues a while back. hth, -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Gary Algier wrote: My children are

Re: Redirection Location MUST be absolute (was Re: Send a cookie, AND a redirect ?)

2001-02-08 Thread ___cliff rayman___
you are supposed to be able to use: base href="/foo/bar/fred.html" which changes the base of the document. if u really wanted to use internal redirects, you would have to insure that all documents contained this tag, or filter the page and include it yourself. of course this is just a spec,

Re: Redirection Location MUST be absolute (was Re: Send a cookie, AND a redirect ?)

2001-02-08 Thread ___cliff rayman___
___cliff rayman___ wrote: you are supposed to be able to use: base href="/foo/bar/fred.html" make that: base href="http://host.mydomain.net/foo/bar/fred.html" which changes the base of the document. if u really wanted to use internal redirects, you would hav

Re: Translation handler continuous loop problem

2001-01-31 Thread ___cliff rayman___
you will probably need to post the handler if you want any help with it. "Sinclair, Alan (CORP, GEAccess)" wrote: I have just installed a mod_perl URI translation handler to extract a session id from the URI. In general the translation works correctly by removing the session id from the URL

Re: Apache Version 1.3.0 required, aborting... You need mod_perl 1.24_01 , or later to build with Apache 1.3.14

2001-01-27 Thread ___cliff rayman___
ged - you are just plain wrong here. the error message is very clear. u just need to install apache 1.3.0. to hell with bugs and security problems. newer software is just bloated and cpu hungry anyways. well, now i'll get pack to my port of perl 4, mod_perl, and apache 1.3.0 for the TRS-80.

Re: Here's patch to make mod_perl-1.24 work with apache_1.3.14

2001-01-18 Thread ___cliff rayman___
you just needed mod_perl-1.24_01. you can get it at: http://perl.apache.org/dist/ apparently the underscore in the patch level keeps it from showing up as the latest release in CPAN. cliff Dave Dykstra wrote: I'm not subscribed to this mailing list, but I searched the archives for this

killing of greater than MaxSpareServers

2001-01-17 Thread ___cliff rayman___
here is an excerpt from httpd.h: /* * (Unix, OS/2 only) * Interval, in microseconds, between scoreboard maintenance. During * each scoreboard maintenance cycle the parent decides if it needs to * spawn a new child (to meet MinSpareServers requirements), or kill off * a child (to meet

Re: killing of greater than MaxSpareServers

2001-01-17 Thread ___cliff rayman___
server was designated for Apache only, or set it to a higher value if it were a multipurpose machine. mod_perl/apache and paging/swapping just don't mix. Perrin Harkins wrote: On Wed, 17 Jan 2001, ___cliff rayman___ wrote: here is an excerpt from httpd.h: Good reading. Thanks. It looks

Re: killing of greater than MaxSpareServers

2001-01-17 Thread ___cliff rayman___
, rather than the number of requests that it served. Perrin Harkins wrote: On Wed, 17 Jan 2001, ___cliff rayman___ wrote: i and others have written on the list before, that pushing apache children into swap causes a rapid downward spiral in performance. I don't think that MaxClients is the right

Re: killing of greater than MaxSpareServers

2001-01-17 Thread ___cliff rayman___
i think its worth posting to the list. it will be forever in the archives when someone needs it. thanks! Balazs Rauznitz wrote: On Wed, 17 Jan 2001, ___cliff rayman___ wrote: i and others have written on the list before, that pushing apache children into swap causes a rapid downward

Re: setting lib for mod_perl installation

2001-01-15 Thread ___cliff rayman___
did u check out this section in the guide yet? http://perl.apache.org/guide/install.html#Installation_Without_Superuser_P cliff Dave Armstrong wrote: I just moved from dedicated to virtual hosting sigh, and was wondering how to configure mod_perl to install the modules to a private lib,

Re: connecting apache to mysql

2001-01-10 Thread ___cliff rayman___
not irrelevant, and well covered here: http://perl.apache.org/guide/databases.html hth, -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Al Abdullaev wrote: Sorry guys for irrelevant question, but where can I find guide how to connect apache server to mysql database? thanks a lot.

Re: mod_perl-1.24 / apache-1.3.14 problem

2001-01-08 Thread ___cliff rayman___
hmmm. i checked CPAN about a month ago, and they had the new version. i believe CPAN is actually a bunch of mirrored sites that the dns redirects to. I wonder if the one you ended up getting is not getting properly mirrored? Mike Hanafey wrote: Thanks for the replies. Next time I will not

Re: mod_perl-1.24 / apache-1.3.14 problem

2001-01-05 Thread ___cliff rayman___
u need mod_perl-1.24_01 for apache-1.3.14 u might have saved yourself some patching :-) Mike Hanafey wrote: The httpd.h file in apache-1.3.14 has apparently changed. I hacked the following changes to mod_perl-1.24 to fix things (it's the same change in two files). Without the change

Re: the edge of chaos

2001-01-04 Thread ___cliff rayman___
i see 2 things here, classic queing problem, and the fact that swapping to disk is 1000's of times slower than serving from ram. if you receive 100 requests per second but only have the ram to serve 99, then swapping to disc occurs which slows down the entire system. the next second comes and

Re: Undefined subroutine

2000-12-28 Thread ___cliff rayman___
it's telling you to search the guide at: http://perl.apache.org/guide/ check out in particular: http://thingy.kcilink.com/modperlguide/troubleshooting/Undefined_subroutine_Apache_RO.html Barry Veinotte wrote: Undefined subroutine Apache::ROOT::cgi_2dbin::ads1::ads_2epl::handler called at

Re: problems with make test, server not starting

2000-12-28 Thread ___cliff rayman___
try: make kill_httpd sleep 5 make test Richard wrote: the error log ~ [Thu Dec 28 21:33:14 2000] [crit] (98)Address already in use: make_sock: could not bind to port 8529 ~ -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/

Re: Apache Version 1.3.0 required, aborting...

2000-12-27 Thread ___cliff rayman___
___cliff rayman___ wrote: perhaps doug or someone with the proper authentication can s/authentication/authorization/ move the mod_perl-1.24 version into the old directory on: http://perl.apache.org/dist/ cpan looks like it is up to date and only shows the 1.24_01 version. Stas Bekman

Re: Shopping Store design

2000-12-27 Thread ___cliff rayman___
here are a couple i know about - no personal experience however, i prefer homebrew :-)) http://www.zelerate.com/html/eng/home.shtml http://www.extropia.com/products.html The Doctor wrote: Needed : Perl programmes for a 'member' Shopping cart site that would do the following: Authenticate

Re: Apache 1.3.14 build

2000-12-05 Thread ___cliff rayman___
you need version 1.24_01 to use apache 1.3.14 http://perl.apache.org/dist/mod_perl-1.24_01.tar.gz "Wang, Pin-Chieh" wrote: I am trying to build apache v.1.3.14 with Mod_perl v. 1.24 using APACI I am using Perl 5.6 build 620 - the latest I ran perl Makefile.PL under mod_perl-1.24 directory

Re: help!

2000-12-01 Thread ___cliff rayman___
check out the perl guide at: http://perl.apache.org/guide also, you can search through the mail archives at: http://www.geocrawler.com/lists/3/web/182/0/ you might have compiled as a DSO and not used the same compiler, or compiler parameters. -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/

Re: Problems on installation...

2000-11-28 Thread ___cliff rayman___
yes - in order to use apache 1.3.14 you need mod perl 1.24_01 which you can get from here: http://perl.apache.org/dist/ enjoy, -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ don carnage wrote: Hello all -- I recently downloaded apache 1.3.14 and mod perl 1.24 and received the

Re: Dealing with spiders

2000-11-11 Thread ___cliff rayman___
Robin Berjon wrote: But on a related issue, I got several logfiles corrupted because I log user-agents there and some seem to use some unicode names that confuse Apache and convert to \n. Does anyone else have this problem ? I don't think it could lead to server compromission, but it's never

Re: PerlRun StatInc perl5_00405

2000-11-08 Thread ___cliff rayman___
here is something that occurred to me, but it is untested, and could be plain foolish. place a file named warnings.pm in your 5_00405 include path that contains the infamous: 1; this may help to quiet StatInc. Chris Strom wrote: No, I don't have warnings.pm. It is only included in 5.6. We

Re: Dealing with spiders

2000-11-06 Thread ___cliff rayman___
Bill Moseley wrote: But it's amazing how many are just lame in that they take perfectly good HREF tags and mess them up in the request. For example, every day I see many requests from Novell's BorderManager where they forgot to convert HTML entities in HREFs before making the request.

Re: how to really bang on a script?

2000-10-28 Thread ___cliff rayman___
"Christopher L. Everett" wrote: Hello All: I've written some mod_perl scripts that need testing over a million hits or so before I deploy it. I need to prove to myself and my marketing guy that my script has certain statistical properties, not the least of which is the question of

Re: Apache trouble reading in large cookie contents

2000-10-20 Thread ___cliff rayman___
i'm not an expert with this, but, a quick grep for your error in the apache source (mine is still 1.3.9 ) and some digging yield: ./include/httpd.h:#define DEFAULT_LIMIT_REQUEST_FIELDSIZE 8190 so you're right, 8K is currently the apache limit. if you try to change this value in the source code,

Re: Embeded perl question

2000-10-10 Thread ___cliff rayman___
embperl 'subs' do not return subroutine values. you need to either make a regular subroutine [- sub get_date { ... } -] or use a global variable for return values. such as @GLOBAL. kind of ugly - but is it any uglier than @_ for the input values? "Genocchio, Anthony" wrote: I am having

Re: environment vars in apache

2000-10-03 Thread ___cliff rayman___
go to the guide: http://perl.apache.org/guide/ click on search type 'environment'. also try, ENV there are several examples which may answer your question. Pires Claudio wrote: sorry if thuis is a elementary question how can I assign a new environment var from mod_perl or change the

Re: $r-header_only question (feeling a newbie!)

2000-10-02 Thread ___cliff rayman___
doug, lincoln, looks like www.modperl.com needs a link to errata. martin, check out: http://www.ora.com/catalog/wrapmod/errata/wrapmod.699 martin langhoff wrote: Thanks Tim and all, for-the-record, I did check www.modperl.com looking for an errata. marks down for O'Reilly

Re: Strange error message: (offline mode: enter name=value pairs on standard input)

2000-09-27 Thread ___cliff rayman___
i think you'll find the answer here. http://www.geocrawler.com/archives/3/182/2000/5/0/3817939/ -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ MJ M wrote: Hello, I have recently made the following upgrade: apache-1.3.6 -- apache-1.3.12 perl-5.005_02 -- perl-5.6 mod_perl-1.18 --

Re: OT: Server-push client page reload

2000-09-20 Thread ___cliff rayman___
i think that this technique works with netscape but not with IE. on IE you have to set-up channels. Ime Smits wrote: | Plain old meta refreshes. Usually every 5 or 10 seconds or so. Perhaps | configurable on a user and/or server basis. You could make it even more smooth by doing a

Re: Does the AxKit-devel mailing list have an archive?

2000-09-15 Thread ___cliff rayman___
Matt Sergeant wrote: Gzipped results to the browser, ripped straight from Apache::GzipChain: # AxKit::Debug(5, 'Getting Vary header'); # my @vary = $r-header_out('Vary') if $r-header_out('Vary'); # push @vary, "Accept-Encoding", "User-Agent"; # AxKit::Debug(5, 'Setting

Re: Producing an error page

2000-08-21 Thread ___cliff rayman___
i may be coming in late here, so forgive me if this has been mentioned: use CGI::Carp qw(fatalsToBrowser); not sure if everything you want will be sent to the browser, but it is better than a standard 500 error, and you can read the errors from the log easier. -- ___cliff [EMAIL

Re: Chaining SSI and gzip

2000-08-17 Thread ___cliff rayman___
i think this is FAQ you are looking for: http://thingy.kcilink.com/modperlguide/modules/Apache_OutputChain_Chain_Sta.html -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Rodent of Unusual Size wrote: This is probably a FAQ, in which case I'll accept my wet-noodle lashings and follow any

Re: Apache Variables

2000-08-17 Thread ___cliff rayman___
2 main things to read for mod_perl apache: the guide: http://perl.apache.org/guide/ the book: http://www.oreilly.com/catalog/wrapmod/ -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ good luck, [EMAIL PROTECTED] wrote: Let me start with "I'm new". If this is the wrong forum, let me

Re: Apache::Upload buffering issues?

2000-08-15 Thread ___cliff rayman___
Ian Mahuron wrote: What is the proper way to take the filehandle provided by $upload-fh and write the file to disk? I seem to be having buffering issues w/ the following (file is truncated): if (open(OUTFILE, "$u_fullpath")) { print OUTFILE $buffer while read($fh, $buffer,

Re: Looking for info/docs

2000-08-15 Thread ___cliff rayman___
Derek Simkowiak wrote: 2) One webpage I've read says that mod_perl "compiles" (interprets) each Perl script only once, and then retains the compiled code in memory. Is that something that was custom-made for mod_perl, or is that a feature of using an embedded Perl interpreter? Can you

Re: [OT] mod_proxy tuning info?

2000-08-15 Thread ___cliff rayman___
have u read this yet? http://perl.apache.org/guide/scenario.html#mod_proxy Edward Moon wrote: I'm looking for docs or white papers on tuning apache/mod_proxy for optimum performance when acting as a reverse proxy for a web farm. Can anyone point me to a URL or a book that's a good

  1   2   >