Apache case insensitive URLs (mod_speling)
You can add to httpd.conf <IfModule mod_speling.c> CheckSpelling On CheckCaseOnly On </IfModule>
Linux ve Sistem Yönetimi Üzerine
You can add to httpd.conf <IfModule mod_speling.c> CheckSpelling On CheckCaseOnly On </IfModule>
What is nf_conntrack? The Linux Netfilter system (commonly known as the iptables firewall) includes a facility to track connections provided by the nf_conntrack kernel module. The state of a connection is tracked to allow...
[608487.317284] nf_conntrack: table full, dropping packet [608487.708916] nf_conntrack: table full, dropping packet [608488.010236] nf_conntrack: table full, dropping packet The fix is to adjust /proc/sys/net/netfilter/nf_conntrack_max instead: echo 256000 > /proc/sys/net/netfilter/nf_conntrack_max After a quick test, apachebench...
Apr 18 00:49:57 canteen kernel: VFS: Quota for id 32584 referenced but not present. Apr 18 00:49:57 canteen kernel: VFS: Can’t read quota structure for id 32584. Apr 18 00:51:56 canteen kernel: VFS: Quota...
Adım 1 – ATRPMS Reposunu Yükleyin rpm –import http://packages.atrpms.net/RPM-GPG-KEY.atrpms rpm -ivh http://dl.atrpms.net/el6-x86_64/atrpms/stable/atrpms-repo-6-7.el6.x86_64.rpm Adım 2 – ATRPMS Reposundan FFMpeg’i yükleyin yum -y –enablerepo=atrpms install ffmpeg FFMpeg’in kurulup kurulmadığını aşağıdaki komut ile test edebilirsiniz : ffmpeg -version Desteklnene formatları görmek için:...
Apache Benckmark aracı RHEL ve CentOS sistemlerle default olarak geliyor. Bu araç ile sitenizde yaptığınız performans değişikliklerinin faydasını test edebiliyorsunuz. whereis ab diyerek yüklü olup olmadığına bakın eğer yüklü ise çıktısı # whereis...