Limitare banda Apache
Pentru cei care vor sa limiteze banda de internet folosita de serverul web apache pentru clienti, ca masura de precautie pentru download-ul de diverse fisiere ori pentru evitarea epuizarii vitezei de upstream se poate folosi modului mod_bw. Acest modul poate limita viteza dupa extensie de fisier, per virtualhost, per client si/sau per total. Pentru a [...]
Instalare Apache Web Server din surse
Obtineti codul sursa care va fi compilat si instalat, in acest tutorial folosim versiunea 2.2.21: http://mirrors.hostingromania.ro/apache.org//httpd/httpd-2.2.21.tar.bz2 root@bsdpc[~/work] # wget http://mirrors.hostingromania.ro/apache.org//httpd/httpd-2.2.21.tar.bz2 root@bsdpc[~/work] # tar jxvf httpd-2.2.21.tar.bz2 root@bsdpc[~/work] # cd httpd-2.2.21 root@bsdpc[~/work/httpd-2.2.21] # ./configure –enable-so \ 2> –enable-suexec –enable-dav \ 2> –with-suexec-caller=nobody \ 2> –enable-ssl –enable-rewrite \ 2> –enable-cache –enable-mem-cache \ 2> –enable-disk-cache –with-mpm=prefork root@bsdpc[~/work/httpd-2.2.21] # make [...]