Silex setup fails with MAMP because mod_access.so is not found?

333 Views Asked by At

I have downloaded Silex and I am trying to get it running with MAMP. However, when I run Silex (and only when I run Silex), Apache won't start. In the console, I see:

httpd: Syntax error on line 238 of /Applications/MAMP/conf/apache/httpd.conf: Cannot load /Applications/MAMP/Library/modules/mod_access.so into server: dlopen(/Applications/MAMP/Library/modules/mod_access.so, 10): image not found logout

Googling the error leads to info that suggests this is a known bug, but I can't find what to actually do about it.

Silex temporarily changes my httpd.conf from this to this while it's running. After it changes back, upon quitting Silex, Apache starts again.

Apache is version 2.2.22.

0

There are 0 best solutions below