Thanks Rich, it worked perfect! -----Original Message----- From: Rich Bowen [mailto:rbowen@xxxxxxxxxxx] Sent: Friday, October 29, 2010 11:34 AM To: users@xxxxxxxxxxxxxxxx Subject: Re: CGI-BIN On Oct 29, 2010, at 2:20 PM, motty.cruz wrote: > Hello Rich, > Here what I get on the browser > > You don't have permission to access /second/ on this server > > Here is the access_log > ip - - [29/Oct/2010:11:14:31 -0700] "GET /second/ HTTP/1.1" 403 209 > here is the error_log > [Fri Oct 29 11:13:08 2010] [error] [client ip] client denied by server > configuration: /usr/local/www/second That's got nothing whatever to do with CGI configuration. That means that you need to add the following: <Directory /usr/local/www/second/> order allow,deny allow from all </Directory> -- Rich Bowen rbowen@xxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx