LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to compile apache2.2 along with ssl, php (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-compile-apache2-2-along-with-ssl-php-726966/)

smoothpeddi 05-19-2009 02:27 AM

how to compile apache2.2 along with ssl, php
 
Hi Friends,
Can any help me out to compile httpd2.2 and configure it. Perviuos i was working with the default httpd . And i want modules to be added like ssl and php

bathory 05-19-2009 02:59 AM

Hi,
In order to compile apache from source with ssl and support for the php module, you can run the configure script like this:
Code:

./configure --enable-ssl --enable-so --prefix=/path/to/apache2
This way, you can later on install php as a ynamic module.
More details you can find here

Regards


All times are GMT -5. The time now is 12:14 AM.