[OPEN-ILS-DEV] Apache modules

Hennie Rautenbach hennie at sabinet.co.za
Sun Apr 22 13:56:47 EDT 2007


Dan Scott wrote:
> Hennie:
>
> No, it's okay, you can use older versions of Apache and don't have to
> compile Apache 2 from scratch! I'm using the Apache 2.0.something
> version that is currently standard on Gentoo, for example.
>
> The options that aren't supported by Apache versions prior to 2.2 are
> the Cache* options. You can simply comment out those options by
> putting a '#' in front of them and Evergreen will work fine.
>
> RewriteEngine, on the other hand, requires you to enable the
> mod_rewrite module. This is normally included with distributions, but
> requires you to add it to something like the
> /etc/apache2/modules_enabled/ directory as a symbolic link from the
> corresponding apache configuration file in
> /etc/apache2/modules_available/ directory.
>
> You'll also need to enable mod_proxy while you're at it.

I suspect I may have gotten past the SSL stuff (used the Gentoo & Ubuntu 
examples in the doc Wiki). However, when I start apache I get hundreds 
of errors like these in the apache error_log:

leo:/var/log/apache2# tail error.log
[Sun Apr 22 19:54:09 2007] [notice] child pid 26097 exit signal 
Segmentation fault (11)
[Sun Apr 22 19:54:09 2007] [notice] child pid 26098 exit signal 
Segmentation fault (11)
[Sun Apr 22 19:54:09 2007] [notice] child pid 26099 exit signal 
Segmentation fault (11)
[Sun Apr 22 19:54:09 2007] [notice] child pid 26100 exit signal 
Segmentation fault (11)
[Sun Apr 22 19:54:09 2007] [notice] child pid 26101 exit signal 
Segmentation fault (11)
[Sun Apr 22 19:54:09 2007] [notice] child pid 26102 exit signal 
Segmentation fault (11)
[Sun Apr 22 19:54:09 2007] [notice] child pid 26103 exit signal 
Segmentation fault (11)
[Sun Apr 22 19:54:09 2007] [notice] child pid 26104 exit signal 
Segmentation fault (11)
[Sun Apr 22 19:54:09 2007] [notice] child pid 26105 exit signal 
Segmentation fault (11)
[Sun Apr 22 19:54:09 2007] [notice] child pid 26106 exit signal 
Segmentation fault (11)


Regards,

Hennie



More information about the Open-ils-dev mailing list