On Tue, 2006-06-27 at 15:53 -0400, Mark Ketteran wrote: > Last week, when it worked, I used http://my.domain/backuppc which > would prompt me to login as user backuppc. This week, that address > gives me a 404:file not found error. > > This week, when I type in http://my.domain/cgi-bin/BackupPC_Admin it > gives me a 403: permission denied error without a chance to login. > > In my httpd.conf file, I have > ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ > > (/usr/lib/cgi-bin is the location of BackupPC_Admin)
I don't use Debian but it sounds like your /usr/lib/cgi-bin/ directory or the BackupPC_Admin script is not readable by the httpd process. Can you check ownership? And see if there is a .htaccess file in the /usr/lib/cgi-bin/ directory or if the httpd.conf file contains the 'require valid-user' directive that should be making it prompt for a login. -- Les Mikesell [EMAIL PROTECTED] Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ BackupPC-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
