Yeni bir server'a geçeceğim için cloud bir server açtım.
Centos 6.3 kurulu şekilde server elimdeydi.
Putty ile php, mysql, Apache, phpmyadmin ve ftp kurulumu yaptım.
En son ISPconfig ile panel kurmaya kadar geldim.
Ancak
24.110.43.131:8080 ile kurulumun sonuna gelmek istediğimde
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
Hatası çıkmakta karşıma.
Zaten
/etc/init.d/httpd restart komutu yaptığımda karşıma şöyle bir şey çıkmakta.
Stopping httpd: [ OK ]
Starting httpd: [Wed Feb 26 01:00:18 2014] [warn] NameVirtualHost 24.110.43.131:80 has no VirtualHosts
[Wed Feb 26 01:00:18 2014] [warn] NameVirtualHost *:80 has no VirtualHosts
[Wed Feb 26 01:00:18 2014] [warn] NameVirtualHost *:443 has no VirtualHosts
[Wed Feb 26 01:00:18 2014] [warn] NameVirtualHost *:80 has no VirtualHosts
Eski server'da hostname panelde zaten otomatik verildiği için
etc/hosts dosyası içinde
127.0.0.1 localhost.localdomain localhost
66.42.143.213 vps5623.v.sadecehosting.com
bu şekilde.
Ancak bu cloud sunucuda hostname'i kendimiz belirliyoruz server'ı panelden kurarken. Ben de kafama göre bir şey yazdım. O yüzden bu şekilde gözüküyor:
127.0.0.1 localhost.localdomain localhost
24.110.43.131 hostadi
Şimdi ne yapmam gerektiğini de bilmiyorum açıkcası, kala kaldım böyle. Bir öneri de bulunabilecek biri var mı ?