localhost problem

localhost problem

am 04.03.2007 17:24:57 von eoghan

Hi
I am using Apache/2.2.4 (FreeBSD 6.1). I can start the server from:
$sudo apachectl start
This gives me this message:
[Sun Mar 04 16:23:28 2007] [warn] (2)No such file or directory: Failed
to enable the 'httpready' Accept Filter
When I go to localhost i just get a problem loading page message,
though when i try to start again it tells me
httpd (pid 28908) already running
I am not sure what I am doing wrong here, can someone help?
Thanks
Eoghan

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: localhost problem

am 04.03.2007 22:11:26 von noodlet

Hi,

See the notes on enabling the accf_http kernel module here:

http://wiki.apache.org/httpd/Info/DistrosDefaultLayout#head- 263089e86c2cfd5fa0c5b2fdd8ed6cf8404a44d7

noodl

On 04/03/07, eoghan wrote:
> Hi
> I am using Apache/2.2.4 (FreeBSD 6.1). I can start the server from:
> $sudo apachectl start
> This gives me this message:
> [Sun Mar 04 16:23:28 2007] [warn] (2)No such file or directory: Failed
> to enable the 'httpready' Accept Filter

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: localhost problem

am 05.03.2007 12:27:51 von eoghan

On 3/4/07, Vincent Bray wrote:
> Hi,
>
> See the notes on enabling the accf_http kernel module here:
>
> http://wiki.apache.org/httpd/Info/DistrosDefaultLayout#head- 263089e86c2cfd5fa0c5b2fdd8ed6cf8404a44d7
>
> noodl

Thanks. Good info there...
However I still cannot get to localhost... I have this in my error log:
[Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch
configured -- resuming normal operations
[Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down
I am not sure why it is shutting down... any ideas?
Eoghan



> On 04/03/07, eoghan wrote:
> > Hi
> > I am using Apache/2.2.4 (FreeBSD 6.1). I can start the server from:
> > $sudo apachectl start
> > This gives me this message:
> > [Sun Mar 04 16:23:28 2007] [warn] (2)No such file or directory: Failed
> > to enable the 'httpready' Accept Filter

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: localhost problem

am 05.03.2007 16:22:18 von noodlet

On 05/03/07, eoghan wrote:
> On 3/4/07, Vincent Bray wrote:
> > http://wiki.apache.org/httpd/Info/DistrosDefaultLayout#head- 263089e86c2cfd5fa0c5b2fdd8ed6cf8404a44d7
>
> Thanks. Good info there...
> However I still cannot get to localhost... I have this in my error log:
> [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
> mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch
> configured -- resuming normal operations
> [Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down
> I am not sure why it is shutting down... any ideas?

Presumably because something's telling it to shutdown (the SIGTERM has
to come from somewhere). When you say cannot get to localhost, what do
you mean? What happens?

--
noodl

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: localhost problem

am 05.03.2007 20:56:43 von eoghan

On 3/5/07, Vincent Bray wrote:
> On 05/03/07, eoghan wrote:
> > On 3/4/07, Vincent Bray wrote:
> > > http://wiki.apache.org/httpd/Info/DistrosDefaultLayout#head- 263089e86c2cfd5fa0c5b2fdd8ed6cf8404a44d7
> >
> > Thanks. Good info there...
> > However I still cannot get to localhost... I have this in my error log:
> > [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
> > mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch
> > configured -- resuming normal operations
> > [Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down
> > I am not sure why it is shutting down... any ideas?
>
> Presumably because something's telling it to shutdown (the SIGTERM has
> to come from somewhere). When you say cannot get to localhost, what do
> you mean? What happens?
>
> --
> noodl
>

Hi
I mean that when i try to browse to the address http://localhost i
just the unable to connect message from the browser. A ping gives me:
nathaniel# ping localhost
PING localhost (127.0.0.1): 56 data bytes
ping: sendto: Can't assign requested address
any ideas?
Thanks
Eoghan

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org