Add a module for Apache installed under FedoraLinux

Source: Internet
Author: User
Take the FedoraLinux operating system as an example: 1) Add the -- enable-rewrite option when installing apache for the first time. For example. /Configure -- prefix =/usr/local/apachel -- enable-so -- enable-mod-shared = all -- enable-rewrite -- enable-cache2) add mod_proxy module # f

Take the Fedora Linux operating system as an example:

1) install apache for the first time and add the -- enable-rewrite option during compilation.

For example. /Configure -- prefix =/usr/local/apachel -- enable-so -- enable-mod-shared = all -- enable-rewrite -- enable-cache

2) added the mod_proxy module.

# Find.-name mod_proxy.c // find the mod_proxy.c file in the apache source code installation directory

# Cd PATH/to/mod_proxy.c // enter the directory containing the mod_proxy.c File

#/Usr/local/apache/bin/apxs-c mod_rewrite.c // apxs should specify the absolute path, in the bin directory where you are currently using apache

Test successful

/Usr/local/apache2/bin/apxs-c mod_proxy.c proxy_util.c

/Usr/local/apache2/bin/apxs-I-a-n proxy_module mod_proxy.la

/Usr/local/apache2/bin/apxs-c mod_proxy_http.c

/Usr/local/apache2/bin/apxs-I-a-n proxy_http_module mod_proxy_http.la

#/Usr/local/apache/bin/apxs-I-a-n mod_rewrite mod_rewrite.la

If there are no errors, compile a mod_proxy.so file in the modules directory of your apache.

Related Article

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.