[GH-ISSUE #195] 403 forbidden error #149

Closed
opened 2026-02-27 16:38:09 +03:00 by kerem · 2 comments
Owner

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 ?

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.29](13)Permission denied: access to / denied [Sun Jan 19 15:55:31 2014] [error] [client 192.168.0.29](13)Permission denied: access to /toto denied [Sun Jan 19 15:55:35 2014] [error] [client 192.168.0.29](13)Permission denied: access to / denied [Sun Jan 19 15:59:52 2014] [error] [client 192.168.0.29](13)Permission denied: access to / denied [Sun Jan 19 15:59:52 2014] [error] [client 192.168.0.29](13)Permission denied: access to /favicon.ico denied [Sun Jan 19 15:59:56 2014] [error] [client 192.168.0.29](13)Permission 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 ?
kerem closed this issue 2026-02-27 16:38:09 +03:00
Author
Owner

@retspen commented on GitHub (Jan 20, 2014):

Are you use Selinux ?

<!-- gh-comment-id:32736946 --> @retspen commented on GitHub (Jan 20, 2014): Are you use Selinux ?
Author
Owner

@ryoushi commented on GitHub (Jan 20, 2014):

You are right, selinux was in "enforcing" mode...

Thank you !

<!-- gh-comment-id:32740833 --> @ryoushi commented on GitHub (Jan 20, 2014): You are right, selinux was in "enforcing" mode... Thank you !
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#149
No description provided.