On Sat, Jun 13, 2009 at 7:00 PM, Olivier Cecillon wrote:

> When trying to start Apache, I get the following error :
>
> # apachectl start
> Segmentation fault (core dumped)

I don't think I'll be able to help much, but whenever I get an instant
Segfault - its because a setting in the apache conf related to PerUser
is set wrong (or not at all).

I'm running Peruser 0.3 with DC3 Patch and Numservers Patch, so my
Apache conf settings are slightly differen, however, here is how mine
is laid out.

apache2.conf // ------->

# peruser MPM
<IfModule peruser.c>
  ServerLimit 500
  MaxClients 150
  MinSpareProcessors 5
  MaxSpareProcessors 0
  MinProcessors 1
  MaxProcessors 150
  MaxRequestsPerChild 1500
  ExpireTimeout 7200
  IdleTimeout 30
  MinMultiplexers 10
  MaxMultiplexers 125
  MultiplexerIdleTimeout 120
  Multiplexer ${APACHE_RUN_USER} ${APACHE_RUN_GROUP}
  ProcessorWaitTimeout 50
</IfModule>

.....

# Include module configuration:
Include /etc/apache2/mods-enabled/*.load
Include /etc/apache2/mods-enabled/*.conf

# Include per user processor declarations
Include /etc/apache2/peruser.conf

# Include all the user configurations:
Include /etc/apache2/httpd.conf

# Include ports listing
Include /etc/apache2/ports.conf

-------> // end apache2.conf


peruser.conf // ------->

<IfModule peruser.c>
 <Processor www-data>
  User www-data
  Group www-data
  #Chroot /
 </Processor>

.....
</IfModule>

-------> // end peruser.conf


Hope that might be of some help - the details above ARE SPECIFIC TO DC3!
_______________________________________________
Peruser mailing list
[email protected]
http://www.telana.com/mailman/listinfo/peruser

Reply via email to