Trouble making mod_perl

2002-06-30 Thread Eric
Greetings! I've downloaded mod-perl-1.99_02 and am having trouble getting it to make. perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 works fine. My problem is with make make test. I get the following: cc -I/home/eric/Downloads/Apache/mod_perl-1.99_02/src/modules/perl -I/home/eric

Re: Trouble making mod_perl

2002-06-30 Thread Eric
Per, Apache 2.0.39. I'll hunt for 1.99_04 and try that. On Sunday 30 June 2002 13:17, Per Einar Ellefsen wrote: At 13:06 30.06.2002, Eric wrote: Greetings! I've downloaded mod-perl-1.99_02 and am having trouble getting it to make. What Apache version are you using? 1.99_02 is pretty old

Re: Trouble making mod_perl

2002-06-30 Thread Eric
Got it up and running. On Sunday 30 June 2002 13:17, Per Einar Ellefsen wrote: At 13:06 30.06.2002, Eric wrote: Greetings! I've downloaded mod-perl-1.99_02 and am having trouble getting it to make. What Apache version are you using? 1.99_02 is pretty old, you should get 1.99_04 to work

Re: modperl Digest 15 Jun 2002 20:05:58 -0000 Issue 797

2002-06-16 Thread Eric DOUTRELEAU
] Subject: Re: location of LoginScript in Apache::AuthCookie* modules Message-ID: [EMAIL PROTECTED] ED == Eric Doutreleau [EMAIL

CGI::Application

2002-06-16 Thread Eric Frazier
, is to make everything I write OOP, separate HTML from code as much as possible, and to not make it impossible to deal with for the people I work with who don't know as much perl as I do. Thanks, Eric http://www.kwinternet.com/eric (250) 655 - 9513 (PST Time Zone) Inquiry is fatal to certainty

Re: CGI::Application

2002-06-16 Thread Eric Frazier
At 01:06 PM 6/16/02 -0400, Sam Tregar wrote: On Sun, 16 Jun 2002, Eric Frazier wrote: I have been looking into HTML::Template which is a lot simper than Embed perl or the template tool kit. I am wondering if anyone has experence with using both of these with Registry.pm I do! Back when I

Re: CGI::Application

2002-06-16 Thread Eric Frazier
to your scripts then that would be kind of weird. Thanks for your thoughts, Eric At 01:28 PM 6/16/02 -0400, Dodger wrote: soapbox Grr. Why can't people just write bloody applications with HTML in them instead of spending so much energy tryuing to find a way to avoid writing any HTML? I mean

location of LoginScript in Apache::AuthCookie* modules

2002-06-14 Thread Eric Doutreleau
in advance for any help -- Eric Doutreleau I.N.T | Tel : +33 (0) 160764687 9 rue Charles Fourier | Fax : +33 (0) 160764321 91011 Evry France | email : [EMAIL PROTECTED]

Help with apache::sandwich

2002-06-13 Thread Eric Terry
" files: my_header.html: htmlheadtitleSystem Wide/title/headbodyp /I am the header. Index.html: hrp /This is just a thought.p /But something should be above me./body/html The header doesn't show up when I go to the index page. What's up? Eric

RE: mod_perl/passing session information (MVC related, maybe...)

2002-06-12 Thread Eric Frazier
Hi, I don't know this term query hijack can you put it in different words? Thanks, Eric At 03:54 PM 2002-06-12 +0100, you wrote: Do put the user_id into the query session and check it against the user_id in the User session to prevent query hijack

Building high load mod_perl/Mason servers

2002-06-06 Thread Eric Frazier
the upload point and the rest get synced from that one? I am having a hard time asking really good questions I think because there are so many things I am trying to think out. Thanks for any ideas, Eric http://www.kwinternet.com/eric (250) 655 - 9513 (PST Time Zone) Inquiry is fatal to certainty

Re: Configuring mod_perl on Debian

2002-05-27 Thread Eric
1.3.24.2+1.47- Versatile, high-performance HTTP server with ii libapache-mod- 1.26-3 Integration of perl with the Apache web serv ii libapache-requ 0.33-1 Generic Apache Request Library Eric p.s. you shouldn't ever set a cgi directory to be world-writable (777).

XML::RPC

2002-04-21 Thread Eric Frazier
a bit.. Thanks, Eric http://www.kwinternet.com/eric (250) 655 - 9513 (PST Time Zone) Learn about the net, not the .Net!

Re: XML::RPC

2002-04-21 Thread Eric Frazier
I forgot one, http://sourceforge.net/projects/mod-xmlrpc/ But it isn't exactly well documented for a non C programmer. It looks like it might be an option. Eric http://www.kwinternet.com/eric (250) 655 - 9513 (PST Time Zone) Learn about the net, not the .Net!

Re: XML::RPC

2002-04-21 Thread Eric Frazier
will be authenticated, no open server stuff, no requests that I don't know who they are coming from. But I am learning, so I am happy to learn more. It is just that your comments seem pretty general. Thanks, Eric At 11:46 AM 4/21/02 +0100, Matthew Byng-Maddick wrote: On Sun, Apr 21, 2002 at 01:06

Re: XML::RPC

2002-04-21 Thread Eric Frazier
fuzzy feeling now. Thanks again, Eric I think you'll find RPC::XML to be a solidly engineered module. I've used it as a client and as a server to good effect. It includes stand-alone, CGI, and mod_perl based servers and a very nice client. If all you need is simple RPC calls I find that XML

Equiv Apache list to this list?

2002-04-13 Thread Eric Frazier
Hi, I have been having lots of questions about Apache recently, not many of them are really mod_perl questions, so what is the best place to post those? Thanks, Eric http://www.kwinternet.com/eric (250) 655 - 9513 (PST Time Zone) Learn about the net, not the .Net!

Re: Equiv Apache list to this list?

2002-04-13 Thread Eric
On Sat, Apr 13, 2002 at 12:06:53AM -0400, Eric Frazier wrote: Hi, I have been having lots of questions about Apache recently, not many of them are really mod_perl questions, so what is the best place to post those? Thanks, Eric See http://httpd.apache.org/lists.html . It depends

Re: [ANNOUNCE] Cache::Cache 1.0

2002-04-13 Thread Eric Cholet
this problem when using Apache::SOAP, using Cache::Cache 0.99 or 1.0. Downgrading to Digest::MD5 2.12 indeed solves it. -- Eric Cholet

Re: Apache::DBI or What ?

2002-04-02 Thread Eric Frazier
that would help, which ment that the real stuff was barried deeper still. But the caching of connection handles makes sense, and that might still be worth while. Between this and mod_accel I have a lot to mess with. Thanks, Eric At 01:52 PM 3/30/02 -0500, Hank Leininger wrote: On 2002-03-27, Eric

Re: Be carefull with apache 1.3.24

2002-04-01 Thread Eric Cholet
yet. Forward any ideas/patches to the [EMAIL PROTECTED] or to mod_proxy's maintainer, minfrin at sharp dot fm. -- Eric Cholet

Re: Be carefull with apache 1.3.24

2002-04-01 Thread Eric Cholet
on apache.org fixing this bug in the real distribution? -John -- Pedro Melo Cunha - [EMAIL PROTECTED] Novis Telecom, S.A. - Dir. Rede - ISP http://www.novis.pt/ EdifĂ­cio Novis - Estrada da Outurela, 118 - 2795-606 Carnaxide tel: +351 21 0104340 - fax: +351 21 0104301 -- Eric Cholet Logilune

Re: [slightly OT] Re: Be carefull with apache 1.3.24

2002-04-01 Thread Eric Cholet
--On lundi 1 avril 2002 16:44 -0500 Larry Leszczynski [EMAIL PROTECTED] wrote: On Mon, 1 Apr 2002, Eric Cholet wrote: The Set-Cookie issue has been fixed in apache CVS, but the chunked response issue hasn't yet. Forward any ideas/patches to the [EMAIL PROTECTED] or to mod_proxy's

Re: Apache::DBI or What ?

2002-03-26 Thread Eric Frazier
Hi, If you have any idea where to find this code I would be thankful. I can only find this.. http://aspn.activestate.com/ASPN/Mail/Message/perl-DBI/298774 Thanks, Eric At 04:47 PM 3/26/02 -0500, John D Groenveld wrote: There are databases that allow you to change the current user without

Re: Apache::DBI or What ?

2002-03-25 Thread Eric Frazier
that is what bothers me about the above. Thanks, this discussion has helped me out tremendously, just to know others have the same problem even. Eric First, I'll suggest that there are hopefully other areas you can look at optimizing that will get you a bigger bang for your time - in my test environment

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Eric Cholet
byte non-ASCII encoding such as ISO-8859-1, +consider specifying the character set in the Content-Type header, +and using HTML::Entities to avoid unnecessary escaping. + =item escape_uri This function replaces all unsafe characters in the $string with their -- Eric Cholet

Re: cvs commit: modperl/t/net/perl util.pl

2002-03-25 Thread Eric Cholet
was broken/inapplicable already. -- Eric Cholet

Apache::DBI or What ?

2002-03-21 Thread Eric Frazier
to Apache modules when you are using them with mod_perl. Or else I just don't know enough yet to see there is not a grey area :) Thanks, Eric http://www.kwinternet.com/eric (250) 655 - 9513 (PST Time Zone)

RE: loss of shared memory in parent httpd

2002-03-17 Thread Eric Frazier
Hi, I had hoped that FreeBSD would be immune, but it seems not. I have been bashing it with http_load and all of a sudden(after a LOT of bashing and swaping) all of my processes had zero shared. It did take me days of fiddling to run into this though. Thanks, Eric At 04:16 PM 3/16/02 -0500

Re: loss of shared memory in parent httpd (2)

2002-03-17 Thread Eric Frazier
, won't be swaped out?? Thanks, Eric At 03:55 PM 3/12/02 +0100, Elizabeth Mattijsen wrote: Oops. Premature sending... I have two ideas that might help: - reduce number of global variables used, less memory pollution by lexicals - make sure that you have the most up-to-date (kernel) version

Re: Where was that success story?

2002-03-06 Thread Eric Hammond
(and no part of it has been thrown out for any competing technology). -- Eric Hammond [EMAIL PROTECTED]

Apache::MP3 requires PerlSetupEnv on, patch to convert to Apache::Request

2002-03-03 Thread Eric Hammond
::MP3 to use Apache::Request for parameters. More work would be required to convert the other uses of CGI.pm, but if you'd like, I'd be willing to tackle that, too, as it would be nice to not require the large size of CGI.pm. Thanks -- Eric Hammond [EMAIL PROTECTED] --- Apache/MP3.pm.orig Sat

Re: mod_perl, mod_gzip, incredible suckage

2002-02-19 Thread Eric Cholet
? -- Eric Cholet

Re: What phase am I in?

2001-12-28 Thread Eric Cholet
not documented when I do 'perldoc Apache'. It is now. -- Eric Cholet

Re: Any good WebMail programs?

2001-12-13 Thread Eric Cholet
I can use a primer on researching WebMail programs with the following http://www.astray.com/acmemail/ -- Eric Cholet

RE: Auth Handlers

2001-12-12 Thread Eric Cholet
. is required? You could use a PerlAccessHandler, if you figure authentication isn't required you run $r-set_handlers(PerlAuthenHandler = [\OK]); -- Eric Cholet

Re: Defeating mod_perl Persistence

2001-12-11 Thread Eric Cholet
as possible to close the connection and free the socket. The mail is being sent to server, but is not processed by the server till the sender object is closed! -- Eric Cholet

Re: [modperl site design challenge] please vote]]

2001-12-04 Thread Eric Cholet
been removed, please try again. -- Eric Cholet

DBI 1.15+ establishes multiple connections under parent mod_perl process

2001-10-31 Thread Eric Kolve
if this is necessarily a mod_perl issue or if mod_perl is just eliciting a bug in DBI. thanks, --eric

Dynamically linking modules w/eternal libraries

2001-08-17 Thread Eric Boyd
/apachectl start: httpd could not be started There's nothing in the error log. Any clue what I'm doing wrong or how to debug this? My first thought was that libpcap.a and/or libfoo.a needed to be built with -fPIC, but that didn't seem to help. Thanks, --Eric P.S I'm relatively new to writing Apache

Re: Using Apache::Reload in development environment?

2001-07-30 Thread Eric Cholet
tree, such as PerlSetVar ReloadModules Foo::* Bar::* -- Eric Cholet 145C FF7F 7920 04B0 7BA3 48D8 5591 E2C0 6664 C078

Re: cvs commit: modperl-site/guide download.html

2001-07-17 Thread Eric Cholet
/http:/cvs.apache.org/sn apshots/modperl//A, all the mod_perl related projects are available from A -HREF=http://perl.apache.org/from-cvs.;http://perl.apache.org/from-cv s./A +HREF=http:/cvs.apache.org/snapshots.http:/cvs.apache.org/snapshots. /A P -- Eric Cholet B995

Re: BOF?

2001-07-16 Thread Eric Cholet
--On 16/07/01 16:48 +0200 Robin Berjon wrote: I arrive on Sunday evening too, is there a good way to recognize a bunch of modperlians ? I've only ever seen two people on this list so if they aren't there I won't recognize anyone :) don't worry, both these people will be there ;) -- Eric

perl 5.6 + mod_perl in production environment

2001-07-12 Thread Eric Kolve
I was wondering if anyone is currently using perl 5.6 + mod_perl in a prod environment. What kinds of problems, if any are people seeing with this? --eric

Re: perl 5.6 + mod_perl in production environment

2001-07-12 Thread Eric Cholet
--On 11/07/01 07:57 -0700 Eric Kolve wrote: I was wondering if anyone is currently using perl 5.6 + mod_perl in a prod environment. What kinds of problems, if any are people seeing with this? I've been using 5.6.1 in production for a while, no problems. -- Eric Cholet B995 E519 1594 10D0

Re: Apache::DBI / DBD::Oracle error

2001-06-12 Thread Eric Kolve
Yes, I have NLS_LANG set to AMERICAN_AMERICA.WE8ISO8859P1. BTW, I am also using the latest oracle client libs (8.17) if this makes any difference; as well, I am using perl 5.005. --eric Ged Haywood wrote: Hi there, On Mon, 11 Jun 2001, Eric Kolve wrote: I recently upgraded to DBI 1.18

mod_perl/IPC feedback needed

2001-04-30 Thread Eric Cholet
experience with IPC, good or bad. Please reply privately. If there is interest I'll post a digest of the replies. Thanks, -- Eric Cholet

apache::registry + use strict curiosity

2001-04-26 Thread Eric Kolve
, --eric

mac_check in eagle book

2001-04-15 Thread Eric Kolve
$mac_check = md5_hex($secret, md5_hex(join '', $secret, @fields)); What I am wondering is, what situation would a user be able to append data to the fields? I believe if you change only one bit of the data, the mac will change, so I am a little confused. thanks, --eric

mac_check in eagle book

2001-04-15 Thread Eric Kolve
$mac_check = md5_hex($secret, md5_hex(join '', $secret, @fields)); What I am wondering is, what situation would a user be able to append data to the fields? I believe if you change only one bit of the data, the mac will change, so I am a little confused. thanks, --eric

rmem_max and wmem_max

2001-03-04 Thread Eric Kolve
setting have on this? I see in the proc fs docs that this is the send socket buffer size limit, wouldn't modperl be limited by this value? Do you only need to modify rmem_max? thanks, --eric

Apache::ASP Sessions + mod_ssl + ParanoidSessions

2001-03-02 Thread Eric Bellotti
Is it possible that when "paranoid sessions" are enabled in Apache::ASP under mod_ssl, sessions get occasionally dropped? Not a big deal though. =) EB

Re: DBI+mod_perl SegFault!

2001-02-15 Thread Eric J. Peters
. Thanks, -Eric. Eric Peters wrote: Hi all- I'm really having a problem I hope I might be able to get some help with. I'm using Apache 1.3.14, mod_perl 1.24, DBI 1.14, MySQL Modules 1.2215, Perl 5.6.0, and MySQL 3.22.32. (I think that's all that's relevant) In my httpd.conf

DBI+mod_perl SegFault!

2001-02-14 Thread Eric J. Peters
@drivers = DBI-data_sources('mysql'); print "Done Getting Data Sources...\n"; foreach my $foo (@drivers) { print "DataSource- $foo \n"; } print "Getting Data Sources Complete...\n"; print "/pre/body/html\n"; #} #1; #-- Anybody have any ideas? I've tried everything I can come up with. Thanks, -Eric.

RE: Apache::ASP and Undefined subroutine #::handler called.

2001-02-10 Thread Eric Bellotti
and might help shed some light; If persistent HTTP connections are enabled, the client will receive only a part of a document, then on the next refresh, receive the rest. Regards, Eric -Original Message- From: Joshua Chamas [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 10, 200

Apache::ASP and Undefined subroutine #::handler called.

2001-02-09 Thread Eric Bellotti
). Thanks for your help. Eric Bellotti Summit Tech Communication

slightly off-topic

2001-01-30 Thread Wyman Eric Miles
I hate to post this here because it's clearly the wrong forum, but I haven't been able to find adequate documentation elsewhere on suEXEC. I'd like our users to be able to create CGI scripts in a public_cgi directory beneath their home directory and have the server execute those, as the owner,

Re: [OT] Availability of Jobs -- was Re: [SOLICITATION] Programmer available for contracting..

2001-01-11 Thread Eric Strovink
Are you a programmer? Have you showered recently? You're married. "J. J. Horner" wrote: "How do you expect women to know you[']r[e] married if you don't wear the ring?", [my wife] asked.

apache attempting to re-read POST from STDIN on ErrorDoc redirect

2001-01-03 Thread Eric Kolve
instead of CGI. What I am really interested in is what exactly is Apache::Request doing to prevent apache from attempting to re-read from STDIN for post values. thanks, --eric --SCRIPT-- use strict; use CGI; my $cgi = CGI-new; my $mode = $cgi-param('mode'); die if $mode;; print qq|Content-Type

Re: Unset PerlAuthenHandler (I wish)

2000-12-19 Thread Eric Cholet
Essentially I want to do this. Unset PerlAuthenHandler Try: LocationMatch /websites/foo.net/htdocs/passwd_forgoten/ PerlInitHandler "sub {$_[0]-set_handlers(PerlAuthenHandler=undef);}" /LocationMatch I think this should be: ... set_handlers(PerlAuthenHandler = [\OK]); -- Eric

Re: ANNOUNCEMENT: NEW VERSION: HTML::Template 2.1

2000-12-17 Thread Eric Cholet
ANNOUNCEMENT: NEW VERSION: HTML::Template 2.1 HTML::Template - a Perl module to use HTML Templates Does it support ELSIF yet? -- Eric

Re: [certification]

2000-12-07 Thread Eric Strovink
Somebody wrote: If I'm way off base, please let me know. I'm spending considerable brain power on this idea and if I'm wasting it, I need to know. I don't have much spare brain power and I could use it to try to figure out my wife . . . You're way off base. Figure out the wife. I've

[OT] 1%, two-phase commits, etc.

2000-12-06 Thread Eric Strovink
"Jeffrey W. Baker" wrote: Machine A is controlling a transaction across Machine X and Machine Y. A modifies a row in X and adds a row to Y. A commits X, which succeeds. A commits Y, which fails. A cannot guarantee a recovery on machine X because there might already be other transactions

Re: RFC: mod_perl advocacy project resurrection

2000-12-05 Thread Eric Strovink
A number of people have been beating around this bush, so why not just mow it down? A huge win for advocacy would be a small set of complete example applications targetted at, say, the last two RedHat distros. Each application should install itself -- .conf files, .htaccess files, dbm's,

input from external process

2000-11-04 Thread Eric Smith
by the incoming email. Nasty way of effecting this communication is to have each mail message saved to a file and do a readdir every time interval. Is it possible to have the mod_perl process listen on a socket (or something) that procmail may write to? -- Eric Smith Fruitcom.com Amsterdam Wire

Re: Apache Modules in General

2000-10-30 Thread Eric Strovink
You need an Apache book (www.oreilly.com), the Guide (perl.apache.org/guide), and a Valium, not necessarily in that order ;-) Jimi Thompson wrote: I think it's all a hoax

Re: Question

2000-09-11 Thread Eric Cholet
shot away, and so are many French natives :) Nah, we won't be that demanding, lest we scare him away from the, erm, "most beautiful city in the world". -- Eric

Re: Eval block error trapping bug????

2000-09-08 Thread Eric L. Brine
Under mod_perl, the die() within the eval block causes the program to really die. Does your program (maybe CGI.pm or something used by CGI.pm?) set $SIG{'DIE'}? IIRC, $SIG{'DIE'} has precedence over eval{}, something many consider to be a bug. If so, I'd try: eval { local $SIG{'DIE'}; #

Re: HTML Template Comparison Sheet ETA

2000-09-04 Thread Eric L. Brine
"Paul J. Lucas" wrote: And I still think that: DIV CLASS="employee_info" Name: SPAN CLASS="text::name"John Q. Public/SPANBR Job: SPAN CLASS="text::job"mod_perl guru/SPAN /DIV is cleaner still: *pure* HTML (no fake elements) that

Re: HTML Template Comparison Sheet ETA

2000-09-04 Thread Eric L. Brine
ELB Great idea, but just one note; ':' is not legal in CSS class names. ELB In fact, underscores are not even allowed in CSS class names! PL So? They aren't CSS class names. In the preview mode, they are treated as such, so in effect they are. Therefore, the document claims does not conform

Re: multilanguage site

2000-09-02 Thread Eric L. Brine
As far as I can tell there's no way in html to indicate to the browser that a chunk of content is in some other encoding other than what was specified in the headers or meta tag. There's no span charset=... attribute or anything like that. Yes, there is. None exists in the standard,

Re: multilanguage site

2000-09-01 Thread Eric L. Brine
As far as I can tell there's no way in html to indicate to the browser that a chunk of content is in some other encoding other than what was specified in the headers or meta tag. There's no span charset=... attribute or anything like that. This seems to make truly multilingual pages

Re: PerlAuthenHandler -- doesn't get there...?

2000-08-18 Thread Eric Cholet
i canna get the PerlAuthenHandler to do ANYTHING. first line of code after $r = shift is $r-warn() but nothing shows up in the log. aaugh! i copied the sample code from 'illustrated security scenarios' at http://perl.apache.org/guide/security.html nearly verbatim, (cut paste + munge)

Apache 1.3.12/mod_perl 1.23/Activestate Perl 5.6.0 and db persistance

2000-08-17 Thread Eric Smith
OLE object at C:/Perl/site/5.6.0/lib/Win32/OLE/Lite.pm line 148. [Fri Aug 18 00:31:40 2000] [error] Can't call method "Clear" on an undefined value at C:/Perl/site/5.6.0/lib/DBD/ADO.pm line 47. thanx -- Eric Smith Fruitcom.com Landline: 00 27 21 426 5311 Mobile: 00 27 82 373 1224

cvs snapshots

2000-08-17 Thread Eric Cholet
We no longer have cvs snapshots in http://dev.apache.org/from-cvs/ There's only httpd in there. (we link to this from http://perl.apache.org/distributions.html) -- Eric Cholet

Re: my transhandler runs only once in each child ?!?

2000-08-14 Thread Eric Cholet
snipped it - if anyone wants to look at it drop me a line. -- Eric

Re: [OT] Abstract-Database Class

2000-08-07 Thread Eric Prud'hommeaux
//dev.w3.org/cvsweb/perl/modules/W3C/Database/ to see if you are interested in leveraging off ObjectDB or just ripping off code. -- -eric ([EMAIL PROTECTED])

Re: ignore header_only()?

2000-08-05 Thread Eric Cholet
to it, he's just a bit busy at the moment. Thanks, -- Eric

Re: does anyone have a fix for this?

2000-08-03 Thread Eric Cholet
for information on how to supply a backtrace so we can investigate the segfault. Thanks, -- Eric

Re: tie question

2000-08-03 Thread Eric L. Brine
. It's been a while. ELB -- Eric L. Brine | Chicken: The egg's way of making more eggs. [EMAIL PROTECTED] | Do you always hit the nail on the thumb? ICQ# 4629314 | An optimist thinks thorn bushes have roses.

Re: Problem with proxys Auth...

2000-07-31 Thread Eric Cholet
pen before the Access phase... Which version of mod_perl are you using? I fixed this in 1.22_01. -- Eric

Re: PerlSetupEnv is evil

2000-07-24 Thread Eric Cholet
w=2) - PerlSetupEnv is not inheriting properly. I think this fell to low on the ToDo list since there is a (rather lengthy) workaround of sprinkling PerlSetupEnv Off everywhere you need/want it. I've just committed a change which fixes this. Please try it and let me know if it works for you. -- Eric

Re: can't get unbuffered output to work

2000-07-13 Thread Eric Cholet
and text/plain. MSIE is no different. I've noticed that MSIE doesn't start displaying stuff until it has a certain amount, say a few hundred bytes. After that it displays just fine. -- Eric

Re: How to get VirtualHostUser abc/VirtualHost

2000-07-11 Thread Eric Cholet
in mod_perl 1.24? The eagle book only knows on mod_perl 1.19. You can use $r-server-uid and $r-server-gid, these were added in 1.21_01. -- Eric

Re: Interfacing from Apache to Access

2000-07-11 Thread Eric Strovink
Lorenzo Gordon wrote: Hello, I am a software developer for The London School of Hygiene Tropical Medicine, UK. My query is the following: I have been able to successfully run a Perl script from MS-DOS that would pull out the necessary info. from an Access database I wrote last year

Re: Using handler for index

2000-07-10 Thread Eric Cholet
it, and it overrode everything else. :-( Try LocationMatch ^/$ -- Eric

Re: PerlAddVar bug

2000-07-06 Thread Eric Cholet
test/foo: my $r = shift; $r-send_http_header('text/plain'); print $r-dir_config('MyVar'); % GET http://localhost/test/foo bar I don't know about PerlAddVar, haven't tested Geoff's examples yet, but it should work as well since those vars all end up in perl_dir_config-vars -- Eric

Re: User pressed stop?

2000-07-04 Thread Eric Cholet
ted because you have LogLevel = info. -- Eric

Strange delays

2000-07-03 Thread Eric Jain
the problem might be with the database connections. However these same delays also happen with pages, that don't need to connect at all... -- Eric Jain httpd.conf -- ... Timeout 300 KeepAliveOn MaxKeepAliveRequests 100 KeepAliveTimeout 5 MinSpareServers 10

Re: $r-path_info question

2000-06-27 Thread Eric Cholet
be '/foo/bar.jpg'. Maybe what you really want is my $filename = (split /\//, $r-path_info)[-1]; whatever... it's completely up to the application to define the semantics of path_info. -- Drew Taylor -- Eric

Apache::DBI

2000-06-21 Thread Eric Jain
), but not stored afterwards? Or could Apache::DBI::db::disconnect be changed, so it would actually disconnect, except if it was handling one of the connect_on_init connections? -- Eric Jain

Re: Segfault Apache1.3.12/mod_perl1.24/Solaris2.6

2000-06-19 Thread Eric Cholet
Hi all, Sorry, this is a bit long. [snip] [Fri Jun 16 17:20:21 2000] [notice] \ child pid 22310 exit signal Segmentation Fault (11) [snip] There is no core dump and the same thing happens with the -X switch. please see the instructions in SUPPORT on how to provide a backtrace. -- Eric

APACHE::ASP intermittent problem uploading images (CGI.pm)

2000-06-18 Thread Eric B
dump of my config below. Thanks, Eric - Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=openbsd, osvers=2.6, archname=i386-openbsd uname='openbsd' hint=recommended, useposix=true, d_sigaction=define usethr

Re: jim's design

2000-06-18 Thread Eric Cholet
] http://www.superdeluxe.com http://www.vagabondage.com "There is absolutely no inevitability as long as there is a willingness to contemplate what is happening." - Marshall McLuhan -- Eric Cholet

Logging response times

2000-06-13 Thread Eric Jain
I currently log "time - $r-request_time" in my PerlLogHandler. This seems to works well, but I'm sure there is a better method, which also is able to log more detailed than just in seconds... -- Eric Jain

RE: PerlTransHandler and CGI.pm

2000-06-08 Thread Eric Jain
Got it... Seems like the query string is decoded twice: Therefore http://biodoc.ch/de/search;query=%252Btest+%252Bdna+-xyz works perfectly, since all the '%' are encoded. Then it even works with slashes :-) -- Eric Jain When processing the url http://biodoc.ch/de/search?query=%2Btest

Re: Vulnerability awareness

2000-06-07 Thread Eric Strovink
Gunther Birznieks wrote: snip From: Jan Dubois [EMAIL PROTECTED] I don't think so. You should never let people execute arbitrary code on your web server anyways. If you do, then the potential intruder can do much more nasty things than just snooping around in memory. -Jan I think Jan is

Re: [performance/benchmark] printing techniques

2000-06-07 Thread Eric Cholet
. -- Eric

Re: [performance/benchmark] printing techniques

2000-06-07 Thread Eric Strovink
Eric Cholet wrote: Of course the slowest stuff should be optimized first... Right. Which means the Guide, if it is not already so doing, ought to rank-order the optimizations in their order of importance, or better, their relative importance. This one, it appears, should be near the bottom

Re: [performance/benchmark] printing techniques

2000-06-07 Thread Eric Cholet
From: "Eric Strovink" [EMAIL PROTECTED] Of course the slowest stuff should be optimized first... Right. Which means the Guide, if it is not already so doing, ought to rank-order the optimizations in their order of importance, or better, their relative importance. This one,

<    1   2   3   4   >