nntp2http.com
Posting
Suche
Optionen
Hilfe & Kontakt

Re: Xampp

Von: ?? (sobber@libero.it) [Profil]
Datum: 03.03.2008 10:12
Message-ID: <fqgfep$t02$1@tdi.cu.mi.it>
Newsgroup: it.comp.www.php
GRazie !


"Leonardo Serni" <sernil@tin.it> ha scritto nel messaggio
news:ivojs3l4t4eqvsf5ampac2679ad254hd5i@4ax.com...
> On Sat, 01 Mar 2008 10:22:03 GMT, sobber@libero.it (???) wrote:
>
>>Non so se sono OT o meno , casomai corregetemi, ho provato ad installare
>>Xampp , ma non mi installa apache perchè la porta 80 è
occupata :
>>
>>1) dove vedo da cosa è occupata ?
>
> Su Windows:
>
> Start -> Esegui -> "CMD" -> Invio
>
> Nella finestra di CMD digita il comando
>
> netstat -nao | find ":80"
>
> e ti compare qualcosa come
>
>  TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       137
>
> A questo punto ti segni l'ultimo numero (qui 137, tu chissa'), chiudi CMD,
> apri il Task Manager e ti fai mostrare la colonna "PID". E il processo
che
> corrisponde a PID 137 e' il tuo colpevole.
>
> Su Linux (ma penso anche MacOS X):
>
> $ netstat -nap | grep ":80"
> tcp     0   0 0.0.0.0:80       0.0.0.0:*         LISTEN      3072/httpd
>
> ...in questo caso sai gia' che il PID e' 3072 e il processo e' "httpd".
>
> Leonardo
>
> --
>
> The stars have not dealt me the worst they could do:
> My pleasures are plenty - my troubles are two.
> But oh!, my two troubles, they reave me of rest:



[ Auf dieses Posting antworten ]