Adding extra modules to Apache, by compiling in DirectAdmin.

Any module that needs to be compiled in will have a –with-module type flag which will need to be used. To add this flag, run the following:

cd /usr/local/directadmin/customapache
vi configure.apache_ssl

Add your –with-module line to the end of the file, where –with-module is to be replaced with required entry for the module you’re installing.

Make sure the character exists at the end of all lines except the last one.

./build clean
./build apache_mod_ssl

Then restart apache.

Source: http://directadmin.com/

One Response to “Adding extra modules to Apache, by compiling in DirectAdmin”

  1. 3realiston 13 Jan 2022 at 1:06 am

    1authorization…

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.