Im testing the new release of peruser on my FreeBSD 5.4

i use the peruser patch and my own patch to remove the
"mod_rewrite: could not init rewrite log lock in child"
msg from the logs (it should be in the list archive)

Some times apache just hangs when i request a page, it connects and then just nothing. No errors in any logfiles. If i restart apache or wait 3-4 minutes its back to normal again.

Anyone have a clue as to how i should debug this problem?

I have the following in my httpd.conf
---------------------------------------------------
<IfModule peruser.c>
ServerLimit 256
MaxClients 256
MinSpareProcessors 2
MaxProcessors 20
MaxRequestsPerChild 1000

# kill off idle processors after this many seconds
# set to 0 to disable
ExpireTimeout 3600

Multiplexer www www

# Processor user group /home/user
# chroot dir is optional:
Processor www www
</IfModule>

Processor test test
<VirtualHost *:80>
     DocumentRoot /usr/home/test/test.dk
     ServerName test.dk
     ErrorLog /var/log/test.dk-error_log
     CustomLog /var/log/test.dk-access_log combined
     ServerEnvironment test test
</VirtualHost>
---------------------------------------------------

httpd -V output

# httpd -V
Server version: Apache/2.0.55
Server built:   Mar  9 2006 21:02:29
Server's Module Magic Number: 20020903:11
Architecture:   32-bit
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/experimental/peruser"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_FLOCK_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D HTTPD_ROOT="/usr/local"
 -D SUEXEC_BIN="/usr/local/bin/suexec"
 -D DEFAULT_PIDLOG="/var/run/httpd.pid"
 -D DEFAULT_SCOREBOARD="/var/run/apache_runtime_status"
 -D DEFAULT_LOCKFILE="/var/run/accept.lock"
 -D DEFAULT_ERRORLOG="/var/log/httpd-error.log"
 -D AP_TYPES_CONFIG_FILE="etc/apache2/mime.types"
 -D SERVER_CONFIG_FILE="etc/apache2/httpd.conf"

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

Reply via email to