sshutdownow / mod-myvhost

Automatically exported from code.google.com/p/mod-myvhost
Apache License 2.0
5 stars 5 forks source link

Feature request - Integration of mpm-itk #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I'm actually using Apache MPM-ITK ( http://mpm-itk.sesse.net/ ).

It allow Apache to run each vhost with a specific uid/gid, and the config file 
only differ by the AssignUserID parameters.

Could you think about implementing MPM-ITK management ?

Best regards,

Original issue reported on code.google.com by fufr...@gmail.com on 5 Mar 2012 at 1:00

GoogleCodeExporter commented 9 years ago

Original comment by iPop...@gmail.com on 5 Mar 2012 at 1:58

GoogleCodeExporter commented 9 years ago
new PHP (5.4.0) drop safe mode support, so it is interesting, but I'm not shure 
that it is possible to make it as apache's loadable module. 

Original comment by iPop...@gmail.com on 6 Mar 2012 at 6:15

GoogleCodeExporter commented 9 years ago
Hello,

mpm-itk is installed instead on usual apache.

It's working exactly the same way, so the configuration file doesn't have any 
difference.
It's just adding some configuration vars (AssignUserID is the most important, 
but MaxClientsVHost and NiceValue are quite interesting. You can find 
information about these on http://mpm-itk.sesse.net/ ).

So, if we can add these options into the vhost configuration file generated by 
your module, it should be working directly.
(If no options are given to apache mpm-itk, it's working the usual way)

Best regards,

Original comment by fufr...@gmail.com on 6 Mar 2012 at 10:03

GoogleCodeExporter commented 9 years ago
I will create mpm-itk branch where I shall work on it. With new PHP there is no 
safe_mode any more, so it is required feature.

Original comment by iPop...@gmail.com on 21 Mar 2012 at 5:57