1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How To Add Apache Loadmodules ?

Discussion in 'Apache' started by fernades, Feb 11, 2013.

  1. #1
    Hello,

    I have complied Apache from the source with so enabled and compiled PHP with Apache apxs. What if I do, if I want to add/Load another modules as a dynamic modules without recompiling apache. Suppose if I want to enable rewrite or any other module.
    I need some good answers. I am pasting the command which I used to compile apahce.

    Apache
    ==
    ./configure --prefix=/usr/local/apache --enable-module=so
    make
    make install

    PHP
    ==
    ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs
    make
    make install

    Both are running fine on my server, please somebody guide me how to enable mod rewrite module as shared module fro example ??
     
    fernades, Feb 11, 2013 IP
  2. cesurasean

    cesurasean Active Member

    Messages:
    269
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #2
    Look in your /etc/apache2/, or /etc/httpd/ directories. You'll find the files that load the modules. I don't know your current setup, or operating system, so I can't really point your futher. The configurations are in these directories, though.
     
    cesurasean, Feb 19, 2013 IP