This is a discussion on ExecCGI overrides within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi All, I'm having problems setting up CGI for different directories, perhaps someone could help me; Configuration: <Directory /...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All,
I'm having problems setting up CGI for different directories, perhaps someone could help me; Configuration: <Directory /var/www/> ... Options Includes FollowSymLinks MultiViews (so no ExecCGI) AllowOverride All </Directory> Then: <Directory /var/www/subfolder/> AllowOverride All Options ExecCGI </Directory> Now, CGI support only seems to work when I put ExecCGI in the Option for the root-folder (/var/www/). When I only apply it in the subfolder, to be used by a specific user, it doesn't work. Anyone a suggestion what I'm doing wrong here? Thanks in advance! -- Thijs Koetsier www.thijskoetsier.net |