Apache

Pimcore

Pimcore – An easy way to install it on a cPanel/WHM linux server

Pimcore An award-winning software, which delivers significant business value by breaking up data silos that exist in many enterprises. Or so they say. True or not, I don’t really care. I recently had a project and I had to install it on a cPanel/WHM server. It was a little bit challenging but in the end …

Pimcore – An easy way to install it on a cPanel/WHM linux server Read More »

mod_pagespeed

mod_pagespeed – easy install using EasyApache4 on a cPanel/WHM linux server

mod_pagespeed I was looking for a simple way to install mod_pagespeed on a cPanel/WHM server with EasyApache4 (please note that with EasyApache3 you could have just added a custom mode to EasyApache and recompile apache with the new mode). Since EasyApache4 is strictly based on .rpm packages and there is no precompiled .rpm package for …

mod_pagespeed – easy install using EasyApache4 on a cPanel/WHM linux server Read More »

mod_lsapi

mod_lsapi for apache – install without actually using cloudlinux (UPDATE)

mod_lsapi How to install and use it without running CloudLinux kernel. mod_lsapi for apache – install and use it without running CloudLinux kernel.In a previous post i was explaining how you can install mod_lsapi apache module from Cloudlinux without actually having a Cloudlinux kernel or license. This tutorial is strictly for CentOS 6.x x86_64. This post comes as an …

mod_lsapi for apache – install without actually using cloudlinux (UPDATE) Read More »

mod_lsapi

mod_lsapi apache without CloudLinux

How to install mod_lsapi for apache without running CloudLinux mod_lsapi was specially developed by CloudLinux to run as an apache module. The module is based on LiteSpeed Technologies API for PHP, Python and Ruby. Compared to the traditional mod_php module it offers excelent PHP performance, great security and support for opcode caching. More, the memory consumption …

mod_lsapi apache without CloudLinux Read More »

mod_evasive apache

mod_evasive + apache – config (CentOS)

For an extra protection for your apache web server you cand install the “mod evasive” apache module. How to do it? Simple, just follow the steps below: Download it from http://club3d.ro/mod_evasive_1.10.1.tar.gz Unpack and compile module tar zxvf mod_evasive_1.10.1.tar.gz; cd mod_evasive; /usr/sbin/apxs -i -a -c mod_evasive20.c Your module has been compiled and installed and your httpd.conf file …

mod_evasive + apache – config (CentOS) Read More »

apache web server

Apache: No space left on device: Couldn’t create accept lock

Today, I just came across this error: Apache: No space left on device: Couldn’t create accept lock. I can’t really remember if I did something or modified anything to my current apache configuration but for some reason I got a notification that my web server is down. I tried to restart apache and although /etc/init.d/httpd start was …

Apache: No space left on device: Couldn’t create accept lock Read More »

mod_ruid2 apache

Mod_ruid2 on CentOS: install from source

Installing on CentOS If you want to manually install the module for the apache webserver: – download the tar.gz file from sourceforge (link: download) – extract files from archive: tar jxvf mod_ruid2-0.9.8.tar.bz2 – cd mod_ruid2-0.9.8 – compile the module (which apxs -a -i -l cap -c mod_ruid2.c) It is possible to get an error like this while compiling:

In …

Mod_ruid2 on CentOS: install from source Read More »

Scroll to Top