Why apache don't recognize that path /var/www/html/domain.com/main_site/public?2019 Community Moderator ElectionPermission error to access mounted directory in localhostCentOS, Apache Vhosts enabled,but DOCUMENT_ROOT cant towards /home/auser/website/www1“403 Forbidden - You don't have permission to access / on this server” - apache2 localhost on Linux Mint 17Running two instances of Apache as separate users — permission denieddsc-statistics-presenter: Apache2 403 ForbiddenApache Server setup issuePHP move_uploaded_file permission denied only on RHELYou don't have permission to access /owncloud/ on this serverHow to change group for apache user in Fedorahttpd not reading the document root in conf/httpd.conf as expected
copy and scale one figure (wheel)
Closed-form expression for certain product
Can Legal Documents Be Siged In Non-Standard Pen Colors?
How should I respond when I lied about my education and the company finds out through background check?
Are paving bricks differently sized for sand bedding vs mortar bedding?
Is the U.S. Code copyrighted by the Government?
Is it better practice to read straight from sheet music rather than memorize it?
Did Swami Prabhupada reject Advaita?
L1 and Ln cache: when are they written?
Can I sign legal documents with a smiley face?
What should you do if you miss a job interview (deliberately)?
Not using 's' for he/she/it
How to indicate a cut out for a product window
What is the evidence for the "tyranny of the majority problem" in a direct democracy context?
How can Trident be so inexpensive? Will it orbit Triton or just do a (slow) flyby?
How can "mimic phobia" be cured or prevented?
How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?
What should you do when eye contact makes your subordinate uncomfortable?
The screen of my macbook suddenly broken down how can I do to recover
Melting point of aspirin, contradicting sources
On a tidally locked planet, would time be quantized?
Why can Carol Danvers change her suit colours in the first place?
2.8 Why are collections grayed out? How can I open them?
Why does the Sun have different day lengths, but not the gas giants?
Why apache don't recognize that path /var/www/html/domain.com/main_site/public?
2019 Community Moderator ElectionPermission error to access mounted directory in localhostCentOS, Apache Vhosts enabled,but DOCUMENT_ROOT cant towards /home/auser/website/www1“403 Forbidden - You don't have permission to access / on this server” - apache2 localhost on Linux Mint 17Running two instances of Apache as separate users — permission denieddsc-statistics-presenter: Apache2 403 ForbiddenApache Server setup issuePHP move_uploaded_file permission denied only on RHELYou don't have permission to access /owncloud/ on this serverHow to change group for apache user in Fedorahttpd not reading the document root in conf/httpd.conf as expected
Why apache don't recognize that path, but hes can recognize that path:
/var/www/html/domain.com/public/
What's the point? It's always give me an 403 forbidden error or error 500, even IF all config are right and don't have an error in apache, I try to change owner to www-data, I try to give 777 -R to all directory and files from domain.com/main_site/public
And I don't get any access to my website or even single php script.
I try this in my VPS server on ubuntu 18.04 and in my localhost computer 18.04, the same error on both side.
ubuntu apache-httpd
New contributor
Alexandr Lamdan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
|
show 1 more comment
Why apache don't recognize that path, but hes can recognize that path:
/var/www/html/domain.com/public/
What's the point? It's always give me an 403 forbidden error or error 500, even IF all config are right and don't have an error in apache, I try to change owner to www-data, I try to give 777 -R to all directory and files from domain.com/main_site/public
And I don't get any access to my website or even single php script.
I try this in my VPS server on ubuntu 18.04 and in my localhost computer 18.04, the same error on both side.
ubuntu apache-httpd
New contributor
Alexandr Lamdan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
could you post the error log?
– Juan
yesterday
H01630: client denied by server configuration: /var/www/html/
– Alexandr Lamdan
yesterday
looks like an Allow/Require issue. Have a look at this stackoverflow.com/questions/18392741/…
– Juan
yesterday
Juan I try it, in the server and in the local computer its all exists
– Alexandr Lamdan
yesterday
The error 1630 solution changes between versions of apache. Ubuntu 18.04 comes with Apache 2.4+. Check if you have a line withRequire all grantedin your apache configuration.
– Juan
yesterday
|
show 1 more comment
Why apache don't recognize that path, but hes can recognize that path:
/var/www/html/domain.com/public/
What's the point? It's always give me an 403 forbidden error or error 500, even IF all config are right and don't have an error in apache, I try to change owner to www-data, I try to give 777 -R to all directory and files from domain.com/main_site/public
And I don't get any access to my website or even single php script.
I try this in my VPS server on ubuntu 18.04 and in my localhost computer 18.04, the same error on both side.
ubuntu apache-httpd
New contributor
Alexandr Lamdan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Why apache don't recognize that path, but hes can recognize that path:
/var/www/html/domain.com/public/
What's the point? It's always give me an 403 forbidden error or error 500, even IF all config are right and don't have an error in apache, I try to change owner to www-data, I try to give 777 -R to all directory and files from domain.com/main_site/public
And I don't get any access to my website or even single php script.
I try this in my VPS server on ubuntu 18.04 and in my localhost computer 18.04, the same error on both side.
ubuntu apache-httpd
ubuntu apache-httpd
New contributor
Alexandr Lamdan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alexandr Lamdan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alexandr Lamdan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked yesterday
Alexandr LamdanAlexandr Lamdan
11
11
New contributor
Alexandr Lamdan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Alexandr Lamdan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Alexandr Lamdan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
could you post the error log?
– Juan
yesterday
H01630: client denied by server configuration: /var/www/html/
– Alexandr Lamdan
yesterday
looks like an Allow/Require issue. Have a look at this stackoverflow.com/questions/18392741/…
– Juan
yesterday
Juan I try it, in the server and in the local computer its all exists
– Alexandr Lamdan
yesterday
The error 1630 solution changes between versions of apache. Ubuntu 18.04 comes with Apache 2.4+. Check if you have a line withRequire all grantedin your apache configuration.
– Juan
yesterday
|
show 1 more comment
1
could you post the error log?
– Juan
yesterday
H01630: client denied by server configuration: /var/www/html/
– Alexandr Lamdan
yesterday
looks like an Allow/Require issue. Have a look at this stackoverflow.com/questions/18392741/…
– Juan
yesterday
Juan I try it, in the server and in the local computer its all exists
– Alexandr Lamdan
yesterday
The error 1630 solution changes between versions of apache. Ubuntu 18.04 comes with Apache 2.4+. Check if you have a line withRequire all grantedin your apache configuration.
– Juan
yesterday
1
1
could you post the error log?
– Juan
yesterday
could you post the error log?
– Juan
yesterday
H01630: client denied by server configuration: /var/www/html/
– Alexandr Lamdan
yesterday
H01630: client denied by server configuration: /var/www/html/
– Alexandr Lamdan
yesterday
looks like an Allow/Require issue. Have a look at this stackoverflow.com/questions/18392741/…
– Juan
yesterday
looks like an Allow/Require issue. Have a look at this stackoverflow.com/questions/18392741/…
– Juan
yesterday
Juan I try it, in the server and in the local computer its all exists
– Alexandr Lamdan
yesterday
Juan I try it, in the server and in the local computer its all exists
– Alexandr Lamdan
yesterday
The error 1630 solution changes between versions of apache. Ubuntu 18.04 comes with Apache 2.4+. Check if you have a line with
Require all granted in your apache configuration.– Juan
yesterday
The error 1630 solution changes between versions of apache. Ubuntu 18.04 comes with Apache 2.4+. Check if you have a line with
Require all granted in your apache configuration.– Juan
yesterday
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);
);
Alexandr Lamdan 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%2funix.stackexchange.com%2fquestions%2f507981%2fwhy-apache-dont-recognize-that-path-var-www-html-domain-com-main-site-public%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
Alexandr Lamdan is a new contributor. Be nice, and check out our Code of Conduct.
Alexandr Lamdan is a new contributor. Be nice, and check out our Code of Conduct.
Alexandr Lamdan is a new contributor. Be nice, and check out our Code of Conduct.
Alexandr Lamdan is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f507981%2fwhy-apache-dont-recognize-that-path-var-www-html-domain-com-main-site-public%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
1
could you post the error log?
– Juan
yesterday
H01630: client denied by server configuration: /var/www/html/
– Alexandr Lamdan
yesterday
looks like an Allow/Require issue. Have a look at this stackoverflow.com/questions/18392741/…
– Juan
yesterday
Juan I try it, in the server and in the local computer its all exists
– Alexandr Lamdan
yesterday
The error 1630 solution changes between versions of apache. Ubuntu 18.04 comes with Apache 2.4+. Check if you have a line with
Require all grantedin your apache configuration.– Juan
yesterday