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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.