Webserver probleme

macfan97

macfan97

Mitglied
Thread Starter
Dabei seit
29.04.2009
Beiträge
596
Reaktionspunkte
11
Der Titel beschreibt das Problem nicht richtig denn
ich habe alle mir bekannten Webserver gestoppt die auf meinem Mac laufen,
allerdings wird trotzdem auf der localhost Seite ein Php script angezeigt das im XAMPP HTDOCS Ordner liegt ich verstehs einfach nicht
Ohne Titel.jpg
 
vielleicht noch im browser cache?
 
gib mal im Terminal ein:

ps aux | grep httpd


der Befehl listet Dir alle laufenden Prozesse die die Zeichenkette httpd besitzen auf und Du kannst sehen wo noch ein Apache Webserver läuft.
 
also im cach ist es nicht denn es ist ein php mit der ip adressen ausgelesen werden und ich habe immer andere ergebnisse bekommen

11893 httpd moritzmahringer 0,0 1 7,7 MB Intel 13 64 KB 44 KB
9268 httpd nobody 0,0 1 4,3 MB Intel 11 1,3 MB 644 KB
8739 httpd nobody 0,0 1 4,2 MB Intel 11 1,3 MB 640 KB
445 httpd nobody 0,0 1 4,2 MB Intel 11 1,3 MB 648 KB
446 httpd nobody 0,0 1 4,2 MB Intel 11 1,3 MB 636 KB
448 httpd nobody 0,0 1 4,2 MB Intel 11 1,3 MB 640 KB
8736 httpd nobody 0,0 1 4,1 MB Intel 11 1,3 MB 620 KB
15381 httpd nobody 0,0 1 2,4 MB Intel 11 592 KB 552 KB
11897 httpd moritzmahringer 0,0 1 1,4 MB Intel 10 176 KB 136 KB
11896 httpd moritzmahringer 0,0 1 728 KB Intel 8 268 KB 248 KB
11901 httpd moritzmahringer 0,0 1 636 KB Intel 8 160 KB 120 KB
11898 httpd moritzmahringer 0,0 1 636 KB Intel 8 164 KB 124 KB
11899 httpd moritzmahringer 0,0 1 636 KB Intel 8 164 KB 124 KB
11900 httpd moritzmahringer 0,0 1 636 KB Intel 8 164 KB 124 KB
14633 httpd moritzmahringer 0,0 1 480 KB Intel 8 64 KB 16 KB
291 httpd root 0,0 1 316 KB Intel 13 100 KB 60 KB
312 httpd nobody 0,0 1 76 KB Intel 11 64 KB 0 Byte


Hab ich aus der Aktivitätsanzeige bei dem anderen kamen die executables heraus :
moritzmahringer 11901 0,0 0,0 784624 636 ?? S 5:28pm 0:00.00 /Applications/MAMP/Library/bin/httpd -k start
moritzmahringer 11900 0,0 0,0 784624 636 ?? S 5:28pm 0:00.00 /Applications/MAMP/Library/bin/httpd -k start
moritzmahringer 11899 0,0 0,0 784624 636 ?? S 5:28pm 0:00.00 /Applications/MAMP/Library/bin/httpd -k start
moritzmahringer 11898 0,0 0,0 784624 636 ?? S 5:28pm 0:00.00 /Applications/MAMP/Library/bin/httpd -k start
moritzmahringer 11897 0,0 0,0 784624 1444 ?? S 5:28pm 0:00.01 /Applications/MAMP/Library/bin/httpd -k start
moritzmahringer 11896 0,0 0,0 784564 728 ?? S 5:28pm 0:00.00 /Applications/MAMP/Library/bin/httpd -k start
moritzmahringer 11893 0,0 0,2 784624 7880 ?? Ss 5:28pm 0:00.39 /Applications/MAMP/Library/bin/httpd -k start
nobody 9268 0,0 0,1 637800 4384 ?? S 10:43pm 0:00.15 /Applications/XAMPP/xamppfiles/bin/httpd -k start -E /Applications/XAMPP/xamppfiles//logs/error_log -DPHP
nobody 8739 0,0 0,1 637800 4284 ?? S 8:45pm 0:00.13 /Applications/XAMPP/xamppfiles/bin/httpd -k start -E /Applications/XAMPP/xamppfiles//logs/error_log -DPHP
nobody 8736 0,0 0,1 637800 4152 ?? S 8:45pm 0:00.11 /Applications/XAMPP/xamppfiles/bin/httpd -k start -E /Applications/XAMPP/xamppfiles//logs/error_log -DPHP
nobody 448 0,0 0,1 637800 4256 ?? S So06pm 0:00.14 /Applications/XAMPP/xamppfiles/bin/httpd -k start -E /Applications/XAMPP/xamppfiles//logs/error_log -DPHP
nobody 446 0,0 0,1 637800 4268 ?? S So06pm 0:00.12 /Applications/XAMPP/xamppfiles/bin/httpd -k start -E /Applications/XAMPP/xamppfiles//logs/error_log -DPHP
nobody 445 0,0 0,1 637800 4268 ?? S So06pm 0:00.15 /Applications/XAMPP/xamppfiles/bin/httpd -k start -E /Applications/XAMPP/xamppfiles//logs/error_log -DPHP
nobody 312 0,0 0,0 620108 76 ?? S So06pm 0:00.00 /Applications/XAMPP/xamppfiles/bin/httpd -k start -E /Applications/XAMPP/xamppfiles//logs/error_log -DPHP
root 291 0,0 0,0 637548 328 ?? Ss So06pm 0:03.38 /Applications/XAMPP/xamppfiles/bin/httpd -k start -E /Applications/XAMPP/xamppfiles//logs/error_log -DPHP
moritzmahringer 17027 0,0 0,0 2435516 308 s000 U+ 7:57pm 0:00.00 grep httpd
nobody 15381 0,0 0,1 637544 2468 ?? S 7:08pm 0:00.04 /Applications/XAMPP/xamppfiles/bin/httpd -k start -E /Applications/XAMPP/xamppfiles//logs/error_log -DPHP
moritzmahringer 14633 0,0 0,0 784624 480 ?? S 6:45pm 0:00.00 /Applications/MAMP/Library/bin/httpd -k start


Hab vor lauter aufregung nicht daran gedacht
 
Zurück
Oben Unten