Apache generates modules separately

Source: Internet
Author: User
Apache generates modules separately

Generally this kind of module is to be generated later, such as the general--enable-so when installing Apache, allowing dynamic loading of modules.

This module can be generated in this way.

1. Download a version of the installation package that is the same as the Apache you are currently using.

2. Unzip the installation package and enter its directory
#cd/tmp/httpd-2.2.11/modules/mappers/
#ls, this directory has a mod_speling.c file

3. Generating module
/usr/local/apache/bin/apxs-c-i-a mod_speling.c

Note: usr/local/apache/for my production environment of the Apache directory, complete the above will be in the/usr/local/apache/modules/directory under a mod_speling.so module file.

Other modules and so on.

Apache generates modules separately

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.