Please don't top-post.

On Jul 14, 2009, at 8:31 PM, fake...@fakessh.eu wrote:

my config httpd.conf

<VirtualHost *:80>
DocumentRoot "/home/fakessh/public_html"
ServerName fakessh.eu
ServerAlias  www.fakessh.eu
ServerAdmin postmas...@fakessh.eu
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  postmas...@renelacroute.fr
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, fake...@fakessh.eu<fake...@fakessh.eu >
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 cgi

Is 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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to