Forum Moderators: phranque

Message Too Old, No Replies

load an apache module through the htaccess or even from php scripts

load an apache module

         

shaowei

7:51 am on Feb 16, 2005 (gmt 0)

10+ Year Member



Are there any way for me to load an apache module through the htaccess or even from php scripts?

hakre

11:30 am on Feb 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



As of Apache 1.3, the configuration system supports [...] compilation of the Apache modules into DSO files for explicit loading at run-time. [bold by me]

you can dynamically load modules at server start or restart with

LoadModule [httpd.apache.org]
. that's all. this is not .htaccess nor php.