Access to cgi-bin to users
I am running Apache HTTP Server Version 1.3.22 on a RedHat Intel Box. I want to give access to all users to be able to execute cgi scripts. Following is my configuration.
UserDir web
AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Order allow,deny Allow from all
Order deny,allow Deny from all
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" ScriptAlias /cgi-bin/ "/home/*/web/cgi-user/"
AllowOverride None Options None Order allow,deny Allow from all
AllowOverride All Options ExecCGI Order allow,deny Allow from all
................................................. root@domain# suexec -V -D DOC_ROOT="/var/www" -D GID_MID=100 -D HTTPD_USER="apache" -D LOG_EXEC="/var/log/httpd/suexec_log" -D SAFE_PATH="/usr/local/bin:/usr/bin:/bin" -D UID_MID=100 -D USERDIR_SUFFIX="public_html" ................................................. suexec_log
[2002-12-03 20:49:22]: info: (target/actual) uid: (user/user) gid: (grp/grp) cmd: envhtml.cgi [2002-12-03 20:49:22]: emerg: cannot get docroot information (/home/user) [2002-12-03 20:57:33]: alert: too few arguments


Recent comments
34 weeks 1 day ago
35 weeks 2 days ago
39 weeks 1 hour ago
39 weeks 2 days ago
39 weeks 2 days ago
39 weeks 5 days ago
39 weeks 6 days ago
39 weeks 6 days ago
40 weeks 1 hour ago
40 weeks 16 hours ago