> On Mon, Oct 1, 2012 at 8:39 PM, Arun Khan <[email protected]> wrote: > >> >> Any particular reason for compiling it from source? >> >> >> > I don't have any particular reason, I want apache running with SSL on port > 443 and make PHP work along with it. I am following this link to do the > same, If there is any other better link do pass it along. > > http://www.thegeekstuff.com/2011/03/install-apache2-ssl/ >
I agree with arun , you should not be compiling from source. That should be the last option. Installing php, httpd and ssl is very easy and can't be simpler. I would do the following on a rhel6 system. it is similar in ubuntu. Most probably you will have to replace yum command with apt-get. " sudo yum install httpd php mod_ssl" So installing php also gives me mod_php. --ashwin _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
