hi,

what means:

router modules.d # /etc/init.d/apache2 start
 * Starting apache2...
Syntax error on line 5 of /etc/apache2/conf/modules.d/70_mod_php.conf:
Cannot load /etc/apache2/extramodules/libphp4.so into server:
/usr/lib/libxslt.so.1: undefined symbol: xmlXPathOrder

router modules.d # cat /etc/apache2/conf/modules.d/70_mod_php.conf
<IfDefine PHP4>

    # Load the module first
    <IfModule !mod_php4.c>
        LoadModule php4_module    extramodules/libphp4.so
    </IfModule>

    # Set it to handle the files
    <IfModule mod_mime.c>
        AddType application/x-httpd-php .php
        AddType application/x-httpd-php .phtml
        AddType application/x-httpd-php .php3
        AddType application/x-httpd-php .php4
        AddType application/x-httpd-php-source .phps
    </IfModule>

    # Fix some bugs
    <Files *.php>
        LimitRequestBody 524288
        RequestHeader unset If-Modified-Since
    </Files>
    <Files *.php3>
        LimitRequestBody 524288
        RequestHeader unset If-Modified-Since
    </Files>
    <Files *.php4>
        LimitRequestBody 524288
        RequestHeader unset If-Modified-Since
    </Files>
    <Files *.phps>
        LimitRequestBody 524288
        RequestHeader unset If-Modified-Since
    </Files>
    <Files *.phtml>
        LimitRequestBody 524288
        RequestHeader unset If-Modified-Since
    </Files>

</IfDefine>


-- 
cu denny

Gnupg key can be found under pgp.mit.edu, key ID 0x73137598

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to