I have made some tweaks to httpd.conf without success Here's what I have : # for port 8080 <VirtualHost *:8080> DocumentRoot "/Users/http" ScriptAlias /cgi-bin/ "/Users/http/run/" ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Users/http/run/$1" <Directory "/Users/http/run"> AllowOverride None Options None Order allow,deny Allow from all </Directory> </VirtualHost> # end port 8080 These are the same settings as for the default (port 80) settings. However, something is still lacking. If I point my browser to http://localhost/cgi-bin/cgitest.py I get the output I expect. If I point my browser to http://localhost:8080/cgi-bin/cgitest.py I still get a Not Found error. /usr/sbin/apachectl configtest gives me "Syntax OK" thanks -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx