I'm able to connect, but now I get this message:

Error: Unable to connect to BackupPC server

Thanks So Much!!!!

-----Original Message-----
From: Les Mikesell [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 02, 2006 2:11 PM
To: Byron Trimble
Cc: 'nilesh vaghela'; Nils Breunese (Lemonbit);
backuppc-users@lists.sourceforge.net
Subject: Re: [BackupPC-users] BackupPC Errors


On Thu, 2006-11-02 at 12:24, Byron Trimble wrote:
> I made the changes to the httpd.conf file. Here is the message I get
> when trying to start httpd:
>  
> Starting httpd: Syntax error on line 326 of
> /etc/httpd/conf/httpd.conf:
> Invalid command 'PerlResponseHandler', perhaps mis-spelled or defined
> by a module not included in the server configuration
>         -----Original Message-----
>         From: nilesh vaghela [mailto:[EMAIL PROTECTED]
>         Sent: Thursday, November 02, 2006 10:51 AM
>         To: Nils Breunese (Lemonbit)
>         Cc: backuppc-users@lists.sourceforge.net
>         Subject: Re: [BackupPC-users] BackupPC Errors
>         
>         
>         my entry in httpd.conf is something like below.
>         Paste it to the end of httpd.conf and restart it.
>         Create password with htaccess command.
>         
>         user backuppc
>         group backuppc
>         ServerName 192.168.10.101
>         <Directory /var/www/cgi-bin>
>         SetHandler perl-script
>         PerlResponseHandler ModPerl::Registry
>         PerlOptions +ParseHeaders
>         Options +ExecCGI
>         Order deny,allow
>         Deny from all
>         Allow from 192.168
>         AllowOverride Indexes AuthConfig
>         AuthName "backuppc Admin"
>         AuthType Basic
>         AuthUserFile /var/www/cgi-bin/.backuppcpsswd
>         Require valid-user
>         </Directory>
>         

These are for mod_perl:

  SetHandler perl-script
  PerlResponseHandler ModPerl::Registry
  PerlOptions +ParseHeaders

Take them out if you want to run as a normal CGI.

-- 
  Les Mikesell
   [EMAIL PROTECTED]


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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