Web Server forum
Back To The Forum Home!Search!Private Messaging System

This is Interesting: Free IT Magazines Now Free shipping to California  
Web Server Talk Web Server Talk > Web Servers reviews > Apache Server configuration support > Installing PHP on apache 1.3.29




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Installing php on apache 1.3.29  
Peter Henrik Olsen


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-06-04 03:33 PM

How do i install php or where do i find info about it?







[ Post a follow-up to this message ]



    Re: Installing php on apache 1.3.29  
Davide Bianchi


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-06-04 04:33 PM

Peter Henrik Olsen <peter.henrik.olsen@telebutikken.no> wrote:
> How do i install php or where do i find info about it?

www.php.net
Davide

--
| "I only touch base with reality on an as-needed basis!"   -- Royal
| Floyd Mengot (Klaus)






[ Post a follow-up to this message ]



cbc is offline     Re: Installing php on apache 1.3.29  
cbc


View Ip Address Report This Message To A Moderator Edit/Delete Message


Click Here to See the Profile for cbc Click here to Send cbc a Private Message Find more posts by cbc Add cbc to your buddy list
 
03-07-04 04:54 PM

I think that php package and Apache is all you need. See README and INSTALL 
files from php source.. anyway, the basic compilation process is:

  STEP 1

  Compile Apache with DSO module.

  # ./configure --prefix=/www --enable-module=so
  # make && make install

  STEP 2

  Compile PHP.

  # ./configure --with=/www/bin/apxs
  # make && make install
  # cp php.ini-dist /usr/local/lib/php.ini

  STEP 3

  Add the following lines to your httpd.conf (/www/conf/httpd.conf).

  LoadModule libexec/libphp4.so
  AddType application/x-httpd-php .php

  Don't forget to change DirectoryIndex variable.




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:57 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register