Re: (beginner) Win32 installation / Writing Apache Modules in Perl C

2001-02-19 Thread Sisyphus
--- Original Message - From: Randy Kobes [EMAIL PROTECTED] To: Garry Heaton [EMAIL PROTECTED] Cc: mod_Perl [EMAIL PROTECTED] Sent: Monday, February 19, 2001 6:48 PM Subject: Re: (beginner) Win32 installation / "Writing Apache Modules in Perl C" http://perl.apache.org/distributions.html

Re: newbie mess

2001-02-19 Thread Dave Hodgkinson
matt [EMAIL PROTECTED] writes: but that is half-ass. from what i read i have to compile suexec appropiately. but i am not sure about that either. man suexec: /usr/man/man8/suexec.8 /usr/local/src/apache_perl/apache_1.3.14/src/support/suexec.8 Read the INSTALL options for what to do on

Re: Help with configuration - Linux/Mandrake 7.2

2001-02-19 Thread Surat Singh Bhati
There is no error in line Files *.pl It is working for me, on (mod_perl/1.24, Apache/1.3.12 , RedHat7). Content of my perl.conf file are: Alias /perl/ /var/www/perl/ Location /perl SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI /Location Files *.pl

Apache::DBILogger - developers wanted!

2001-02-19 Thread Ask Bjoern Hansen
Hi, I had a volunteer to help out maintaining Apache::DBILogger (Jens Kristian Soegaard - thanks!) so I finally got around to put it into sourceforge instead of just in my own local repository. I think that I have found most of the bug reports and patches I've received and put them into

Re: Apache::DBILogger - developers wanted!

2001-02-19 Thread Tim Bunce
On Mon, Feb 19, 2001 at 03:23:10AM -0800, Ask Bjoern Hansen wrote: Hi, I had a volunteer to help out maintaining Apache::DBILogger (Jens Kristian Soegaard - thanks!) so I finally got around to put it into sourceforge instead of just in my own local repository. I think that I have found

[OT] intermitant path info problem

2001-02-19 Thread Kees . Vonk
I think this message if probably off-topic, but I am getting rather desperate and I don't know where to turn. I have a script that produces quite a large report. When trying to print it using Netscape netscape tell me 'POST DATA MISSING', in order to prevent that from happening, I convert the

Re: (beginner) Win32 installation / Writing Apache Modules in Perl C

2001-02-19 Thread David Kaufman
"Randy Kobes" [EMAIL PROTECTED] wrote: http://perl.apache.org/distributions.html contains links to how to install mod_perl via ActivePerl's ppm (Perl Package Manager), as well as some other Apache::* modules. For starting out on Win32 this route is probably the easiest, as everything you

Re: (beginner) Win32 installation / Writing Apache Modules in Perl C

2001-02-19 Thread Robert
Randy's distro is extremely convenient as it packs everything one probably needs and more... And as a simple zip it's easy to install/uninstall/upgrade. Also, I hear quite popular Embperl doesn't work with AS Perl yet, so as 90% of my work is done in Embperl, my choice is quite simple. Moreover,

bug in Perl section processing.

2001-02-19 Thread Michael J Schout
I have isolated a problem in Perl section processing that I have been encountering. Basically there are situations where one particular entry in %Location or %LocationMatch causes the *NEXT* entry to fail to configure properly. I have a standard httpd configuration, and then the following

RE: Apache::DBI::connect problem, please help

2001-02-19 Thread Geoffrey Young
you need both, DBI and Apache::DBI, with DBI loaded first... see the Apache::DBI manpage for more detail HTH --Geoff -Original Message- From: Brad Howerter To: '[EMAIL PROTECTED]' Sent: 2/19/01 6:54 PM Subject: Apache::DBI::connect problem, please help I'm getting this error:

Re: (beginner) Win32 installation / Writing Apache Modules in Perl C

2001-02-19 Thread Sisyphus
Hi Randy, I had a few attempts again this morning to install it - one of which was successful. I suspect that the problem was as simple as a misspelled url - something I'm annoyed at not having picked up ( despite not being able to view the entire error message ) - and for which I apologise. I

Unexpected PATHINFO behavior under SSL

2001-02-19 Thread Jeff Beard
Hi there, This may be offtopic-ish but I'm hoping for some forbearance. This has ruined a perfectly good day. :) I have an application that gets it state information from PATHINFO. Runs fine without SSL but I setup a test env using Raven SSL then PATHINFO, and SCRIPT_NAME, start returning

Re: (beginner) Win32 installation / Writing Apache Modules in Perl C

2001-02-19 Thread Randy Kobes
- Original Message - From: "David Kaufman" [EMAIL PROTECTED] To: "Randy Kobes" [EMAIL PROTECTED]; "Garry Heaton" [EMAIL PROTECTED] Cc: "mod_Perl" [EMAIL PROTECTED] Sent: Monday, February 19, 2001 1:49 PM Subject: Re: (beginner) Win32 installation / "Writing Apache Modules in Perl C"