View previous topic :: View next topic |
Author |
Message |
hakker82 Apprentice
Joined: 13 Jul 2004 Posts: 188
|
Posted: Fri Jul 23, 2004 8:50 am Post subject: Apache läuft nicht |
|
|
Problem: Apache startet nicht:
/etc/apache2/conf/apache2.conf:
ServerName localhost
DocumentRoot /var/www/localhost/htdocs
usw.
alles normal, denke ich
Fehler:
Name or service not known: mod_unique_id:
unable to find IPv4 address of "tux"
wie kann ich dieses Probem lösen.
Außerdem, was muss ich tun, um Python CGIs laufen zu lassen?
Schonmal Danke im Voraus. |
|
Back to top |
|
|
hakker82 Apprentice
Joined: 13 Jul 2004 Posts: 188
|
Posted: Fri Jul 23, 2004 9:10 am Post subject: |
|
|
Apache läuft jetzt, musste das loopback interface ändern und den Servername auch auf tux setzen.
Aber eine Frage habe ich noch, wie bekommt man CGIs und besonders Python-CGIs zum laufen? |
|
Back to top |
|
|
hasenfreser n00b
Joined: 07 Dec 2003 Posts: 24 Location: Lörrach, Germany
|
Posted: Sat Aug 07, 2004 3:15 pm Post subject: |
|
|
Servus,
ich habe das gleiche Problem, wuesste nur gerne wie was wo du das loopback geaendert hast!
Merci cu _________________ We gonna make it!
|
|
Back to top |
|
|
kostja Apprentice
Joined: 25 May 2004 Posts: 261 Location: D, 69239 Neckarsteinach
|
Posted: Sat Aug 07, 2004 3:19 pm Post subject: |
|
|
Ich hatte so ein Problem auch mal. Hab dazu dann in der Datei
/etc/hosts folgenden Eintrag hinzufügen müssen
Code: |
192.168.0.110 (meine lokale IP) hostname.domainname
|
_________________ Registered Linux User #356484 |
|
Back to top |
|
|
leuenberger Tux's lil' helper
Joined: 13 Jul 2003 Posts: 147 Location: Zurich, ZH, Schweiz
|
Posted: Sat Aug 07, 2004 6:06 pm Post subject: |
|
|
Ich brauche keine Python, aber ich denke der folgende Befehl wäre ein guter Anfang:
Code: | emerge dev-python/mod_python |
Gruss Reto |
|
Back to top |
|
|
hasenfreser n00b
Joined: 07 Dec 2003 Posts: 24 Location: Lörrach, Germany
|
Posted: Sat Aug 07, 2004 6:12 pm Post subject: |
|
|
Viele Dank es laeuft jetzt!!! _________________ We gonna make it!
|
|
Back to top |
|
|
|