On 2/2/06, make stuff up <kalin@el.net> wrote:
>
> hi all...
>
> if i have a cgi-bin directory - or any directory in which is cgi
> execution is permitted - can i have other files served from the same
> directory or any other directory below - like php and html? do i need
> suexec for that?
There are two ways to configure cgi:
1. Use ScriptAlias
2. Use "Options ExecCGI" and "AddHandler cgi-script .cgi".
The first way will treat *all* files as CGI scripts, so no non-cgi
script may be served from a ScriptAliased directory. The second way
can share a directory with non-CGI files.
Joshua.
---------------------------------------------------------------------
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@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
|