Hi Randy, > On Mon, December 18, 2006 11:06 am, Michael Mansour wrote: > > I'm brand new to BackupPC and have gone through all the docs for > > configuration. > > > > I'm upto the bit where I've made the mod_perl cgi-bin work, but the > > webpage > > produced has a white background with the top left icon missing (the one > > which links to http://backuppc.sourceforge.net/ > > > > Going to the properties of this image takes me to: > > > > http://logo.gif/ > > > > Where can I check/set the web path correctly here? > > > > The web page I see from the cgi script looks nothing like the sample > > screens > > on the backuppc sourceforge site. > > I'm guessing that you didn't set up something with the Backup PC images > directory correctly. Check $Conf{CgiImageDir} = > '/var/www/backuppc/htdocs/BackupPC/'; (that's just an example of how > I set it up on my machine, but this should point to the location on > the file system where the actual .gif images for Backup PC are > stored. Also, check $Conf{CgiImageDirURL} = '/BackupPC'; (again,
You hit the nail right on the head here :) the explanation in the config.pl file should be a little more descriptive so ppl - like me :) - don't get it wrong. Something like: # Examples: # $Conf{CgiImageDir} = '/usr/local/apache/htdocs/BackupPC'; # to access http://www.example.com/BackupPC # $Conf{CgiImageDir} = ''; # to access http://backuppc.example.com/ Maybe this can be added by the authors? Regards, Michael. > that's just an example of how it's set up on my machine, but it > should be the / after http://backupServerName where you can access > the files. Also, check the httpd.conf file for permissions problems > with the directory that contains the images... ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/