kanti wrote:
> when i type on the browser http://localhost/BackupPC after thet that its ask
> gor a user name and passwd . so i enterd Username - admin and passwd -
> admin1234. after that i m got those options which i alreday told u .
>
> And secondly i didn't make any changes in #vi config.pl file . what ever the
> default setting its remain same .
That is your problem. You must change the $Conf{CgiAdminUsers} entry to
include the name you are using as a web login if you want to see the
administrative options on the web page.
And for ur information the configuration is like the following .....
> # Host name on which the BackupPC server is running.
> #
> #$Conf{ServerHost} = 'localhost'
> #
> #
> # TCP port number on which the BackupPC server listens for and accepts
> # connections. Normally this should be disabled (set to -1). The TCP
> # port is only needed if apache runs on a different machine from BackupPC.
> # In that case, set this to any spare port number over 1024 (eg: 2359).
> # If you enable the TCP port, make sure you set $Conf{ServerMesgSecret}
> # too!
> #
> $Conf{ServerPort} = -1;
>
> is it correct . plz try to help me out this problem .
> Thanx a lot .
If you are seeing a web page with no errors, the rest is probably OK.
You just need to make your login match an entry in $Conf{CgiAdminUsers}
so you can access administration features.
--
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
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/