Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How to calculate development time?

by sparky8342 (Acolyte)
on May 31, 2001 at 17:55 UTC ( [id://84557]=note: print w/replies, xml ) Need Help??


in reply to How to calculate development time?

With regards to mod_perl, it's unlikely that you'll be able to use it on a shared hosting environment. You would need access to apache's configuration file, for one thing, which would give access to all the virtual hosts on the machine being used by other customers.

Dave

Replies are listed 'Best First'.
Re: Re: How to calculate development time?
by Siddartha (Curate) on May 31, 2001 at 18:05 UTC
    Do I still need access to the config file id I can get the ISP to install mod_perl ?:)

    If they add:

    LoadModule perl_module modules/libperl.so
    AddModule mod_perl.c

    and add:
    SetHandler perl-script
    PerlHandler Apache::Register
    Options +ExecCGI

    in my Virtual Host setup, would I need access to the config file for anything else.

    I don't know what the chances are of getting them to do this, but I would still like to know if the is all that is needed for me to use mod_perl in my HTML files.

    Thanks
    -Siddatha

      I think it's unlikely that they'd go for it.

      As well as the above, they need to recompile Apache with mod_perl. It's also conceivable that you might want to use different apache handlers later on, requiring changes to the configuration file.

      There's also security problems, you could potentially crash apache and bring down all the sites on the machine, etc.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://84557]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 19:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found