First off, I removed any apache/mod_ssl/etc. that were installed with rpms, 
and reinstalled them from the source.  I suggest you do that...

But to answer your question, locate the httpd.conf file.  I don't know 
where the rpm'ed Apache puts this; it is not the same as the default 
location if you install it from the source.  Near the beginning of it, 
you'll find a lot of lines like these:

LoadModule alias_module       libexec/mod_alias.so
LoadModule rewrite_module     libexec/mod_rewrite.so
LoadModule access_module      libexec/mod_access.so

Just comment out the ones you don't want loaded, like this:
LoadModule alias_module       libexec/mod_alias.so
#LoadModule rewrite_module     libexec/mod_rewrite.so
LoadModule access_module      libexec/mod_access.so

Then restart your web server.  That ought to do it.

Ted Fines
Macalester College


--On Thursday, May 31, 2001 6:51 PM -0700 Jamby <[EMAIL PROTECTED]> wrote:

> Hi
>
> I have
> redhat linux 7.0
> apache 1.3.14
> openssl 0.9.5a
> mod_ssl 2.6.6
> mod_perl 1.24 
>
> all from rpm's
>
>
> http is working but if I turn on the mod_ssl, I turn this on and off by
> renameing the file /usr/lib/apache/libssl.so is there a better way?,
>  then I get back " the document contained no data - try again later, or
> contact the server's administrator". The 443 port is responding and
> appears to be working. So I rename the file restart httpd without the
> mod_ssl and http is working and the 443 port is not responding. Clearly
> something isn't right but I don't know yet where the error lies.
>
> I have this in the /var/log/httpd/error_log
>
> [Wed May 30 16:19:21 2001] [notice] Apache/1.3.14 (Unix)
> (Red-Hat/Linux) mod_ssl/2.6.6 OpenSSL/0.9.5a mod_perl/1.24 configured --
> resuming normal operations
> [Wed May 30 16:19:32 2001] [notice] child pid 1232 exit signal
> Segmentation fault (11)
> [Wed May 30 16:19:53 2001] [notice] child pid 1233 exit signal
> Segmentation fault (11)
> [Wed May 30 16:20:14 2001] [notice] child pid 1234 exit signal
> Segmentation fault (11)
> [Wed May 30 16:22:32 2001] [notice] child pid 1236 exit signal
> Segmentation fault (11)
>
> A new error messages is added each time I try to connect to the server
> when mod_ssl is running.
>
>
> Has anyone run into this on before...???
>
> Thanks for your time...
> Jim H.
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]




______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to