mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #195] 403 forbidden error #149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ryoushi on GitHub (Jan 19, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/195
Hello,
I strictly followed webvirtmgr installation instructions on github : https://github.com/retspen/webvirtmgr/wiki/Install-WebVirtMgr
But now i can't access to my apache anymore. I'm facing an 403 forbidden error whatever url i use.
And my error logs are not very usefull... :
error_log :
[Sun Jan 19 15:55:23 2014] [error] client 192.168.0.29Permission denied: access to / denied
[Sun Jan 19 15:55:31 2014] [error] client 192.168.0.29Permission denied: access to /toto denied
[Sun Jan 19 15:55:35 2014] [error] client 192.168.0.29Permission denied: access to / denied
[Sun Jan 19 15:59:52 2014] [error] client 192.168.0.29Permission denied: access to / denied
[Sun Jan 19 15:59:52 2014] [error] client 192.168.0.29Permission denied: access to /favicon.ico denied
[Sun Jan 19 15:59:56 2014] [error] client 192.168.0.29Permission denied: access to /webvirtmgr denied
access_log :
192.168.0.29 - - [19/Jan/2014:15:55:23 -0500] "GET / HTTP/1.1" 403 280
192.168.0.29 - - [19/Jan/2014:15:55:31 -0500] "GET /toto HTTP/1.1" 403 284
192.168.0.29 - - [19/Jan/2014:15:55:35 -0500] "GET / HTTP/1.1" 403 280
192.168.0.29 - - [19/Jan/2014:15:59:52 -0500] "GET / HTTP/1.1" 403 280
192.168.0.29 - - [19/Jan/2014:15:59:52 -0500] "GET /favicon.ico HTTP/1.1" 403 291
192.168.0.29 - - [19/Jan/2014:15:59:56 -0500] "GET /webvirtmgr HTTP/1.1" 403 290
When i remove the webvirtmgr.conf file, apache is working again.
Directory permissions seems correct :
[root@myserver www]# ls -l |grep web
drwxrwxr-x. 19 apache apache 4096 Jan 19 16:33 webvirtmgr
I'm on a fresh CentOS install.
Do you have an idea ?
@retspen commented on GitHub (Jan 20, 2014):
Are you use Selinux ?
@ryoushi commented on GitHub (Jan 20, 2014):
You are right, selinux was in "enforcing" mode...
Thank you !