Re: php5

From: Shane (shane_at_weasel.is-a-geek.net)
Date: 07/10/05

  • Next message: Huub: "Re: xinitrc question"
    Date: Sun, 10 Jul 2005 16:01:12 +1200
    
    

    > ya thats getting put in with the httpd.conf file that is brought in with
    > pkg_add -r php5

    on a whim I backed up httpd.conf and httpd.conf-dist, and reinstalled php4
    diff httpd.conf httpd.conf.old
    238,239c238,239
    < #LoadModule php5_module libexec/apache/libphp5.so
    < LoadModule php4_module libexec/apache/libphp4.so

    ---
    > LoadModule php5_module        libexec/apache/libphp5.so
    > #LoadModule php4_module        libexec/apache/libphp4.so
    279,280c279,280
    < #AddModule mod_php5.c
    < AddModule mod_php4.c
    ---
    > AddModule mod_php5.c
    > #AddModule mod_php4.c
    and there were no differences in httpd.conf-dist.
    and, alas php5 still refuses to render (when I reinstalled php5
    I am now going to throw a little tanty :)
    -- 
    Hardware, n.: The parts of a computer system that can be kicked
    The best way to get the right answer on usenet is to post the wrong one.
    

  • Next message: Huub: "Re: xinitrc question"