shouldn't you define processors outside virtualhost environment?

Alexey Vlasov wrote:
> Hi,
>
> I've problem with using peruser on FreeBSD 6.2.
> $ uname -a
> FreeBSD 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0: Sat Jul 28 18:37:42 MSD
> 2007 :/usr/obj/usr/src/sys/F1RNT1  i386
>
> httpd.conf
> <VirtualHost *>
>     ServerName default_server
>     DocumentRoot /home/virtwww/w_default/http
>     <IfModule peruser.c>
>         Processor w_default virtwww
>         ServerEnvironment w_default virtwww /home/virtwww/w_default
>     </IfModule>
>     SetEnv PHPRC /home/virtwww/w_default/.php/
>     SuexecUserGroup w_default virtwww
> </VirtualHost>
>
> <IfModule peruser.c>
>     PidFile /var/run/apache.pid
>     LockFile /var/run/accept.lock
>     ServerLimit         2048
>     MaxClients          2048
>     MinSpareProcessors    16
>     MaxProcessors         64
>     MaxRequestsPerChild  500
>     # kill idle processors after this many seconds (0 to disable)
>     IdleTimeout           30
>     # kill hung processes after this many seconds (0 to disable)
>     ExpireTimeout        300
>     Multiplexer www daemon
>     # chroot dir is optional:
>     # Processor user group
> </IfModule>
>
> After start
> # apachectl -k start
>
> [Mon Jul 30 16:08:15 2007] [notice] suEXEC mechanism enabled (wrapper:
> /opt/apache/2.2.3/sbin/suexec)
> [Mon Jul 30 16:08:15 2007] [notice] Apache/2.2.3 (Unix) configured --
> resuming normal operations
> [Mon Jul 30 16:08:17 2007] [notice] child pid 1105 exit signal Segmentation
> fault (11)
> [Mon Jul 30 16:08:18 2007] [notice] child pid 1106 exit signal Segmentation
> fault (11)
> [Mon Jul 30 16:08:19 2007] [notice] child pid 1107 exit signal Segmentation
> fault (11)
> [Mon Jul 30 16:08:20 2007] [notice] child pid 1108 exit signal Segmentation
> fault (11)
> [Mon Jul 30 16:08:21 2007] [notice] child pid 1109 exit signal Segmentation
> fault (11)
> [Mon Jul 30 16:08:22 2007] [notice] child pid 1110 exit signal Segmentation
> fault (11)
>
> --
> BRGDS. Alexey Vlasov.
>
> _______________________________________________
> Peruser mailing list
> [email protected]
> http://www.telana.com/mailman/listinfo/peruser
>
>   

_______________________________________________
Peruser mailing list
[email protected]
http://www.telana.com/mailman/listinfo/peruser

Reply via email to