On Mon, 27 Sep 2010, Paul Heinlein wrote: > Note that the error references "/srv/httpd...", not "/var/httpd..." I've > moved most of my web content to the /srv filesystem, but the default > Apache configuration for most distributions still put the DocumentRoot in > /var.
Paul, First, in /etc/httpd/httpd.conf the DocumentRoot is set to "/srv/httpd/htdocs" and the server gets very upset if I change that to "/var/www/httpd/htdocs" because it cannot find /var/www. Strange. But, it works. Which illustrates that I need to learn more about what goes on behind the curtain of httpd. Second, I found the error in L123 not working. There must have been an alias in /etc/apache/ that directed httpd to look in /usr/local/sql-ledger/ rather than the document root for those files, and that alias was not in /etc/httpd/. It was commented out in /etc/httpd/sql-ledger-httpd.conf for all these years. Uncommenting it fixed the problem. Thanks very much, Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
