[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unstable upgrade exp



I am getting grief from this init script. Any ideas why?





bible$ sudo /etc/init.d/apache2 reload
Reloading web server config...apache2: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
done.
bible$ sudo /etc/init.d/apache2 restart
Forcing reload of web server: Apache2 ... no pidfile found! not running?apache2: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
httpd (pid 27135) already running
.
bible$ sudo /etc/init.d/apache2 stop
Stopping web server: Apache2 ... no pidfile found! not running?.
bible$ ps aux | grep apache
root     27135  0.0  1.7  14664  4112 ?        Ss   06:28   0:00 /usr/sbin/apache2 -k start -DSSL
www-data  6648  0.0  1.7  14800  4132 ?        S    06:59   0:00 /usr/sbin/apache2 -k start -DSSL
www-data  6649  0.0  1.7  14800  4132 ?        S    06:59   0:00 /usr/sbin/apache2 -k start -DSSL
www-data  6650  0.0  1.7  14800  4132 ?        S    06:59   0:00 /usr/sbin/apache2 -k start -DSSL
www-data  6651  0.0  1.7  14800  4132 ?        S    06:59   0:00 /usr/sbin/apache2 -k start -DSSL
www-data  6652  0.0  1.7  14800  4132 ?        S    06:59   0:00 /usr/sbin/apache2 -k start -DSSL
hendry    7240  0.0  0.2   1564   488 pts/3    S+   07:00   0:00 grep apache
bible$ sudo killall apache2
bible$ ps aux | grep apache
hendry    7245  0.0  0.2   1564   484 pts/3    R+   07:00   0:00 grep apache
bible$ sudo /etc/init.d/apache2 stop
Stopping web server: Apache2 ... no pidfile found! not running?.
bible$ sudo /etc/init.d/apache2 start
Starting web server: Apache2apache2: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
.
bible$ ps aux | grep apache
root      7256  1.3  2.4  15740  5976 ?        Ss   07:00   0:00 /usr/sbin/apache2 -k start -DSSL
www-data  7257  0.0  2.4  15876  6000 ?        S    07:00   0:00 /usr/sbin/apache2 -k start -DSSL
www-data  7258  0.0  2.4  15876  6000 ?        S    07:00   0:00 /usr/sbin/apache2 -k start -DSSL
www-data  7259  0.0  2.4  15876  6000 ?        S    07:00   0:00 /usr/sbin/apache2 -k start -DSSL
www-data  7260  0.0  2.4  15876  6000 ?        S    07:00   0:00 /usr/sbin/apache2 -k start -DSSL
www-data  7261  0.0  2.4  15876  6000 ?        S    07:00   0:00 /usr/sbin/apache2 -k start -DSSL
bible$ sudo /etc/init.d/apache2 stop
Stopping web server: Apache2 ... no pidfile found! not running?.



Reply to: