Hi all,
I need to reinstall or rebuild my apache2 server in linux with these additional commands:
--enable-ssl --with-ssl=/usr/local/ssl/
Problem is, I don't have the previous/complete configure command(./configure --prefix=/usr/local/apache2...) of the apache.
Is there a way I can retrieve the configure command of apache so I can just append my additional commands(--enable-ssl...)
when I rebuild it?
In PHP,I know this can be done using this:
--with-php-config=/usr/local/php/...
Is there anything like this in apache?
please advise..
thank you very much