PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probleme mit dem Apache



blackor
24.03.05, 17:26
Moin also hatte heute apt-get install phpmyadmin gemacht usw. und jo dann apaceh restartet und nu kam dis

/etc/init.d/apache start
Starting web server: apache[Thu Mar 24 09:18:50 2005] [warn] module php4_module is already loaded, skipping
fopen: No such file or directory
apache: could not open document config file /etc/apache/conf.d/*.conf
failed

phpmyadmin wieder removed aber es kommt imme rnoch dieser fehler wenn ich meinen apache starte will! was si das problem? was fürn cfg file will der etc.? thx

carnil
24.03.05, 20:17
Hallo

Ich weiss nicht ob es dir weiterhilft, aber per google habe ich folgendes gefunden, anscheinend will die Fehlermeldung möglichwerweise folgendes sagen:



' httpd: could not open document configuration file '
' fopen : no such file or directory '
Both these are problems with the path that has been set. Remember that Apache finds everything relative to the DocumentRoot directive set in the httpd.conf file. So see to it that there is no mistake in setting that value. You can read more about the DocumentRoot directive in the next part of this article. Just remember that this problem is because of wrong setting in the configuration file.


hth,

MfG carnil

blackor
24.03.05, 20:38
also hab cfg gecheckt document root gibts etc. !

/etc/init.d/apache restart
Reloading apache modulesNo process in pidfile `/var/run/apache.pid' found running; none killed.
fopen: No such file or directory
apache: could not open document config file /etc/apache/conf.d/*.conf
failed

Tomek
25.03.05, 11:15
Ersetze in der Apache-Konfiguration folgende Zeile:

Include /etc/apache/conf.d/*.conf
mit:

Include /etc/apache/conf.d/*
oder:

Include /etc/apache/conf.d/
Siehe dazu auch die Apache-Dokumentation:
http://httpd.apache.org/docs-2.0/de/mod/core.html#include