Please don't top-post. On Jul 14, 2009, at 8:31 PM, fakessh@xxxxxxxxxx wrote:
my config httpd.conf <VirtualHost *:80> DocumentRoot "/home/fakessh/public_html" ServerName fakessh.eu ServerAlias www.fakessh.eu ServerAdmin postmaster@xxxxxxxxxx ErrorLog logs/fakessh.eu-error_log CustomLog logs/fakessh.eu-access_log common <Directory "/home/fakessh/public_html"> allow from all Options +Indexes </Directory> </VirtualHost> <VirtualHost *:80> DocumentRoot "/home/renelacroute/public_html" ServerName renelacroute.fr ServerAlias www.renelacroute.fr ServerAdmin postmaster@xxxxxxxxxxxxxxx ErrorLog logs/renelacroute.fr-error_log CustomLog logs/renelacroute.fr-access_log common <Directory "/home/renelacroute/public_html"> allow from all Options +Indexes </Directory> </VirtualHost>
Looks like you don't have +ExecCGI in your Options directives. It should look like: Options +Indexes +ExecCGI If that doesn't work, please give us your error log.
Le mercredi 15 juillet 2009 02:51, Eric Covener a écrit :On Tue, Jul 14, 2009 at 8:43 PM, fakessh@xxxxxxxxxx<fakessh@xxxxxxxxxx >wrote:I can not use cgi perl in their repertoires I configure with chown apache.apache I do not have permission to go to the cgiIs there a config, request, and/or errorlog entry related to this problem?
Doug Bell -- Senior Developer, Plain Black Corp. [ http://plainblack.com ] all that groks is --------------------------------------------------------------------- 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