mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 08:12:54 +02:00
Hinzugefuegt:
* Konfiguration fuer Apache2 Kernelupgrade auf 2.4.33.3 Syslinux-Upgrade Gefixt: * /tmp/ROOTFILES hat nichts in der ISO zu suchen. * Fehler im Installer wegen Apache2. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@283 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
14
config/httpd/conf.d/php5.conf
Normal file
14
config/httpd/conf.d/php5.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
<IfModule mod_php5.c>
|
||||
AddType application/x-httpd-php .php3
|
||||
AddType application/x-httpd-php .php4
|
||||
AddType application/x-httpd-php .php5
|
||||
AddType application/x-httpd-php .php
|
||||
AddType application/x-httpd-php-source .php3s
|
||||
AddType application/x-httpd-php-source .php4s
|
||||
AddType application/x-httpd-php-source .php5s
|
||||
AddType application/x-httpd-php-source .phps
|
||||
DirectoryIndex index.php3
|
||||
DirectoryIndex index.php4
|
||||
DirectoryIndex index.php5
|
||||
DirectoryIndex index.php
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user