Also I get this when I read logs and it says to do this
sealert -l 513e8b46-7e87-46c6-b17f-bacb5d569eb1
to see full details,
Summary
SELinux prevented httpd reading and writing access to http files.
Detailed Description
SELinux prevented httpd reading and writing access to http files. Ordinarily
httpd is allowed full access to all files labeled with http file context.
This machine has a tightened security policy with the httpd_unified turned
off, This requires explicit labeling of all files. If a file is a cgi
script it needs to be labeled with httpd_TYPE_script_exec_t in order to be
executed. If it is read only content, it needs to be labeled
httpd_TYPE_content_t, it is writable content. it needs to be labeled
httpd_TYPE_script_rw_t or httpd_TYPE_script_ra_t. You can use the chcon
command to change these context. Please refer to the man page "man
httpd_selinux" or
http://fedora.redhat.com/docs/selinux-apache-fc3 "TYPE"
refers toi one of "sys", "user" or "staff" or potentially other script
types.
Allowing Access
Changing the "httpd_unified" boolean to true will allow this access:
"setsebool -P httpd_unified=1"
The following command will allow this access:
setsebool -P httpd_unified=1
Additional Information
Source Context system_u:system_r:httpd_t
Target Context root

bject_r:httpd_log_t
Target Objects jk-runtime-status [ file ]
Affected RPM Packages httpd-2.2.3-7.el5 [application]
Policy RPM selinux-policy-2.4.6-30.el5
Selinux Enabled True
Policy Type targeted
MLS Enabled True
Enforcing Mode Enforcing
Plugin Name plugins.httpd_unified
Host Name xx.domainname.com
Platform Linux xx.domainname.com 2.6.18-8.1.10.el5 #1
SMP Thu Aug 30 20:43:15 EDT 2007 i686 i686
Alert Count 8
Line Numbers
Raw Audit Messages
avc: denied { write } for comm="httpd" dev=dm-2 egid=0 euid=0
exe="/usr/sbin/httpd" exit=-13 fsgid=0 fsuid=0 gid=0 items=0 name="jk-runtime-
status" pid=8096 scontext=system_u:system_r:httpd_t:s0 sgid=0
subj=system_u:system_r:httpd_t:s0 suid=0 tclass=file
tcontext=root

bject_r:httpd_log_t:s0 tty=(none) uid=0