Tag archive for ‘module’

EasyApache Custom Modules

Custom Apache and PHP modules add features to the EasyApache system, and are accessible from both the command line and graphical WHM interfaces. These modules are compiled into Apache and/or PHP just like the modules provided with EasyApache. Before you begin You can find documentation for creating custom modules your server at WHM > EasyApache [...]

FreeBSD > which directories (PATHs) used to load device drivers (modules)?

The kldconfig utility displays or modifies the search path used by the kernel when loading modules using the kldload utility or the kldload syscall. You can also use sysctl command (the sysctl utility retrieves kernel state). Try any one of the following command as a root user: 1) To get PATH (or directories name) type [...]

How to: Compile Linux kernel modules

This is one the essential and important task. Many time we upgrade our kernel and some precompiled drivers won’t work with Linux. Especially if you have weird hardware; then vendor may send you driver code aka C files to compile. Or even you can write your own Linux kernel driver. Compiling kernel driver is easy. [...]

Linux: Forcing Apache to correct misspellings of URL

Apache has mod_speling for automatic URL spell-correction. For example when on this site you can request the page using following format: This module help visitor to get correct content instead of error 404 – document not found and you can also omit file extension such as .pl, .php, .html etc in urls references. It attempts [...]

FreeBSD Load Device Driver / Kernel Module

Under FreeBSD operating system you need to use the kldload utility to load file.ko into the kernel using the kernel linker. You can find all loadable kernel drivers in in /boot/kernel or /boot/modules/ directory. Some modules (pf, ipfw, ipf, etc.) may be automatically loaded at boot time when the corresponding /etc/rc.conf statement is used. Modules [...]

FreeBSD > How to load device driver (module) automatically every time system comes up?

1. Check if your module exists or not in /boot/defaults/loader.conf file 2. If it exists then open file /boot/loader.conf and add entry in it. Do not add or modify /boot/defaults/loader.conf file. If entry does not exist then read step # 4. 3. Reboot system to see to take effect.. For example, we want to load [...]

reconfigure CPAN module preferences

The first time you use the Perl module CPAN, a script is executed in order to properly configure several options (like the location of tar, gzip and unzip files, the cache size for the build directory, etc). If you want to modify these configuration options at a later time, you can do it in 2 [...]

How to install a mod_rewrite on Ubuntu

The default LAMP installation on Ubuntu 10 server doesn’t include mod_rewrite module. This module is required by WordPress MU. I tried to install a WordPress MU on my Ubuntu server with LAMP. To install mod_rewrite, run command as below: sudo a2enmod rewrite There is still another issue for WordPress MU installation. It is need a [...]

problem downgrade apache 2.2 to 2.0

E: API module structure ‘suphp_module’ in file /usr/lib/apache/mod_suphp.so is garbled – expected signature 41503230 but saw 41503232 – perhaps this is not an Apache module DSO, or was compiled for a different Apache version? R: cd /usr/local/directadmin/custombuild ./build suphp If still problem you can: cd /usr/local/directadmin/custombuild ./build php y Incoming search terms:centos downgrade apache (1)directadmin [...]

[HOWTO] mod_ruid2

Hello everyone, Since there are alot of people asking for it, here is my HowTo about mod_ruid2 This is based on my CentOS server with Apache 2.x. Installing this module its no longer needed to chmod config files to 666 or upload/attachments directories to 777. Since with this module enabled everything @ HTTP will run [...]