Toon posts:

[REDHAT 7.1] - PHP & Apache instaleren, HOE??

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hoe en waar kan ik PHP en Apache instaleren op mijn redhat server??

Ik heb de zoekfunctie gebruikt, maar kon niets waardevols vinden...

Alvast bedankt... :7

Verwijderd

installeer Apache, PHP4 en de bijbehorende PHP-parser voor Apache.

zo voldoende ?

Verwijderd

Topicstarter
En waar kan ik het vinden????

Verwijderd

- op je RH CD
- download.redhat.com
- rpmfind.net

en kijk anders es op

http://www.linux-nl.cx/html/apache-php-mysql.html

(wel niet via RPM's)

En waarom heb je niet tijdens de installatie van RH PHP geinstalleerd ???? :?

  • a casema user
  • Registratie: Januari 2000
  • Laatst online: 14-08 13:49
zucht.... lees eens je INSTALL bestand in je PHP directory
QUICK INSTALL (Static)

$ gunzip -c apache_1.3.x.tar.gz | tar xf -
$ cd apache_1.3.x
$ ./configure
$ cd ..

$ gunzip -c php-4.0.x.tar.gz | tar xf -
$ cd php-4.0.x
$ ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars
$ make
$ make install

$ cd ../apache_1.3.x
$ ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a
(The above line is correct! Yes, we know libphp4.a does not exist at this
stage. It isn't supposed to. It will be created.)
$ make
(you should now have an httpd binary which you can copy to your Apache bin dir if
is is your first install then you need to "make install" as well)
$ cd ../php-4.0.x
$ cp php.ini-dist /usr/local/lib/php.ini
You can edit /usr/local/lib/php.ini file to set PHP options.
Edit your httpd.conf or srm.conf file and add:
AddType application/x-httpd-php .php
==edit==
oh, zover was je dus nog niet.
Gewoon ff source (.tar.gz) van apache.org en php.net downloaden en bovenstaande uitvoeren.

Taaaa taa taa taaaa taa taa ta taaataaaaa.