Error while starting apache2
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
New contributor
|
show 4 more comments
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
New contributor
The message is pretty clear:Cannot access directory '/var/log/apache2/'
. Does that directory exist and is writable by the www-data user? What doesls -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
|
show 4 more comments
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
New contributor
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
apache2
New contributor
New contributor
edited 9 hours ago
Fernando Liévano
New contributor
asked 9 hours ago
Fernando LiévanoFernando Liévano
62
62
New contributor
New contributor
The message is pretty clear:Cannot access directory '/var/log/apache2/'
. Does that directory exist and is writable by the www-data user? What doesls -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
|
show 4 more comments
The message is pretty clear:Cannot access directory '/var/log/apache2/'
. Does that directory exist and is writable by the www-data user? What doesls -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
|
show 4 more comments
1 Answer
1
active
oldest
votes
Fixed
just created the directory and gave it write permissions:
sudo mkdir -p /var/log/apache2/
sudo chmod -R 755 /var/log/apache2/
New contributor
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Fixed
just created the directory and gave it write permissions:
sudo mkdir -p /var/log/apache2/
sudo chmod -R 755 /var/log/apache2/
New contributor
add a comment |
Fixed
just created the directory and gave it write permissions:
sudo mkdir -p /var/log/apache2/
sudo chmod -R 755 /var/log/apache2/
New contributor
add a comment |
Fixed
just created the directory and gave it write permissions:
sudo mkdir -p /var/log/apache2/
sudo chmod -R 755 /var/log/apache2/
New contributor
Fixed
just created the directory and gave it write permissions:
sudo mkdir -p /var/log/apache2/
sudo chmod -R 755 /var/log/apache2/
New contributor
New contributor
answered 6 hours ago
Fernando LiévanoFernando Liévano
62
62
New contributor
New contributor
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
The message is pretty clear:
Cannot access directory '/var/log/apache2/'
. Does that directory exist and is writable by the www-data user? What doesls -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