Add PHP bits
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
cb0848adb4
commit
b716b258f6
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,12 @@ data:
|
|||
LoadModule dir_module modules/mod_dir.so
|
||||
LoadModule alias_module modules/mod_alias.so
|
||||
LoadModule version_module modules/mod_version.so
|
||||
LoadModule php5_module modules/libphp5-zts.so
|
||||
|
||||
AddHandler php5-script .php
|
||||
AddType text/html .php
|
||||
DirectoryIndex index.php
|
||||
|
||||
StartServers 4
|
||||
MaxClients 300
|
||||
MinSpareThreads 25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue