Hi Guy,
I posted Jans' directions for installing apache+modssl+mod_jk+tomcat a couple of weeks 
ago.
If that is what you meant then the url is:
http://www.ccl.net/cca/software/UNIX/apache/

Two snippets (sp?) of my httpd.conf are below but this is autogenerated if you follow 
the
instructions in the link above. To use the default ports 80/443 on Solaris you need
root access and for them to be unused at present.

Hope this helps,

Mike C.

Port 5180
## SSL Support
##
## When we also provide SSL we have to listen to the 
## standard HTTP port (see above) and to the HTTPS port
##
<IfDefine SSL>
Listen 5180
Listen 5143
</IfDefine>
---------------------------
<VirtualHost _default_:5143>

#  General setup for the virtual host
DocumentRoot "/usr/local/apache_1.3.14/htdocs"
ServerName binky.ericsson.se
ServerAdmin [EMAIL PROTECTED]
ErrorLog /usr/local/apache_1.3.14/logs/error_log
TransferLog /usr/local/apache_1.3.14/logs/access_log

#   SSL Engine Switch:
#   Enable/Disable SSL for this virtual host.
SSLEngine on

etcetcetc...

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 15 December 2000 00:44
To: [EMAIL PROTECTED]
Subject: Setting up Apache/Tomcat for SSL


Yes, I'm reading furiously on the appropriate sites.  My question is about 
configuration.  I read that to run both a secure server and non-secure server on the 
same instance of Apache, one of them must be virtual.  The example given is for secure 
to be the non-virtual server, and it shows a server name of www.something.com; 
non-secure is virtual with a server name of something like pub.something.com.  
However, the typical way of doing this is to have them both with a server name of 
www.something.com, with secure accessed through https on port 443 and non-secure 
through http on port 80.  Can this be done?  I'm trying to use mod_ssl.
 
Also, could the kind person who provided a link to a pre-built mod_ssl enabled Apache 
please repost it?  I tried searching the digest site, and found that the search 
mechanism is broken.  Thanks.  (Our production environment is Solaris, development is 
Windows NT/2000).
Guy Rouillier
571-226-1229
[EMAIL PROTECTED]
BroadBand Office
2950 Gallows Road
Falls Church, VA 22042

Reply via email to