WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  IBM HTTP Server 8.5 with PHP 5.5.4

    Posted Thu October 24, 2013 11:24 AM
    HI ALL

    I have integrated PHP with IBM HTTP Server and getting below error when I am trying to start the http server. need your help to fix this issue.

    Apache is running a threaded MPM, But your PHP module is not compiled to be threadsafe, you need to recompile PHP pre-configuration failed.

    Thanks


  • 2.  IBM HTTP Server 8.5 with PHP 5.5.4

    Posted Thu October 24, 2013 01:28 PM
    If you are on windows .. you can download thread-safe binary version of PHP.
    If you are on Linux/Unix .. you need to recomplile PHP code using a different option. Google for 'php recompile ZTS'


  • 3.  IBM HTTP Server 8.5 with PHP 5.5.4

    Posted Fri October 25, 2013 07:14 AM
    Hi venkata,


      A good reference:

      www.php.net/manual/en/install.unix.apach...

    Kind regards