|
Home > Archive > Web Servers on Unix and Linux > December 2007 > Apache Error Message 403 Forbidden
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Apache Error Message 403 Forbidden
|
|
| Doug Holtz 2007-11-24, 1:13 pm |
| Group;
I upgraded my web server from kernel 2.4.x Red hat 7.3 to CentOS 4.5 kernel
2.6.x. Along with it came a new web server, apache 2.0.52.
I was running webalizer to track visits; it does not work with the new
version CentOS 4.5. I think it might have something to do with SELinux???
I have the web server on a different folder than /var/www also (it's in the
/home/www directory).
I use the server for dhcp, dns, http, and a genealogy database geneweb.
Any ideas as to how to get webalizer allowed so I can view my visit data?
Thanks
doug
| |
| gladandong 2007-11-25, 7:24 am |
| On Nov 24, 10:28 pm, "Doug Holtz" <dougho...@gmail.com> wrote:
> Group;
> I upgraded my web server from kernel 2.4.x Red hat 7.3 to CentOS 4.5 kernel
> 2.6.x. Along with it came a new web server, apache 2.0.52.
> I was running webalizer to track visits; it does not work with the new
> version CentOS 4.5. I think it might have something to do with SELinux???
> I have the web server on a different folder than /var/www also (it's in the
> /home/www directory).
> I use the server for dhcp, dns, http, and a genealogy database geneweb.
> Any ideas as to how to get webalizer allowed so I can view my visit data?
> Thanks
> doug
change SELINUX setting to SELINUX=permissive or disabled
in /etc/selinux/config
or properly set security context to all your web contents.
| |
| Doug Holtz 2007-12-03, 1:28 am |
|
"gladandong" <gladandong@gmail.com> wrote in message
news:b7de03ad-3604-40af-970a-d0bef4840790@l1g2000hsa.googlegroups.com...
> On Nov 24, 10:28 pm, "Doug Holtz" <dougho...@gmail.com> wrote:
>
> change SELINUX setting to SELINUX=permissive or disabled
> in /etc/selinux/config
>
> or properly set security context to all your web contents.
Thanks gladandong;
I have selinux=permissive and selinux=targeted
I'll try the disabled.
doug
| |
| Doug Holtz 2007-12-03, 1:28 am |
|
"gladandong" <gladandong@gmail.com> wrote in message
news:b7de03ad-3604-40af-970a-d0bef4840790@l1g2000hsa.googlegroups.com...
> On Nov 24, 10:28 pm, "Doug Holtz" <dougho...@gmail.com> wrote:
>
> change SELINUX setting to SELINUX=permissive or disabled
> in /etc/selinux/config
>
> or properly set security context to all your web contents.
gladandong;
I changed selinux and rebooted, but it did not solve the problem.
I want to start webalizer and see my tracking/visitor data. Any idea on
how to do this? It worked on older Red Hat 7.3. Now centOS 4.5 not.
doug
|
|
|
|
|