HOWTO Develop Apache Module in C++
By using `extern "C"` for defining the hooks/callbacks one can start developing apache modules in C++.
By using `extern "C"` for defining the hooks/callbacks one can start developing apache modules in C++.
"LoadModule", "DirectoryIndex" and "AddType" are all what is needed to ensure that Apache recognizes the PHP files on any OS. Here we discuss the Windows config...