16 lines
535 B
Text
16 lines
535 B
Text
|
************************************************************
|
||
|
You've installed mod_sqlinclude, an Apache module
|
||
|
implementing config inclusion from MySQL databases.
|
||
|
|
||
|
Edit your apache.conf or httpd.conf to enable and setup this
|
||
|
module. Be sure to have a look at the files in
|
||
|
${PREFIX}/share/doc/mod_sqlinclude for information on how to
|
||
|
configure it etc.
|
||
|
|
||
|
Then do this to make it work effective:
|
||
|
|
||
|
# apachectl configtest (see if there are any config errors)
|
||
|
# apachectl restart
|
||
|
|
||
|
************************************************************
|