ane ada server centos 6.3 nginx pas bikin vhost untuk sebuah web misal
web.com malah forbidden,tapi pas web.com/ip.php <= yang isinya sebagai file pembaca ip pengunjung
malah di baca sebagai plaintext
sekedar info
pas saya jalankan perintah ini
service php-fpm start
malah muncul sepperti ini
php-fpm: unrecognized service
tapi pas saya ketik
netstat -tulpn | less
php-fpm listen di port 9000
tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 19266/php-fpm
kira-kira kenapa ya??
anehnya lagi pas saya restart nginx kok begini
service nginx restart
nginx: [warn] conflicting server name "web.com" on 0.0.0.0:80, ignored
Stopping nginx: [FAILED]
Starting nginx: nginx: [warn] conflicting server name "web.com" on 0.0.0.0:80, ignored
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
[FAILED]
anyone can help me?
please...saya udh mentok googling sana-sini :(