> On 2/2/06, make stuff up <[EMAIL PROTECTED]> 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.

i was using #2 but it doesn't work. i have:
<Directory /path/to/dir>
        Options +ExecCGI FollowSymLinks
        AddHandler cgi-script .cgi
</Directory>

and the cgi scripts don't work. anything wrong with this?

thanks....

>
> 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: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
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