Find the answer to your Linux question:
Results 1 to 3 of 3
so it's been 5 years... did you figure it out? (i'm having the same problem)...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    2

    Installing PHP5

    so it's been 5 years... did you figure it out?

    (i'm having the same problem)

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    Looks like you posted in a 5 year old thread and your post got moved to its own thread.

    You should detail your exact problem.

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Posts
    2
    oh i see,

    so i have php4 working with apache2 (2.0.52) and i'm trying to upgrade to php5.

    to my httpd.conf i added:

    Code:
    LoadModule php5_module        /usr/lib/httpd/modules/libphp5.so
    
    <FilesMatch \.php$>
        SetHandler application/x-httpd-php
    </FilesMatch>

    and configured php with
    Code:
    --with-apxs2
    i can successfully execute a .php file through the shell so the php install seems ok, but when i hit it via the browser, apache segfaults and i'm unable to get anything useful from logs.

    the only piece of info i've found is that this can happen if apache is running in worker MPM instead of prefork, but prefork is what i'm using.

    any ideas?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...