Re: [users@httpd] Unable to start apache-2.4.25; missing ssl module

2017-03-22 Thread John Iliffe
On Wednesday 22 March 2017 08:25:18 Rainer Canavan wrote: > On Wed, Mar 22, 2017 at 3:29 AM, John Iliffe wrote: > > Just in case anyone is thinking about this, I managed to resolve it, > > more by luck than by any plan. > > > > Basically, I just added links in the httpd/lib directory to everythin

Re: [users@httpd] Unable to start apache-2.4.25; missing ssl module

2017-03-22 Thread Rainer Canavan
On Wed, Mar 22, 2017 at 3:29 AM, John Iliffe wrote: > Just in case anyone is thinking about this, I managed to resolve it, more > by luck than by any plan. > > Basically, I just added links in the httpd/lib directory to everything that > it claimed it couldn't find. Some are actually links to lin

Re: [users@httpd] Unable to start apache-2.4.25; missing ssl module

2017-03-21 Thread John Iliffe
Just in case anyone is thinking about this, I managed to resolve it, more by luck than by any plan. Basically, I just added links in the httpd/lib directory to everything that it claimed it couldn't find. Some are actually links to links. John = On Monday 20

[users@httpd] Unable to start apache-2.4.25; missing ssl module

2017-03-20 Thread John Iliffe
I hate to re-ask a question that I have asked before (in 2012) but I have a new version of Apache and the same problem again. I compiled Apache-2.4.25 from source, and also openssl-1.0.2k. In the Apache configuration I included "--with-ssl=/usr/openssl-1.0.2k" but now when I try to start apa

AW: [users@httpd] Unable to start apache [wd-vc]

2017-03-16 Thread Bremser, Kurt (AMOS Austria GmbH)
: users@httpd.apache.org Betreff: [users@httpd] Unable to start apache [wd-vc] Hello, Yesterday I had to reboot my server because nothing was responding. After I reboot it the server I tried to start apache: httpd -k start But I check the websites but nothing was loading. After I check the logs I

[users@httpd] Unable to start apache

2017-03-15 Thread luis medrano
Hello, Yesterday I had to reboot my server because nothing was responding. After I reboot it the server I tried to start apache: httpd -k start But I check the websites but nothing was loading. After I check the logs I found this: [Wed Mar 15 12:26:18.346919 2017] [suexec:notice] [pid 1331] AH0

Re: [users@httpd] Unable to start Apache on Windows 10

2016-08-14 Thread Eric Covener
> (98)Address already in use: AH00072: make_sock: could not bind to address > [::]:80 Somethings already listening on port 80. netstat -bano in a cmd.exe shell will probably tell you what (IIS, skype, ???) - To unsubscribe, e-m

[users@httpd] Unable to start Apache on Windows 10

2016-08-14 Thread Sam Stamport
Hello, This is the first time I've posted. I hope I sent it correctly. I'm following the instructions at http://drupalsun.com/kristian-polso/2016/08/08/how-install-drupal-8-and-comp oser-windows-10-bash to install Drupal 8 and Composer with the new Windows 10 Bash. I'm getting errors when I attem