On Wednesdayen den 31 July 2002 19.06, David Walser wrote:
> With apache trying to access any cgi you get:
> Forbidden
>
>  You don't have permission to access /cgi-bin/printenv
> on this server.

Default behaviour for since 8.x?

Check that your cgi-bin apache directory container looks like this:

<Directory /var/www/cgi-bin>
    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory>

> and with apache2 you get:
> Internal Server Error

Try this:

tail -f /var/log/httpd2/suexec_log

suexec2 -V
 -D AP_DOC_ROOT="/home"
 -D AP_GID_MIN=500
 -D AP_HTTPD_USER="apache"
 -D AP_LOG_EXEC="/var/log/httpd2/suexec_log"
 -D AP_SAFE_PATH="/usr/local/bin:/usr/bin:/bin"
 -D AP_SUEXEC_UMASK=077
 -D AP_UID_MIN=500
 -D AP_USERDIR_SUFFIX="public_html"

man suexec2

less /etc/httpd2/conf.d/69_mod_suexec.conf

http://localhost/manual/suexec.html
http://localhost/manual/mod/mod_suexec.html

Hope that helps.

Chears.
-- 
Regards // Oden Eriksson
Deserve-IT Networks -> http://d-srv.com

Reply via email to