Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: PHP cannot upload files: msg#00077
|
Subject: |
Re: PHP cannot upload files |
On Sat, 2004-11-20 at 09:51 +0100, dragoran wrote:
> I cannot upload files via php (selinux=enabled;policy=targeted).
> php shows this error:
> *Warning*: File upload error - unable to create a temporary file in
> *Unknown* on line *0
> *And in dmesg I found this error:
> audit(1100940427.918:0): avc: denied { write } for pid=9202
> exe=/usr/sbin/httpd name=tmp dev=hda3 ino=24
> scontext=root:system_r:httpd_t tcontext=root:object_r:root_t tclass=dir
Do you have /tmp on a separate filesystem? What does:
ls -Z /tmp
show?
|
| |