This was all working with FC1. Webalizer puts its files in /var/www/html/usage When I try to access that file under FC2, I get a 403-Forbidden error. The log shows [error] [client 192.168.123.169] client denied by server configuration: /var/www/usage/ This is in httpd.conf: <Directory "/var/www/html/usage"> Order deny,allow Allow from 192.168.123 Allow from 127.0.0.1 Deny from All AllowOverride All </Directory> As I said, it was fine with FC1 and not working with FC2. I tried commenting out the entire stanza for the directory, but it had not effect after restarting the httpd process. It also doesn't seem to be a file system error: # ls -ld /var/www/html/usage drwxr-xr-x 2 webalizer root 4096 May 1 04:02 /var/www/html/usage Any ideas? -- Steve