All, Congrats to me!
[EMAIL PROTECTED] logs]# cat error_log [Fri Jun 18 23:35:31 2004] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Fri Jun 18 23:35:34 2004] [notice] Digest: generating secret for digest authentication ... [Fri Jun 18 23:35:34 2004] [notice] Digest: done [Fri Jun 18 23:35:34 2004] [notice] Apache/2.0.49 (Unix) mod_perl/1.99_14 Perl/v5.8.4 mod_ssl/2.0.49 OpenSSL/0.9.7d DAV/2 configured -- resuming normal operations Progress! I really found this helpful: http://shaderlab.com/mod_perl/server_mod_perl_config.txt Thanks! :-) Now, what would be nice is to delete the older version of the Apache server off my Red Hat 7.3 machine. I know, it doesn't hurt anything by remaining there, but why waste space with two separate installations. I noted a config.layout in /usr/local/src/httpd-2.0.49, and in this file is: # Red Hat Linux 7.x layout <Layout RedHat> prefix: /usr exec_prefix: ${prefix} bindir: ${prefix}/bin sbindir: ${prefix}/sbin libdir: ${prefix}/lib libexecdir: ${prefix}/lib/apache mandir: ${prefix}/man sysconfdir: /etc/httpd/conf datadir: /var/www installbuilddir: ${datadir}/build errordir: ${datadir}/error iconsdir: ${datadir}/icons htdocsdir: ${datadir}/html manualdir: ${datadir}/manual cgidir: ${datadir}/cgi-bin includedir: ${prefix}/include/apache localstatedir: /var runtimedir: ${localstatedir}/run logfiledir: ${localstatedir}/log/httpd proxycachedir: ${localstatedir}/cache/httpd </Layout> Could I delete selectively files from this distribution? -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html