On Monday 27 May 2013 12:29:18 Rainer Duffner wrote:
Am Mon, 27 May 2013 14:16:45 +0300
schrieb Mihamina Rakotomandimby mihamina@rktmb.org:
On 2013-05-27 14:14, Rainer Duffner wrote:
When your infrastructure is completely virtualized, it may make no sense. But some people still prefer to run on real hardware;-)
What about using LXC? You can isolate 2 Apaches.
He doesn't want to dig into lxc either, I assume. He just wants to run two apache-instances. ;-) And does CentOS come with lxc? I don't think so... _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
One more problem the OP may have is with ssl.conf. It listens by default on port 443 and you can't have both apache instances listening on that port, the second instance will refuse to start. He'll need to change the port for one instance.
Ran into this problem when I tried to run a separate instance of apache for backuppc.
Tony