Hi Stephen > I don't think --enable-mod is a valid argument to the configure command. > You should be specifying the module explicitly, e.g --enable-expires > etc.. Hmmmm. Odd. Here's the corresponding line from the config.log run for 2.2.8 (I kept the whole directory): $ ./configure --prefix=/home/ron/httpd/prefork --with-mpm=prefork --enable-mod=info --enable-mod=status --enable-mod=auth-digest even though using './configure --help | grep enable-mod' returns just 2 lines: --enable-modules=MODULE-LIST --enable-mods-shared=MODULE-LIST I notice configure for 2.2.8 was generated by GNU Autoconf 2.60 and for 2.2.9 it was 2.62. I just upgraded to 2.61 (don't know what from). I wonder if that's relevant? > To make it easier on yourself you could do what I do and put your > configure command line into a shell script called configure.sh, then you > can quickly make changes to this and re-run the configure.sh script. E.g > mine below: Understand. Doesn't help in this case. > # more configure.sh > ./configure --prefix=/opt/app/apache2.2.8 \ > --with-mpm=worker \ > --with-ldap \ > --with-ldap-lib=/usr/lib64 \ > --with-ldap-include=/usr/include \ > --enable-mods-shared=all \ Once. > --disable-charset-lite \ > --disable-include \ > --disable-env \ > --disable-setenvif \ > --disable-status \ > --disable-autoindex \ > --disable-asis \ > --disable-cgi \ > --disable-cgid \ > --disable-negotiation \ > --disable-imagemap \ > --disable-actions \ > --disable-userdir \ > --disable-alias \ > --enable-dir \ > --enable-rewrite \ > --enable-mime \ > --enable-so \ > --enable-logio \ > --enable-expires \ > --enable-headers \ > --enable-authz_host \ > --enable-authn_file \ > --with-ssl=/usr/local/ssl \ > --enable-mods-shared='actions alias asis auth_basic auth_digest Twice. Typo? > authn_alias auth -- Ron Savage ron@xxxxxxxxxxxxx http://savage.net.au/index.html --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx