Re: Modifying @INC via startup.pl

2002-05-19 Thread Per Einar Ellefsen
diagnostic messages... (looking in the normal webserver logs, or the ssl logs, as compared to the mod_perl daemon's error logs) On Sun, 19 May 2002, Per Einar Ellefsen wrote: At 18:57 19.05.2002, Gregory Matthews wrote: I added the below STDER statement and did NOT see the printout either

[OT] Re: '' in regex

2002-05-18 Thread Per Einar Ellefsen
, perlmonks.org or another Perl-related list at http://lists.perl.org/ which might be related to your question. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::DBI

2002-05-18 Thread Per Einar Ellefsen
Apache::DBI -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::DB

2002-05-17 Thread Per Einar Ellefsen
shell. This seems unrelated to Apache::DB. What is your 'cc'? There must be some problem with time.h or the way your compiled interprets it. You might want to ask an OS-specific mailing list about this. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Dynamically Changing the Document Root

2002-05-17 Thread Per Einar Ellefsen
handler which would do the URI translation, running in /preview Location /preview PerlTransHandler My::Foo /Location then My::Foo maps the URI to a filename or something like that. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: [OT] Refs don't work, like I want

2002-05-17 Thread Per Einar Ellefsen
? The easiest would maybe be to do this: @{$vars}{qw/xxx yyy zzz/} = qw/AAA BBB CCC/; Or $vars-{xxx} = 'AAA', etc -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: mod_perl and mod_cgi

2002-05-16 Thread Per Einar Ellefsen
dev box... Other than that, we can't do much without a little more information. Maybe you want to read the performance sections in the guide.. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Windows mod_perl build

2002-05-11 Thread Per Einar Ellefsen
/1.0/win32/index.html -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: RES: Windows mod_perl build

2002-05-11 Thread Per Einar Ellefsen
-Mensagem original- De: Per Einar Ellefsen [mailto:[EMAIL PROTECTED]] Enviada em: sabado, 11 de maio de 2002 17:18 Para: Vitor Cc: [EMAIL PROTECTED] Assunto: Re: Windows mod_perl build At 22:21 11.05.2002, Vitor wrote: Hello, I am searching for windows mod_perl compilations resources. Any

Re: mod_perl 1.26 build under Cygwin fails

2002-05-10 Thread Per Einar Ellefsen
At 21:43 01.05.2002, Alexander Solovey wrote: Per Einar Ellefsen wrote: Try to apply patch (attached) and then build using these options: perl Makefile.PL APACHE_SRC=../apache_1.3.24/src USE_APACI=1 EVERYTHING=1 PERL_EXTRA_CFLAGS=-DUSEIMPORTLIB DO_HTTPD=1 APACI_ARGS='--enable-rule

Re: Many requests per page

2002-05-02 Thread Per Einar Ellefsen
, it doesn't start with html/ -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Many requests per page

2002-05-02 Thread Per Einar Ellefsen
it's possible to set up Apache so, that My::Site handles / and doesn't care about, let say, about /imgs? Yes, you can do this: return DECLINED if $r-uri =~ m|^/imgs|; or something along those lines. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: SOAP and web services

2002-05-02 Thread Per Einar Ellefsen
services hype, I don't really know, but atleast this will get you going. Stable enough? you'll have to ask someone else, but I think it should work well enough. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: problems setting up Apache::AuthCookieDBI

2002-05-02 Thread Per Einar Ellefsen
Have you tried inserting these into the respective Location sections? I'm not sure, but I think PerlSetVars aren't merged into location-specific configuration, so they might not actually be caught by Apache::AuthCookieDBI -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Problems with Apache-AuthCookie mod_perl 1.99

2002-05-02 Thread Per Einar Ellefsen
REDIRECT does not seen to be Apache::Constants. mod_perl 2 doesn't have Apache::Constants. You should use: use Apache::Const -compile = qw(... REDIRECT ..); Good luck on porting it to mod_perl 2! once you get it to work, it would be great if you could contribute it to the community! -- Per Einar

Re: Is ActivePerl required with a mod_perl-Apache installation

2002-05-01 Thread Per Einar Ellefsen
run the perl-win32-bin-x.x.exe self-extracing archive. This installation will provide you with precompiled Apache, Perl and mod_perl, which only need to be moved around slightly to work. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: PerlRun problem: can't find method uri?

2002-05-01 Thread Per Einar Ellefsen
have to pay for it with your time :) You won't get free speed without good coding. Anyway, we're ready to help out with any questions not answered in the Guide. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: CGI::param,arg,content

2002-05-01 Thread Per Einar Ellefsen
advice. That should be my %params = $r-method eq 'POST' ? $r-content : $r-args; (note the upper case). Anyway, you probably want to look into Apache::Request, which is a mod_perl replacement for CGI.pm (although without all the HTML generation features). -- Per Einar Ellefsen [EMAIL PROTECTED]

mod_perl 1.26 build under Cygwin fails

2002-05-01 Thread Per Einar Ellefsen
: /usr/lib/perl5/5.6.1/cygwin-multi /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/cygwin-multi /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl . -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: mod_perl 1.26 build under Cygwin fails

2002-05-01 Thread Per Einar Ellefsen
At 13:56 01.05.2002, Alexander Solovey wrote: Per Einar Ellefsen wrote: I have been trying to get mod_perl 1.26 to build on Cygwin. With no luck. Has anyone else been successful in this? Build options for mod_perl: perl Makefile.PL APACHE_SRC=../apache_1.3.24/src DO_HTTPD=1 USE_APACI

Fwd: mod_perl v1.99

2002-05-01 Thread Per Einar Ellefsen
Please send e-mail to the mod_perl list, not me :) Furthermore, there is an Apache::ASP list, which should be contacted for matters related to Apache::ASP. Date: Wed, 1 May 2002 15:15:24 GMT From: [EMAIL PROTECTED] To: Per Einar Ellefsen [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] User-Agent

Re: PerlRun problem: can't find method uri?

2002-04-30 Thread Per Einar Ellefsen
, but it will not be easier to work with them than with mod_perl. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: mod-perl and Apache 2.0.35

2002-04-30 Thread Per Einar Ellefsen
for 2.0 that was released not long ago (1.99) is Apache 2 compatible. However, it hasn't stabilized yet. For the time being you'd be better off using mod_perl 1.x with Apache 1.3.x, but that's likely to change soon. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Client capabilities

2002-04-30 Thread Per Einar Ellefsen
its limitations). -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Help with Basic Auth mod_perl2

2002-04-30 Thread Per Einar Ellefsen
} or die not running under mod_perl!; use Apache2 (); use Apache::compat (); use Carp (); use CGI (); CGI-compile(':all'); CGI-compile(':standard'); use CGI::Carp; use Apache::AgentAuthCookie; 1; -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: [Q maybe OT] forward

2002-04-29 Thread Per Einar Ellefsen
, what you're looking for then is a simple templating module, you should look at Perrin Harkins' tutorial: http://perl.apache.org/preview/modperl-docs/dst_html/docs/2.0/world/templates/choosing.html . -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Help needed tracking down 'Callback called exit' problem

2002-04-29 Thread Per Einar Ellefsen
/troubleshooting.html#Callback_called_exit -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Memory explodes loading CSV into hash

2002-04-28 Thread Per Einar Ellefsen
of thing RDMSes excel at. Just some tips. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: escape the '+' character

2002-04-28 Thread Per Einar Ellefsen
. If Apache::Util doesn't work correctly, you probably want to try URI::Escape instead, and see if that works for you. While it's in Perl, it works, and the performance hit shouldn't be too big (there are worse things that URI-escaping to worry about). -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::OK error

2002-04-25 Thread Per Einar Ellefsen
, but I don't know if this is supposed to work or not. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::OK error

2002-04-25 Thread Per Einar Ellefsen
`Apache::Echo' [Thu Apr 25 15:32:15 2002] [error] Bareword Apache::OK not allowed while strict subs in use at C:\Apache2/blib/lib/Apache2/Apache/Echo.pm line 25. Compilation failed in require at (eval 2) line 3. What do I miss? -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::OK error

2002-04-25 Thread Per Einar Ellefsen
At 22:04 25.04.2002, Per Einar Ellefsen wrote: At 21:39 25.04.2002, Lihn, Steve wrote: Hi, I am testing the Apache::Echo connection handler for Apache2 and mod_perl 2. But encounter the following error: [Thu Apr 25 15:32:15 2002] [error] failed to resolve handler `Apache::Echo' [Thu Apr 25 15:32

Re: AuthCookieDBI not getting secret keys in BEGIN block

2002-04-25 Thread Per Einar Ellefsen
-wide settings (see recent thread about the same issue). Putting the PerlSetVar's outside the Location section should fix your problem. Actually, if you look at the example in AuthCookieDBI, it's like that. But it doesn't state any warnings about this. Hope this can help. -- Per Einar

Re: Apache::OK error

2002-04-25 Thread Per Einar Ellefsen
At 04:11 26.04.2002, Stas Bekman wrote: Per Einar Ellefsen wrote: At 22:04 25.04.2002, Per Einar Ellefsen wrote: At 21:39 25.04.2002, Lihn, Steve wrote: Hi, I am testing the Apache::Echo connection handler for Apache2 and mod_perl 2. But encounter the following error: [Thu Apr 25 15:32:15

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-24 Thread Per Einar Ellefsen
) is 250. So it's what people will usually keep if they don't know about it. Maybe a note in the docs? -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: [Q maybe OT] forward

2002-04-24 Thread Per Einar Ellefsen
it wasn't all just a dream... Must have been :) Apache::Constants doesn't mention anything about FORWARD, neither does httpd.h. There is DOCUMENT_FOLLOWS, but that's got nothing to do with it. What do you mean by forwarding anyway? Like redirect? -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: startup for Apache 2.0/mod_perl 1.99

2002-04-24 Thread Per Einar Ellefsen
guy rather that an apache handler/C language type. What he meant is that the test scripts in t/ contain many examples of mod_perl 2.0 configuration and use. Look at the *.pm files which show various handlers being used. That should give you an idea of what to do. -- Per Einar Ellefsen [EMAIL

Re: Q A: $r-custom_response

2002-04-23 Thread Per Einar Ellefsen
of numeric 403). Moral of the story: don't use = with Apache::Constants! Or you can use FORBIDDEN or FORBIDDEN() or +FORBIDDEN, which are another fix if you want to continue using =. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Q A: $r-custom_response

2002-04-23 Thread Per Einar Ellefsen
? -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Q A: $r-custom_response

2002-04-23 Thread Per Einar Ellefsen
At 19:51 23.04.2002, Perrin Harkins wrote: Per Einar Ellefsen wrote: Well, this one is exported by Apache::Constants, so if you don't want to do $FORBIDDEN = FORBIDDEN; somewhere at the top of your code, you're bound to continue using constants, right? That's still safer. I used the constants

Re: Q A: $r-custom_response

2002-04-23 Thread Per Einar Ellefsen
At 22:04 23.04.2002, Perrin Harkins wrote: Per Einar Ellefsen wrote: I suppose Apache::Constants could have been extended to return globals if requested... But is there really any gain in that? Only in that people will not get tripped up by the possible bugs that using subroutines as constants

Applications/Products compatible with/running under mod_perl?

2002-04-23 Thread Per Einar Ellefsen
application toolkits :) I was wondering if anyone knows of any products like this. Just come on with URLs and I'll check them out. Send them either directly to me or to the docs-dev list, and I'll review them quickly. Thank you for your time. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Problem using Perl Modules under mod_perl / PerlSetVar not working

2002-04-22 Thread Per Einar Ellefsen
or Directory block). try Apache-request-dir_config('BlaTest'); instead. you should use $s-dir_config() for items set on a per-server basis only, not per-directory. As far as I understand him, you can use Apache-request inside the startup.pl script (try it!) -- Per Einar Ellefsen [EMAIL

RE: mod_perl installation on Win32

2002-04-22 Thread Per Einar Ellefsen
the Apache 2.0 conf file. The Apache module doesn't use the resgistry at all, does it? David, I think you should read up on what Apache::Registry does :) It compiles CGI scripts to run them under mod_perl, it has nothing to do with the Windows Registry :) -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: mod_perl installation on Win32

2002-04-22 Thread Per Einar Ellefsen
, try inserting PerlModule Apache2 before any other Perl* directives. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache/Mod_Perl in Production Env-- NOT Recommended in Windows?

2002-04-18 Thread Per Einar Ellefsen
. This isn't all too different from standard mod_perl setups, but you have to watch out even more when running on Windows. You might even want to try and setup several backend mod_perl servers and load balance between them, all depending on how much memory you can spare. -- Per Einar Ellefsen

RE: Re: Apache/Mod_Perl in Production Env-- NOT Recommended inWindows?

2002-04-18 Thread Per Einar Ellefsen
is that you take a look at PerlEx from ActiveState. For Windows, it might be a better choice, although it costs a little money. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Help required

2002-04-16 Thread Per Einar Ellefsen
into some module reloading mechanism such as Apache::StatINC. See the Guide ( http://perl.apache.org/guide/ ): http://thingy.kcilink.com/modperlguide/porting/Using_Apache_StatINC_for_the_De.html -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: PerlRequire

2002-04-16 Thread Per Einar Ellefsen
section. Guide: http://perl.apache.org/guide/ Installation: http://perl.apache.org/guide/install.html You probably forgot some part of the process. You should re-do it step by step or see if you forgot something obvious. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Host name lookups are Off but...

2002-04-03 Thread Per Einar Ellefsen
. There you go, RTFM :) I wouldn't be too worried about any performance hits from /server-status: this shouldn't be used too often, only by you or the other developers, so do you really think it's a problem? -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: AddModule mod_perl.c

2002-03-31 Thread Per Einar Ellefsen
running those modules with a proxy serving the requests.. See the Guide for tips ( http://perl.apache.org/guide/ ). But it's good news you have mod_perl working Ok. -- Per Einar Ellefsen [EMAIL PROTECTED]

Proxy servers (was Re: AddModule mod_perl.c)

2002-03-31 Thread Per Einar Ellefsen
it and how it's done. It might seem weird at first, but I can assure you it's a great technique. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: AddModule mod_perl.c

2002-03-30 Thread Per Einar Ellefsen
, but it may be all you need in this case. - Perrin __ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: AddModule mod_perl.c

2002-03-25 Thread Per Einar Ellefsen
browser, or something? Maybe you should check your error log, if something's wrong it might have an indication. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: AddModule mod_perl.c

2002-03-24 Thread Per Einar Ellefsen
- coverage of the 74th Academy Awards® http://movies.yahoo.com/ -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: mod_perl developers cookbook... a kitchen hand asks... doh!

2002-03-24 Thread Per Einar Ellefsen
here to be misled... Yes, sorry, I didn't want to make it appear like you had to use the Apache:: namespace. In the Cookbook for example they use the Cookbook:: namespace, and you could just as well use Jeff::. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: mod_perl developers cookbook... a kitchen hand asks... doh!

2002-03-23 Thread Per Einar Ellefsen
the constants like OK, DECLINED, etc... You can also specify them explicitly: use Apache::Constants qw(OK DECLINED); I hope this helps you out. -- Per Einar Ellefsen [EMAIL PROTECTED]

RE: 0 being appended to non mod_perl scripts.

2002-03-22 Thread Per Einar Ellefsen
get the 0 from static files, or anything which sends a Content-Length header. Look more into the raw transmitted data, and you might find out something. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Session

2002-03-21 Thread Per Einar Ellefsen
ways to keep session, but most go with atleast a cookie to keep the session ID, and then keeps all the information in a database or other storage method. Of course, the session ID can be passed along in whatever way you want, through the query string, or as a hidden form value. -- Per Einar

[OT]Re: problems returning a hash of hashes using mod_perl

2002-03-14 Thread Per Einar Ellefsen
::config{$conf}; my %hash = %$hashref; Again, see perllol, it'll give you insight into this matter. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: [OT]Re: problems returning a hash of hashes using mod_perl

2002-03-14 Thread Per Einar Ellefsen
At 19:53 14.03.2002 +0100, Per Einar Ellefsen wrote: Again, see perllol, it'll give you insight into this matter. Oops, like Garth pointed out, this is supposed to be perldsc, and not perllol (which gives a description of arrays of arrays, which work in a similar way). -- Per Einar Ellefsen

RE: Multiple authentication methods

2002-02-14 Thread Per Einar Ellefsen
at the beginning and a Per Finar Ellefsen That's Per Einar :) I think this module is a great idea. You should get it on CPAN as soon as possible. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Custom Logging and User Tracking

2002-02-14 Thread Per Einar Ellefsen
are indeed separate. -- Per Einar Ellefsen [EMAIL PROTECTED]

RE: Multiple authentication methods

2002-02-13 Thread Per Einar Ellefsen
: $module = File::Spec-catfile(split /::/, $module); That'll be portable. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Samba authorization

2002-02-11 Thread Per Einar Ellefsen
::AuthenSmb in your httpd.conf, before the PerlAuthenHandler directive, or use Apache::AuthenSmb; in your startup.pl file. -- Per Einar Ellefsen [EMAIL PROTECTED]

[OT] Re: XML::LibXML

2001-12-28 Thread Per Einar
/steven/perl/ also has some good information (see XS Mechanics). XS is not vital to program Perl, it's mainly for linking in external X libraries (like XML::LibXML does), and to implement some functions in C for them to be faster. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: submit-data and chained handlers

2001-12-12 Thread Per Einar
/libapreq.ppd; to get it. -- Per Einar Ellefsen [EMAIL PROTECTED]

[OT] Re: AuthGroupFile

2001-12-12 Thread Per Einar
is: # the name of the file isn't important. .ht* files are blocked by apache though, os it's safest to use that. AuthGroupFile /path/to/.htgroup require group group1 group2 Then, in .htgroup: group1: User1 User2 User3 group2: User4 User1 These users being defined in your .htpasswd file. -- Per

Re: Installation and tests for an application?

2001-12-10 Thread Per Einar
. Apache::Test also seems like it's a well-hidden secret. Anyway, thanks for the reply, it helped me a lot. I'll submit an RFC for OpenTMS shortly. -- Per Einar Ellefsen [EMAIL PROTECTED]

RFC: OpenTMS

2001-12-10 Thread Per Einar
need a PAUSE ID, PEREINAR would be good. I guess that's all. Thanks for your time, -- Per Einar Ellefsen [EMAIL PROTECTED]

Installation and tests for an application?

2001-12-08 Thread Per Einar
documentation concerning the packaging of complete applications, instead of just Apache:: modules. If I have the time, I might write an addition to the guide/a separate document based on what I find out here. Thank you in advance, -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::Request cookie handling methods?

2001-09-01 Thread Per Einar
the same interface as CGI::Cookie, except that it requires you to pass it the request record too. It comes with the Apache::Request distribution, and is documented through `perldoc Apache::Cookie`. Per Einar Ellefsen

Re: API Design Question

2001-06-29 Thread Per Einar
modules in starup.pl or with PerlModule in httpd.conf, they'll stay shared in memory, thus reducing the memory overhead. Per Einar Ellefsen

Re: CGI::Cookie vs Apache::Cookie -- help?

2001-06-17 Thread Per Einar
is an instance of Apache::Cookie). When you're just sending $cookie you're sending an object reference. Per Einar Ellefsen [EMAIL PROTECTED]

Re: [DIGEST] mod_perl digest 2001/06/02

2001-06-06 Thread Per Einar
- Original Message - From: Geoffrey Young [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 3:41 PM Subject: [DIGEST] mod_perl digest 2001/06/02 -- mod_perl digest

Re: Loading Index.pl as the Root File

2001-04-23 Thread Per Einar
gladly give you any pointers to a good regular expression tutorial, but I don't have any. I am sure that if you search around a little (perl.com or the apache documentation would seem like a good place to start), you can easily find some nice information. Per Einar Ellefsen [EMAIL PROTECTED]

Web forum engine

2001-04-21 Thread Per Einar
knows about this, please tell me. Please note that I'm not looking for something a la Slashdot, this is too big for me, and not exactly the style I'm looking for. Thanks, Per Einar Ellefsen [EMAIL PROTECTED]

Re: Web forum engine

2001-04-21 Thread Per Einar
- Original Message - From: "Dave Hodgkinson" [EMAIL PROTECTED] To: "Per Einar" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, April 21, 2001 11:20 PM Subject: Re: Web forum engine mwforum, and a Template Toolkit version may well be in the

Re: Web forum engine

2001-04-21 Thread Per Einar
as looking for a mod_perl one because I am more familiar with Perl and mod_perl than anything else. Per Einar Ellefsen [EMAIL PROTECTED]

Sendmail or not?

2001-04-08 Thread Per Einar
in my case? Per Einar Ellefsen [EMAIL PROTECTED]

Re: Sendmail or not?

2001-04-08 Thread Per Einar
- Original Message - From: "G.W. Haywood" [EMAIL PROTECTED] To: "Per Einar" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, April 08, 2001 10:27 AM Subject: Re: Sendmail or not? Hi there, On Sun, 8 Apr 2001, Per Einar wrote: What I have understood is

Re: Sendmail or not?

2001-04-08 Thread Per Einar
- Original Message - From: "Sean Chittenden" [EMAIL PROTECTED] To: "Per Einar" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, April 08, 2001 11:42 AM Subject: Re: Sendmail or not? if you | to sendmail, then you still fork. Mail::Sendmail, I bet dime to dol

Re: Sendmail or not?

2001-04-08 Thread Per Einar
receiving the e-mail pretty long. I don't know anything about named pipes, but isn't it possible to write to some sort of intermediate file that is monitored by a daemon process which then sends it off to sendmail? Per Einar Ellefsen [EMAIL PROTECTED]

Re: Sendmail or not?

2001-04-08 Thread Per Einar
- Original Message - From: "barries" [EMAIL PROTECTED] To: "Per Einar" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, April 08, 2001 4:24 PM Subject: Re: Sendmail or not? On Sun, Apr 08, 2001 at 12:07:01PM +0200, Per Einar wrote: What I was suggesting

<    1   2