Hi John,
As there was so much to read through in the responses to
your question - If I missed this solve, I'm sorry..
> I am having an issue with the DirectoryIndex.
I had a similar problem recently. I had my DirectoryIndex
in the order I wanted in the conf file and
Hi, i had a similar problem whit deflate module:
Cannot load /opt/apache2/modules/mod_deflate.so into server:
/opt/apache2/modules
/mod_deflate.so: undefined symbol: inflateEnd
I solve the problem using -lz in the link options, probe to pass this
option to the linker with -Wl apxs command.
/opt/