![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Patch-o-matic (patch for iptable) for linux2.4.08 & iptable1.2.7a | Rakesh Ranjan | IP Networking | 0 | 11-03-2005 09:29 AM |
| Apache web server question | frustrated1 | SUN Solaris | 2 | 09-01-2004 01:41 PM |
| Apache Server | ppychu | UNIX for Dummies Questions & Answers | 1 | 09-10-2002 03:46 PM |
| Apache Web Server | anent | UNIX for Dummies Questions & Answers | 9 | 11-16-2001 02:11 PM |
| Apache Server | cfir | UNIX for Dummies Questions & Answers | 4 | 07-04-2001 05:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Mod_ssl patch for Apache server v2.0.49
Hi there,
Please help, anyone know where to download latest Mod_SSL patch for Apache server v2.0.49 . Have tried www.apache.org but there is not latest patch available. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Isn't mod_ssl bundled with Apache 2.x already?
What do you mean by the mod_ssl patch? |
|
#3
|
|||
|
|||
|
Quote:
For example www.modssl.org, the latest version is mod_ssl 2.8.25 for Apache 1.3.34. TQ |
|
#4
|
|||
|
|||
|
Apache 2.x distribution (source distribution, at least) already contains mod_ssl. You don't need to install any external packages to enable any SSL functionality. There is an --enable-ssl configure switch for that.
|
|
#5
|
|||
|
|||
|
But how do we ensure that the proper mod_ssl already contains in Apache v2.X? In fact I have found the statement from my application installation document its said that "mod_ssl must be compiled and the server certificates
must be created." Where can I configure the "enable-ssl"? It is in <server_root>/apache/conf/httpd.conf?? |
|
#6
|
|||
|
|||
|
--enable-ssl is a ./configure switch, not an Apache configuration directive.
You get the Apache 2.x sources you need to run ./configure, right? Just append the "--enable-ssl" switch at the end, together with other options you require. If you have the prerequisites met (e.g. Openssl installed) it will be installed. It also generates some needed Apache SSL configuration for you in the config files but you should review them before actual use. You need to separately generate certificates and keys but if you had experience with Apache 1.3 + mod_ssl the procedures is largely the same. You should look at the Apache documentation for details. |
|
#7
|
|||
|
|||
|
The ./configure switch it is /opt/hpws/apache/conf/ssl.conf file you meant??Can u explain in step by step, because i`m still dummy in apache web server setup
|
|||
| Google The UNIX and Linux Forums |