Re: error when starting apache with mod_perl

2005-12-03 Thread Chris Grau
On Sun, Dec 04, 2005 at 12:13:48AM +0800, Stephen Ng wrote: > I received the following error when starting apache - > > httpd failed. The error was: Stopping httpd: [ OK ] > Starting httpd: Syntax error on line 10 of /etc/httpd/conf.d/perl.conf: > Cannot load /etc/httpd/modules/mod_perl.so into

Re: Can't install libapreq2 on Fedora 2

2005-11-05 Thread Chris Grau
C-2, if one wants to continue using the package management system instead of compiling from source, well, one can do both. I recommend grabbing the source packages from FC-5 (development) and building them on FC-2. It should work fairly well. I managed to do it on Red Hat Linux 9 systems with mini

Re: conference talks

2004-02-03 Thread Chris Grau
On Tue, Feb 03, 2004 at 06:13:54PM -0500, Perrin Harkins wrote: > Practical Perl Style > I would love to see this one, as I've seen way too many "write-only" scripts. > Scalable Websites with Perl > --- As much as I like the first topic, this one seem

Re: MIME::Lite and Excel

2003-11-26 Thread Chris Grau
On Wed, Nov 26, 2003 at 04:54:08PM -, [EMAIL PROTECTED] wrote: > Hey all, > >I am trying to get MIME::Lite to attach an Excel spreadsheet created via > Spreadsheet::WriteExcel to an outgoing email and something is not working > quite right. [snip] This doesn't appear to have anything to d

Re: Unable to install mod_perl using several tutorials...

2003-11-26 Thread Chris Grau
On Wed, Nov 26, 2003 at 10:41:56AM -0600, Jonathan Villa wrote: > Sorry for the repeats > > I noticed that on the top of the pages, there is > > #!/usr/bin/suidperl -T > > so I tried that on the command line and get this: > > Script is not setuid/setgid in suidperl I'm not familiar with su

Re: yes/no questions regarding preloading Perl modules

2003-11-25 Thread Chris Grau
On Tue, Nov 25, 2003 at 10:43:27AM -0800, Bryn Dyment wrote: [snip] > Questions (using DBI as an example*): > > 1. If my preloaded (via startup.pl) "my.pm" module uses DBI, should I > explicitly "use DBI ()" in startup.pl as well? The second `use DBI' will be ignored, since DBI is already in %INC

Re: How to send the FIRST "http" header - eg: the HTTP/1.1 200 OK line

2003-11-25 Thread Chris Grau
On Wed, Nov 26, 2003 at 12:11:54AM +1100, Chris Drake wrote: > Hi, > > Anyone know? I want to set the return/result code myself, from a > script - specifically, I want to send under certain circumstances:- > > HTTP/1.1 500 404 Not Found [snip] I think what you're trying to do is a non-parsed he

Re: MP2 -> newbie question, virtual hosts

2003-11-11 Thread Chris Grau
On Tue, Nov 11, 2003 at 06:16:34PM +, Graeme Fowler wrote: > Hi > > On Tue, 2003-11-11 at 17:43, Cees Hek wrote: [snip] > > Flip your strategy around, and have a plain old perl script > > generate the proper Apache config files for your VirtualHosts > > and place those config files in a direct