2016-12-26 8 views
0

Ich kann die Server nicht starten, das Symbol "Start Server" blinkt für eine Sekunde grün und es passiert nichts. Das ist, was ich im apache_error log erhalten:MAMP-Server kann nicht gestartet werden

[Mon Dec 26 03:36:16 2016] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] 
[Mon Dec 26 03:36:17 2016] [notice] Digest: generating secret for digest authentication ... 
[Mon Dec 26 03:36:17 2016] [notice] Digest: done 
[Mon Dec 26 03:36:18 2016] [notice] Apache/2.2.31 (Win32) DAV/2 mod_ssl/2.2.31 OpenSSL/1.0.2e mod_fcgid/2.3.9 mod_wsgi/3.4 Python/2.7.6 PHP/7.0.9 mod_perl/2.0.8 Perl/v5.16.3 configured -- resuming normal operations 
[Mon Dec 26 03:36:18 2016] [notice] Server built: May 6 2016 10:19:53 
[Mon Dec 26 03:36:18 2016] [crit] (22)Invalid argument: Parent: Failed to create the child process. 
[Mon Dec 26 03:36:18 2016] [crit] (OS 6)Invalid reference. : master_main: create child process failed. Exiting. 

Antwort

2

Ich hatte das gleiche Problem unter Windows 10 und Deaktivieren von Perl für mich gearbeitet:

C: \ MAMP \ conf \ Apache \ httpd.conf . ..

LoadModule- perl_module modules/mod_perl.so

...

ich hoffe, das hilft.

+0

Das gleiche Problem war auf Windows 7 und es hilft !! Danke!!! – Stargazer

Verwandte Themen