Re: [users@httpd] httpd won't start with SQLSRV enabled

2018-07-06 Thread Frank Gingras
To be fair, the last time I used the mod_php DSO was in 2007 or so. I would highly recommend to migrate to php-fpm pools instead, and use fcgi to have httpd communicate with php-fpm. You'll even gain the ability to do proper privilege separation that way, and httpd won't have to wait for php exten

[users@httpd] Test Functionality of Apache web server

2018-07-06 Thread Hemant Chaudhary
Hi All, Do we have any test suite for unit testing of apache source code?? I have taken open source code and build it. I want to test whether all functionalities is working or not. Any third party which provides test? Thanks Hemant