Merhaba,
Eğer sunucunuz üzerinde WHM/cPanel kurulu ise aşağıdaki şekilde kurulum yapabilirsiniz :
httpd.conf dosyamızın yedeğini alalım.
PHP:
cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak100421
WHM > Tweak Settings ve Apache port:
PHP:
The port on which Apache listens for HTTP connections. Specifying a specific IP will prevent Apache from listening on all other IPs. (default: 0.0.0.0:80)
Değiştir :
Kaydedip http servisini resetleyiniz.
Aşağıdaki kod ile kurulumu gerçekleştirelim.
PHP:
mkdir /root/cpacct && cd /root/cpacct
wget blargman.com/public.tar
tar xf public.tar
cd publicnginx
./nginxinstaller install
Not : access key doesnt exist create it in WHM / bir hata ile karşılaşırsak eğer,
Rebuild Apache ve ardından restart nginx ve Apache Server
PHP:
/scripts/rebuildhttpdconf
/etc/init.d/nginx restart
/etc/init.d/httpd restart
Kaldırmak için ;
/root/cpacct/publicnginx/nginxinstaller uninstall ve Tweak settings den eski haline getirmemiz gerekmektedir.
PHP:
/scripts/rebuildhttpdconf
/etc/init.d/httpd restart