Hi, I hope this isn''t too off topic for this list. But I do want ot run cgi''s under SWS. I have virtual hosts on the SWS and would like cgi''s under each virutal host to run as the user and group of that unique virtual host. However, susexec is generating the following type of error: command not in docroot (/home/someuser/public_html/cgi-bn/script.cgi) I understand the Apache docs say to do something like: <VirtualHost 192.168.0.11:443> # General setup for the virtual host DocumentRoot /home/someuser/public_html ServerName www.winecountrysequential.com ServerAdmin webmaster@cuenet.com User someusers Group users ScriptAlias /cgi-bin/ /home/someuser/public_html/cgi-bin/ . . . . </virtualhost> But suexec seems to be perhaps looking into the docroot compiled into suexec. Am I expecting the wrong thing from suexec and should be using cgiwrap instead? Thanks in advance, --Paul T. -- Carl Zwanzig: "Duct tape is like the Force. It has a light side, a dark side, and it holds the universe together...."