Tag Archive | "configuration"

How to Check if Apache is Running Prefork or Worker

Sunday, February 21, 2010

0 Comments

For about the last week I’ve been trying to tweak the performance of a particular Apache server with varying degrees of success and failure. The biggest frustration is that I haven’t been able to find a way to determine which MPM mode Apache was running in: Prefork or Worker. Without that information I couldn’t tell [...]

Continue reading...

Quick Printer Setup with system-config-printer

Friday, August 22, 2008

0 Comments

After being quite fed up with the cups web-admin app, I decided to go on a little hunt. I’m sure the CUPS admin page is great for some people but you never quite know if the back button will wreak havoc on your crazy LDAP-authenticated, SSL-encrypted setup that shares a printer from the basement [...]

Continue reading...

Using Apache Virtual Hosts and ProxyPass Together

Wednesday, July 23, 2008

11 Comments

I recently ran into a situation where I had a server with Apache on it that was already hosting a few PHP sites using VirtualHost mappings, but I now wanted to add a new Tomcat-hosted site to the same machine. In a way, what I wanted was to setup a new VirtualHost entry on Apache to [...]

Continue reading...