You are not logged in.
I'm currently playing around with BackupPC to see if it will work for our office. I noticed that it requires apache to be run under the user of backuppc. I don't know enough to know the pluses and minuses of this, but I'm curious if it is possible to run multiple instances of apache - one for BackupPC and another standard setup? Is this a ridiculous way of doing this? Is there a better option?
Thanks as always!
Offline
Apache is capable of running multiple sites from within one single instance and even of creating VirtualHosts.
So I'd rather recommend to check some documentation/examples on these topics on the net, than trying to start multiple apaches.
Apart from that, you can't have multiple daemons/instances listening on the same port ![]()
Greets,
Vrob
Offline
Apache is capable of running multiple sites from within one single instance and even of creating VirtualHosts.
So I'd rather recommend to check some documentation/examples on these topics on the net, than trying to start multiple apaches.Apart from that, you can't have multiple daemons/instances listening on the same port
Greets,
Vrob
I have experience with multiple virtual hosts, but the way that BackupPC is setup is that it requires apache to run as the user backuppc instead of http.
Offline