i ve been reading the mod perl guide and ive learned that i dont want to use apache child processes to serve static html or images, so i want to implement a lightweight (only mod_dav and cgi enabled apache server, lots of child processes) and a heavy mod perl apache server 5 or 10 apache processes/
 
does anybody has pointers, or tips of where to start? how to configure that only static content of a virtual host goes thru one server and dynamic goes thru another.
 
im using Mason in the mod_perl enabled apache
 
is it done with mod_rewrite?, should both servers be ssl enabled?
 
thanks
rene mendoza

Reply via email to