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: Running httpd scripts from nfs mounts?: msg#00218
|
Subject: |
Re: Running httpd scripts from nfs mounts? |
Stephen Smalley wrote:
On Thu, 2005-01-27 at 10:36, Daniel J Walsh wrote:
Ah, good point, I wonder if this might be a bug? Is the kernel not
seeing the file as httpdcontent but as nfs_t
even though the mount option was specified.
Is the filesystem mounted nosuid? If so, the kernel will ignore domain
transitions on it for the same reason as it ignores setuid programs.
Aha! It is indeed mounted nosuid:
rw,nosuid,nodev,noatime,rsize=8192,wsize=8192,bg,intr,soft,context=system_u:object_r:httpd_sys_content_t
Any other options I should or shouldn't have in there?
-- John
|
| |