Kenneth Porter wrote:
>> There are two options for setting up the CGI interface: standard mode and
>> using mod_perl. Mod_perl provides much higher performance (around 15x)
>> and is the best choice if your Apache was built with mod_perl support.
>
> What is actually faster? Just the loading of web pages? If so, how
> important is that? Is the web interface unusably slow without mod_perl?
>
> I want to install BPC on a system that's already running a web server as
> user "apache". That leaves me with the choice of either running BPC on a
> second web server instance running as user "backuppc", or using suexec in
> the existing instance and not using mod_perl. What do I suffer if I choose
> the second option?
>
> See also:
>
> <http://bugs.centos.org/view.php?id=2403>
Having another web site in mod_perl doesn't automatically mean you can't
run backuppc in the same httpd instance and under the same user id, but
you need to evaluate the security of the other code and consider any
other users that have permission to change it.
Personally I use the suid cgi and find it fast enough. It only affects
the speed of loading web pages and it is still fairly fast.
--
Les Mikesell
[EMAIL PROTECTED]
-------------------------------------------------------------------------
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/