Using suexec impose vhost problem
Hi ,Am using suexec to wrap my CGI scripts ,suexec handles scripts that are executed from an URL like this : wwwdomain.com/~userX ,but my users have their URLs like this userX.domain.com and suexec dont wrap any script executed from that vhost

i'm using mod_rewrite to dynamicly redirect the home of a new user to a new vhost using a file (vhost.map) ,and now i want to redirect each vhost like userx.domain.com to its wwwdomain.com/~userx ,so suexec can wrap the cgi scripts.
thanks a lot !