Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Apache 2.0.40-21.3+mod_ssl+OpenSSL+RedHat 9

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Obtaining SSL Certificate?  
Author Message
geekfreek

External


Since: Sep 04, 2003
Posts: 1



(Msg. 1) Posted: Thu Sep 04, 2003 12:19 pm
Post subject: Apache 2.0.40-21.3+mod_ssl+OpenSSL+RedHat 9
Archived from groups: alt>apache>configuration (more info?)

Hello all,

I'm in a pinch here - webadmin cut out and I'm trying to complete some
of his projects. I know my way around linux ok, but am pretty green
on ssl with apache. Been trying for weeks to resolve this...

Using these packages (Apache 2.0.40-21.3+mod_ssl 2.0.40-21.3+OpenSSL
0.9.7a-5+RedHat 9) from a default webserver install + rpm updates I
get this error every time I try to start the server with ssl enabled.

44# /usr/sbin/apachectl startssl
/usr/sbin/apachectl: line 111: 20846 Broken pipe $HTTPD -k
start -DSSL

Following is my virtual host setup for the ssl. I have only to
change SSLEngine to off, and the server starts up....

<IfDefine SSL>
  <VirtualHost 10.x.xx.xxx:443>
# # General setup for the virtual host
   DocumentRoot "/home/httpd/www/foo"
   JkMount /*.jsp tomcat
   JkMount /servlet/* tomcat
<font color=green>   ServerName <a style='text-decoration: underline;' href="http://www.foo.com</font" target="_blank">www.foo.com</font</a>>
   ServerAdmin root@localhost

   ErrorLog "|/usr/local/sbin/cronolog
/var/log/apache/foo/error/%Y-%m-%d-foo_error.log"
   CustomLog "|/usr/local/sbin/cronolog
/var/log/apache/foo/access/%Y-%m-%d-foo_access.log" combined

   SSLEngine on
   SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
   SSLCertificateFile /usr/share/ssl/certs/cert-foo.crt
   SSLCertificateKeyFile /usr/share/ssl/private/cert-foo.key

   <Files ~ "\.(cgi|asp|jsp|shtml|phtml|php3?)$">
    SSLOptions +StdEnvVars
   </Files>
   <Directory "/home/httpd/www/foo">
    SSLOptions +StdEnvVars
    SSLRequireSSL
    Options -Indexes
   </Directory>
   SetEnvIf User-Agent ".*MSIE.*" \
   nokeepalive ssl-unclean-shutdown \
   downgrade-1.0 force-response-1.0
  </VirtualHost>
</IfDefine>

Many thanks,
Chris<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Apache 2.0.40-21.3+mod_ssl+OpenSSL+RedHat 9 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
RedHat 9.0 + Apache 1.3.28 + mod_ssl + OpenSSL - Hello, I can't seem to get past this: gcc -c -I../../os/unix -I../../include -DLINUX=22 -I/usr/include/gdbm -DMOD_SSL=208115 -DUSE_HSREGEX -DEAPI `../../apaci` -fpic -DSHARED_MODULE -DSSL_COMPAT -DSSL_USE_SDBM -DSSL_ENGINE..

Apache +OpenSSL - Hi Group, I'm having a problem with Apache 2.0.45 on Win32. I'm trying to install a chained SSL certificate, but on restarting Apache, I get the error "Unable to configure verify locations for client authentication" The certificate was pur...

Apache with RedHat Linux 9 - I see in the Server Settings a place to administer SSL / encryption. However, I am failing to understand how to make it work. Could you point me to a step-by-step on how to use the settings in the GUI Server settings of RH9 for Apache? I can get Apache t...

Need help keeping Apache awake on RedHat 9 - I am not sure what my problem is or if it really is an Apache problem at all. Here are the symptoms for your consideration and comment... 1. Apache 2.0 standard install (did not change any defaults) using the RedHat 9 ISOs. 2. Win2K client using IE 5.5....

Initial Apache 2.x configuration on a new RedHat 9 BOX - Hi All, Over the weekend I installed RedHat 9 on my AMD box and subsequently installed Apache 2.x as well. However, what ever I configure in the Redhat GUI or Webmin tool I can't get rid of the stup Test Page. Also, the httpd.conf file is empty and..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]