Error log: “client denied by server configuration” but all works fine The Next CEO of...
Any way to transfer all permissions from one role to another?
Increase performance creating Mandelbrot set in python
Anatomically Correct Mesopelagic Aves
Rotate a column
Anatomically Correct Strange Women In Ponds Distributing Swords
How do I construct this japanese bowl?
How do spells that require an ability check vs. the caster's spell save DC work?
Are there languages with no euphemisms?
What size rim is OK?
How to start emacs in "nothing" mode (`fundamental-mode`)
Unreliable Magic - Is it worth it?
Term for the "extreme-extension" version of a straw man fallacy?
Should I tutor a student who I know has cheated on their homework?
What's the point of interval inversion?
Too much space between section and text in a twocolumn document
Grabbing quick drinks
How do I solve this limit?
If I blow insulation everywhere in my attic except the door trap, will heat escape through it?
How to Reset Passwords on Multiple Websites Easily?
What is the purpose of the Evocation wizard's Potent Cantrip feature?
How to use tikz in fbox?
How to write the block matrix in LaTex?
When did Lisp start using symbols for arithmetic?
How do I get the green key off the shelf in the Dobby level of Lego Harry Potter 2?
Error log: “client denied by server configuration” but all works fine
The Next CEO of Stack OverflowApache certificates for some urls not workingAH01630: client denied by server configuration ApacheApache client denied by server configuration and wrong logHow can I get Wordpress to function under a Debian LAMP stack?Apache: Client denied by server configurationApache Wont Start with SSL (Mis?)Configuredphp7.0-fpm not workingswitch apache from prefork to event in Ubuntu 16, get php 7 workingIncreasing the max execution timeClient denied by server configuration on Apache 2.4
Centos 7, Apache 2.4, php7, Virtualmin (testing server)
I've read almost all suggested similar questions/answers but still don't realize why httpd log displays these errors despite I don't have any kind of trouble accessing all what is "denied". Html, css, js, imgs all are loaded correctly from browsers.
[Thu Mar 28 19:16:04.717165 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/index.php, referer:
https://...../index.php?page=4
[Thu Mar 28 19:16:05.034605 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/overlib/overlib.js, referer:
https://.......index.php?page=13
[Thu Mar 28 19:16:05.039902 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/styles.css, referer:
https://......./index.php?page=13
[Thu Mar 28 19:16:05.050694 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/pat76.gif, referer: https://....../styles.css
[Thu Mar 28 19:16:05.065843 2019] [access_compat:error] [pid 2194]
[client 192.168.1.251:48512] AH01797: client denied by server
configuration: /path-to-/information.png, referer:
https://......../index.php?page=13
[Thu Mar 28 19:16:05.118509 2019] [access_compat:error] [pid 7139]
[client 192.168.1.251:48514] AH01797: client denied by server
configuration: /path-to-/gps.png, referer:
https://......./index.php?page=13
Same logs are accessing from non local ip.
These are the settings of this virtual host port 443. They were set from Virtualmin VH creation.
I guess "allow from all" is not necessary.
<Directory /path-to-/public_html>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI
allow from all
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
Require all granted
AddType application/x-httpd-php .php
AddHandler fcgid-script .php
AddHandler fcgid-script .php7.0
AddHandler fcgid-script .php7.3
FCGIWrapper /path-to-/fcgi-bin/php7.3.fcgi .php
FCGIWrapper /path-to-/fcgi-bin/php7.0.fcgi .php7.0
FCGIWrapper /path-to-/fcgi-bin/php7.3.fcgi .php7.3
</Directory>
apache-2.4
add a comment |
Centos 7, Apache 2.4, php7, Virtualmin (testing server)
I've read almost all suggested similar questions/answers but still don't realize why httpd log displays these errors despite I don't have any kind of trouble accessing all what is "denied". Html, css, js, imgs all are loaded correctly from browsers.
[Thu Mar 28 19:16:04.717165 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/index.php, referer:
https://...../index.php?page=4
[Thu Mar 28 19:16:05.034605 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/overlib/overlib.js, referer:
https://.......index.php?page=13
[Thu Mar 28 19:16:05.039902 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/styles.css, referer:
https://......./index.php?page=13
[Thu Mar 28 19:16:05.050694 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/pat76.gif, referer: https://....../styles.css
[Thu Mar 28 19:16:05.065843 2019] [access_compat:error] [pid 2194]
[client 192.168.1.251:48512] AH01797: client denied by server
configuration: /path-to-/information.png, referer:
https://......../index.php?page=13
[Thu Mar 28 19:16:05.118509 2019] [access_compat:error] [pid 7139]
[client 192.168.1.251:48514] AH01797: client denied by server
configuration: /path-to-/gps.png, referer:
https://......./index.php?page=13
Same logs are accessing from non local ip.
These are the settings of this virtual host port 443. They were set from Virtualmin VH creation.
I guess "allow from all" is not necessary.
<Directory /path-to-/public_html>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI
allow from all
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
Require all granted
AddType application/x-httpd-php .php
AddHandler fcgid-script .php
AddHandler fcgid-script .php7.0
AddHandler fcgid-script .php7.3
FCGIWrapper /path-to-/fcgi-bin/php7.3.fcgi .php
FCGIWrapper /path-to-/fcgi-bin/php7.0.fcgi .php7.0
FCGIWrapper /path-to-/fcgi-bin/php7.3.fcgi .php7.3
</Directory>
apache-2.4
add a comment |
Centos 7, Apache 2.4, php7, Virtualmin (testing server)
I've read almost all suggested similar questions/answers but still don't realize why httpd log displays these errors despite I don't have any kind of trouble accessing all what is "denied". Html, css, js, imgs all are loaded correctly from browsers.
[Thu Mar 28 19:16:04.717165 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/index.php, referer:
https://...../index.php?page=4
[Thu Mar 28 19:16:05.034605 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/overlib/overlib.js, referer:
https://.......index.php?page=13
[Thu Mar 28 19:16:05.039902 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/styles.css, referer:
https://......./index.php?page=13
[Thu Mar 28 19:16:05.050694 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/pat76.gif, referer: https://....../styles.css
[Thu Mar 28 19:16:05.065843 2019] [access_compat:error] [pid 2194]
[client 192.168.1.251:48512] AH01797: client denied by server
configuration: /path-to-/information.png, referer:
https://......../index.php?page=13
[Thu Mar 28 19:16:05.118509 2019] [access_compat:error] [pid 7139]
[client 192.168.1.251:48514] AH01797: client denied by server
configuration: /path-to-/gps.png, referer:
https://......./index.php?page=13
Same logs are accessing from non local ip.
These are the settings of this virtual host port 443. They were set from Virtualmin VH creation.
I guess "allow from all" is not necessary.
<Directory /path-to-/public_html>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI
allow from all
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
Require all granted
AddType application/x-httpd-php .php
AddHandler fcgid-script .php
AddHandler fcgid-script .php7.0
AddHandler fcgid-script .php7.3
FCGIWrapper /path-to-/fcgi-bin/php7.3.fcgi .php
FCGIWrapper /path-to-/fcgi-bin/php7.0.fcgi .php7.0
FCGIWrapper /path-to-/fcgi-bin/php7.3.fcgi .php7.3
</Directory>
apache-2.4
Centos 7, Apache 2.4, php7, Virtualmin (testing server)
I've read almost all suggested similar questions/answers but still don't realize why httpd log displays these errors despite I don't have any kind of trouble accessing all what is "denied". Html, css, js, imgs all are loaded correctly from browsers.
[Thu Mar 28 19:16:04.717165 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/index.php, referer:
https://...../index.php?page=4
[Thu Mar 28 19:16:05.034605 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/overlib/overlib.js, referer:
https://.......index.php?page=13
[Thu Mar 28 19:16:05.039902 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/styles.css, referer:
https://......./index.php?page=13
[Thu Mar 28 19:16:05.050694 2019] [access_compat:error] [pid 13330]
[client 192.168.1.251:48510] AH01797: client denied by server
configuration: /path-to-/pat76.gif, referer: https://....../styles.css
[Thu Mar 28 19:16:05.065843 2019] [access_compat:error] [pid 2194]
[client 192.168.1.251:48512] AH01797: client denied by server
configuration: /path-to-/information.png, referer:
https://......../index.php?page=13
[Thu Mar 28 19:16:05.118509 2019] [access_compat:error] [pid 7139]
[client 192.168.1.251:48514] AH01797: client denied by server
configuration: /path-to-/gps.png, referer:
https://......./index.php?page=13
Same logs are accessing from non local ip.
These are the settings of this virtual host port 443. They were set from Virtualmin VH creation.
I guess "allow from all" is not necessary.
<Directory /path-to-/public_html>
Options -Indexes +IncludesNOEXEC +SymLinksIfOwnerMatch +ExecCGI
allow from all
AllowOverride All Options=ExecCGI,Includes,IncludesNOEXEC,Indexes,MultiViews,SymLinksIfOwnerMatch
Require all granted
AddType application/x-httpd-php .php
AddHandler fcgid-script .php
AddHandler fcgid-script .php7.0
AddHandler fcgid-script .php7.3
FCGIWrapper /path-to-/fcgi-bin/php7.3.fcgi .php
FCGIWrapper /path-to-/fcgi-bin/php7.0.fcgi .php7.0
FCGIWrapper /path-to-/fcgi-bin/php7.3.fcgi .php7.3
</Directory>
apache-2.4
apache-2.4
asked 9 mins ago
dstonekdstonek
14818
14818
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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
});
}
});
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%2fserverfault.com%2fquestions%2f960545%2ferror-log-client-denied-by-server-configuration-but-all-works-fine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f960545%2ferror-log-client-denied-by-server-configuration-but-all-works-fine%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