openssl/mod_ssl etc ist installed in my apache. Error only disappiers if mod_php is also installed.
installing mod_php is not always desired. How to solve this? Openssl etc. is working in my apache, there is nothing missed…
Thanks,
Hans
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Probably a question of the order Apache loads the modules. mod_qos, compiled using apxs, does not show it's library dependency.
Loading mod_ssl before (above in the configuration file) mod_qos may solve the problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i know this bugreport, but have a question to this issue.
https://sourceforge.net/tracker/?func=detail&aid=2203658&group_id=196697&atid=958491
openssl/mod_ssl etc ist installed in my apache. Error only disappiers if mod_php is also installed.
installing mod_php is not always desired. How to solve this? Openssl etc. is working in my apache, there is nothing missed…
Thanks,
Hans
Probably a question of the order Apache loads the modules. mod_qos, compiled using apxs, does not show it's library dependency.
Loading mod_ssl before (above in the configuration file) mod_qos may solve the problem.