mono / mod_mono

Apache module to host the XSP ASP.NET host
http://www.mono-project.com/Mod_mono
Apache License 2.0
30 stars 28 forks source link

Fix: Set the correct group ID in apache 2.4 #3

Closed mtausig closed 10 years ago

mtausig commented 10 years ago

mod-mono-server is run under the wron group ID in apache 2.4. This is due to the fact, that in the function apache_get_groupid the user ID is returned instead of the group ID.