08/11/13 10:22:29
>>40
Hope this helps.
code.google.com/p/phusion-passenger/issues/detail?id=131
>The following code change resolves the problem on my machine:
>1. Edit ext/apache2/Hooks.cpp
>2. Go to the function 'init_module'.
>3. Change 'delete hooks;' to '// delete hooks;'
>4. Reinstall Passenger.