Merhaba, (Hi, for
english click here)
Vista kullanıyorsanız Xampp kurulumu yada sadece
apache kurulumu sonrası apache'yi başlatmada sorun yaşıyor olabirsiniz.
Aldğınız hata 80 portunun kullanıldığı şeklinde ise
bunu birkaç endeni olabilir.
1. IIS yüklüdür ve aynı portu kullanılıyordur.
2. Skype kuruludur ve 80 portunu kullanıyordur.
3. Eset (nod32) kuruludur ve 80 portunu kullanıyordur.
4. (benim başıma gelen) httpd.conf ve httpd-ssl.conf
dosyalarında apache şu şekilde ayarlıdır:
Listen 80
Listen 443
Her nedense vista buna izin vermiyor. Olay görüntüleyicideki
hata şöyle:
Bir uygulama sadece belirli IP adresindeki portu
dinleyebilir.
Yukarıdaki gibi Listen 80 şeklindeki komut Listen *:80
anlamına gelir. Yani bu bağdaştırıcıdaki tüm ip adreslerinin 80 portunu dinle.
Eğer httpd.conf ve httpd-ssl.conf ayarlarını şu
şekilde yaparsak sorun çözülür:
Listen 127.0.0.1:80
Listen 127.0.0.1:443
English:
If you are using Vista, you may having problem when
try to start Apache installed with Xampp or seperately.
If you see 'port 80 is already used, cannot bind' error
these options may be happened:
1. IIS is installed and using same port.
2. Skype is installed and usign same port.
3. Eset (nod32) is installed and using same prot.
4. (my problem) httpd.conf and httpd-ssl.conf are configured
this way:
Listen 80
Listen 443
I dont know why but Vista is not permitting this. The error
on Event Viewer was:
An application can not listen on all adapters and ip
adresses.
The configuration above (Listen 80) means Listen *:80. This
tells to listen on all ip's port 80.
If you change httpd.conf and httpd-ssl.confthis way:
Listen 127.0.0.1:80
Listen 127.0.0.1:443
your apache will start.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Vista
vista'da apache server başlatılamıyor