[oi-dev] Apache2 in hipster broken?

Gary Gendel gary at genashor.com
Fri Nov 15 12:36:34 UTC 2013


Alexander,

Results inline.

On 11/15/2013 07:28 AM, Alexander Pyhalov wrote:
> On 11/15/2013 16:19, Alexander Pyhalov wrote:
>> On 11/15/2013 16:01, Gary Gendel wrote:
>>> Alexander,
>>>
>>> I don't think I have anything particularly special.  I've included what
>>> I thought might be helpful. I stripped the comments out of the conf
>>> files.  This information come from the working BE.  If you need
>>> something else just ask.
>>>
>>
>> I'm just a bit surprised to see error messages from mpm_event. It
>> shouldn't be available in default install.
>>
>> $ /usr/apache2/2.2/bin/httpd -V
>> Server version: Apache/2.2.25 (Unix)
>> Server built:   Aug 25 2013 08:54:59
>> Server's Module Magic Number: 20051115:33
>> Server loaded:  APR 1.4.8, APR-Util 1.5.2
>> Compiled using: APR 1.4.8, APR-Util 1.5.2
>> Architecture:   32-bit
>> Server MPM:     Prefork
>>    threaded:     no
>>      forked:     yes (variable process count)
>> Server compiled with....
>>   -D APACHE_MPM_DIR="server/mpm/prefork"
>>
>> $ /usr/apache2/2.2/bin/httpd.worker -V
>> Server version: Apache/2.2.25 (Unix)
>> Server built:   Aug 25 2013 08:45:40
>> Server's Module Magic Number: 20051115:33
>> Server loaded:  APR 1.4.8, APR-Util 1.5.2
>> Compiled using: APR 1.4.8, APR-Util 1.5.2
>> Architecture:   32-bit
>> Server MPM:     Worker
>>    threaded:     yes (fixed thread count)
>>      forked:     yes (variable process count)
>> Server compiled with....
>>   -D APACHE_MPM_DIR="server/mpm/worker"
>>
>> (the same for 64-bit versions)
>
> Just to make sure... Please, send
> $ pkg list "*apache*"
NAME (PUBLISHER) VERSION                    IFO
web/server/apache-22 2.2.25-0.151.1.8.1         i--
web/server/apache-22/module/apache-dtrace 0.3.1-0.151.1.8.1          i--
web/server/apache-22/module/apache-fcgid 2.3.6-0.151.1.8.1          i--
web/server/apache-22/module/apache-jk 1.2.28-0.151.1.8.1         i--
web/server/apache-22/module/apache-perl 2.0.7-0.151.1.8.1          i--
web/server/apache-22/module/apache-php54 5.4.20-0.151.1.8.1         i--
web/server/apache-22/module/apache-security 2.7.4-0.151.1.8.1          i--

>
> $ ps -ef |grep httpd
webservd  2074  2069   0 16:29:25 ?           0:01 
/usr/apache2/2.2/bin/httpd -k start
webservd  2092  2069   0 16:29:30 ?           0:04 
/usr/apache2/2.2/bin/httpd -k start
     root  2069     1   0 16:29:24 ?           0:02 
/usr/apache2/2.2/bin/httpd -k start
webservd 10122  2069   0 01:10:03 ?           0:01 
/usr/apache2/2.2/bin/httpd -k start
webservd  2095  2069   0 16:29:30 ?           0:04 
/usr/apache2/2.2/bin/httpd -k start
webservd  2094  2069   0 16:29:30 ?           0:03 
/usr/apache2/2.2/bin/httpd -k start
webservd  2097  2069   0 16:29:30 ?           0:04 
/usr/apache2/2.2/bin/httpd -k start
webservd  2365  2069   0 16:30:06 ?           0:03 
/usr/apache2/2.2/bin/httpd -k start
webservd 10121  2069   0 01:10:03 ?           0:01 
/usr/apache2/2.2/bin/httpd -k start
webservd 10120  2069   0 01:10:02 ?           0:01 
/usr/apache2/2.2/bin/httpd -k start
webservd 10117  2069   0 01:10:00 ?           0:02 
/usr/apache2/2.2/bin/httpd -k start
webservd 10164  2069   0 01:25:47 ?           0:01 
/usr/apache2/2.2/bin/httpd -k sta
>
> $ /usr/apache2/2.2/bin/amd64/httpd -V
Server version: Apache/2.2.25 (Unix)
Server built:   Aug 25 2013 09:14:22
Server's Module Magic Number: 20051115:33
Server loaded:  APR 1.4.8, APR-Util 1.5.2
Compiled using: APR 1.4.8, APR-Util 1.5.2
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_MMAP
  -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
  -D APR_USE_PROC_PTHREAD_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/apache2/2.2"
  -D SUEXEC_BIN="/usr/apache2/2.2/bin/suexec"
  -D DEFAULT_PIDLOG="/var/run/apache2/2.2/httpd.pid"
  -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
  -D DEFAULT_LOCKFILE="/var/run/apache2/2.2/accept.lock"
  -D DEFAULT_ERRORLOG="logs/error_log"
  -D AP_TYPES_CONFIG_FILE="/etc/apache2/2.2/mime.types"
  -D SERVER_CONFIG_FILE="/etc/apache2/2.2/httpd.conf"

>
> $ /usr/apache2/2.2/bin/httpd -V
>
Server version: Apache/2.2.25 (Unix)
Server built:   Aug 25 2013 08:54:59
Server's Module Magic Number: 20051115:33
Server loaded:  APR 1.4.8, APR-Util 1.5.2
Compiled using: APR 1.4.8, APR-Util 1.5.2
Architecture:   32-bit
Server MPM:     Prefork
   threaded:     no
     forked:     yes (variable process count)
Server compiled with....
  -D APACHE_MPM_DIR="server/mpm/prefork"
  -D APR_HAS_MMAP
  -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
  -D APR_USE_PROC_PTHREAD_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/apache2/2.2"
  -D SUEXEC_BIN="/usr/apache2/2.2/bin/suexec"
  -D DEFAULT_PIDLOG="/var/run/apache2/2.2/httpd.pid"
  -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
  -D DEFAULT_LOCKFILE="/var/run/apache2/2.2/accept.lock"
  -D DEFAULT_ERRORLOG="logs/error_log"
  -D AP_TYPES_CONFIG_FILE="/etc/apache2/2.2/mime.types"
  -D SERVER_CONFIG_FILE="/etc/apache2/2.2/httpd.conf"





More information about the oi-dev mailing list