Hi all
Im a linux noob working my way through a webserver build using debian. So far so good, i got everything up and running but when i load tested the server with 50 simultaneous hits it started struggling. I was advised to try using mpm worker as opposed to prefork. It compiles ok however when i run make i get the following:
/usr/local/apache/httpd-2.2.3/server/mpm/worker/worker.c:1203: undefined reference to `ap_thread_stacksize'
Cant find much about this anywhere so any input would be greatly appreciated.
Cheers
Im a linux noob working my way through a webserver build using debian. So far so good, i got everything up and running but when i load tested the server with 50 simultaneous hits it started struggling. I was advised to try using mpm worker as opposed to prefork. It compiles ok however when i run make i get the following:
/usr/local/apache/httpd-2.2.3/server/mpm/worker/worker.c:1203: undefined reference to `ap_thread_stacksize'
Cant find much about this anywhere so any input would be greatly appreciated.
Cheers