On linux, how does one install the rewrite module for apache?

Source: Internet
Author: User
On linux, how does one install the rewrite module on apache? The answer found on the Internet is: generate a mod_rewrite.so file in the apache installation package successfully & nbsp; Question: I don't know where to find the apache installation package on this server (new to linux) & nbsp; how to install the rewrite module for apache on my local mod_rewr linux?
The answer on the Internet is: a mod_rewrite.so file is generated in the apache installation package and the experiment is successful.

Problem:

I don't know where to find the apache installation package on this server (new to linux)

Can I directly upload my local mod_rewrite.so?

------ Solution --------------------
Check your apache version, go to the next source code package, and compile it. your local version may not work. Of course, you can read it by yourself,
Or simply re-compile the next new version, and add the rewrite module enable-rewrite during compilation. what linux are you using? Rh?

Added the mod_rewrite module.
 
# Find.-name mod_rewrite.c // find the mod_rewrite.c file in the apache source code installation directory
 
# Cd PATH/to/mod_rewrite.c // enter the directory containing the mod_rewrite.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
 
#/Usr/local/apache/bin/apxs-I-a-n mod_rewrite mod_rewrite.la
 
If there are no errors, compile a mod_rewrite.so file in your apache modules Directory.
 
Edit the httpd. conf file and confirm that the httpd. conf file contains the loading statement mod_rewrite.so, as shown below:
 
LoadModule rewrite_module modules/mod_rewrite.so
 
At this time, your apache should have supported rewrite.
 
Vicos note: After the configuration is complete, restart the apache server.

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.