kanti wrote: > when i will try to open the following link > (http://localhost/cgi-bin/BackupPC_Admin) locally means on my machine .Here > local host is the hostname of the system. i will get the following error > The requested URL /http://localhost/cgi-bin/BackupPC_Admin was not found on > this server. > Apache/2.2.0 (rhel5) Server at Port 80. > plz try to help me out this problem > Thanx a lot In Avance.
If that is a browser error, not getting any response from the server, it may mean you need to start the httpd service. If it is a server error it means the web server isn't finding the BackupPC_Admin script. Normally your /etc/httpd/conf/httpd.conf file would have a line like: ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" which tells server both where to look when you have /cgi-bin/ in the url and to execute the contents instead of displaying it. Some step in the install process should have copied the BackupPC_Admin script to /var/www/cgi-bin directory, so the first thing to check is whether it is there. If it is, then you need to check the web server configuration and /var/log/httpd/error_log to see why it isn't finding it. -- Les Mikesell [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/