Personal Web Sharing startet nicht mehr.

xantam

xantam

Aktives Mitglied
Thread Starter
Dabei seit
08.01.2006
Beiträge
179
Reaktionspunkte
4
Hi,
ich habe mir die PHP5 version von ]http://www.entropy.ch/software/macosx/php/] (die Apache 1.3 Ver für PPC und Intel) runtergeladen.
Aber jetzt startet in den Sharing Einstellungen das Personal Web Sharing nicht mehr.

Wenn ich im Terminal das eingebe: sudo apachectl graceful

Kommt das:
Code:
MacBook-Pro:~ xantam$ sudo apachectl graceful
Password:
/usr/sbin/apachectl graceful: httpd not running, trying to start
Processing config directory: /private/etc/httpd/users/*.conf
 Processing config file: /private/etc/httpd/users/+entropy-php.conf
 Processing config file: /private/etc/httpd/users/xantam.conf
/usr/sbin/apachectl: line 193: 20702 Bus error               $HTTPD
/usr/sbin/apachectl graceful: httpd could not be started

Ich hoffe doch mal das ich keinen großen Fehler gemacht habe, da ich das PWS und PHP zum arbeiten brauche.

EDIT:// Als ich noch einmal das PHP installieren wollte kam am Ende das:
]http://www.xantam.de/misc/php_fehler.png]
 
Zuletzt bearbeitet:
Ich habe rausgefunden an was es lag:

ich hatte PHP4 nicht beendet (was man tun muß).

Anleitung:
in /etc/httpd/httpd.conf

folgende Zeilen:

LoadModule php4_module libexec/httpd/libphp4.so

AddModule mod_php4.c

in diese ändern:

#LoadModule php4_module libexec/httpd/libphp4.so

#AddModule mod_php4.c

Und dann einfach den PHP5-Installer auführen.
Fertig
 
Hi,

bei mir startet Web Sharing nach identischer Installation auch nicht mehr. Die Fehlermeldung ist fast ähnlich. Insofern wäre auch ich an einer Lösung interessiert, kenne mich hingegen mit Terminal so gut wie nicht aus.

xantam schrieb:
Ich habe rausgefunden an was es lag:

ich hatte PHP4 nicht beendet (was man tun muß).

Anleitung:
in /etc/httpd/httpd.conf

folgende Zeilen:

LoadModule php4_module libexec/httpd/libphp4.so

AddModule mod_php4.c

in diese ändern:

#LoadModule php4_module libexec/httpd/libphp4.so

#AddModule mod_php4.c

Und dann einfach den PHP5-Installer auführen.
Fertig

Auch nach eingehendster Prüfung: Die Code-Zeilen sind absolut identisch. Da wird doch nichts geändert. Kannst Du das bitte nochmal ausführen?

Besten Dank vorab & Gruß
rakader
 
Zurück
Oben Unten