I would like to limit speed of one of my websites. The website is hosted on its separate harddrive. Basically, I want it to be a slower but I want the apache requests still to be processed and the web pages still to be accessible.
I tried mod_throttle and it only allowed me to deny requests if a certain limit is exceeded. What I want to do instead is for the website to become slower. I looked into different options: apache config, hard drive configuration (since the disk is hosted on its own harddrive).
If anybody had this problem, can you please share your experience any possible solutions you tried.
I hope I made the problem clear. Thanks for the input!