Ignore:
Timestamp:
Jan 9, 2010, 4:30:26 PM (14 years ago)
Author:
geofft
Message:
httpd.conf: Permit index.fcgi as an index

This ought to fix the issue where Django apps don't appear when you try
to load them without specifying any path info, and instead 403.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/httpd/conf/httpd.conf

    r1362 r1412  
    125125
    126126<IfModule mod_dir.c>
    127     DirectoryIndex index index.html index.htm index.cgi index.pl index.php index.py index.shtml index.exe
     127    DirectoryIndex index index.html index.htm index.cgi index.pl index.php index.py index.shtml index.exe index.fcgi
    128128</IfModule>
    129129
Note: See TracChangeset for help on using the changeset viewer.