Discussion:
Multiple Apache servers on on single Linux box redhat
(too old to reply)
s***@gmail.com
2014-11-05 16:39:17 UTC
Permalink
Hi
I need to configure multiple Apache Web Servers on redhat server.
I have copied and extracted Apache 2.2 into redhat server and extracted but not able to install because I don't understand setting prefix. Please let me explain about prefix configuration and how to set it. At the same time I would like to know is it possible to setup 4 Apache Web Servers on same machine if possible then how to.
Can we set up different versions of Apache HTTP Servers?


Thanks
Srinivasula Reddy
Kees Nuyt
2014-11-05 20:18:23 UTC
Permalink
Post by s***@gmail.com
Hi
I need to configure multiple Apache Web Servers on redhat server.
I have copied and extracted Apache 2.2 into redhat server and extracted
but not able to install because I don't understand setting prefix.
Isn't there a package for Apache 2.2 in the Redhat package
manager? That would be a lot easier to setup.
Post by s***@gmail.com
Please let me explain about prefix configuration and how to set it.
I have no idea.
Post by s***@gmail.com
At the same time I would like to know is it possible to setup
4 Apache Web Servers on same machine if possible then how to.
That could be done with virtual hosts.
http://httpd.apache.org/docs/2.4/vhosts/

The same installation and runtime can serve multiple sites that
way. Although possible, there usually is no need to run seperate
server daemons to run multiple sites.
Post by s***@gmail.com
Can we set up different versions of Apache HTTP Servers?
In principle, that is possible.
You would have to point every instance to its own configuration
files using the -f command line flag.

http://httpd.apache.org/docs/2.4/configuring.html
Post by s***@gmail.com
Thanks
Srinivasula Reddy
Hope this helps,
--
Kees Nuyt
Loading...