http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11404 --- Comment #9 from Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> --- Dear Tomás, Sorry for the late reply! all I can say is there seems still to be dependency issues and mpm_event gives the following errors: vagrant@vagrant-saucy64:~$ sudo a2enmod mpm_event Considering conflict mpm_worker for mpm_event: Considering conflict mpm_prefork for mpm_event: Considering conflict mpm_itk for mpm_event: Enabling module mpm_event. which disables the 'AssignUserID' variable and fails apache: AH00526: Syntax error on line 13 of /etc/apache2/sites-enabled/knakk.conf: Invalid command 'AssignUserID', perhaps misspelled or defined by a module not included in the server configuration Action 'configtest' failed. swapping the mpm_event module with mpm_itk makes everything work: http://mpm-itk.sesse.net/ Hope you find a more robust solution! -- You are receiving this mail because: You are watching all bug changes.