August 3

MPM ITK Apache setuid() and setgid() restrictions

add the following code to your /etc/apache2/conf.d/includes/pre_virtualhost_global.conf file.
<ifmodule mpm_itk.c>
LimitUIDRange 0 2000
LimitGIDRange 0 2000
</ifmodule>


Copyright 2021. All rights reserved.

Posted 3 August 2017 by admin in category "simple memo

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.