Tutoriale Linux

24Noi/110

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 [...]

   
Highslide for Wordpress Plugin