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

    Fedora 29 Apache HTTPD Keeps Adding ssl.conf

    IT Discussion
    linux fedora fedora 29 apache httpd ssl
    5
    13
    1.2k
    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.
    • black3dynamiteB
      black3dynamite @dbeato
      last edited by

      @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

      @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

      Since you are using Nginx for SSL, uninstall mod_ssl?

      sudo a2dismod ssl
      

      Isn't that a debian/ubuntu command?

      dbeatoD 1 Reply Last reply Reply Quote 0
      • dbeatoD
        dbeato @black3dynamite
        last edited by

        @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

        @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

        @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

        Since you are using Nginx for SSL, uninstall mod_ssl?

        sudo a2dismod ssl
        

        Isn't that a debian/ubuntu command?

        Yeah... it is. It would mean to move the configuration file from /etc/httpd/conf.d/

        JaredBuschJ black3dynamiteB 2 Replies Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @dbeato
          last edited by

          @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

          @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

          @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

          @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

          Since you are using Nginx for SSL, uninstall mod_ssl?

          sudo a2dismod ssl
          

          Isn't that a debian/ubuntu command?

          Yeah... it is.

          in other words.. Totally useless..

          dbeatoD 1 Reply Last reply Reply Quote 0
          • black3dynamiteB
            black3dynamite @dbeato
            last edited by

            @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

            @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

            @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

            @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

            Since you are using Nginx for SSL, uninstall mod_ssl?

            sudo a2dismod ssl
            

            Isn't that a debian/ubuntu command?

            Yeah... it is. It would mean to move the configuration file from /etc/httpd/conf.d/

            If I don’t want to remove mod_ssl, I would just rename ssl.conf to ssl.conf.disabled or something like that.

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @black3dynamite
              last edited by

              @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

              @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

              @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

              @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

              @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

              Since you are using Nginx for SSL, uninstall mod_ssl?

              sudo a2dismod ssl
              

              Isn't that a debian/ubuntu command?

              Yeah... it is. It would mean to move the configuration file from /etc/httpd/conf.d/

              If I don’t want to remove mod_ssl, I would just rename ssl.conf to ssl.conf.disabled or something like that.

              But how would that help?

              black3dynamiteB 1 Reply Last reply Reply Quote 0
              • black3dynamiteB
                black3dynamite @scottalanmiller
                last edited by

                @scottalanmiller said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                Since you are using Nginx for SSL, uninstall mod_ssl?

                sudo a2dismod ssl
                

                Isn't that a debian/ubuntu command?

                Yeah... it is. It would mean to move the configuration file from /etc/httpd/conf.d/

                If I don’t want to remove mod_ssl, I would just rename ssl.conf to ssl.conf.disabled or something like that.

                But how would that help?

                It won't help your situation, just pointing out that the IncludeOptional setting in the httpd.conf is set to read any .conf files in conf.d, so renaming the file will do the same as moving the file out.

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • dbeatoD
                  dbeato @JaredBusch
                  last edited by

                  @JaredBusch said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                  @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                  @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                  @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                  @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                  Since you are using Nginx for SSL, uninstall mod_ssl?

                  sudo a2dismod ssl
                  

                  Isn't that a debian/ubuntu command?

                  Yeah... it is.

                  in other words.. Totally useless..

                  Can't help when I have used Debian and Ubuntu since version 3 and 4 respectively... so my apologies again.

                  1 Reply Last reply Reply Quote 1
                  • dafyreD
                    dafyre
                    last edited by

                    Have you tried creating a blank ssl.conf file and then chmod +i ssl.conf ?

                    scottalanmillerS 1 Reply Last reply Reply Quote 1
                    • scottalanmillerS
                      scottalanmiller @black3dynamite
                      last edited by

                      @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                      @scottalanmiller said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                      @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                      @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                      @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                      @dbeato said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                      @black3dynamite said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                      Since you are using Nginx for SSL, uninstall mod_ssl?

                      sudo a2dismod ssl
                      

                      Isn't that a debian/ubuntu command?

                      Yeah... it is. It would mean to move the configuration file from /etc/httpd/conf.d/

                      If I don’t want to remove mod_ssl, I would just rename ssl.conf to ssl.conf.disabled or something like that.

                      But how would that help?

                      It won't help your situation, just pointing out that the IncludeOptional setting in the httpd.conf is set to read any .conf files in conf.d, so renaming the file will do the same as moving the file out.

                      OIC

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @dafyre
                        last edited by

                        @dafyre said in Fedora 29 Apache HTTPD Keeps Adding ssl.conf:

                        Have you tried creating a blank ssl.conf file and then chmod +i ssl.conf ?

                        I've not, but that's such a hockie way of doing it, I was hoping not to.

                        1 Reply Last reply Reply Quote 1
                        • 1 / 1
                        • First post
                          Last post