FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Exec Security
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Exec Security [message #178993 is a reply to message #178992] Sat, 01 September 2012 11:19 Go to previous messageGo to previous message
J.O. Aho is currently offline  J.O. Aho
Messages: 194
Registered: September 2010
Karma:
Senior Member
On 01/09/12 11:51, Ryan wrote:
> That might just work to have a separate php.ini I might have to spin up a test server and try that out.

You can have different php.ini, but still it's possible for someone to
use that to do something else than you intended.


> Having a DB queue that is processed by a cron job is kind of a last resort.
> It would have to almost constantly be running or would have to wait too long to provision new vhosts.

If you don't want to use cron jobs, then set up a service (you can write
daemons with PHP) and use a message queue like zeromq, so the web
interface sends a message to the daemon.

Using the database is a simple way to do it, when you want to expand,
you don't want to do the plesk way where you need to setup everything on
every server which is used for hosting, you want a one place to
administrate things from.


--

//Aho
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Is PDO an abstraction layer?
Next Topic: Net Connect API -php
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Oct 19 17:15:00 GMT 2024

Total time taken to generate the page: 0.06529 seconds