On Thu, 2005-11-24 at 20:36 +0530, Sanjay Arora wrote:
> On Thu, 2005-11-24 at 14:58 +0100, Guus Houtzager wrote:
> 
> > What does your Apache vhost entry for backuppc look like? I'm guessing
> > something is wrong there.
> 
> No vhost entry at all...server not doing anything else but backup.

Ok, so what does your apache config look like? It should contain
something like this:

DocumentRoot /usr/share/backuppc/cgi-bin/

<Directory /usr/share/backuppc/cgi-bin/>
        AllowOverride None

        Options ExecCGI FollowSymlinks
        AddHandler cgi-script .cgi
        DirectoryIndex index.cgi

        AuthGroupFile /etc/backuppc/htgroup
        AuthUserFile /etc/backuppc/htpasswd
        AuthType basic
        AuthName "BackupPC admin"
        require valid-user

</Directory>

as stated in the documentation.

> Sanjay.

PS: Please use the list-reply function of your mailclient: I read the
mailinglist, no need to also mail me personally.

Hth,

-- 
Guus Houtzager                           Email: [EMAIL PROTECTED]
PGP fingerprint = 5E E6 96 35 F0 64 34 14  CC 03 2B 36 71 FB 4B 5D
Early to rise, early to bed, makes a man healthy, wealthy and dead.
        --Rincewind, The Light Fantastic



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to