mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
usbutils und which Paket gemacht. unbenoetigte Apache-Module werden nicht geladen. Net-SSLeay gefixt - DynDNS braucht das. Alsa-Module werden geladen. Java-paket verkleinert. Sambactrl gefixt. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@652 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
12 lines
434 B
Plaintext
12 lines
434 B
Plaintext
<IfModule php4_module>
|
|
AddType application/x-httpd-php .php3
|
|
AddType application/x-httpd-php .php4
|
|
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 .phps
|
|
DirectoryIndex index.php3
|
|
DirectoryIndex index.php4
|
|
DirectoryIndex index.php
|
|
</IfModule>
|