Error while starting apache2












1















When I run "sudo service apache2 start" I get this error:



Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.


And when I run "systemctl status apache2.service" I get this :



● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-01-15 16:20:26 -03; 7min ago
Process: 8101 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

ene 15 16:20:26 pc systemd[1]: Starting The Apache HTTP Server...
ene 15 16:20:26 pc apachectl[8101]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.
ene 15 16:20:26 pc apachectl[8101]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for main error log
ene 15 16:20:26 pc apachectl[8101]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for error log of vhost
ene 15 16:20:26 pc apachectl[8101]: AH00014: Configuration check failed
ene 15 16:20:26 pc apachectl[8101]: Action 'start' failed.
ene 15 16:20:26 pc apachectl[8101]: The Apache error log may have more information.
ene 15 16:20:26 pc systemd[1]: apache2.service: Control process exited, code=exited status=1
ene 15 16:20:26 pc systemd[1]: apache2.service: Failed with result 'exit-code'.
ene 15 16:20:26 pc systemd[1]: Failed to start The Apache HTTP Server.


Can someone please help?










share|improve this question









New contributor




Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • The message is pretty clear: Cannot access directory '/var/log/apache2/'. Does that directory exist and is writable by the www-data user? What does ls -ld /var/log/apache2 show?

    – PerlDuck
    9 hours ago













  • It complains about that it can't access '/val/log/apache2` ..does it exist ?

    – Soren A
    9 hours ago











  • /var/log/ is empty

    – Fernando Liévano
    9 hours ago






  • 1





    That is weird because /var/log should contain at least a dozen or so logfiles. What Ubuntu version do you have?

    – PerlDuck
    9 hours ago











  • Please don't ask more unrelated questions in same question. Create a new question for the second one.

    – Soren A
    9 hours ago


















1















When I run "sudo service apache2 start" I get this error:



Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.


And when I run "systemctl status apache2.service" I get this :



● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-01-15 16:20:26 -03; 7min ago
Process: 8101 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

ene 15 16:20:26 pc systemd[1]: Starting The Apache HTTP Server...
ene 15 16:20:26 pc apachectl[8101]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.
ene 15 16:20:26 pc apachectl[8101]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for main error log
ene 15 16:20:26 pc apachectl[8101]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for error log of vhost
ene 15 16:20:26 pc apachectl[8101]: AH00014: Configuration check failed
ene 15 16:20:26 pc apachectl[8101]: Action 'start' failed.
ene 15 16:20:26 pc apachectl[8101]: The Apache error log may have more information.
ene 15 16:20:26 pc systemd[1]: apache2.service: Control process exited, code=exited status=1
ene 15 16:20:26 pc systemd[1]: apache2.service: Failed with result 'exit-code'.
ene 15 16:20:26 pc systemd[1]: Failed to start The Apache HTTP Server.


Can someone please help?










share|improve this question









New contributor




Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • The message is pretty clear: Cannot access directory '/var/log/apache2/'. Does that directory exist and is writable by the www-data user? What does ls -ld /var/log/apache2 show?

    – PerlDuck
    9 hours ago













  • It complains about that it can't access '/val/log/apache2` ..does it exist ?

    – Soren A
    9 hours ago











  • /var/log/ is empty

    – Fernando Liévano
    9 hours ago






  • 1





    That is weird because /var/log should contain at least a dozen or so logfiles. What Ubuntu version do you have?

    – PerlDuck
    9 hours ago











  • Please don't ask more unrelated questions in same question. Create a new question for the second one.

    – Soren A
    9 hours ago
















1












1








1








When I run "sudo service apache2 start" I get this error:



Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.


And when I run "systemctl status apache2.service" I get this :



● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-01-15 16:20:26 -03; 7min ago
Process: 8101 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

ene 15 16:20:26 pc systemd[1]: Starting The Apache HTTP Server...
ene 15 16:20:26 pc apachectl[8101]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.
ene 15 16:20:26 pc apachectl[8101]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for main error log
ene 15 16:20:26 pc apachectl[8101]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for error log of vhost
ene 15 16:20:26 pc apachectl[8101]: AH00014: Configuration check failed
ene 15 16:20:26 pc apachectl[8101]: Action 'start' failed.
ene 15 16:20:26 pc apachectl[8101]: The Apache error log may have more information.
ene 15 16:20:26 pc systemd[1]: apache2.service: Control process exited, code=exited status=1
ene 15 16:20:26 pc systemd[1]: apache2.service: Failed with result 'exit-code'.
ene 15 16:20:26 pc systemd[1]: Failed to start The Apache HTTP Server.


Can someone please help?










share|improve this question









New contributor




Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












When I run "sudo service apache2 start" I get this error:



Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.


And when I run "systemctl status apache2.service" I get this :



● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-01-15 16:20:26 -03; 7min ago
Process: 8101 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)

ene 15 16:20:26 pc systemd[1]: Starting The Apache HTTP Server...
ene 15 16:20:26 pc apachectl[8101]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.
ene 15 16:20:26 pc apachectl[8101]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for main error log
ene 15 16:20:26 pc apachectl[8101]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for error log of vhost
ene 15 16:20:26 pc apachectl[8101]: AH00014: Configuration check failed
ene 15 16:20:26 pc apachectl[8101]: Action 'start' failed.
ene 15 16:20:26 pc apachectl[8101]: The Apache error log may have more information.
ene 15 16:20:26 pc systemd[1]: apache2.service: Control process exited, code=exited status=1
ene 15 16:20:26 pc systemd[1]: apache2.service: Failed with result 'exit-code'.
ene 15 16:20:26 pc systemd[1]: Failed to start The Apache HTTP Server.


Can someone please help?







apache2






share|improve this question









New contributor




Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 9 hours ago







Fernando Liévano













New contributor




Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 9 hours ago









Fernando LiévanoFernando Liévano

62




62




New contributor




Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • The message is pretty clear: Cannot access directory '/var/log/apache2/'. Does that directory exist and is writable by the www-data user? What does ls -ld /var/log/apache2 show?

    – PerlDuck
    9 hours ago













  • It complains about that it can't access '/val/log/apache2` ..does it exist ?

    – Soren A
    9 hours ago











  • /var/log/ is empty

    – Fernando Liévano
    9 hours ago






  • 1





    That is weird because /var/log should contain at least a dozen or so logfiles. What Ubuntu version do you have?

    – PerlDuck
    9 hours ago











  • Please don't ask more unrelated questions in same question. Create a new question for the second one.

    – Soren A
    9 hours ago





















  • The message is pretty clear: Cannot access directory '/var/log/apache2/'. Does that directory exist and is writable by the www-data user? What does ls -ld /var/log/apache2 show?

    – PerlDuck
    9 hours ago













  • It complains about that it can't access '/val/log/apache2` ..does it exist ?

    – Soren A
    9 hours ago











  • /var/log/ is empty

    – Fernando Liévano
    9 hours ago






  • 1





    That is weird because /var/log should contain at least a dozen or so logfiles. What Ubuntu version do you have?

    – PerlDuck
    9 hours ago











  • Please don't ask more unrelated questions in same question. Create a new question for the second one.

    – Soren A
    9 hours ago



















The message is pretty clear: Cannot access directory '/var/log/apache2/'. Does that directory exist and is writable by the www-data user? What does ls -ld /var/log/apache2 show?

– PerlDuck
9 hours ago







The message is pretty clear: Cannot access directory '/var/log/apache2/'. Does that directory exist and is writable by the www-data user? What does ls -ld /var/log/apache2 show?

– PerlDuck
9 hours ago















It complains about that it can't access '/val/log/apache2` ..does it exist ?

– Soren A
9 hours ago





It complains about that it can't access '/val/log/apache2` ..does it exist ?

– Soren A
9 hours ago













/var/log/ is empty

– Fernando Liévano
9 hours ago





/var/log/ is empty

– Fernando Liévano
9 hours ago




1




1





That is weird because /var/log should contain at least a dozen or so logfiles. What Ubuntu version do you have?

– PerlDuck
9 hours ago





That is weird because /var/log should contain at least a dozen or so logfiles. What Ubuntu version do you have?

– PerlDuck
9 hours ago













Please don't ask more unrelated questions in same question. Create a new question for the second one.

– Soren A
9 hours ago







Please don't ask more unrelated questions in same question. Create a new question for the second one.

– Soren A
9 hours ago












1 Answer
1






active

oldest

votes


















0














Fixed



just created the directory and gave it write permissions:



 sudo mkdir -p /var/log/apache2/


sudo chmod -R 755 /var/log/apache2/





share|improve this answer








New contributor




Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    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
    });


    }
    });






    Fernando Liévano is a new contributor. Be nice, and check out our Code of Conduct.










    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110046%2ferror-while-starting-apache2%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Fixed



    just created the directory and gave it write permissions:



     sudo mkdir -p /var/log/apache2/


    sudo chmod -R 755 /var/log/apache2/





    share|improve this answer








    New contributor




    Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

























      0














      Fixed



      just created the directory and gave it write permissions:



       sudo mkdir -p /var/log/apache2/


      sudo chmod -R 755 /var/log/apache2/





      share|improve this answer








      New contributor




      Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.























        0












        0








        0







        Fixed



        just created the directory and gave it write permissions:



         sudo mkdir -p /var/log/apache2/


        sudo chmod -R 755 /var/log/apache2/





        share|improve this answer








        New contributor




        Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.










        Fixed



        just created the directory and gave it write permissions:



         sudo mkdir -p /var/log/apache2/


        sudo chmod -R 755 /var/log/apache2/






        share|improve this answer








        New contributor




        Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        share|improve this answer



        share|improve this answer






        New contributor




        Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 6 hours ago









        Fernando LiévanoFernando Liévano

        62




        62




        New contributor




        Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        Fernando Liévano is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






















            Fernando Liévano is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            Fernando Liévano is a new contributor. Be nice, and check out our Code of Conduct.













            Fernando Liévano is a new contributor. Be nice, and check out our Code of Conduct.












            Fernando Liévano is a new contributor. Be nice, and check out our Code of Conduct.
















            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110046%2ferror-while-starting-apache2%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

            GameSpot

            日野市

            Tu-95轟炸機