How to integrate Apache with Mysql.
Open line
Did you know that you can integrate perl with apache .conf file
Example
<Perl>
system("echo 'this apache conf has reloaded' > test.txt ");
</Perl>
install the following
- perl (programming language)
- mod_perl (apache module)
So basically we are using perl to to ingrate with mysql or other.