Webpage not available from Apache Server
up vote
0
down vote
favorite
To give a little background information:
I have a Windows directory (Host OS) that I am sharing to CentOS (Guest OS) that serves as my local web server. For some odd reason, I cannot access any of the files in that share from a web browser. For example, if my address is http://192.168.1.200/home.html it gives me a "Forbidden: You don't have permission to view this page" error. When accessing the shared directory from Linux and try to perform a chmod -R 777 on the parent folder, I receive an access denied even running as root. The Windows side of the house has "Authenticated Users" and "Everyone" with full control. And this is with the assumption that the /etc/httpd/conf/httpd.conf is modified correctly.
Outside of this, if I just SCP the contents to the server and modify the httpd.conf file to reflect the new directory, I am able to access everything. The point of this is to be able to modify the local file on the Host OS and not having to SCP it over. Essentially, everything is updated on the server automatically when I save it on the Host OS side.
html windows apache web centos
add a comment |
up vote
0
down vote
favorite
To give a little background information:
I have a Windows directory (Host OS) that I am sharing to CentOS (Guest OS) that serves as my local web server. For some odd reason, I cannot access any of the files in that share from a web browser. For example, if my address is http://192.168.1.200/home.html it gives me a "Forbidden: You don't have permission to view this page" error. When accessing the shared directory from Linux and try to perform a chmod -R 777 on the parent folder, I receive an access denied even running as root. The Windows side of the house has "Authenticated Users" and "Everyone" with full control. And this is with the assumption that the /etc/httpd/conf/httpd.conf is modified correctly.
Outside of this, if I just SCP the contents to the server and modify the httpd.conf file to reflect the new directory, I am able to access everything. The point of this is to be able to modify the local file on the Host OS and not having to SCP it over. Essentially, everything is updated on the server automatically when I save it on the Host OS side.
html windows apache web centos
How is the share setup? VirtualBox shared directory, samba, nfs, ...? All this is obviously a permission issue of some sort but we need to know how you did it.
– Nic3500
Nov 20 at 0:13
It is shared through a CIF share from Host OS (Windows 10) to Guest OS (Vmware CentOS)
– jkells
Nov 20 at 0:17
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
To give a little background information:
I have a Windows directory (Host OS) that I am sharing to CentOS (Guest OS) that serves as my local web server. For some odd reason, I cannot access any of the files in that share from a web browser. For example, if my address is http://192.168.1.200/home.html it gives me a "Forbidden: You don't have permission to view this page" error. When accessing the shared directory from Linux and try to perform a chmod -R 777 on the parent folder, I receive an access denied even running as root. The Windows side of the house has "Authenticated Users" and "Everyone" with full control. And this is with the assumption that the /etc/httpd/conf/httpd.conf is modified correctly.
Outside of this, if I just SCP the contents to the server and modify the httpd.conf file to reflect the new directory, I am able to access everything. The point of this is to be able to modify the local file on the Host OS and not having to SCP it over. Essentially, everything is updated on the server automatically when I save it on the Host OS side.
html windows apache web centos
To give a little background information:
I have a Windows directory (Host OS) that I am sharing to CentOS (Guest OS) that serves as my local web server. For some odd reason, I cannot access any of the files in that share from a web browser. For example, if my address is http://192.168.1.200/home.html it gives me a "Forbidden: You don't have permission to view this page" error. When accessing the shared directory from Linux and try to perform a chmod -R 777 on the parent folder, I receive an access denied even running as root. The Windows side of the house has "Authenticated Users" and "Everyone" with full control. And this is with the assumption that the /etc/httpd/conf/httpd.conf is modified correctly.
Outside of this, if I just SCP the contents to the server and modify the httpd.conf file to reflect the new directory, I am able to access everything. The point of this is to be able to modify the local file on the Host OS and not having to SCP it over. Essentially, everything is updated on the server automatically when I save it on the Host OS side.
html windows apache web centos
html windows apache web centos
asked Nov 19 at 23:50
jkells
62
62
How is the share setup? VirtualBox shared directory, samba, nfs, ...? All this is obviously a permission issue of some sort but we need to know how you did it.
– Nic3500
Nov 20 at 0:13
It is shared through a CIF share from Host OS (Windows 10) to Guest OS (Vmware CentOS)
– jkells
Nov 20 at 0:17
add a comment |
How is the share setup? VirtualBox shared directory, samba, nfs, ...? All this is obviously a permission issue of some sort but we need to know how you did it.
– Nic3500
Nov 20 at 0:13
It is shared through a CIF share from Host OS (Windows 10) to Guest OS (Vmware CentOS)
– jkells
Nov 20 at 0:17
How is the share setup? VirtualBox shared directory, samba, nfs, ...? All this is obviously a permission issue of some sort but we need to know how you did it.
– Nic3500
Nov 20 at 0:13
How is the share setup? VirtualBox shared directory, samba, nfs, ...? All this is obviously a permission issue of some sort but we need to know how you did it.
– Nic3500
Nov 20 at 0:13
It is shared through a CIF share from Host OS (Windows 10) to Guest OS (Vmware CentOS)
– jkells
Nov 20 at 0:17
It is shared through a CIF share from Host OS (Windows 10) to Guest OS (Vmware CentOS)
– jkells
Nov 20 at 0:17
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- 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.
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%2fstackoverflow.com%2fquestions%2f53384294%2fwebpage-not-available-from-apache-server%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
How is the share setup? VirtualBox shared directory, samba, nfs, ...? All this is obviously a permission issue of some sort but we need to know how you did it.
– Nic3500
Nov 20 at 0:13
It is shared through a CIF share from Host OS (Windows 10) to Guest OS (Vmware CentOS)
– jkells
Nov 20 at 0:17