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: Abnormal Apache behavior.: msg#00061
|
Subject: |
Re: Abnormal Apache behavior. |
On Fri, 2005-07-08 at 14:15 +0100, Joe Orton wrote:
> Eh? I thought the transition happens upon exec of httpd regardless of
> who performs the exec. Empirical evidence suggests that's the case
> anyway...
>
> [root@tango ~]# service httpd stop
> Stopping httpd: [ OK ]
> [root@tango ~]# apachectl start
> [root@tango ~]# ps axZ | grep httpd
> root:system_r:httpd_t 30536 ? Ss 0:00 /usr/sbin/httpd -k
> start
On FC4, apachectl start leaves it running in unconfined_t. In FC3,
since the system starts in unconfined_t (so both rc scripts and user
shells are in the same domain), there is no distinction, so you wouldn't
see a difference there.
--
Stephen Smalley
National Security Agency
|
| |