Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2010 11:50:17 +0100
From:      David Southwell <david@vizion2000.net>
To:        freebsd-apache@freebsd.org
Subject:   apache22 not starting
Message-ID:  <201010041150.17979.david@vizion2000.net>
In-Reply-To: <20100920205053.GA1621@baranyfelhocske.buza.adamsfamily.xx>
References:  <201009202025.04075.david@vizion2000.net> <20100920205053.GA1621@baranyfelhocske.buza.adamsfamily.xx>

next in thread | previous in thread | raw e-mail | index | archive | help
Difficulties with apache starting after recent upgrade.

I have included some information which may be relevant;

Some guidance would be appreciated as I cannot get the web server to run.

It seems that something must have changed with the latest upgrade as there 
were no changes to the config. 
Syntax is ok:

dns1# /usr/local/sbin/apachectl -t
Syntax OK
dns1# 


I have rebuilt apache22 but apache does not start as evidenced below:

dns1# /usr/local/sbin/apachectl start
[Mon Oct 04 10:42:07 2010] [warn] (2)No such file or directory: Failed to 
enable the 'dataready' Accept Filter
[Mon Oct 04 10:42:07 2010] [warn] (2)No such file or directory: Failed to 
enable the 'dataready' Accept Filter

[NOTE

dns1# grep accf /boot/defaults/loader.conf
accf_data_load="NO"             # Wait for data accept filter
accf_http_load="NO"             # Wait for full HTTP request accept filter
However
but /boot/loader.conf includes the following line:
accf_http_load="YES"

dns1# kldload accf_http
kldload: can't load accf_http: File exists
dns1# 

Is something weird happening here?
NOTE END ]

Apache/2.2.16 mod_ssl/2.2.16 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide the pass phrases.
[ NOTE I am using a self issued CA certificate which has been working fine]
Server www.vizion2000.net:443 (RSA)
Enter pass phrase:

OK: Pass Phrase Dialog successful.

dns1# ps -aux |grep httpd
root       64784  0.0  0.0  5892  1284  p1  D+   10:42AM   0:00.00 grep httpd
dns1# /usr/local/sbin/apachectl restart
httpd not running, trying to start
[Mon Oct 04 10:42:41 2010] [warn] (2)No such file or directory: Failed to 
enable the 'dataready' Accept Filter
[Mon Oct 04 10:42:41 2010] [warn] (2)No such file or directory: Failed to 
enable the 'dataready' Accept Filter
Apache/2.2.16 mod_ssl/2.2.16 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide the pass phrases.

Server www.vizion2000.net:443 (RSA)
Enter pass phrase:

OK: Pass Phrase Dialog successful.
dns1# 
_____________________

Testing openssl seems to indicate certificate is fine.
dns1# openssl x509 -in www.vizion2000.net.crt -noout -subject
subject= /C=UK/ST=South Gloucestershire/L=Kingswood/O=Vizion 
Communications/OU=IT/CN=www.vizion2000.net/emailAddress=david@vizion2000.net
dns1#


Photographic Artist
Permanent Installations & Design
Creative Imagery and Advanced Digital Techniques
High Dynamic Range Photography & Official Portraiture
Combined darkroom & digital creations
& Systems Adminstrator for the vizion2000.net network



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010041150.17979.david>