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

2018-07-05 Thread James Montalvo
#comment1190872_919581 On Thu, Jul 5, 2018 at 11:07 AM James Montalvo wrote: > `sudo apachectl restart` failure with SQLSRV enabled, success with it > disabled. journalctl output below: > > Jul 05 10:38:03 someserver sudo[17255]: someuser : TTY=pts/0 ; > PWD=/etc/rc.d/init.d ; USER

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

2018-07-05 Thread James Montalvo
/PolicyKit1/AuthenticationAgent, locale C) (disconnected from bus) On Wed, Jul 4, 2018 at 6:30 PM Frank Gingras wrote: > Next step would be to see if using `apachectl restart` works instead of > relying on your distro's init scripts / systemd. > > On Tue, Jul 3, 2018 at 11:45 AM Ja

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

2018-07-03 Thread James Montalvo
FYI, I posted this question on Server Fault: https://serverfault.com/questions/919326/apache-wont-start-with-systemd I included in that question the stack traces mentioned in my previous email. On Mon, Jul 2, 2018 at 2:02 PM James Montalvo wrote: > You're right, running `httpd -X` is not dy

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

2018-07-02 Thread James Montalvo
capture a test case where: > > 1) That php extension is loaded > 2) httpd stops with httpd -X > > If httpd keeps running with -X while that extension is loaded, then there > is no issue, and httpd is working fine. > > > On Fri, Jun 29, 2018 at 6:28 PM James Montalv

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

2018-06-29 Thread James Montalvo
c33efd5f0, SOCK_CLOEXEC) = ? ERESTARTSYS (To be restarted if SA_RESTART is set) --- SIGINT {si_signo=SIGINT, si_code=SI_KERNEL} --- rt_sigreturn({mask=[]}) = -1 EINTR (Interrupted system call) On Thu, Jun 28, 2018 at 7:37 PM Frank Gingras wrote: > I'm going to venture that yo

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

2018-06-28 Thread James Montalvo
Hi, This is my first message to this list. I've reviewed your policies, but my apologies if I break rules/conventions. Please don't hesitate to correct me. I've run into an issue where enabling the PHP SQLSRV extension [1] causes httpd to fail to start. I've documented the issue at length here