ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    httpd dead but pid file exists

    IT Discussion
    apache rhel 5.11
    8
    85
    6.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller
      last edited by

      Yeah, looks like the Oracle DB client is installed.

      1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch
        last edited by

        backup the file

        sudo cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
        

        the pop it in vi/nano and look for not default things.

        also rename anything in /etc/httpd/conf.d

        sudo mv /etc/httpd/conf.d/wtf.conf /etc/httpd/conf.d/wtf.conf.bak
        

        then restart apache

        sudo service stop httpd
        sudo service start httpd
        

        In fact, I would rename anything in conf.d first, and restart.

        wirestyle22W StrongBadS 2 Replies Last reply Reply Quote 3
        • JaredBuschJ
          JaredBusch
          last edited by

          Assuming that doesn't work, then you can do the same with the php.ini

          1 Reply Last reply Reply Quote 1
          • wirestyle22W
            wirestyle22 @JaredBusch
            last edited by

            @JaredBusch said in httpd dead but pid file exists:

            backup the file

            sudo cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
            

            the pop it in vi/nano and look for not default things.

            also rename anything in /etc/httpd/conf.d

            sudo mv /etc/httpd/conf.d/wtf.conf /etc/httpd/conf.d/wtf.conf.bak
            

            then restart apache

            sudo service stop httpd
            sudo service start httpd
            

            In fact, I would rename anything in conf.d first, and restart.

            I put in a change request for this. Thanks

            1 Reply Last reply Reply Quote 0
            • StrongBadS
              StrongBad @JaredBusch
              last edited by

              @JaredBusch said in httpd dead but pid file exists:

              In fact, I would rename anything in conf.d first, and restart.

              You could do something like this...

              mv conf.d conf.d.orig
              mkdir conf.d

              That way you have an empty folder, but can replace it with the old one in a snap all at once.

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 3
              • 4
              • 5
              • 5 / 5
              • First post
                Last post