Displaying 2 results from an estimated 2 matches for "httpd_".
Did you mean:
httpd
2010 Oct 21
2
temp dir, httpd and selinux
Hi,
I have a php software installed on a centos server with selinux
enforced activeted.
The php software (glpi --> http://www.glpi-project.org) have a plugin
that must write on a temp dir... but selinux dont give access to that
dir to write.
How should i do ?
lewis
2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
...e
inheritance).
manifest/sites.pp had something like:
$envname = ''prod''
$envstr = ''''
$dns_servers = [ ''10.0.0.42'', ''10.10.1.42'' ]
import "classes/*.pp"
node ''server1.hostingcompanyAlpha.com'' {
$httpd_maxclients = 300
$yum_base = "http://mirrors.hostingcompanyAlpha.com/ftp.centos.org/"
$dns_servers = [ ''1.2.3.4'', ''1.2.4.4'' ] # Hosting Co.''s resolvers
include mywebserver
}
node ''server2.hostingcompanyBeta.net'' {
$http...