LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Redhhat 8.0 & Apache 2.0 (https://www.linuxquestions.org/questions/linux-newbie-8/redhhat-8-0-and-apache-2-0-a-67286/)

BearDog 06-22-2003 02:30 PM

Redhhat 8.0 & Apache 2.0
 
Not sure if this the right forum for this but here goes.

I've been trying to configure a cgi-bin for each virual host on the server with no luck.

My configuration file is one I used from an apache 1.3 something running on Redhat 7.3 were everything worked fine.

Any ideals what I'm doing wrong here.

Thanx
As Green as they get

green_dragon37 06-22-2003 02:45 PM

I think that you need to create a directory container for each cgi-bin in each vhost, with the execCGI option. i.e., for each vhost, put a separate:

Code:

<Directory /path/to/each/cgi-bin/>
Options ExecCGI
</Directory>

Ian


All times are GMT -5. The time now is 04:54 PM.