HOME


5h-3LL 1.0
DIR: /usr/share/lve/modlscapi/tars
/usr/share/lve/modlscapi/tars/
Upload File:
Current File : /usr/share/lve/modlscapi/tars/apache2_4.patch
--- vhost.default.old	2014-05-29 14:26:39.895982152 +0300
+++ vhost.default	2014-06-02 16:14:54.143978886 +0300
@@ -59,6 +59,12 @@
         </Directory>
     </IfModule>
 
+[% IF vhost.modlsapi -%]
+ <IfModule mod_lsapi.c>
+    AddType application/x-httpd-lsphp [% vhost.modlsapi %]
+    AddHandler application/x-httpd-lsphp [% vhost.modlsapi %]
+ </IfModule>
+[% END -%]
 [% IF supported.mod_suphp -%]
     <IfModule mod_suphp.c>
         suPHP_UserGroup [% vhost.user %] [% vhost.group %]