[us...@httpd] Re: Issue with DirectoryIndex

2009-10-10 Thread Nick
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

Re: [us...@httpd] Re: undefined symbol: cache_generate_key_default

2009-10-10 Thread marcos
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/