[users@httpd] Apache won't start due to "proxy mutex" error?

2016-04-23 Thread Matt Gregory
I'm trying to set up Apache 2.4.20 on Cygwin. I tried asking about this on the Cygwin mailing list, but no one seems to know about it, so I thought I would try here. I'm using the standard Cygwin package, and I'm setting it up as a Windows service. It installs fine as a service (in terms of gett

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-20 Thread Luca Toscano
Hello! My understanding from the error message is that you have the wrong dynamic library loaded. Try the following command (with your http path): otool -L /usr/sbin/httpd /usr/sbin/httpd: /usr/lib/libpcre.0.dylib (compatibility version 1.0.0, current version 1.1.0) /usr/lib/libaprutil-1.0.dylib

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread Roparzh Hemon
Thanks for your feedback. The question in the StackExchange link you gave indeed has an error message resembling mine closely. But I didn't use homebrew and the answers in the StackExchange link do not apply to my case. Would you mind telling me what combination of words you tried in Google ? So I

[users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread Roparzh Hemon
I get the following error message : $ bin/apachectl -k start dyld: Library not loaded: /lib/libaprutil-1.0.dylib Referenced from: /bin/httpd Reason: Incompatible library version: httpd requires version 6.0.0 or later, but libaprutil-1.0.dylib provides version 4.0.0 ../bin/apachectl: line 79: 9

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread o haya
arzh Hemon wrote: Subject: Re: [users@httpd] Apache won't start after install on Unix-like system To: users@httpd.apache.org, "o haya" Date: Friday, March 18, 2016, 12:08 PM "What version of Apache?  I'm guessing it's 2.4.x?  If so, 2.4+ uses APR libraries.

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread Roparzh Hemon
rk, maybe you can try the latest 2.2+ > version, e.g., 2.2.31 I think, which wouldn't require APR > > > ------------ > On Fri, 3/18/16, Roparzh Hemon wrote: > > Subject: [users@httpd] Apache won't start after install on Unix-like

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread o haya
Roparzh Hemon wrote: Subject: [users@httpd] Apache won't start after install on Unix-like system To: users@httpd.apache.org Date: Friday, March 18, 2016, 11:43 AM I get the following error message : $ bin/apachectl -k start dyld: Library not loaded: /lib/libaprutil-1.0.dylib   Re

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread Roparzh Hemon
hat > is in 2.4.x that you need, and if 2.2.31 does what you need then maybe the > quickest way to get things working is 2.2.31? Just a suggestion... > > > > On Fri, 3/18/16, Roparzh Hemon wrote: > > Subject: Re: [users@httpd

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-18 Thread Roparzh Hemon
Thank you for your help Luca! As a matter of fact, I eventually succeeded in solving my problem before reading your post by restarting from scratch and re-making all the installs. For the record, here is the current output of otool : $ otool -L bin/httpd bin/httpd: /usr/lib/libpcre.0.dylib (co

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-18 Thread Yehuda Katz
Are you running on mac? A quick Google search shows several possibilities, all homebrew related. http://stackoverflow.com/questions/31036704/starting-apache-httpd-with-homebrew-php55-dyld-library-not-loaded-usr-local - Y On Fri, Mar 18, 2016 at 11:43 AM, Roparzh Hemon wrote: > I get the follow

Re: [users@httpd] apache won't start after adding virtual hosts

2014-08-24 Thread Matthew Smith
This is for local development and a modified hosts file would reference the sites on the local machine. I have used this in the past. Thank you for helping. On Sun, Aug 24, 2014 at 10:09 PM, Jim Walls wrote: > On 8/24/2014 20:24, Matthew Smith wrote: > > I installed apache and then coldfusio

Re: [users@httpd] apache won't start after adding virtual hosts

2014-08-24 Thread Jim Walls
On 8/24/2014 20:24, Matthew Smith wrote: I installed apache and then coldfusion 11. Worked fine until I fiddled with the conf and extra, adding a couple of vhosts. Really need this to work, please help! ServerAdmin chedders...@gmail.com DocumentRoot "C

[users@httpd] apache won't start after adding virtual hosts

2014-08-24 Thread Matthew Smith
I installed apache and then coldfusion 11. Worked fine until I fiddled with the conf and extra, adding a couple of vhosts. Really need this to work, please help! conf: # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server it

Re: [users@httpd] Apache won't start, strace output enclosed

2014-01-17 Thread Yehuda Katz
SSLCACertificateFile is only for client certificate authentication. Are you trying to use that? If not, removing that line should solve that particular error. If you do want to use client certificate auth, then there is probably some other problem with your certificate. - Y On Fri, Jan 17, 2014

Re: [users@httpd] Apache won't start, strace output enclosed

2014-01-17 Thread David Benfell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 01/16/2014 11:46 PM, Mathijs Schmittmann wrote: > - Original Message - Hi all, > > Ack! > > This is apache 2.2.25 compiled from source but on a CentOS 6.5 > system. Notably, I included all modules in the build. > >> You might want to s

Re: [users@httpd] Apache won't start, strace output enclosed

2014-01-16 Thread Mathijs Schmittmann
- Original Message - > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hi all, > > Ack! > > This is apache 2.2.25 compiled from source but on a CentOS 6.5 system. > Notably, I included all modules in the build. You might want to start to build with a minimal set of modules, to exc

[users@httpd] Apache won't start, strace output enclosed

2014-01-16 Thread David Benfell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi all, Ack! This is apache 2.2.25 compiled from source but on a CentOS 6.5 system. Notably, I included all modules in the build. I was trying to add a subdomain, ran into memory allocation problems and so tweaked the settings accordingly. Here ar

Re: [users@httpd] apache won't start

2012-10-14 Thread Stormy
At 09:43 PM 10/13/2012 -0400, Yehuda Katz wrote: On Sat, Oct 13, 2012 at 3:46 PM, Ben <benj@gmail.com> wrote: * Starting web server apache2 apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/osrf_http

Re: [users@httpd] apache won't start

2012-10-13 Thread Yehuda Katz
On Sat, Oct 13, 2012 at 3:46 PM, Ben wrote: > * Starting web server apache2 > apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax > error on line 1 of > /etc/apache2/mods-enabled/osrf_http_translator.load: Cannot load > /usr/lib/apache2/modules/osrf_http_translator.so into serv

Re: [users@httpd] apache won't start, and nothing written to error logs

2011-12-13 Thread Eric Covener
On Tue, Dec 13, 2011 at 10:39 PM, Mr. Chedder P. Slam wrote: > had my dev environment working as follows: > > win 7 pro 64 running virtual box try editing your config file as an administrator and see what changes have been hidden when you were editing before?

Re: [users@httpd] apache won't start, and nothing written to error logs

2011-12-13 Thread Steve Swift
When Apache terminates with no error in the log it implies that it found a fatal error before setting up the log. To find out what the error is, you have to launch the httpd.exe program in a command window. You need to be in the right directory (which from memory is NOT the one containing httpd.e

[users@httpd] apache won't start, and nothing written to error logs

2011-12-13 Thread Mr. Chedder P. Slam
1. had my dev environment working as follows: * win 7 pro 64 running virtual box * Apache + coldfusion + mssql in win xp virtual machine in virtual box * using virtual sites for different projects * Apache/cf using share on win 7 pro as wwwroot 2. Had some issues with host,