Re: apache2: no listening sockets

2007-04-26 Thread michael
On Thu, 2007-04-26 at 07:50 +0200, Jochen Schulz wrote: > michael: > > On Mon, 2007-04-23 at 12:06 +0200, Jochen Schulz wrote: > >> michael: > >>> > >>> httpd (no pid file) not running > >>> apache2: Could not reliably determine the server's fully qualified > >>> domain name, using 127.0.0.1 for

Re: apache2: no listening sockets

2007-04-25 Thread Jochen Schulz
michael: > On Mon, 2007-04-23 at 12:06 +0200, Jochen Schulz wrote: >> michael: >>> >>> httpd (no pid file) not running >>> apache2: Could not reliably determine the server's fully qualified >>> domain name, using 127.0.0.1 for ServerName >>> (98)Address already in use: make_sock: could not bind t

Re: apache2: no listening sockets

2007-04-25 Thread michael
On Mon, 2007-04-23 at 12:06 +0200, Jochen Schulz wrote: > michael: > > > > [EMAIL PROTECTED]:~$ sudo /etc/init.d/apache2 restart > > Forcing reload of web server (apache2)...apache2: Could not reliably > > determine the server's fully qualified domain name, using 127.0.0.1 for > > ServerName > >

Re: apache2: no listening sockets

2007-04-23 Thread Jochen Schulz
michael: > > [EMAIL PROTECTED]:~$ sudo /etc/init.d/apache2 restart > Forcing reload of web server (apache2)...apache2: Could not reliably > determine the server's fully qualified domain name, using 127.0.0.1 for > ServerName You may want to set ServerName in your apache configuration to get rid o

apache2: no listening sockets

2007-04-23 Thread michael
I wanted to run Apache2 on my box (so as to experiment with various Wiki) which has a dynamic IP. I'm happy for it to be only a local web server. I've set [EMAIL PROTECTED]:~$ less /etc/apache2/ports.conf Listen 127.0.0.1:80 [EMAIL PROTECTED]:~$ but I get the following error [EMAIL PROTECTED]:~