I have a new server running cpanel and a client that wants access to awstats. But I don't want them mucking around with everything else in CPanel.
Is there a method where I can allow my client access to just awstats via password?
jdMorgan
7:43 pm on Jan 27, 2006 (gmt 0)
If the stats can be made to be Web-accessible, then you should be able to access them in, or symlink them into, a Web accessible directory. Then slap an .htaccess file in there to password-protect that directory.
The solution depends heavily on what the current file structure looks like, so that's about as detailed as I can get. See that Apache docs on basic authentication [httpd.apache.org] for more info.