Hi all,
I downloaded the apache code, added some of my own changes and then compiled it.And it works very well.
Now I want to add the mod_spy module to this. can anyone please let me know how to do it?
I did tried the steps mentioned in
and it works for apache installed by package manager, but if I copy the same mod_spdy.so to my apache2 complied code, it gives me following error
API module structure `spdy_module' in file /usr/local/apache2/modules/mod_spdy.so is garbled - perhaps this is not an Apache module DSO?
Any idea what is the issue?
Thanks in advance.