[Freeipa-users] Adjust settings for processes

Roman Naumenko roman at naumenko.ca
Tue Nov 11 12:52:28 UTC 2014


Alexander Bokovoy wrote on 11-11-14 6:52:
> On Tue, 11 Nov 2014, Roman Naumenko wrote:
>> I'd like to adjust process settings on freeipa server to fit it 
>> better into virtual instance.
>> Is it possible to change settings of java, ns-slapd and apache 
>> processes somewhere in config files and what those files are?
> http://pkgs.fedoraproject.org/cgit/httpd.git/tree/httpd.service
> -----------------------
> # For example, to pass additional options (for instance, -D 
> definitions) to the
> # httpd binary at startup, you need to create a file named
> # "/etc/systemd/system/httpd.service" containing:
> #    .include /lib/systemd/system/httpd.service
> #    [Service]
> #    Environment=OPTIONS=-DMY_DEFINE
Isn't it for startup options only?

I need to set some of these, they are usually in httpd.conf

<IfModule prefork.c>
   StartServers       12
   MinSpareServers    12
   MaxSpareServers    12
   MaxClients         12
   MaxRequestsPerChild  300
</IfModule>

--Roman




More information about the Freeipa-users mailing list