centos curl update

Update Curl on RHEL 8 / CentOS 8 : rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel8/x86_64/city-fan.org-release-2-1.rhel8.noarch.rpm dnf –enablerepo=city-fan.org install libcurl libcurl-devel Update Curl on RHEL 7 / CentOS 7 : rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel7/x86_64/city-fan.org-release-2-1.rhel7.noarch.rpm yum –enablerepo=city-fan.org install libcurl libcurl-devel Update Curl on RHEL 6 / CentOS 6 : # x86_64 rpm -Uvh http://www.city-fan.org/ftp/contrib/yum-repo/rhel6/x86_64/city-fan.org-release-2-1.rhel6.noarch.rpm yum –enablerepo=city-fan.org install libcurl libcurl-devel # i386 […]

Devamı »

plesk panel varnish cache kurulumu

1- Apache portunu değiştirme mysql -uadmin -p$(cat /etc/psa/.psa.shadow) -D psa -e’replace into misc (param, val) values (“http_port”, 8088);’ /usr/local/psa/admin/bin/httpdmng –reconfigure-all nano -w /etc/httpd/conf/httpd.conf 2- Kurulum yum install -y varnish 3- Aktifleştirme service varnish start 4- Kontrol service varnish status varnishd -V 5- Ayarlar nano -w /etc/sysconfig/varnish chkconfig –add varnish chkconfig varnish on varnishlog – Loglar […]

Devamı »