Install Suexec Centos 6

It is a guide of how to install multiple version of PHP on CentOS 6.5 64bit. All different PHP as fastcgi. It is works on Apache, one web server, each virtualhost has its own different php version support.

Install Apache 2.4 on CentOS 6.7. #'--enable-suexec' #'--enable-deflate' #'--enable-unique-id'. Install PHP 5.6.

0) Prepare the testing environment Disable SELinux and stop iptables. It is for testing environment.

For production machine, you should implement firewall carefully.

On a Centos 6 trying to upgrade to a specific apache version (from 2.2.24 to 2.2.25) from source since yum doesn't have the right version I need (or the very least I can't find the repo for it) and I ran into an issue with suexec not being able to run my virtual host. I copied all the config over from my working older apache version, modified the httpd.conf to reflect the new location and the new port. Currently I still have my.24 apache running on port 80 in /etc/httpd and I am trying to configure my.25 apache which is in /usr/local/apache2 and whenever I start up the new apache I get: Warning: SuexecUserGroup directive requires SUEXEC wrapper.

Lyrics taken from http://www.lyricsmode.com/lyrics/l/luciano_pavarotti/ave_maria_schubert.html. T'invoca e attende la vera pace Che solo tu puoi donar Ave Maria! Sperduta l'alma mia ricorre a te E piena di speme si prostra ai tuoi pi? Ave Maria, gratia plena, Maria, gratia plena Maria, gratia plena Ave Ave Dominus Dominus tecum, Benedicta tu in mulieribus, Et benedictus Et benedictus fructus ventris Ventris tui, Iesus. Ave maria schubert.

Reading up a bit up on suexec I see that it needs a wrapper and I am completely oblivious as where to go after having my entire apache compiled. Is suexec wrapper something you can add on after./config, make, make install? I am new to working with apache so any feedback would be greatly appreciated.

Edit: I'm not sure if I should try to delete the entire instance of the newer apache and try to reconfigure & make it, but at the same time I'm not sure how to delete only the newer apache without messing up the currently configured version.

Related Post