stanlopez Posted April 8, 2008 Share Posted April 8, 2008 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 Link to comment https://forums.phpfreaks.com/topic/100128-configuring-apache2-problem/ Share on other sites More sharing options...
bartmcp Posted April 17, 2008 Share Posted April 17, 2008 Have you rerun the config since the original build/install. You should be able to find the config information in the config.log file. Link to comment https://forums.phpfreaks.com/topic/100128-configuring-apache2-problem/#findComment-519777 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.