Apache/2.4.29 (Ubuntu) Server at Port 443 for wordpress












1














I'm facing an error in Wordpress after installing Let's encrypt certificate in AWS on Ubuntu 18.04.



Click here see the error message image



How to fix this issue?










share|improve this question





























    1














    I'm facing an error in Wordpress after installing Let's encrypt certificate in AWS on Ubuntu 18.04.



    Click here see the error message image



    How to fix this issue?










    share|improve this question



























      1












      1








      1







      I'm facing an error in Wordpress after installing Let's encrypt certificate in AWS on Ubuntu 18.04.



      Click here see the error message image



      How to fix this issue?










      share|improve this question















      I'm facing an error in Wordpress after installing Let's encrypt certificate in AWS on Ubuntu 18.04.



      Click here see the error message image



      How to fix this issue?







      apache2 openssl wordpress aws






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Oct 27 at 12:09









      abu_bua

      3,23181024




      3,23181024










      asked Oct 27 at 11:42









      Kishore D R

      162




      162






















          2 Answers
          2






          active

          oldest

          votes


















          1














          Get solution for the issue, need to change in apache2.conf file after that it will works,



          old code in /etc/apache2/apache2.conf



          <Directory /var/www/>
          Options Indexes FollowSymLinks
          AllowOverride None
          Require all granted
          </Directory>


          changed in to



           <Directory /var/www/>
          Options Indexes FollowSymLinks
          AllowOverride All
          Require all granted
          </Directory>


          after that,
          In order for Apache to understand rewrite rules, we first need to activate mod_rewrite. It's already installed, but it's disabled on a default Apache installation. Use the a2enmod command to enable the module:



          $ sudo a2enmod rewrite


          This will activate the module or alert you that the module is already enabled. To put these changes into effect, restart Apache.



          $ sudo systemctl restart apache2


          it works for me finally.






          share|improve this answer





























            0














            i hop your 443 port its block



            login your aws and check open ports details



            more info here






            share|improve this answer





















              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1087724%2fapache-2-4-29-ubuntu-server-at-port-443-for-wordpress%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              Get solution for the issue, need to change in apache2.conf file after that it will works,



              old code in /etc/apache2/apache2.conf



              <Directory /var/www/>
              Options Indexes FollowSymLinks
              AllowOverride None
              Require all granted
              </Directory>


              changed in to



               <Directory /var/www/>
              Options Indexes FollowSymLinks
              AllowOverride All
              Require all granted
              </Directory>


              after that,
              In order for Apache to understand rewrite rules, we first need to activate mod_rewrite. It's already installed, but it's disabled on a default Apache installation. Use the a2enmod command to enable the module:



              $ sudo a2enmod rewrite


              This will activate the module or alert you that the module is already enabled. To put these changes into effect, restart Apache.



              $ sudo systemctl restart apache2


              it works for me finally.






              share|improve this answer


























                1














                Get solution for the issue, need to change in apache2.conf file after that it will works,



                old code in /etc/apache2/apache2.conf



                <Directory /var/www/>
                Options Indexes FollowSymLinks
                AllowOverride None
                Require all granted
                </Directory>


                changed in to



                 <Directory /var/www/>
                Options Indexes FollowSymLinks
                AllowOverride All
                Require all granted
                </Directory>


                after that,
                In order for Apache to understand rewrite rules, we first need to activate mod_rewrite. It's already installed, but it's disabled on a default Apache installation. Use the a2enmod command to enable the module:



                $ sudo a2enmod rewrite


                This will activate the module or alert you that the module is already enabled. To put these changes into effect, restart Apache.



                $ sudo systemctl restart apache2


                it works for me finally.






                share|improve this answer
























                  1












                  1








                  1






                  Get solution for the issue, need to change in apache2.conf file after that it will works,



                  old code in /etc/apache2/apache2.conf



                  <Directory /var/www/>
                  Options Indexes FollowSymLinks
                  AllowOverride None
                  Require all granted
                  </Directory>


                  changed in to



                   <Directory /var/www/>
                  Options Indexes FollowSymLinks
                  AllowOverride All
                  Require all granted
                  </Directory>


                  after that,
                  In order for Apache to understand rewrite rules, we first need to activate mod_rewrite. It's already installed, but it's disabled on a default Apache installation. Use the a2enmod command to enable the module:



                  $ sudo a2enmod rewrite


                  This will activate the module or alert you that the module is already enabled. To put these changes into effect, restart Apache.



                  $ sudo systemctl restart apache2


                  it works for me finally.






                  share|improve this answer












                  Get solution for the issue, need to change in apache2.conf file after that it will works,



                  old code in /etc/apache2/apache2.conf



                  <Directory /var/www/>
                  Options Indexes FollowSymLinks
                  AllowOverride None
                  Require all granted
                  </Directory>


                  changed in to



                   <Directory /var/www/>
                  Options Indexes FollowSymLinks
                  AllowOverride All
                  Require all granted
                  </Directory>


                  after that,
                  In order for Apache to understand rewrite rules, we first need to activate mod_rewrite. It's already installed, but it's disabled on a default Apache installation. Use the a2enmod command to enable the module:



                  $ sudo a2enmod rewrite


                  This will activate the module or alert you that the module is already enabled. To put these changes into effect, restart Apache.



                  $ sudo systemctl restart apache2


                  it works for me finally.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Oct 29 at 8:00









                  Kishore D R

                  162




                  162

























                      0














                      i hop your 443 port its block



                      login your aws and check open ports details



                      more info here






                      share|improve this answer


























                        0














                        i hop your 443 port its block



                        login your aws and check open ports details



                        more info here






                        share|improve this answer
























                          0












                          0








                          0






                          i hop your 443 port its block



                          login your aws and check open ports details



                          more info here






                          share|improve this answer












                          i hop your 443 port its block



                          login your aws and check open ports details



                          more info here







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Dec 20 at 4:51









                          GHOST

                          269111




                          269111






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1087724%2fapache-2-4-29-ubuntu-server-at-port-443-for-wordpress%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              How did Captain America manage to do this?

                              迪纳利

                              南乌拉尔铁路局