httpdを起動しようとすると、なぜ中断されますか?

httpdを起動しようとすると、なぜ中断されますか?

HTTPDを起動しようとすると、次のようになります。

    Starting HTTPD
    httpd (pid 32303) already running
    Starting SSH tunnels
    Starting HTTPD
    httpd (pid 32615) already running
    Starting SSH tunnels

それからかなり長い間止まります。 error_log トレースしようとしましたが、エラーログが更新されていないようです。ログはすべて古い。

私はどこに行くべきですか?起動しようとするとHTTPDの停止に関する多くの情報が見つかりません。

どんな方向でもいいと思います。よろしくお願いします!

編集する:

インスタンスを使用してhttpdを起動しようとしているので、次のように起動します。/sbin/service ptst str

私はそれがパッケージマネージャによってインストールされ、RedHat 7であると確信しています。

修正する:

プロセス32303および32615を終了したため、httpdを起動すると何も実行されませんが、まだ停止します。 sudo tail -f /opt/logs/error_log を使用してエラーログを追跡しましたが、次のように中止されました。

    [Tue Aug 27 14:29:22.022047 2019] [core:notice] [pid 1817:tid                         
    140076146927424] AH00094: Command line: '/opt/apache-2.4.37/bin/httpd -f 
    /opt/conf/httpd.conf'
    [Wed Aug 28 09:44:53.318939 2019] [mpm_event:notice] [pid 1817:tid 
    140076146927424] AH00491: caught SIGTERM, shutting down
    [Wed Aug 28 10:09:33.886272 2019] [mpm_event:notice] [pid 3205:tid  
    139902668130112] AH00489: Apache/2.4.37 (Unix) OpenSSL/1.0.2k-fips 
    configured -- resuming normal operations
    [Wed Aug 28 10:09:33.886543 2019] [core:notice] [pid 3205:tid 
    139902668130112] AH00094: Command line: '/opt/apache-2.4.37/bin/httpd -f 
    /opt/conf/httpd.conf'
    [Wed Aug 28 10:36:40.245765 2019] [mpm_event:notice] [pid 3205:tid 
    139902668130112] AH00491: caught SIGTERM, shutting down
    [Wed Aug 28 10:37:21.693187 2019] [mpm_event:notice] [pid 5687:tid 
    140062877488960] AH00489: Apache/2.4.37 (Unix) OpenSSL/1.0.2k-fips 
    configured -- resuming normal operations
    [Wed Aug 28 10:37:21.693447 2019] [core:notice] [pid 5687:tid 
    140062877488960] AH00094: Command line: '/opt/apache-2.4.37/bin/httpd -f 
    /opt/conf/httpd.conf'
    [Wed Aug 28 10:46:07.234149 2019] [mpm_event:notice] [pid 5687:tid 
    140062877488960] AH00491: caught SIGTERM, shutting down
    [Wed Aug 28 10:46:55.445671 2019] [mpm_event:notice] [pid 6452:tid 
    140204271298368] AH00489: Apache/2.4.37 (Unix) OpenSSL/1.0.2k-fips 
    configured -- resuming normal operations
    [Wed Aug 28 10:46:55.445820 2019] [core:notice] [pid 6452:tid 
    140204271298368] AH00094: Command line: '/opt/apache-2.4.37/bin/httpd -f 
    /opt/conf/httpd.conf'

sudo tail -f /var/log/messages すると停止し、次のように表示されます。

    fostunnel: d'utiliser le systeme, le client affirme qu'il est un client                 
    autorise.
    dbus[823]: [system] Activating service name='org.freedesktop.problems' 
    (using servicehelper)
    dbus[823]: [system] Successfully activated service 
    'org.freedesktop.problems'
    su: (to fostunnel) MC on pts/1
    su: (to fostunnel) MC on pts/1
    systemd: Stopping SYSV: Start up the Apache HTTPD server....
    apache: Stopping HTTPD
    systemd: Stopped SYSV: Start up the Apache HTTPD server..
    su: (to fostunnel) MC on pts/1
    su: (to fostunnel) MC on pts/1
    systemd: Reloading.
    systemd: Started Flexible Branding Service.
    systemd: Starting SYSV: Start up the Apache HTTPD server....
    apache: Starting HTTPD
    systemd: Started SYSV: Start up the Apache HTTPD server..

ベストアンサー1

httpdの起動時に私のptstスクリプトは終わらずにループにあることがわかりました。私のインスタンスをテストしましたが、実際にhttpdが正常に起動しました。

おすすめ記事