Re: [users@httpd] ¿How to solve '500 Internal Server Error' ?

2014-04-18 Thread Humberto Castro
Sorry, so far I noticed your first post. Already looked at the link you gave me to wikipedia, but does not give me further information. I already told to the hosting provider to facilitate me see the error LOG. Thanks 2014-04-18 21:49 GMT-05:00 Mauricio Tavares : > On Fri, Apr 18, 2014 at 10:46

RE: [users@httpd] Adobe cq behind reverse proxy

2014-04-18 Thread paul.warren.p.pili
Hi Eric, I have tried below: ProxyRass /cq/ http://ww.cqserver.com:4502 ProxyPassReverse /cq/ http://www.cqserver.com:4502/ But still didn’t worked. But the below works: ProxyPass / http://ww.cqserver.com:4502 ProxyPassReverse / http://www.cqserver.com:4502/ But this doesn’t fit our requireme

Re: [users@httpd] ¿How to solve '500 Internal Server Error' ?

2014-04-18 Thread Mauricio Tavares
On Fri, Apr 18, 2014 at 10:46 PM, Humberto Castro wrote: > I told the hosting provider that he cooperates with me this information. > did you see my comments in your original post? > > 2014-04-18 14:32 GMT-05:00 Eric Covener : > >> On Fri, Apr 18, 2014 at 3:30 PM, Humberto Castro >> wrote:

Re: [users@httpd] ¿How to solve '500 Internal Server Error' ?

2014-04-18 Thread Humberto Castro
I told the hosting provider that he cooperates with me this information. 2014-04-18 14:32 GMT-05:00 Eric Covener : > On Fri, Apr 18, 2014 at 3:30 PM, Humberto Castro > wrote: > > I have not had access to the error log > > It will be nearly impossible for anyone to help you, or for your to > hel

RE: [users@httpd] Apache and Upgrading OpenSSL

2014-04-18 Thread Cabell, Jeff
Thanks. I'll look for that then. Jeff Cabell Applications Administrator Education Solutions Xerox Education Solutions, LLC 12410 Milestone Center Dr Germantown, MD 20876 P: 240.686.2501 M: 240.380.9308 E: jeff.cab...@xerox.com www.xerox.com/businessservices -Original Message- From

Re: [users@httpd] ¿How to solve '500 Internal Server Error' ?

2014-04-18 Thread Eric Covener
On Fri, Apr 18, 2014 at 3:30 PM, Humberto Castro wrote: > I have not had access to the error log It will be nearly impossible for anyone to help you, or for your to help yourself, without access to your logs. - To unsubscribe, e

Re: [users@httpd] ¿How to solve '500 Internal Server Error' ?

2014-04-18 Thread Humberto Castro
I have not had access to the error log 2014-04-18 14:27 GMT-05:00 Eric Covener : > On Fri, Apr 18, 2014 at 3:24 PM, Humberto Castro > wrote: > > More information about this error may be available in the server error > log. > > What does the error log say? > > > -- > Eric Covener > cove...@gmail

Re: [users@httpd] ¿How to solve '500 Internal Server Error' ?

2014-04-18 Thread Eric Covener
On Fri, Apr 18, 2014 at 3:24 PM, Humberto Castro wrote: > More information about this error may be available in the server error log. What does the error log say? -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: us

[users@httpd] ¿How to solve '500 Internal Server Error' ?

2014-04-18 Thread Humberto Castro
Hello. I am configuring restricted access to a directory within my site, using the file '.htaccess' which references a file where the list of users is, denominated 'htpasswd'; but having already uploaded the two files (in the same folder), when I try to access via web to the protected folder, the f

Re: [users@httpd] Enabling ECDHE ciphers

2014-04-18 Thread Christopher Schultz
J.Lance, On 4/18/14, 2:55 PM, J.Lance Wilkinson wrote: > Christopher Schultz wrote: > ...snip... >> >> I don't get it. Both setups (2.2.26 and 2.4.9) have 1.0.1.e and have an >> update available to 1.0.1g (I haven't read the changelogs but I'll bet >> the difference is mostly the version-bump sinc

Re: [users@httpd] Apache and Upgrading OpenSSL

2014-04-18 Thread Christopher Schultz
JEff, On 4/18/14, 2:59 PM, Cabell, Jeff wrote: > So you're saying that 2.2.27 and 2.4.9 are not actually current > releases for Windows...just for *nix? The httpd project no longer provides binaries of any kind. Most Linux distros directly package httpd, and anyone can compile it themselves, too.

Re: [users@httpd] Apache and Upgrading OpenSSL

2014-04-18 Thread Eric Covener
On Fri, Apr 18, 2014 at 2:59 PM, Cabell, Jeff wrote: > So you're saying that 2.2.27 and 2.4.9 are not actually current releases for > Windows...just for *nix? No, that source code is what the project releases. While it's confusing, binaries have always been at the discretion of comitters who wa

RE: [users@httpd] Apache and Upgrading OpenSSL

2014-04-18 Thread Cabell, Jeff
So you're saying that 2.2.27 and 2.4.9 are not actually current releases for Windows...just for *nix? Jeff Cabell Applications Administrator Education Solutions Xerox Education Solutions, LLC 12410 Milestone Center Dr Germantown, MD 20876 P: 240.686.2501 M: 240.380.9308 E: jeff.cab...@xerox

Re: [users@httpd] Enabling ECDHE ciphers

2014-04-18 Thread J.Lance Wilkinson
Christopher Schultz wrote: ...snip... I don't get it. Both setups (2.2.26 and 2.4.9) have 1.0.1.e and have an update available to 1.0.1g (I haven't read the changelogs but I'll bet the difference is mostly the version-bump since everyone is paranoid about 1.0.1e, now). I'll see if that changes a

Re: [users@httpd] Apache and Upgrading OpenSSL

2014-04-18 Thread Eric Covener
On Fri, Apr 18, 2014 at 2:51 PM, Cabell, Jeff wrote: > And while on the subject, can anyone tell me why the download page, and > mirrors for Apache 2.4.9 and 2.2.27 only contain 2.0.65 and 2.2.25? Windows binary builds have not been contributed by any comitters in quite some time. Third-party s

RE: [users@httpd] Apache and Upgrading OpenSSL

2014-04-18 Thread Cabell, Jeff
Yes. Windows Server 2008. Thanks to other vulnerabilities that were apparently located on the last security scan, I have been instructed to upgrade to 1.0.1g. We're currently running a 0.9.8 version. So I really need to find out what needs to be done for Apache to use the newer version of o

Re: [users@httpd] Enabling ECDHE ciphers

2014-04-18 Thread Christopher Schultz
John, On 4/18/14, 1:16 PM, John Iliffe wrote: > Further to my previous post, the log reports: > > [Sun Apr 13 03:20:08.591247 2014] [mpm_event:notice] [pid 11737:tid > 140478837470976] AH00489: Apache/2.4.9 (Unix) OpenSSL/1.0.1g configured -- > resuming normal operations > [Sun Apr 13 03:20:08.

Re: [users@httpd] Apache and Upgrading OpenSSL

2014-04-18 Thread Christopher Schultz
Jeff, On 4/18/14, 12:23 PM, Cabell, Jeff wrote: > I'm working on doing some upgrade testing to mitigate the Heartbleed > issue and some other vulnerabilities. Part of that is updating > OpenSSL, but I'm a bit confused about something and am hoping that > someone can help me. I've done at least a

Re: [users@httpd] NameVirtualHost address is not supported

2014-04-18 Thread Christopher Schultz
Michael, On 4/18/14, 2:16 PM, Michael Peters wrote: > I have a few sites I’d like to run on a single server with one IP on > port 80 and 443. I’ve tried several configuration examples without > success. I get error messages like this: > > > > Starting httpd: [Fri Apr 18 09:23:32 2014] [error]

[users@httpd] NameVirtualHost address is not supported

2014-04-18 Thread Michael Peters
I have a few sites I'd like to run on a single server with one IP on port 80 and 443. I've tried several configuration examples without success. I get error messages like this: Starting httpd: [Fri Apr 18 09:23:32 2014] [error] VirtualHost _default_:443 -- mixing * ports and non-* ports with a N

[users@httpd] Help with Virtual Hosting on Linux 3.2 / Ubuntu 12.04.4

2014-04-18 Thread Roy Hinkelman - Technical Services
Definite Linux newby, and after bumbling about with nothing working, I thought I'd ask. With the below setup, and an entry in my hosts file, FireFox complains with Unable to connect Firefox can't establish a connection to the server at wtp4.atoztheworld.com. +

Re: [users@httpd] ¿Cómo se soluciona "500 Internal Server Error" ?

2014-04-18 Thread Mauricio Tavares
2014-04-18 13:29 GMT-04:00 Humberto Castro : > ** > ¿Cómo se soluciona '500 Internal Server Error' ? > ** > As http://en.wikipedia.org/wiki/List_of_HTTP_status_codes mentions, 500 is a bit of a cat

[users@httpd] ¿Cómo se soluciona "500 Internal Server Error" ?

2014-04-18 Thread Humberto Castro
** ¿Cómo se soluciona '500 Internal Server Error' ? ** Hola. Estoy configurando Acceso Restringido a un directrio dentro de mi sitio web, usando el archivo '.htaccess' el cual hace referencia al archivo

Re: [users@httpd] Adobe cq behind reverse proxy

2014-04-18 Thread J.Lance Wilkinson
paul.warren.p.p...@accenture.com wrote: Hi, we have adobe cq web server which we want to access through apache reverse proxy. Our scenario is: Adobe cq actual url: Www.cqserver.com:4502 Virtual hostname configured in apache: Www.portal.com/cq We have the below lines in httpd.conf: Proxypass /

Re: [users@httpd] Adobe cq behind reverse proxy

2014-04-18 Thread Eric Covener
On Fri, Apr 18, 2014 at 12:50 PM, wrote: > Hi, we have adobe cq web server which we want to access through apache > reverse proxy. Our scenario is: > > Adobe cq actual url: > Www.cqserver.com:4502 > > Virtual hostname configured in apache: > Www.portal.com/cq > > We have the below lines in httpd

Re: [users@httpd] Enabling ECDHE ciphers

2014-04-18 Thread John Iliffe
Further to my previous post, the log reports: [Sun Apr 13 03:20:08.591247 2014] [mpm_event:notice] [pid 11737:tid 140478837470976] AH00489: Apache/2.4.9 (Unix) OpenSSL/1.0.1g configured -- resuming normal operations [Sun Apr 13 03:20:08.591283 2014] [core:notice] [pid 11737:tid 140478837470976]

Re: [users@httpd] Enabling ECDHE ciphers

2014-04-18 Thread John Iliffe
Re the version of OpenSSL, I reported this last week to this list. Seems that OpenSSL-1.0.1g is linked to libssl-1.0.0, not the usual libssl-1.x.x format. Probably a make file error, but it really seems to be 1.0.1g. John = On Friday 18 April 2014 12:14:32 Christ

[users@httpd] Adobe cq behind reverse proxy

2014-04-18 Thread paul.warren.p.pili
Hi, we have adobe cq web server which we want to access through apache reverse proxy. Our scenario is: Adobe cq actual url: Www.cqserver.com:4502 Virtual hostname configured in apache: Www.portal.com/cq We have the below lines in httpd.conf: Proxypass /cq/ Www.cqserver.com:4502 Proxypassrevers

[users@httpd] Apache and Upgrading OpenSSL

2014-04-18 Thread Cabell, Jeff
I'm working on doing some upgrade testing to mitigate the Heartbleed issue and some other vulnerabilities. Part of that is updating OpenSSL, but I'm a bit confused about something and am hoping that someone can help me. I've done at least a dozen internet searches and can't find the answer. I

Re: [users@httpd] Enabling ECDHE ciphers

2014-04-18 Thread Christopher Schultz
Igor, On 4/17/14, 8:56 PM, Igor Cicimov wrote: > > On 18/04/2014 2:30 AM, "Hanno Böck" > wrote: >> >> On Thu, 17 Apr 2014 12:27:37 -0400 >> Christopher Schultz > wrote: >> >> > I'm trying to enable (and prefer!) ECDHE ciphers for clie

Re: [users@httpd] ProxyPassMatch with Unix sockets

2014-04-18 Thread Jim Jagielski
Since this is a new feature, we are consistently adding enhancements and new methods for it... Thx for the feedback; let me take a look. On Apr 18, 2014, at 10:12 AM, Marc Aymerich wrote: > On Fri, Apr 18, 2014 at 2:48 AM, Igor Cicimov wrote: >> >> On 18/04/2014 10:43 AM, "Igor Cicimov" wrote

Re: [users@httpd] Re: ProxyPassMatch with Unix sockets

2014-04-18 Thread Marc Aymerich
On Fri, Apr 18, 2014 at 2:48 AM, Igor Cicimov wrote: > > On 18/04/2014 10:43 AM, "Igor Cicimov" wrote: >> >> >> On 18/04/2014 8:25 AM, "Marc Aymerich" wrote: >> > >> > On Thu, Apr 17, 2014 at 11:18 PM, Marc Aymerich >> > wrote: >> > > On Wed, Apr 16, 2014 at 11:17 PM, Marc Aymerich >> > > wrot