Re: Flaky software

1999-11-24 Thread Ask Bjoern Hansen
On Thu, 25 Nov 1999, Stas Bekman wrote: [...] > Well, I think Ask has added a welcome page, I've prepared about a year > ago. It should be posted to every new subscriber. Isn't it there? Any of > the new subscribers can confirm that they didn't receive the _stressing_ > info? A clued new subscri

Altering handler not working...

1999-11-24 Thread Trevor Phillips
I'm trying to write an access routine which requires altering the handler if certain conditions are (not) met. There are a few interesting examples of this in the "Apache Modules in Perl & C" book, chapter 7, which do something similar within the TransHandler and some other phases, but I'm trying

Re: Flaky software

1999-11-24 Thread Stas Bekman
On Wed, 24 Nov 1999, Ajit Deshpande wrote: > On Tue, Nov 23, 1999 at 05:51:26PM -0500, Vivek Khera wrote: > > > "GLE" == Glen Lee Edwards <[EMAIL PROTECTED]> writes: > > > > GLE> What is the specific purpose/slant of this list? Is it a developer's > > GLE> list? A general list to help thos

not allowed here? (Perl sections)

1999-11-24 Thread Ken Williams
Hi, I'm getting the error " not allowed here" when I try to use Perl sections in an .htaccess file under mod_perl 1.21. The same setup works fine under mod_perl 1.18 (my frontend server). The .htaccess is simple, it's just got a section that's about 10 lines long, not nested inside anything

reads everything as one line

1999-11-24 Thread Eric L. Brine
A few days ago, someone mentioned doing $scalar = read the whole POSTed data. I stumbled upon the following in Apache.pm: #shouldn't use anyhow, but we'll be nice sub READLINE { my $r = shift; my $line; $r->read($line, $r->header_in('Content-length'));

RE: HTMLEmbperl - manually setting %fdat during runtime...

1999-11-24 Thread Gerald Richter
> > What I am trying to do is pass the value of the application_id onto the > next form. application_id is not know until the initial screen has been > filled out properly and submitted. After the error checking and > application submission I then attempt to set $fdat{'application_id'} to > the

RE: IMAP web client written in Embperl?

1999-11-24 Thread Gerald Richter
- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice:

Re: Reasons why DBI should fail w/mod_perl

1999-11-24 Thread Steve Willer
On Wed, 24 Nov 1999, Martin A. Langhoff wrote: > Wow! 41 words and not a single colon|comma|period|semicolon :) Congrats. :-) > Is there a list of possible reasons to explain why a DBI connect to > a mysql server (apache and mysqld running on the same host) fails if > called from mod_p

Re: Problems with RedHat

1999-11-24 Thread Rasmus Lerdorf
> I am tring to install mod_perl with apache 1.3.9 in a Red Hat 6.0. When > i run the script Makefile.PL (perl Makefile.PL), the following message is > displayed on screen: > > + adding selected modules > o perl_module uses ConfigStart/End > + mod_perl build type: OBJ > + s

Re: VelociGen for Perl, Competetive Analysis? (fwd)

1999-11-24 Thread Joshua Chamas
Parand Tony Darugar wrote: > If you take a look at the stuff that comes us at from some mod_perl > camps, there's quite a bit more mud than we've ever thrown. There's > the whole "VelociGen is based on mod_perl" thread. There's the > benchmark that compares VelociGen with mod_perl and a couple

IMAP web client written in Embperl?

1999-11-24 Thread indrek siitan
Hey, does anybody know if there is any IMAP web client (like IMP, http://www.horde.org/imp) written in Embperl available on the 'net? I really like Embperl, but since the site has to include the IMAP client, i think it would make things too shuffled if i use PHP/Embperl mixed and would have to l

Re: VelociGen for Perl, Competetive Analysis?

1999-11-24 Thread Ask Bjoern Hansen
On Wed, 24 Nov 1999, <*> wrote: [...] > http://www.bitmechanic.com/mail-archives/modperl/Jul1999/0701.html > > His blessing? Been there, done that. Don't start that heated discussion again. I believe Binary Evolution have changed the page since we talked about it in the summer, and it is not

Re: VelociGen for Perl, Competetive Analysis? (fwd)

1999-11-24 Thread <*>
This may or may not work, as I don't even think I'm on the modperl list %^) Sorry to the mod_perl folk who've already been down this path... this was originaly a "me too!" email. -- Forwarded message -- Date: Wed, 24 Nov 1999 16:14:39 -0800 From: "Parand T. Darugar" <[EMAIL PROTE

Re: VelociGen for Perl, Competetive Analysis?

1999-11-24 Thread <*>
On Wed, 24 Nov 1999, Parand T. Darugar fingerwiggled: > Dear Star, > > > In the document http://www.binevolve.com/velocigen/competition.vet#mod_perl > > you propose a number of things about mod_perl that are misleading at best, and > > out-right wrong at worst. > > This competitive analysis w

Problems with RedHat

1999-11-24 Thread Andres Pedrera
Hello everybody: I am tring to install mod_perl with apache 1.3.9 in a Red Hat 6.0. When i run the script Makefile.PL (perl Makefile.PL), the following message is displayed on screen: + adding selected modules o perl_module uses ConfigStart/End + mod_perl build type: OBJ +

Re: Flaky software

1999-11-24 Thread Ajit Deshpande
On Tue, Nov 23, 1999 at 05:51:26PM -0500, Vivek Khera wrote: > > "GLE" == Glen Lee Edwards <[EMAIL PROTECTED]> writes: > > GLE> What is the specific purpose/slant of this list? Is it a developer's > GLE> list? A general list to help those running Mod Perl? Are only > GLE> programming geniu

Re: How to run a secure mod_perl ?

1999-11-24 Thread Stas Bekman
Also see: http://perl.apache.org/guide/multiuser.html#ISPs_providing_mod_perl_services > > Don't know the answer to your problem, but I wonder how much $$$ you're > spending to be told you can't do this? Maybe it's time to find a new ISP? > > On Wed, 24 Nov 1999, Martin A. Langhoff wrote: >

Apache::Constants.pm and server logs

1999-11-24 Thread Jim Goodwin
Our modperl scripts run as .pl on our Stronghold server. The conf file has this added: # Execute .pl scripts as mod_perl SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI PerlSendHeader On The scripts run OK, but we are getting only one 'hit' recorded in the access log files

Re: HTMLEmbperl - manually setting %fdat during runtime...

1999-11-24 Thread Joshua Chamas
"Erich L. Markert" wrote: > > What I am trying to do is pass the value of the application_id onto the > next form. application_id is not know until the initial screen has been > filled out properly and submitted. After the error checking and > application submission I then attempt to set $fdat{

Re: HTTP 1.0 / 1.1

1999-11-24 Thread Rasmus Lerdorf
> OK. so this is unrelated to the modperl mailing list. but its an > interesting question. If you know anywhere else I could post this, > please tell me. > > I'm trying to find out how many clients support HTTP 1.1 features such as > keepalives and domain-name based virtual hosts. Host headers w

HTTP 1.0 / 1.1

1999-11-24 Thread Pouneh Mortazavi
OK. so this is unrelated to the modperl mailing list. but its an interesting question. If you know anywhere else I could post this, please tell me. I'm trying to find out how many clients support HTTP 1.1 features such as keepalives and domain-name based virtual hosts. Apparently netscape 3+,ie4

RE: How to run a secure mod_perl ?

1999-11-24 Thread Rudy Rucker
I run a small ISP, I like Embperl, but I am reluctant to let just any user use it. A script such as the following can make the httpd child go very high in MEMORY and CPU usage. Even after the request is terminated from the client, the server keeps on chugging away. This example uses: Embperl

Re: How to run a secure mod_perl ?

1999-11-24 Thread Cliff Rayman
I had an embperl crashing problem. With the help of the developer is has been rectified. It took down individual processes only. I have never had the apache core serving daemon (whatever it is called) crash under mod_perl. cliff rayman genwax.com Matt Sergeant wrote: > On Wed, 24 Nov 1999, Mar

Re: How to run a secure mod_perl ?

1999-11-24 Thread Gunther Birznieks
It is extraordinarily easy to make persistnt perl engines core dump especailly if youare using 3rd party binary compiled modules that have their own subtle bugs. And extraordinarily annoying to troubleshoot. Either that or I have been very "lucky". ;) However, with that said, it's generally not

Re: How to run a secure mod_perl ?

1999-11-24 Thread Matt Sergeant
On Wed, 24 Nov 1999, Martin A. Langhoff wrote: > hi mod_perl gurus, > > I'm currently in dire problems (read sh*t): > > - In one week my Embperl powerd site debuts. > > - Just now, my webmaster tells me that I can't use Embperl _nor_ > ePerl. Previously he had told me to use

Re: How to run a secure mod_perl ?

1999-11-24 Thread Eric L. Brine
> - He claims that he cannot allow me to run anything under > mod_perl (and derivatives as Embperl) because mod_perl brings Apache > down when it crashes. The typical mod_perl setup is a lightwieght front-end server which redirects mod_perl request to a second mod_perl enabled server. This is do

RE: this might be an obvious one ...

1999-11-24 Thread dave_dunstan
hooray for the mod_perl community! you guys are great ... Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kip Cranford Sent: Wednesday, November 24, 1999 12:51 PM To: dave_dunstan Cc: [EMAIL PROTECTED] Subject: Re: this might be an obvious one ...

Re: Dynamic rewriting

1999-11-24 Thread Leslie Mikesell
According to Atipat Rojnuckarin: > Hi, > > I think mod_rewrite (URI Translation) get called > before Apache::AuthenDBI/AuthzDBI, so mod_rewrite has > no way of knowing which group a user belongs to. > You'll probably need to write your own customized > handler(s) to do what you want. Mod_rewrit

Re: Installation help

1999-11-24 Thread Cliff Rayman
I am not an expert on the build process - and I have never installed php - but I have installed mod_ssl with mod_perl by performing the following steps. fresh source for all three. build, test and install php. build, test and install mod_perl. build and install apache. it mod_perl install shoul

Re: Another IE5 complaint

1999-11-24 Thread Matt Sergeant
On Tue, 23 Nov 1999, Robin Berjon wrote: > At 20:08 23/11/1999 +, Matt Sergeant wrote: > >What sucks is it's MS lock-in. To create a .ico file you have to have a > >Windows machine. So webmasters now have to have windows machines to work > >with this concept. Had it been .png I would have felt

Installation help

1999-11-24 Thread apache
Cliff, thanks, and I did that, and now here is what i get for the error when I recompile the apache, can you help. Thanks this is just a part of the error, when I take off the "--with-module=src/modules/libperl.a" then there is no error. regards, Server.o(.text+0xe52): undefined reference t

RE: How to run a secure mod_perl ?

1999-11-24 Thread Tubbs, Derric L
I agree, I think it's time to start looking elsewhere. He's the sysadmin and service provider, it's his job to figure out how to make it work to meet your needs. There are ways for him to sufficiently reduce the risk of you crashing the rest of his sites. Make him work for that money or find an

Re: this might be an obvious one ...

1999-11-24 Thread Kip Cranford
Dave, This has to do with the scoping of that variable, and happens a lot with CGI scripts run under Apache::Registry. There is a nice description of it in "the guide": http://perl.apache.org/guide/obvious.html#my_scoped_variable_in_nested_s --kip On: Wed, 24 Nov 1999 12:47:57 PST "dave_du

Re: How to run a secure mod_perl ?

1999-11-24 Thread Ken Williams
[EMAIL PROTECTED] (Martin A. Langhoff) wrote: >- Is there a way to configure mod_perl so that it does not crash >apache down? Or maybe it never does and he doesn't know? Run another Apache server of your own on another port, and use mod_rewrite to pass mod_perl requests through to your se

Re: this might be an obvious one ...

1999-11-24 Thread Cliff Rayman
check out the following section in the guide. it will answer your questions. if found it by doing a search on "will not stay shared at" in the guide search box: http://www.perlreference.com/mod_perl//guide/porting.html#Exposing_Apache_Registry_secret dave_dunstan wrote: > I'm pretty new to mod

Re: How to run a secure mod_perl ?

1999-11-24 Thread Cliff Rayman
perhaps you can run your own apache server with mod_perl on a high-port on the loopback interface. he can then proxy all requests to your server using the methods as spelled out in the mod_perl guide. if you crash your own server - it is not going to effect his server at all. just a thought, cl

this might be an obvious one ...

1999-11-24 Thread dave_dunstan
I'm pretty new to mod_perl so I bet this one is a gimme: Variable "$variable" will not stay shared at /usr/lib/perl5/site_perl/5.005/Apache/MyModule.pm line 295. I get a bunch of these when I start httpd - can someone provide more insight on what's happening here - and maybe how to get rid of th

Reasons why DBI should fail w/mod_perl

1999-11-24 Thread Martin A. Langhoff
hi, Is there a list of possible reasons to explain why a DBI connect to a mysql server (apache and mysqld running on the same host) fails if called from mod_perl and succeeds from a standard CGI perl script? Wow! 41 words and not a single colon|comma|period|semicolon :) martin --

Re: How to run a secure mod_perl ?

1999-11-24 Thread Aaron Turner
Don't know the answer to your problem, but I wonder how much $$$ you're spending to be told you can't do this? Maybe it's time to find a new ISP? On Wed, 24 Nov 1999, Martin A. Langhoff wrote: > hi mod_perl gurus, > > I'm currently in dire problems (read sh*t): > > - In one week

How to run a secure mod_perl ?

1999-11-24 Thread Martin A. Langhoff
hi mod_perl gurus, I'm currently in dire problems (read sh*t): - In one week my Embperl powerd site debuts. - Just now, my webmaster tells me that I can't use Embperl _nor_ ePerl. Previously he had told me to use ePerl o whatever I wanted, now he's worried about security.

Re: Installation help

1999-11-24 Thread Cliff Rayman
that errors means that mod-perl is NOT installed in your http server. somewhere you skipped an installation step. if it were me - I'd start from step one and try it again. cliff rayman genwax.com [EMAIL PROTECTED] wrote: > I'm trying to setup ASP to work on apache, and as far as my understadin

helps

1999-11-24 Thread apache
can anyone show me how to build the perl modules into apache? I have previously compiled Apache 1.3.6 with activated php module, and I would like to build perl modules into the httpd without changing the previous config which has the php modules installed. I've tried to installed the mod

Installation help

1999-11-24 Thread apache
I'm trying to setup ASP to work on apache, and as far as my understading that I need mod_perl has to be installed before installing ASP module, but I'm still confusing how to install mod_perl, I did as the manual said, and I installed without any error, but when i put the config in httpd.conf for

Re: Limiting CPU (was Re: embperl pages and braindead sucking robots)

1999-11-24 Thread Tim Bunce
On Wed, Nov 24, 1999 at 07:48:24AM -0800, Randal L. Schwartz wrote: > > my @FIELDS = > qw(when host method url user referer browser status bytes > wall cpuuser cpusys cpucuser cpucsys); > my $INSERT = > "INSERT INTO $DB_TABLE (". > (join ",", @FIELDS). > "

Re: Another IE5 complaint

1999-11-24 Thread Joe Pearson
Sorry everyone...I thought this was dead also. I sent this to list the couple of months ago, it got sent again by mistake. I did not realize it was also sitting in my out box on my home computer. I recently made a change in sendmail to allow that computer to relay through our office server, th

RE: RE: Re: installation problems

1999-11-24 Thread Stas Bekman
Well, can you build any other perl module that includes XS code? (the one that requires a compiler to be used?) > It's installed but not run... > > -- > $rpm -q -a|grep gdbm > > gdbm-1.7.3-19 > > > - Mensaje orig

RE: RE: Re: installation problems

1999-11-24 Thread Jesús Mª Lasso Sánchez
It's installed but not run... -- $rpm -q -a|grep gdbm gdbm-1.7.3-19 - Mensaje original - De: Stas Bekman <[EMAIL PROTECTED]> Para: "Jesús" "Mª" Lasso "Sánchez" <[EMAIL PROTECTED]> Cc: Jeffrey Baker <[EMAIL PROT

RE: Re: installation problems

1999-11-24 Thread Stas Bekman
You probably miss the gdbm package - install it and try again! (It's a part of libs the perl was build with: hint: -lgdbm) please report whether it solved your problem. > > - Mensaje original - > De: Jeffrey Baker <[EMAIL PROTECTED]> > Para: Jesús Mª Lasso Sánchez <[EMAIL PROTECTED]> >

RE: Re: installation problems

1999-11-24 Thread Jesús Mª Lasso Sánchez
- Mensaje original - De: Jeffrey Baker <[EMAIL PROTECTED]> Para: Jesús Mª Lasso Sánchez <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Fecha: 24-11-1999-08:29:02 Asunto: Re: installation problems >Could you send the output of 'perl -V' and 'which `perl -V:cc`? Also >what command line did you

Re: Performance problems

1999-11-24 Thread Leslie Mikesell
According to Rasmus Lerdorf: > > I have a site running Apache-1.3.6, PHP-3.0.9, mod_perl-1.20 on Solaris with > > a Sybase Database. And it has some performance flaws. This site has > > thousands of hits per day (not sure of how many, though) and it should be > > faster (few images, no animations

RE: Dynamic rewriting

1999-11-24 Thread Eric Cholet
> Has anyone been successful (or have any theories) in redirecting a user using >mod_rewrite based on the group the user belongs to?\ > You could write your own Authorization handler which would $r->push_handlers based on the group the user belongs to. -- Eric

intercepting remote response for a proxy server

1999-11-24 Thread Nancy Lin
Hi - Is there a way that a proxy server can intercept remote server responses w/o (I'm trying to catch 401's) writing a mod_perl module? I'm running a proxy server that uses its own PerlAuthenHandler. The Apache Modules book mentioned gave examples of using the PerlTransHandler to intercept

Re: embperl pages and braindead sucking robots

1999-11-24 Thread Jens-Uwe Mager
On Wed, Nov 24, 1999 at 05:26:08AM +0100, Gerald Richter wrote: > > I have for the first time encountered the problem that some braindead > > web robot (ExtractorPro) attempted to download all of the site and > > appended some random URL segment at the end of an embedded perl page. I > > use suffi

Re: Dynamic rewriting

1999-11-24 Thread Atipat Rojnuckarin
Hi, I think mod_rewrite (URI Translation) get called before Apache::AuthenDBI/AuthzDBI, so mod_rewrite has no way of knowing which group a user belongs to. You'll probably need to write your own customized handler(s) to do what you want. Take care, dak --- Craig Vincent <[EMAIL PROTECTED]> wro

Re: installation problems

1999-11-24 Thread Jeffrey Baker
"Jesús Mª Lasso Sánchez" wrote: > > hi: > > I'm working with linux servers based on RedHat 6.0 with Apache 1.3.9. > > My problem is when compile the mod_perl module before to install Apache. More >exactly when i'm doing: perl Makefile.PL > > it produces this error when is creating the m

RE: Questions

1999-11-24 Thread Young, Geoffrey S.
1) http://perl.apache.org/guide/security.html#Authentication_code_snippets 2) http://perl.apache.org/guide/snippets.html#Handling_cookies 3) http://perl.apache.org/guide/porting.html#Using_Apache_StatINC_for_Develo HTH --Geoff > -Original Message- > From: raptor [SMTP:[EMAIL PROTECTED

installation problems

1999-11-24 Thread Jesús Mª Lasso Sánchez
hi: I'm working with linux servers based on RedHat 6.0 with Apache 1.3.9. My problem is when compile the mod_perl module before to install Apache. More exactly when i'm doing: perl Makefile.PL it produces this error when is creating the makefile:

RE: Questions

1999-11-24 Thread Eric Cholet
> Hi, > a couple of questions. > I can't get the $ENV{REMOTE_USER} var., after succesfull > authentification - there is nothing in it. > Here is the configuration : > > > ...blah > .blah ... > > AuthDBUserFile /work/.volunteers.db > AuthGroupFile /dev/null > AuthName 'Volunteers Mem

Dynamic rewriting

1999-11-24 Thread Craig Vincent
Server:  Linux RH 6.1, Apache 1.3.9/mod_perl Problem involves Apache::AuthenDBI, AuthzDBI & mod_rewrite   I realize my question isn't really mod_perl based (more mod_rewrite) however I've searched everywhere for a solution to this and so far have come up short.  However since my problem dire

Re: Limiting CPU (was Re: embperl pages and braindead sucking robots)

1999-11-24 Thread Randal L. Schwartz
> "Barry" == Barry Robison <[EMAIL PROTECTED]> writes: Barry> On Wed, Nov 24, 1999 at 07:31:36AM -0800, Randal L. Schwartz wrote: >> >> I also added a DBILogger that logs CPU times, so I can see which pages >> on my system are burning the most CPU, and even tell which hosts suck >> down the

Questions

1999-11-24 Thread raptor
Hi, a couple of questions. I can't get the $ENV{REMOTE_USER} var., after succesfull authentification - there is nothing in it. Here is the configuration : ...blah .blah ... AuthDBUserFile /work/.volunteers.db AuthGroupFile /dev/null AuthName 'Volunteers Members Area' AuthType Basic

Re: Apache run time error

1999-11-24 Thread Christophe Dupre
Natarajan System Administrator wrote: > > hello, > > I have installed Apache web server with mod_perl module in it. > > When i run httpd server i get an error message > > libexec/libperl.so: open failed: No such file or directory > > What should i do to rectify this problem Did you compile a

Limiting CPU (was Re: embperl pages and braindead sucking robots)

1999-11-24 Thread Randal L. Schwartz
> "Gerald" == Gerald Richter <[EMAIL PROTECTED]> writes: Gerald> Maybe Apache::SpeedLimit is helpfull. It limits the number of pages one Gerald> client can fetch in per time. There a other Apache modules to block robots, Gerald> look at the Apache module list. My CPU-based limiter is working

Re: HTMLEmbperl - manually setting %fdat during runtime...

1999-11-24 Thread Jeff Sheffield
I do the following http://172.17.30.38/Nactel/common/error.epl?application_id=[+ $fdat{'application_id'} +] then "error.epl will have the $fdat{'application_id'} = 'some value'; Jeff On Wed, Nov 24, 1999 at 09:41:08AM -0500, Erich L. Markert wrote: > What I am trying to do is pass the value

HTMLEmbperl - manually setting %fdat during runtime...

1999-11-24 Thread Erich L. Markert
What I am trying to do is pass the value of the application_id onto the next form. application_id is not know until the initial screen has been filled out properly and submitted. After the error checking and application submission I then attempt to set $fdat{'application_id'} to the application

Re: Another IE5 complaint

1999-11-24 Thread Ruben I Safir
SWQAAK Tim Tompkins wrote: > > Is this horse dead yet?!? I don't know, but let's kick it an' see if it > squeels! > > Thanks, > > Tim Tompkins > -- Ruben I Safir [EMAIL PROTECTED] http://www.brooklynonline.com Manager of Intranet Development NYU College of Dentistry Resume: http://

Apache::RegistryLoader and full paths

1999-11-24 Thread Nicolas MONNET
Apparently, the Apache::RegistryLoader man page states that you have to point a script by it's URI, or IOW, relative to the ServerRoot. But what happens when you have several virtual hosts? Isn't there a way to preload scripts based on their full path on the disk? Would it be possible to hack Ap

JOB: Perl, Oracle SQL Programmer in Montreal area

1999-11-24 Thread Gregory Stark
Ideas and Associates is looking for experienced Perl programmers in the Montreal area to work on very popular web sites. The web sites use modperl and Oracle and run on Unix servers. Please send resumes to [EMAIL PROTECTED] Skill sets we need are: o Strong Perl 5 experience, with at some fami

Re: mod_perl, php...

1999-11-24 Thread Rasmus Lerdorf
> Just curious: Is compiling both mod_perl *and* php into Apache not a > good idea? I seem to remember reading that somewhere. > > But, I noticed a site (bugs.horde.org) that did it, and was just > wondering. As long as you have enough memory to avoid swapping because of the extra memory needed

mod_perl, php...

1999-11-24 Thread Robert Locke
Just curious: Is compiling both mod_perl *and* php into Apache not a good idea? I seem to remember reading that somewhere. But, I noticed a site (bugs.horde.org) that did it, and was just wondering. Thanks, Rob

Re: Apache::ASP

1999-11-24 Thread Stas Bekman
http://perl.apache.org/guide/troubleshooting.html#Invalid_command_PerlHandler_ > Sorry for the newbie question but I cannot find anyone to help me. I have >everything installed and loaded but everytime I try to put the following into my >httpd.conf (and access.conf): > > > SetHandler perl-s