Re: The best place for mod_perl beginners to get started.

2003-01-15 Thread Per Einar Ellefsen
haven't had much time. Sorry. If anyone else can do it, great; if not, I'll get to it when I get more time. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: [RFC] Apache::LDAP

2002-12-01 Thread Per Einar Ellefsen
Einar Ellefsen [EMAIL PROTECTED]

Re: Outdated link at http://perl.apache.org/products/products.html

2002-11-26 Thread Per Einar Ellefsen
. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: References for modperl usage in financial institutions?

2002-11-21 Thread Per Einar Ellefsen
'Technologies Extraordinare' link to something like 'Who is using modperl' but that is different story... Any suggestions can be made to docs-dev. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Getting the server to parse files after the handler has done its work...

2002-11-07 Thread Per Einar Ellefsen
the mod_include functionality. This is described at the link below Per Einar Ellefsen wrote: Hello Simran, At 00:50 07.11.2002, simran wrote: I have the following scenario: * A Perl Handler i have written does a bit of work and outputs HTML * The HTML it outputs contains HTML like

Re: Getting the server to parse files after the handler has done its work...

2002-11-06 Thread Per Einar Ellefsen
and the paragraph below that for Apache::Filter. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: conditional get

2002-10-28 Thread Per Einar Ellefsen
it is illustrating handlers, even though it doesn't always display the whole handler subroutine. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::Clean, Apache::Compress, mod_gzip/deflate, cross site scripting and more.

2002-10-27 Thread Per Einar Ellefsen
and send it to me. -- Per Einar Ellefsen [EMAIL PROTECTED]

RE: Making a module-It can't be this hard.

2002-10-25 Thread Per Einar Ellefsen
/1.0/guide/porting.html#Name_collisions_with_Modu les_and_libs The basic fix is to give your modules unique package names. See the perlmod man page for more on package names. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Thoughts on Mason?

2002-10-24 Thread Per Einar Ellefsen
/comparison/comparison.html -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: mod_perl Guide Patch

2002-10-16 Thread Per Einar Ellefsen
in the mod_perl Guide example, you should see what I mean. Sure, I understand what you mean now. I'll consider it for inclusion. Thank you for your contribution. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: posts headers and so on.

2002-10-16 Thread Per Einar Ellefsen
: for the presence of [EMAIL PROTECTED] (which is btw the correct address), and filter based on that. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Can I parse content that has been returned to user by simple cgi script?

2002-10-16 Thread Per Einar Ellefsen
http://perl.apache.org/docs/1.0/guide/porting.html , although a lot of this is for Apache::Registry, which you might want to move on to later. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: evil scripts kill the server...

2002-10-16 Thread Per Einar Ellefsen
But just throwing an error (because of some unexpected condition, for example), won't kill the whole server. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: mod_perl Guide Patch

2002-10-15 Thread Per Einar Ellefsen
to. Could you give a code example or some more information? -- Per Einar Ellefsen [EMAIL PROTECTED]

mod_perl history

2002-10-15 Thread Per Einar Ellefsen
releases of Perl or Apache, or the items listed in the META list, to name a few examples. As well as 2.0 information, of course. Your faithful historian, -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Does Apache::NavBar exist ?

2002-10-14 Thread Per Einar Ellefsen
show up on search.cpan.org, but it seems to be on CPAN still: http://www.cpan.org/authors/id/B/BA/BARRACODE/ Otherwise you can find a copy here: http://modperl.com:9000/book/source/apachemod-code-1.02/lib/Apache/ -- Per Einar Ellefsen [EMAIL PROTECTED]

[ANNOUNCE] New naming conventions for modules

2002-10-08 Thread Per Einar Ellefsen
was important. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: different versions of one .pm in mod_perl

2002-10-07 Thread Per Einar Ellefsen
#Name_collisions_with_Modules_and_libs -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::Constants in startup.pl

2002-10-06 Thread Per Einar Ellefsen
, so your trick would work. But does it really cost you that much to have that small line at the top of your handler code? There are worse things :) -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::Constants in startup.pl

2002-10-06 Thread Per Einar Ellefsen
::OK instead. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: cookies and IE

2002-10-02 Thread Per Einar Ellefsen
this to me (preferably in POD), and it'll be added to the site. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: cookies and IE

2002-10-02 Thread Per Einar Ellefsen
might be misinterpreted. Also, don't forget that you have +1d and -1d as another possibility. I think the +/- makes sense. It's just one character :) -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: passing an object to a handler

2002-10-02 Thread Per Einar Ellefsen
of using static class names. See the doc: http://perl.apache.org/docs/1.0/guide/method_handlers.html -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: passing an object to a handler

2002-10-02 Thread Per Einar Ellefsen
At 21:30 02.10.2002, william ross wrote: On Wednesday, October 2, 2002, at 08:18 PM, Per Einar Ellefsen wrote: At 20:47 02.10.2002, william ross wrote: but I can't find anything to tell me how to do it. I feel sure I'm missing something really obvious here? You can configure objects instead

Re: Graphics and mod_perl

2002-10-02 Thread Per Einar Ellefsen
the following URI. Ok? -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: FW: ezmlm response

2002-09-12 Thread Per Einar Ellefsen
then; it should be [EMAIL PROTECTED] to subscribe to the digest. Thanks for the catch, corrected now. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: $r-push_handlers('PerlAuthenHandler', 'Some::handler') doesn'twork

2002-09-01 Thread Per Einar Ellefsen
the Eagle or the cookbook). -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Authentication Question

2002-08-28 Thread Per Einar Ellefsen
in the perl script. It's $ENV{REMOTE_USER} or $r-user -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Authentication Question

2002-08-28 Thread Per Einar Ellefsen
Please do not send replies directly to me, Cc the list. At 13:40 28.08.2002, Brett Hales wrote: On Wed, 2002-08-28 at 17:47, Per Einar Ellefsen wrote: At 09:55 28.08.2002, Brett Hales wrote: I have a mod_perl cgi script that I would like to get the username from the Apache server

Re: large projects in mod_perl

2002-08-27 Thread Per Einar Ellefsen
/modperl/drurflerdplald -- Per Einar Ellefsen [EMAIL PROTECTED]

Change in module naming conventions

2002-08-27 Thread Per Einar Ellefsen
people think? -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Change in module naming conventions

2002-08-27 Thread Per Einar Ellefsen
At 18:38 27.08.2002, David Wheeler wrote: On Tuesday, August 27, 2002, at 09:29 AM, Per Einar Ellefsen wrote: - I created the Apache::Util:: namespace. However, one person thought the Persistent:: namespace to be too specific, and would prefer to rename Apache::Util:: to something like ::Misc

Re: Change in module naming conventions

2002-08-27 Thread Per Einar Ellefsen
At 18:59 27.08.2002, David Wheeler wrote: On Tuesday, August 27, 2002, at 09:46 AM, Per Einar Ellefsen wrote: It's actually Apache::Persistent, because the persistence modules in it have big differences from the Apache::Util modules. Oh. So what's the complaint about Apache::Util

Re: Flaky behavior with modperl module

2002-08-27 Thread Per Einar Ellefsen
::Registry. Can you fetch the images with a direct URL? Are you sure the URLs are even correct? Have you checked your error log? -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Change in module naming conventions

2002-08-27 Thread Per Einar Ellefsen
At 20:14 27.08.2002, James G Smith wrote: Per Einar Ellefsen [EMAIL PROTECTED] wrote: What I came to was this: http://users.skynet.be/pereinar/mod-perl/modules.txt Looks good, overall. I like the Apache::Framework:: namespace :) same; just shows how many there are. Some questions I got

Re: SSI and mod_perl

2002-08-27 Thread Per Einar Ellefsen
#Apache__Filter___Alter_the_output_of_previous_handlers . Both provide approximately the same functionality. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Nearing banner submission deadline

2002-07-04 Thread Per Einar Ellefsen
At 16:03 02.07.2002, you wrote: On Tue, 2 Jul 2002, Per Einar Ellefsen wrote: Banners are now online!! We received banners from 3 persons, and they will all represent mod_perl :) However, if you have any new ideas and a little time, you are very welcome to send in more banners, we

Re: Mod_Perl Compilation with HPUX Native CC

2002-07-02 Thread Per Einar Ellefsen
with HP-UX cc, but if you want to try, you must first of all have a perl binary compiled with cc. Then mod_perl should pick that automatically. -- Per Einar Ellefsen [EMAIL PROTECTED]

[ANNOUNCE] New mod_perl site Release Candidate 1

2002-07-02 Thread Per Einar Ellefsen
to fix the problem, we will appreciate that. When the new site goes live? If there will be no major bugs hopefully in about 1-2 weeks. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Nearing banner submission deadline

2002-07-02 Thread Per Einar Ellefsen
/about/link/linktous.html At 23:01 28.06.2002, Per Einar Ellefsen wrote: Hi, As I said in my previous post, we are looking for mod_perl banners. We asked that you send in submissions before July 1st. However, we have only received 2 entries. If anyone has any graphic capabilities (doesn't have

Re: Trouble making mod_perl

2002-06-30 Thread Per Einar Ellefsen
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 with the latest Apache. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: What gives with $m-time in 1.10?

2002-06-29 Thread Per Einar Ellefsen
reasons (ability to test date-dependent stuff through the preview interface). This is Mason, right? You'll have better luck with your questions if you go to a Mason-list. See http://www.masonhq.com/resources/mailing_lists.html -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: FW: mod_perl_make error

2002-06-29 Thread Per Einar Ellefsen
/CORE -lperl -lcl -lpthread -lnsl -lnm -ldld -lm -lc -lsec ld: Unknown input file type: regex/libregex.a Fatal error. *** Error exit code 1 This seems related to Apache and not mod_perl. You should ask at an Apache mailing list for help. Weird error though. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Like-named perl modules in separate directories

2002-06-26 Thread Per Einar Ellefsen
the whole mod_perl guide. You'll be out of questions afterwards :) -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache:: module organization and getting it to work with PAUSE

2002-06-25 Thread Per Einar Ellefsen
ought to be as simple as adding the subsections to the Module List Chapter drop-down list (that currently contains just the 24 existing section names) Yes, this would clearly be great. It's what I was hoping for. What do you think, Andreas? (assuming he gets this mail) .-- Per Einar Ellefsen

Re: Win32 Binarys

2002-06-25 Thread Per Einar Ellefsen
is pretty outdated now. Newer binary versions of mod_perl won't install because they need ActivePerl 6xx. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Is mod_perl the right solution for my GUI dev?

2002-06-25 Thread Per Einar Ellefsen
or VC++, you could use any programming language with a windowing library, like Perl with Tk (or Gtk or Qt bindings, but I don't know much about any of those) or anything else. My answer: it depends :) -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: ANNOUNCE: Embperl 2.0b8

2002-06-25 Thread Per Einar Ellefsen
for this useless post :( -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: ANNOUNCE: Embperl 2.0b8

2002-06-25 Thread Per Einar Ellefsen
the chance to show one of the new feature of Embperl 2 :-) :-) But I'm still sorry for not checking up enough. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::DBI with mod_perl 2.0 (was Re: [ANNOUNCE] Apache::DBI 0.89)

2002-06-23 Thread Per Einar Ellefsen
At 00:49 23.06.2002, Charles Aulds wrote: At 06:41 PM 6/21/02 +0200, Per Einar Ellefsen ([EMAIL PROTECTED]) wrote: As Apache::DBI hasn't been tested with mod_perl 2.0 yet, you will need to: 1) make sure you are using the prefork MPM for Apache (as Stas said, Apache::DBI can only work

Re: [JOB] Crack OOP Perl whitebox tester wanted

2002-06-22 Thread Per Einar Ellefsen
is making then if it's legal, that's the way it has to be and we don't need to discuss it here - especially not at such length. I agree with you Ged; Job announcements are ok, any discussion is way OT. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::DBI with mod_perl 2.0 (was Re: [ANNOUNCE] Apache::DBI 0.89)

2002-06-21 Thread Per Einar Ellefsen
PerlModule Apache::compat in your httpd.conf, before loading other modules (like Apache::DBI). You will probably also want to see the 2.0 docs at http://perl.apache.org/release/docs/ Good luck! -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::DBI with mod_perl 2.0 (was Re: [ANNOUNCE] Apache::DBI 0.89)

2002-06-21 Thread Per Einar Ellefsen
At 19:46 21.06.2002, Stas Bekman wrote: Per Einar Ellefsen wrote: At 18:26 21.06.2002, Zac Morris wrote: I actually have a question along these lines I'm new to mod_perl myself, and I've just installed a new setup with Apache2 and the mod_perl2 beta. That's all working well and my old cgi

Re: [OT] Re: Apache Web Server vulnerability

2002-06-21 Thread Per Einar Ellefsen
? I suggest bringing this up on the appropriate httpd lists instead. This thread has gone far enough IMO. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Naming convention for Apache 2 modules.

2002-06-18 Thread Per Einar Ellefsen
about earlier? Something like Apache::Framework::Template? -- Per Einar Ellefsen [EMAIL PROTECTED]

Apache:: module organization and getting it to work with PAUSE

2002-06-18 Thread Per Einar Ellefsen
you choose your mod_perl category. Just tell me what you think. It would be interesting to get this working. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: [RFC] Change our habits in module naming?

2002-06-18 Thread Per Einar Ellefsen
), but my proposal to PAUSE was just there to allow module authors to do their classification. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Naming convention for Apache 2 modules.

2002-06-18 Thread Per Einar Ellefsen
the newest version of the module, regardless of whether you wanted the one for mod_perl 2.0 or mod_perl 1.0. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: [RFC] Change our habits in module naming?

2002-06-16 Thread Per Einar Ellefsen
modules that adapt these guidelines will be correctly organized into the Perl module list (because of their different namespaces). -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: [RFC] Change our habits in module naming?

2002-06-16 Thread Per Einar Ellefsen
for newbies. Yes, I see your point, but my proposal was loosely tied to the categories already existing here: http://www.cpan.org/modules/00modlist.long.html#ID15_WorldWideW (browse down to 'Apache'), so the classification has been done already. -- Per Einar Ellefsen [EMAIL PROTECTED]

[1.27] Tests don't pass on Cygwin

2002-06-14 Thread Per Einar Ellefsen
Compiled at Aug 22 2001 01:05:05 @INC: /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: header woes

2002-06-13 Thread Per Einar Ellefsen
in the *outgoing* headers... -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Mapping to location /

2002-06-13 Thread Per Einar Ellefsen
At 16:04 13.06.2002, md wrote: --- Per Einar Ellefsen [EMAIL PROTECTED] wrote: At 23:06 12.06.2002, md wrote: I'm not quite sure about this, been wondering about it, but in theory you should be able to use DirectoryIndex index.phtml and like that you won't have to worry about / etc

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

2002-06-12 Thread Per Einar Ellefsen
, but the params would be different, right? -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Mapping to location /

2002-06-12 Thread Per Einar Ellefsen
!.*/[^\.]+$!) { return DECLINED; } Is this the best way to do this? -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Mapping to location /

2002-06-12 Thread Per Einar Ellefsen
.*\.phtml|/ ... /Location complete the regex with what you want. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Mapping to location /

2002-06-12 Thread Per Einar Ellefsen
At 19:14 12.06.2002, Per Einar Ellefsen wrote: Location .*\.phtml|/ Sorry, make that LocationMatch ... /Location And /LocationMatch of course. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Mapping to location /

2002-06-12 Thread Per Einar Ellefsen
:) I'm not quite sure about this, been wondering about it, but in theory you should be able to use DirectoryIndex index.phtml and like that you won't have to worry about / etc anymore. Try it out.. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: tutorials (was: Re: rfc Apache::Dynagzip)

2002-06-12 Thread Per Einar Ellefsen
comments will be highly appreciated. Looks great Slava! Seems to integrate the needed info. I guess those who know more about Gzip encoding can tell you more technically-wise, but as far as the general look it seems ok to me. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Porting to mod_perl and cookies are breaking. Why?

2002-06-10 Thread Per Einar Ellefsen
::Cookie or Apache::Cookie for your cookie needs. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Porting to mod_perl and cookies are breaking. Why?

2002-06-10 Thread Per Einar Ellefsen
mod_perl configuration. In that case, just keep your current code. You'll only have the use for the likes of Apache::Cookie when you start moving to the Apache Perl API anyway. On Mon, 10 Jun 2002, Per Einar Ellefsen wrote: At 05:43 10.06.2002, Mark Korey wrote: ENV{HTTP_COOKIE} does not contain

Re: tutorials (was: Re: rfc Apache::Dynagzip)

2002-06-06 Thread Per Einar Ellefsen
At 03:37 06.06.2002, Slava Bizyayev wrote: It's going to be something like Features of Content Compression for Different Web Clients for Part IV: Client side facts and bugs. We'll be able to discuss details next week. Ok, great Slava, thanks a lot! -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: rfc Apache::Dynagzip

2002-06-05 Thread Per Einar Ellefsen
-markup for style information, but don't worry too much about that, we'll fix that as we go. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Re: Apache-server_root_relative(); not found

2002-06-04 Thread Per Einar Ellefsen
server? use lib doesn't make any permanent changes to @INC, these only persist across the httpd mod_perl run. If you restart (with the correct code this time), it should be set to the correct value. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: htaccess, rewrite and redirect help please

2002-06-03 Thread Per Einar Ellefsen
to Apache, not to mod_perl. Look at Apache mailing lists or newsgroups for answers: http://httpd.apache.org/lists.html#http-users -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Problem: Internal redirection of ErrorDocument to mod_perl handler

2002-06-03 Thread Per Einar Ellefsen
about this in the documentation, under docs/tutorials/browserbugs. I had encountered this error before, and it seems like a surprising enough pitfall to be documented. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache-server_root_relative(); not found

2002-06-03 Thread Per Einar Ellefsen
'); } ? -- Per Einar Ellefsen [EMAIL PROTECTED]

RE: separating C from V in MVC

2002-06-01 Thread Per Einar Ellefsen
view, but the same techniques apply (as the 2nd stage of the view isn't really specific to any model or controller). -- Per Einar Ellefsen [EMAIL PROTECTED]

RE: separating C from V in MVC

2002-06-01 Thread Per Einar Ellefsen
At 21:14 01.06.2002, Jeff wrote: From: Per Einar Ellefsen [mailto:[EMAIL PROTECTED]] Sent: 01 June 2002 18:10 To: Jeff Well, as I see this, it isn't a problem. The layout manager takes the place of the view, as it essentially decides how things should be rendered. You then have two

Re: mod_perl error

2002-05-31 Thread Per Einar Ellefsen
/porting.html#Name_collisions_with_Modules_and_libs You should read through that and find out how you can make your errors disappear and make your code more mod_perl friendly. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Apache::TicketAccess

2002-05-31 Thread Per Einar Ellefsen
At 21:50 31.05.2002, Arnold van Kampen wrote: Hi Where did it go? The modules written for the Eagle book haven't been released to CPAN. They are available online. See http://modperl.com:9000/book/source/apachemod-code-1.02/lib/Apache/ -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: mod-perl_2.0

2002-05-29 Thread Per Einar Ellefsen
to your question.. Look through the documentation, but for the most part these optimizations happen without you noticing. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: dso

2002-05-29 Thread Per Einar Ellefsen
? If you're having problems, it's often known to be the quick answer to try. If you're not having trouble, keep using DSO happily! -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: PerlWarn/AxKit - insecure dependency

2002-05-29 Thread Per Einar Ellefsen
be a pretty long job :) or turn off PerlTaintCheck. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Referencing Directives

2002-05-27 Thread Per Einar Ellefsen
= $DocumentRoot/subdir]; /Perl Note that you need to set $DocumentRoot in a Perl section as well. You might want to look at mod_macro too. -- Per Einar Ellefsen [EMAIL PROTECTED]

Need information from all contributors

2002-05-26 Thread Per Einar Ellefsen
, modules... The list will look pretty much like the Apache one, so if you send me all the information people have at http://httpd.apache.org/contributors/ , that would make me happy :) -- Per Einar Ellefsen [EMAIL PROTECTED]

The Apache/Perl Module List listing modules which aren't on the CPAN?

2002-05-25 Thread Per Einar Ellefsen
when using the CPAN search). So, should we: 1) Add these modules to the CPAN (they are after all pretty useful) 2) Remove them from the Apache/Perl module list ? On a side note, I was wondering if the Apache/Perl module list is complete? Are there some modules missing? -- Per Einar Ellefsen

Re: Strange subrequest dir_config issue

2002-05-24 Thread Per Einar Ellefsen
block that is). The solution as you said is using Directory and Files for these rare cases. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: mod_perl benchmarking (was Re: documenting SetHandler perl-script|modperl)

2002-05-23 Thread Per Einar Ellefsen
/release/docs/1.0/guide/performance.html And especially the section on Benchmarking applications: http://perl.apache.org/release/docs/1.0/guide/performance.html#Benchmarking_Applications -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Getting mod_perl to work under Win2k

2002-05-21 Thread Per Einar Ellefsen
script at the end which puts mod_perl.so in the right location. -- Per Einar Ellefsen [EMAIL PROTECTED]

Apache::DBI debugging (was: Re: Modifying @INC via startup.pl)

2002-05-20 Thread Per Einar Ellefsen
mentioned in the DBI docs. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: building mod_perl_1.99_01,

2002-05-20 Thread Per Einar Ellefsen
? You should follow the instructions at http://perl.apache.org/release/docs/2.0/user/install/install.html It would be interesting to see mod_perl work on Netware. If there are any platform-specific steps you come over, please share them! -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Monitoring the processes

2002-05-20 Thread Per Einar Ellefsen
. As I understand it, this is a good indication that there might be a problem. What about using top(1) on Unix systems? -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Memory Leaks

2002-05-20 Thread Per Einar Ellefsen
are not a source of leaks or growth. If you slurp a large file into a global, your process will grow, but the same is true for a lexical. - Perrin -- C Wayne Huling [EMAIL PROTECTED] -- C Wayne Huling [EMAIL PROTECTED] -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Memory Leaks

2002-05-20 Thread Per Einar Ellefsen
used to trying again in this world of reliable computing. -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Memory Leaks

2002-05-20 Thread Per Einar Ellefsen
to directly connecting remote client to fileserver) for backend restarts if needed. In the case that you need advanced logic such as that, I clearly agree with both you and Allen. And a proxy server is very needed in such a case :) Per Einar Ellefsen wrote: At 23:54 20.05.2002, Allen Day wrote

Re: Modifying @INC via startup.pl

2002-05-19 Thread Per Einar Ellefsen
-- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Scripts and passwd

2002-05-19 Thread Per Einar Ellefsen
consider the security implications of what you're doing there before allowing users to trash your machine very fast... -- Per Einar Ellefsen [EMAIL PROTECTED]

Re: Modifying @INC via startup.pl

2002-05-19 Thread Per Einar Ellefsen
. This list is a lifesaver! Gregory -- Per Einar Ellefsen [EMAIL PROTECTED]

  1   2   >