|
Home > Archive > WebSphere HTTP Server > August 2004 > IHS 2.0.47.1 error loading mod_ssl
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
IHS 2.0.47.1 error loading mod_ssl
|
|
|
| Hi,
My environment:
Windows 2000 SP4
IHS 2.0.47.1
I need a ssl web server, but if I set this sentence in httpd.conf:
LoadModule mod_ibm_ssl modules/mod_ibm_ssl.so
and start http server I'm getting error msg:
Can't locate API module structure 'mod_ibm_ssl' in file
C:/IHS20471/modules/mod_ibm_ssl.so: No error
and IHS doesn't start.
Can anyone help me???
thanks in advance....
Best Regards,
Gene
| |
| Sunit Patke 2004-07-29, 6:07 pm |
| mod_ibm_ssl.so is the Unix ssl module.
For windows it is (I think) LoadModule ibm_ssl_module
modules/IBMModuleSSL128.dll
Sunit
"Gene" <genev_@hotmail.com> wrote in message
news:ceautc$64m4$1@news.boulder.ibm.com...
> Hi,
>
> My environment:
>
> Windows 2000 SP4
> IHS 2.0.47.1
>
> I need a ssl web server, but if I set this sentence in httpd.conf:
>
> LoadModule mod_ibm_ssl modules/mod_ibm_ssl.so
>
> and start http server I'm getting error msg:
>
> Can't locate API module structure 'mod_ibm_ssl' in file
> C:/IHS20471/modules/mod_ibm_ssl.so: No error
>
> and IHS doesn't start.
>
> Can anyone help me???
>
> thanks in advance....
> Best Regards,
> Gene
>
>
| |
|
| Hi,
Sorry, I'm stupid, is:
LoadModule ibm_ssl_module modules/mod_ibm_ssl.so
ibm_ssl_module in Windows and module name is ifmodule directive is
mod_ibm_ssl.c
IBMModuleSSL128.dll is not in IHS install (dll's in directories are:
afpaapi.dll, dyncache.dll, fastCGI.dll and IBMModuleLDAP.dll)
thanks,
regards,
Gene
"Sunit Patke" <supatke@nospam.com> escribió en el mensaje
news:ceb27c$86vg$1@news.boulder.ibm.com...
> mod_ibm_ssl.so is the Unix ssl module.
> For windows it is (I think) LoadModule ibm_ssl_module
> modules/IBMModuleSSL128.dll
>
> Sunit
>
> "Gene" <genev_@hotmail.com> wrote in message
> news:ceautc$64m4$1@news.boulder.ibm.com...
>
>
| |
| Sunit Patke 2004-07-30, 5:55 pm |
| 1. Verify that you installed IHS 2.0.47.1 completely including GSKIT.
2. The SSL related dll should be in the modules subdirectory of your IHS
serverroot.
Sunit
"Gene" <genev_@hotmail.com> wrote in message
news:cedck6$8d5u$1@news.boulder.ibm.com...
> Hi,
>
> Sorry, I'm stupid, is:
>
> LoadModule ibm_ssl_module modules/mod_ibm_ssl.so
>
> ibm_ssl_module in Windows and module name is ifmodule directive is
> mod_ibm_ssl.c
>
> IBMModuleSSL128.dll is not in IHS install (dll's in directories are:
> afpaapi.dll, dyncache.dll, fastCGI.dll and IBMModuleLDAP.dll)
>
> thanks,
> regards,
> Gene
>
> "Sunit Patke" <supatke@nospam.com> escribió en el mensaje
> news:ceb27c$86vg$1@news.boulder.ibm.com...
>
>
| |
|
| Hi,
1. IHS is completely installed (GSKIT7 included).
2. Module IBMModuleSSL128 is not in the modules subdirectory.
3. All is working with:
LoadModule ibm_ssl_module modules/mod_ibm_ssl.so
<IfModule mod_ibm_ssl.c>
Listen 443
Keyfile claves/keys.kdb
SSLStashfile claves/keys.sth
SSLDisable
<VirtualHost *:443>
DocumentRoot "h:/webroot/secure/"
ErrorLog logs/sslerror.log
CustomLog logs/sslaccess.log combined
SSLEnable
SSLClientAuth 2
Alias ........ etc.
</VirtualHost>
</IfModule>
Regards,
Gene
"Sunit Patke" <supatke@nospam.com> escribió en el mensaje
news:cednbf$5a1i$1@news.boulder.ibm.com...
> 1. Verify that you installed IHS 2.0.47.1 completely including GSKIT.
> 2. The SSL related dll should be in the modules subdirectory of your IHS
> serverroot.
>
> Sunit
>
> "Gene" <genev_@hotmail.com> wrote in message
> news:cedck6$8d5u$1@news.boulder.ibm.com...
>
>
|
|
|
|
|