Please don't top-post.

On Jul 14, 2009, at 8:31 PM, [email protected] wrote:

my config httpd.conf

<VirtualHost *:80>
DocumentRoot "/home/fakessh/public_html"
ServerName fakessh.eu
ServerAlias  www.fakessh.eu
ServerAdmin [email protected]
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  [email protected]
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, [email protected]<[email protected] >
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: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to