On Jan 19, 5:58 am, Graham Dumpleton <[email protected]>
wrote:
> Yes, we are aware of it. :-)
>
> Can you confirm that in your case problem goes away if mod_wsgi 2.8 is
> used and that it only affects daemon mode and not embedded mode.
Yes, I'm already up and running thanks to this thread and everything
went away after switching to 2.8.

> To add another data point, can you supply output of running:
>   httpd -V
# uname -m -r -s
FreeBSD 8.0-STABLE amd64
# httpd -V
Server version: Apache/2.2.14 (FreeBSD)
Server built:   Jan 19 2010 05:29:01
Server's Module Magic Number: 20051115:23
Server loaded:  APR 1.3.9, APR-Util 1.3.9
Compiled using: APR 1.3.9, APR-Util 1.3.9
Architecture:   64-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -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 DYNAMIC_MODULE_LIMIT=128
 -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/apache22/mime.types"
 -D SERVER_CONFIG_FILE="etc/apache22/httpd.conf"

> and the contents of the file:
>   /usr/local/share/apache22/build/config.nice
# cat /usr/local/share/apache22/build/config.nice
#! /bin/sh
#
# Created by configure

CC="cc"; export CC
CFLAGS="-O2 -pipe -march=nocona -I/usr/local/include/mysql -
DHAVE_MYSQL_H  -I/usr/local/include -fno-strict-aliasing"; export
CFLAGS
CPPFLAGS="-I/usr/local/include"; export CPPFLAGS
LDFLAGS=" -L/usr/local/lib/mysql -pthread -rpath=/usr/local/lib -L/usr/
local/lib -L/usr/local/lib"; export LDFLAGS
LTFLAGS="--tag=CXX"; export LTFLAGS
"./configure" \
"--enable-layout=FreeBSD" \
"--with-perl=/usr/local/bin/perl5.8.9" \
"--with-port=80" \
"--with-expat=/usr/local" \
"--with-iconv=/usr/local" \
"--enable-http" \
"--with-pcre=/usr/local" \
"--disable-authn-file" \
"--disable-authn-default" \
"--disable-authz-host" \
"--disable-authz-groupfile" \
"--disable-authz-user" \
"--disable-authz-default" \
"--disable-auth-basic" \
"--disable-charset-lite" \
"--disable-include" \
"--disable-log-config" \
"--disable-env" \
"--disable-setenvif" \
"--disable-mime" \
"--disable-status" \
"--disable-autoindex" \
"--disable-asis" \
"--disable-cgid" \
"--disable-cgi" \
"--disable-negotiation" \
"--disable-dir" \
"--disable-imagemap" \
"--disable-actions" \
"--disable-userdir" \
"--disable-alias" \
"--disable-filter" \
"--disable-proxy" \
"--disable-proxy-connect" \
"--disable-proxy-ftp" \
"--disable-proxy-http" \
"--disable-proxy-ajp" \
"--disable-proxy-balancer" \
"--disable-proxy-scgi" \
"--enable-so" \
"--enable-mods-shared=auth_basic auth_digest authn_file authn_dbm
authn_anon authn_default authn_alias authz_host authz_groupfile
authz_user authz_dbm authz_owner authz_default cache disk_cache
file_cache dav dav_fs actions alias asis autoindex cern_meta cgi
charset_lite dir dumpio env expires headers imagemap include info
log_config logio mime mime_magic negotiation rewrite setenvif speling
status unique_id userdir usertrack vhost_alias filter version ssl" \
"--with-dbm=sdbm" \
"--with-mysql=/usr/local" \
"--with-pgsql=/usr/local" \
"--with-sqlite3=/usr/local" \
"--with-ssl=/usr/local" \
"--with-apr=/usr/local/bin/apr-1-config" \
"--with-apr-util=/usr/local/bin/apu-1-config" \
"--enable-v4-mapped" \
"--enable-threads" \
"--with-mpm=prefork" \
"--prefix=/usr/local" \
"--mandir=/usr/local/man" \
"--infodir=/usr/local/info/" \
"--build=amd64-portbld-freebsd8.0" \
"build_alias=amd64-portbld-freebsd8.0" \
"CC=cc" \
"CFLAGS=-O2 -pipe -march=nocona -I/usr/local/include/mysql -
DHAVE_MYSQL_H -I/usr/local/include -fno-strict-aliasing" \
"LDFLAGS= -L/usr/local/lib/mysql -pthread -rpath=/usr/local/lib -L/usr/
local/lib -L/usr/local/lib" \
"LIBS=" \
"CPPFLAGS=-I/usr/local/include" \
"$@"

> FWIW, I have been trying to setup FreeBSD under VMWare, but Apache is
> failing even to start up, possibly hanging trying to do some DNS
> lookup when validating Apache configuration. I have been quite busy as
> still not able to find much time to do stuff since moved house. So,
> haven't had a chance to even work out why Apache will not start.
You've probably already did all the obvious things, like host www.google.com
to check if DNS is even working properly, so I can't think of any
ideas as to why's that happening
-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.


Reply via email to