Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# PHP is an HTML-embedded scripting language which attempts to make it
3
# easy for developers to write dynamically generated webpages.
4
#
5
 
6
# Cannot load both php5 and php7 modules
7
<IfModule !mod_php5.c>
8
  <IfModule prefork.c>
9
    LoadModule php7_module modules/libphp7.so
10
  </IfModule>
11
</IfModule>
12