Http V724install

  • Remove application files from install directory and remove logs if desired.
  • Building from source (example):

    ./configure --prefix=/usr/local/http --with-openssl=/usr --with-pcre=/usr --enable-mods=all
    make -j$(nproc)
    sudo make install
    

    Solution: Recompile Http V724install with the correct OpenSSL path: Http V724install

    ./configure --with-ssl=/usr/local/openssl --with-ssl-lib=/usr/local/openssl/lib
    
    sudo systemctl restart httpd-v724
    

    Version 7.24 introduces several performance flags. To maximize throughput: Remove application files from install directory and remove