Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: mod_perl, and weird caching

by ultranerds (Hermit)
on Feb 04, 2014 at 19:50 UTC ( [id://1073459]=note: print w/replies, xml ) Need Help??


in reply to Re^3: mod_perl, and weird caching
in thread mod_perl, and weird caching

Thanks for the detailed info. I'm not too sure how practice thats gonna be for the site (they are quite old, and pretty large). Maybe I'll have to get a dev install configured, and then play around with whats needed to change the module folders names around... i.e we have GT , Links and Plugin... so I could just rename them to GT2, Links2, Plugins2 - and update anywhere that calls them. Hardly ideal, but it would hopefully work.

Someone also said this to me:

You can't run multiple domains in the same mod_perl instance, major
security risk. You need a separate physical apache process per domain.
How would one go about setting separate Apache processes up? Sorry for my ignorance... I've been hosted on managed hosting for most of my time, so this is all quite new to me =)

TIA

Replies are listed 'Best First'.
Re^5: mod_perl, and weird caching
by MidLifeXis (Monsignor) on Feb 04, 2014 at 20:42 UTC

    Multiple apachectl calls with different configurations, all wrapped up on the front end with an nginx or another non-mod_perl apache front end.

    And the one mod_perl perl domain is correct, unless all of the domains are under a single controlling entity. Any mod_perl-enabled domain is able to impact the performance and operation of any other mod_perl instance on that apache server, as they share the same perl space in memory.

    --MidLifeXis

      Thanks - will get in contact with the host provider, and see if they can help, before doing any module name changes (which I'm not looking forward to ;) lol)

      Thanks again for your help!

        If you have another option (fcgi, for example). make use of that on a shared host where those are your only two options. mod_perl on a shared apache instance where you don't have complete control over the apache instance is not (IIRC) a secure configuration.

        --MidLifeXis

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (8)
As of 2024-04-19 14:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found