Hi All. I'm new in Linux and new in Backuppc. °_°

I've installed a Ubuntu Server 6.06 and followed all the instructions in 
order to install all the prerequisites (mod_perl, apache ecc ecc).

Then I've created backuppc user, changed permissions and installed Backuppc.

Sincerly I don't know where is the mistake (probably in permissions and 
paths).

The error message when I try 
http://backuppcserver/cgi-bin/BackupPC_Admin is:

/Internal Server Error
/

/The server encountered an internal error or misconfiguration and was 
unable to complete your request./

/Please contact the server administrator, [EMAIL PROTECTED] and inform 
them of the time the error occurred, and anything you might have done 
that may have caused the error./

/More information about this error may be available in the server error log.
/

/
/I've done many things, so I try to summarize the situation:

- the cgi-bin folder path that I've specified during BackupPC install 
is  //usr/local/apache2/htdocs//

/- /I've made a symlink from /usr/local/apache2/htdcos/BackuPC/cgi-bin 
to /usr/local/apache2/cgi-bin

-I've inserted .htaccess and .pass in /usr/local/apache2/htdocs/cgi-bin

-I haven't modified in nothing paricular way httpd.conf

-I have modified $Conf{CgiAdminUser}='*'

- I don't know how to modify correctly httpd.conf. I've used this script 
(modifying It without solve nothing):

    <Directory /path/to/cgi/>
        SetHandler perl-script
        PerlResponseHandler ModPerl::Registry
        PerlOptions +ParseHeaders
        Options +ExecCGI
        Order deny,allow
        Deny from all
        Allow from 192.168.0
        AuthName "Backup Admin"
        AuthType Basic
        AuthUserFile /path/to/user_file
        Require valid-user
    </Directory>

-I haven't pay particular attention about the user that has started 
apache and backuppc

-I'm not sure which is the cgi-bin directory that interests us. When I 
first install backuppc and the prerequisites I do not find a cgi-bin 
under ./htdocs/... is this correct?


Thank you in advance to who'll kindly help me. :)



ps. Fortunately the slogan is BackupPC is highly configurable and easy 
to install and maintain (not for me :( )

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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/

Reply via email to