Hi !

I know Lot of us may just shrug this question off, as they never have to deal with this type of hosting. But I am a small time web developer, who believes in perl and does not have an expertize to call my self perl expert,

I always hear mod_perl helps performance, embperl and other technologies improve templating and all other stuff such as session management etc using right apache modules.

How a developer who is using virtually hosted domain space (where he has his own private CGI-BIN ) but does not have root access or access to apache config files to define modules at startup or configure redirects etc can take benefit of mod_perl? Most of the domain hosting ISPs of virtusl domain servers claim now a days that they have mod perl and claim that they can install any CPAN suppoted module upon request. But does a shared account can make use of it?

Is there any way the advantage of mod_perl can be taken even in the environment I described earlier or it is available to richer guys who can afford their own web servers only? In that case would perl monks suggest me that should I switch to something like php just for performance ? If not can someone show me a simple example how mod_perl can be utilised even in shared domain space?

I am not sure if this is a right question so I am ready to discuss more if someone wants details.

Thanks

In reply to Mod Perl Usage on Virtual hosted domains by learn_forever

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.