(Why the heck are these emails being sent in HTML? I get a warning from the list not to do so. Outlook is showing that this is a text formatted message. Sigh!)
Ok, first, the lines in my httpd.conf are:
#CacheRoot "/etc/httpd/proxy"
#CacheSize
etc. etc.
The Apache docs say that the default cache folder is /var/cache/httpd. This is given at
http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/ref-guide/s1-apache-config.html
The path in my httpd.conf is different (no one else has acces to this machine so this is the original line) nor do I have a folder httpd in /var/cache
If I remove the # from any of the "Cache..." lines, I get an error:
Httpd failed. The error was: Starting httpd: Syntax error on line 991 of /etc/httpd/conf/httpd.conf
Invalid command 'CacheRoot', perhaps mis-spelled or defined by a module not included in the server configuration
Do I need to add some line in the LoadModule section?