Skip to content

Improving Apache performance

  • IT

I’m currently looking at improving apache performance of my webserver. One of the things I’m doing is trimming down the code. This serves two purposes

First it’s more aesthetically pleasing for me to look at and less rubbish to sift through when troubleshooting

Secondly, there’s less code for apache to sift through. I could just comment all the lines but it would be a bit messy so I’m working on developing a shortened apache document that’s easier to read and understand for me