Re: [users@httpd] Configuration Problem - VHosts on Apache 2.2

2016-09-26 Thread Milt Spain
CGI, itself, is not a problem. Getting the HTTPD and VHosts configurations set correctly so the cgi files are found is the problem. As noted before, everything works as intended with the Apache 1.3 server version but does not on Apache 2.3. Of note is the fact that specific authorization (placed

Re: [users@httpd] Configuration Problem - VHosts on Apache 2.2

2016-09-26 Thread Jim Walls
On 9/26/2016 14:26, Milt Spain wrote: I would much prefer to move on with Apache 2.2 but I can't get the configurations to work and I have to get on with life. I'm gathering that you are trying to migrate from1.3 to 2.2. If this is the case, why are you not moving to 2.4? I don't do anything

[users@httpd] Configuration Problem - VHosts on Apache 2.2

2016-09-26 Thread Milt Spain
I have this Vhost configuration on Apache 2.2 loaded on Windows Server 2012. DocumentRoot E:/pinnacle/minorityrecruiter/htdocs ServerAdmin a...@diversitylink.com ServerName minorityrecruiter.com ServerAlias *.minorityrecruiter.com ScriptAlias /cgi-bin/ "E:/pinnacle/minorityrecruiter/cgi-bin

Re: [users@httpd] Apache 2.4 (Apache Benchmarking) - Too many open files (24)

2016-09-26 Thread Rubén Toribio Aldeguer
I think that is your problem: OS user for httpd or ab only can open (sumuntaneousy) 1024 files. open files (-n) 1024 Try to set to 1 for example. Read "man ulimit" to set how to do it. I dont remenber sinstax. 2016-09-23 20:48 GMT+02:00 Rashmi Srinivasan : > Hi, > > This