Re: [users@httpd] Re: Delivery Status Notification (Failure)

2013-01-29 Thread Joe Hansen
Tony, Thank you! Thank you! Thank you!! Thanks for such a detailed explanation! If it wasn't for you, I doubt I would have figured it out. Especially the part about /usr/local/ssl being the default openssl installation directory really helped! I now have it Apache with the latest OpenSSL up and

[users@httpd] Re: Delivery Status Notification (Failure)

2013-01-29 Thread Joe Hansen
Thanks for the super quick responses, Tony and Richard. I did not use --with-ssl while running configure. I thought the configure script will find the latest version intalled on the machine because the openssl script is in the PATH (/usr/bin). Before building and installing the new version of Ope

[users@httpd] How to build Apache with latest version of OpenSSL

2013-01-28 Thread Joe Hansen
built and installed OpenSSL 1.0.1c on a RedHat linux box. $ openssl version OpenSSL 1.0.1c 10 May 2012 I then compiled and installed Apache HTTP Server (version 2.2.23 with mod_ssl). $ lwp-request -m HEAD myexample.com 200 OK Connection: close Date: Thu, 17 Jan 2013 20:29:44 GMT Server: Apache/

[users@httpd] Apache + Tomcat + mod_jk ; Wrong content type. Why?

2012-10-02 Thread Joe Hansen
Hi All, We are using Apache 2.2 + Tomcat 7 + mod_jk (all 64-bit) on a RedHat box. I have configured the settings such that the static content like css and javascript are served by httpd rather than tomcat. However, when I do so, the css files are returned with a content type=text/plain rather tha

Re: [users@httpd] How to redirect all requests for domain A to domain B

2012-03-19 Thread Joe Hansen
12) > [...] > > In this file you have to do it. > > Search for something "" and add the redirect directive. > > Redirect / https://www.b.com > > > > El 19/03/12 17:53, Joe Hansen escribió: > > Hi All, > > > > I'd like to redirect all

Re: [users@httpd] How to redirect all requests for domain A to domain B

2012-03-19 Thread Joe Hansen
Julien, I appreciate the reply, but I need a redirect. I do not want the content on b.com to appear on a.com. So ServerAlias will not work for me. Thanks, Joe. On Mon, Mar 19, 2012 at 3:14 PM, Julien Cigar wrote: > On 03/19/2012 21:53, Joe Hansen wrote: > > Hi All, > > I

[users@httpd] How to redirect all requests for domain A to domain B

2012-03-19 Thread Joe Hansen
Hi All, I'd like to redirect all (http and https) requests for domain a.com to domain b.com. I have the following in the apache config files: Redirect https:/a.com https://www.b.com Redirect http://a.com http://www.b.com Though all the http requests are correctly getting redirected, https reque

[users@httpd] RSA server certificate CommonName (CN) 'localhost.localdomain' does NOT match server name!?

2011-06-06 Thread Joe Hansen
Hi there, I see the following error messages in the ssl_error_log file when I restart Apache: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !? RSA server certificate CommonName (CN) 'localhost.localdomain' does NOT match server name!? I appreciate any pointers to solve

[us...@httpd] Re: How to enable mod_rewrite on an Apache 2.2 installation? mod_rewrite.so doesn't exist.

2010-05-30 Thread Joe Hansen
following line to httpd.conf file LoadModule rewrite_module modules/mod_rewrite.so Then, I ran the following command to check if the configuration was fine: apachectl configtest Syntax OK Finally, I restarted Apache. That's it. Thanks, Joe On Sat, May 29, 2010 at 12:59 PM, Joe Hansen

[us...@httpd] How to enable mod_rewrite on an Apache 2.2 installation? mod_rewrite.so doesn't exist.

2010-05-29 Thread Joe Hansen
Hey All, I've installed Apache 2.2.14 on our Redhat Enterprise Linux ES 5.0 box. I use it host a couple of websites and it runs great. :) I now need to add some redirect rules on Apache. For example, I need to: 1) redirect http://mywebsite.com to http://www.mywebsite.com 2) redirect /about.html t

RE: [EMAIL PROTECTED] Help configuring subdomains.

2006-10-18 Thread Joe Hansen
. From: "Joe Hansen" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org CC: [EMAIL PROTECTED] Subject: [EMAIL PROTECTED] Help configuring subdomains. D

[EMAIL PROTECTED] Help configuring subdomains.

2006-10-18 Thread Joe Hansen
Hi All, Probably this could be the most asked question. I have tried a few things and they haven't worked out. So here I am, asking your help. Environment: Windows XP; Apache 2/Tomcat 5/mod_jk; Apache Installation Directory: c:\Apache Tomcat Installation Directory: c:\Tomcat httpd.conf file