Apache 2 startet, Config-Files OK, liefert aber keine Seiten

Alles, was den Apache betrifft, kann hier besprochen werden.

Apache 2 startet, Config-Files OK, liefert aber keine Seiten

Postby LoKapacity » 28. July 2003 15:06

Ein interessantes Problem beschäftigt mich schon eine ganze Weile:

Auf zwei meiner PC´s läuft WAMPP1 problemlos.

WAMPP2 bzw jetzt MINIXAMPP 0.9 lässt sich zwar normal starten, liefert jedoch keine Seiten. Die Configfiles sind laut "apache -t" OK.

Das Ergebnis eines Aufrufes von http://localhost bzw http://127.0.0.1 ist jedoch eine ewige Suche der Seite, die bei etwa 50% (Browser-Statuszeile) anhält.

Gibt es vielleicht ein Problem mit eMule oder Shareaza? Der Fehler tritt jedoch auch auf, wenn die Programme nicht laufen.

Ich wäre dankbar für jeden Tipp, obwohl ich bereits seit geraumer Zeit dieses Forum überwache und jede Info ausprobiere.
LoKapacity
 

Postby tHarry » 01. August 2003 00:36

Hallo!
Wenn die 2 Programme denen du angebeben hast P2P oder Downloadsoftware ist.. dann gibt es Probleme!

Diese Downloadprogramme greifen Standandart gemäß auch auf Port 80.. fals er noch nicht belegt ist zu...

Das Problem.. Apache greift aber nur auf 80...

Ich hatte das Probleme auch allerdings mit Kazaa und Imesh...
Tipp.. Apache als Service installieren und P2P Programme einfach mit der Hand starten (nach dem Windows komplett mit Servicen gestartet ist!)

Übrigens ist bei mir nie der Apache gestartet wenn Port 80 bereits belegt war...

Lg,Harry
Whistler/Sp2, AMD2000+, Xampp 1.5.2,
Whistler/Sp2, P4/2Ghz, Xampp 1.5.2,
Apache und MySQL als Service
---------------
Max OS X 10.4 - iBook G4 - Xampp 0.5
tHarry
 
Posts: 54
Joined: 19. April 2003 17:58

Postby nemesis » 01. August 2003 01:01

Hi LoKapacity,

wenn einer der beiden Apache2 tasks 100% oder überhaupts eine aktivität anzeigt, obwohl keiner auf ihn zugreift, und auch nichts in der access.log datei steht, dann check bitte mal ob du bestimmte antivieren software oder eine firewall laufen hast.

Bei beiden gillt dann, bitte deinstallieren und neu starten....
und schreib bitte eventuell noch die Versionen der Programme hier rein.

Gruss, nemesis
Ubuntu 18.04 | SMP P3 1.4 GHz | 6 GByte RegECC | 74 GByte Seagate 15k5 system | 3Ware 9550SXU-4LP with 4x 500 GByte Seagate ES2 Raid 10 data | StoreCase DE400 | PX-230A | Intel Pro/1000MT Dual PCI-X
User avatar
nemesis
AF Moderator
 
Posts: 1044
Joined: 29. December 2002 13:14
Location: Ingolstadt
XAMPP version: depends
Operating System: Linux, BSD, Win, iOS, Android

Postby LoKapacity » 02. August 2003 19:58

Mich wundert nur die Tatsache, dass Wampp1 (inklusive aller Módule) normal startet und erreichbar ist, selbst bei aktiver PTP Software, wogegen Apache 2 (Xampp) nichts liefert.

:cry:
LoKapacity
 

Postby nemesis » 03. August 2003 02:10

LoKapacity

kannst mal bitte in der httpd.conf von apache beim Eintrag

ErrorLevel auf Debug stellen und dann den Inhalt der error.log hier posten?

(Bitte davor die error.log Datei von einträgen befreifen, notepad,-> alles makieren und dann entf.)
Ubuntu 18.04 | SMP P3 1.4 GHz | 6 GByte RegECC | 74 GByte Seagate 15k5 system | 3Ware 9550SXU-4LP with 4x 500 GByte Seagate ES2 Raid 10 data | StoreCase DE400 | PX-230A | Intel Pro/1000MT Dual PCI-X
User avatar
nemesis
AF Moderator
 
Posts: 1044
Joined: 29. December 2002 13:14
Location: Ingolstadt
XAMPP version: depends
Operating System: Linux, BSD, Win, iOS, Android

Postby LoKapacity » 03. August 2003 09:50

Code: Select all
[Sun Aug 03 10:41:12 2003] [notice] Parent: Created child process 2904
[Sun Aug 03 10:41:12 2003] [debug] mpm_winnt.c(505): Parent: Sent the scoreboard to the child
[Sun Aug 03 10:41:12 2003] [notice] Child 2904: Child process is running
[Sun Aug 03 10:41:12 2003] [debug] mpm_winnt.c(426): Child 2904: Retrieved our scoreboard from the parent.
[Sun Aug 03 10:41:12 2003] [info] Parent: Duplicating socket 1952 and sending it to child process 2904
[Sun Aug 03 10:41:12 2003] [debug] mpm_winnt.c(623): Parent: Sent 1 listeners to child 2904
[Sun Aug 03 10:41:12 2003] [debug] mpm_winnt.c(582): Child 2904: retrieved 1 listeners from parent
[Sun Aug 03 10:41:12 2003] [notice] Child 2904: Acquired the start mutex.
[Sun Aug 03 10:41:12 2003] [notice] Child 2904: Starting 250 worker threads.
[Sun Aug 03 10:41:13 2003] [debug] child.c(695): Child 2904: Worker thread 0 starting.
...
[Sun Aug 03 10:41:13 2003] [debug] child.c(695): Child 2904: Worker thread 249 starting.
[Sun Aug 03 10:41:13 2003] [debug] child.c(547): (OS 10038)Ein Vorgang bezog sich auf ein Objekt, das kein Socket ist.  : winnt_accept: AcceptEx failed due to early client disconnect. Reallocate the accept socket and try again.
...
[Sun Aug 03 10:44:07 2003] [debug] child.c(547): (OS 10038)Ein Vorgang bezog sich auf ein Objekt, das kein Socket ist.  : winnt_accept: AcceptEx failed due to early client disconnect. Reallocate the accept socket and try again.
[Sun Aug 03 10:44:07 2003] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Aug 03 10:44:07 2003] [debug] child.c(547): (OS 10038)Ein Vorgang bezog sich auf ein Objekt, das kein Socket ist.  : winnt_accept: AcceptEx failed due to early client disconnect. Reallocate the accept socket and try again.
[Sun Aug 03 10:44:07 2003] [notice] Child 2904: Exit event signaled. Child process is ending.
[Sun Aug 03 10:44:07 2003] [debug] child.c(547): (OS 10038)Ein Vorgang bezog sich auf ein Objekt, das kein Socket ist.  : winnt_accept: AcceptEx failed due to early client disconnect. Reallocate the accept socket and try again.
...
[Sun Aug 03 10:44:08 2003] [debug] child.c(547): (OS 10038)Ein Vorgang bezog sich auf ein Objekt, das kein Socket ist.  : winnt_accept: AcceptEx failed due to early client disconnect. Reallocate the accept socket and try again.
[Sun Aug 03 10:44:09 2003] [info] Child 2904: Accept thread exiting.
[Sun Aug 03 10:44:09 2003] [notice] Child 2904: Released the start mutex
[Sun Aug 03 10:44:10 2003] [info] Child 2904: 250 threads blocked on the completion port
[Sun Aug 03 10:44:10 2003] [debug] child.c(746): Child 2904: Worker thread 1 exiting.
...
[Sun Aug 03 10:44:10 2003] [debug] child.c(746): Child 2904: Worker thread 249 exiting.
[Sun Aug 03 10:44:10 2003] [debug] child.c(746): Child 2904: Worker thread 0 exiting.
[Sun Aug 03 10:44:11 2003] [notice] Child 2904: Waiting for 250 worker threads to exit.
[Sun Aug 03 10:44:13 2003] [notice] Child 2904: All worker threads have exited.
[Sun Aug 03 10:44:13 2003] [notice] Child 2904: Child process is exiting


An den mit ... gekürzten Stellen wiederholt sich die vorangegangene Zeile.
Danke für jeden Tipp.[/code]
LoKapacity
 

Postby LoKapacity » 03. August 2003 10:15

Das Problem ist gelöst!

McAfee 7 war der Verursacher. Nach der Deinstallation dieses Paketes funktionierte alles wunderbar. V 6 funktioniert normal. In den McAfee Foren ist dieses Problem ebenfalls bekannt. :!: Angeblich soll V7 nicht mehr korrigiert werden :!: . Erst V8 soll mit Apache 2 funktionieren.

Danke an alle, für die Mühe. :D
LoKapacity
 

Postby nemesis » 03. August 2003 19:52

Bei beiden gillt dann, bitte deinstallieren und neu starten....


wer lesen kann ist klar im vorteil :)
Ubuntu 18.04 | SMP P3 1.4 GHz | 6 GByte RegECC | 74 GByte Seagate 15k5 system | 3Ware 9550SXU-4LP with 4x 500 GByte Seagate ES2 Raid 10 data | StoreCase DE400 | PX-230A | Intel Pro/1000MT Dual PCI-X
User avatar
nemesis
AF Moderator
 
Posts: 1044
Joined: 29. December 2002 13:14
Location: Ingolstadt
XAMPP version: depends
Operating System: Linux, BSD, Win, iOS, Android


Return to Apache

Who is online

Users browsing this forum: No registered users and 18 guests