michaelsanford
Translator, Web Developer
Application: I want to start apache threads with a nice value of, say, +5 to ease up on my system a bit.
So far, all I know to do is to set httpd.conf's ServerType directive to "inetd". I don't know how to create an appropriate /etc/xinetd.d/http entry to start apache properly.
I'm doing an overhaul of all my online services, so if you think that doing this will result in a negligible performance increase, please say so. I've not known apache to be a really power-hungry application. As for my users and potentially slower page loads, I couldn't care less.
PS I'm doing the same with FTP, can I just prepend "nice +5" to my server = /usr/libexec/ftpd" line in xinetd.d/ftp ?
Ideas?
So far, all I know to do is to set httpd.conf's ServerType directive to "inetd". I don't know how to create an appropriate /etc/xinetd.d/http entry to start apache properly.
I'm doing an overhaul of all my online services, so if you think that doing this will result in a negligible performance increase, please say so. I've not known apache to be a really power-hungry application. As for my users and potentially slower page loads, I couldn't care less.
PS I'm doing the same with FTP, can I just prepend "nice +5" to my server = /usr/libexec/ftpd" line in xinetd.d/ftp ?
Ideas?