View | Details | Raw Unified | Return to bug 124274
Collapse All | Expand All

(-)httpd.conf Wed Jun 4 10:38:50 2008 (-1 / +10 lines)
Lines 447-453 DocumentRoot "/usr/local/www/data" Link Here
447
            DirectoryIndex index.php index.html
447
            DirectoryIndex index.php index.html
448
        </IfModule>
448
        </IfModule>
449
        <IfModule !mod_php4.c>
449
        <IfModule !mod_php4.c>
450
            DirectoryIndex index.html
450
            <IfModule mod_php5.c>
451
                DirectoryIndex index.php index.html
452
            </IfModule>
453
            <IfModule !mod_php5.c>
454
                DirectoryIndex index.html
455
            </IfModule>
451
        </IfModule>
456
        </IfModule>
452
    </IfModule>
457
    </IfModule>
453
</IfModule>
458
</IfModule>
Lines 846-851 ServerSignature On Link Here
846
    <IfModule mod_php4.c>
851
    <IfModule mod_php4.c>
847
       AddType application/x-httpd-php .php
852
       AddType application/x-httpd-php .php
848
       AddType application/x-httpd-php-source .phps
853
       AddType application/x-httpd-php-source .phps
854
    </IfModule>
855
    <IfModule mod_php5.c>
856
        AddType application/x-httpd-php .php
857
        AddType application/x-httpd-php-source .phps
849
    </IfModule>
858
    </IfModule>

Return to bug 124274