Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 Installation du serveur Web dans FreeBSD 6,0 avec Apache 2,2, 5,0 MySQL et PHP 5 - Partie 5

Installing Apache 2.2, MySQL 5 and PHP 5 in FreeBSD 6.0 for a Reliable Web Server Installation de 2,2 Apache, MySQL 5 et PHP 5 dans FreeBSD 6,0 fiable pour un serveur Web

Part 5 - Installing PHP Hypertext Preprocessor Scripting Language 5 and PHP 5 Extensions Partie 5 - Installer PHP Hypertext Preprocessor Scripting Language 5 et PHP 5 Extensions

  1. Install by enter the following commands on FreeBSD OS command line, wait for previous command to finish before running the next command: Installez par entrer les commandes suivantes sur FreeBSD en ligne de commande OS, attendre commande précédente à la fin avant de lancer la commande suivante:

    cd /usr/ports/lang/php5 CD / usr/ports/lang/php5
    make install clean make install clean

  2. If you’re prompted, select “use Apache 2.x instead”. Si vous êtes invité, sélectionnez "utiliser Apache 2.x lieu".
  3. Continue with the following commands to install PHP5 extensions and modules to enable the support of the modules in Apache: Continuez avec les commandes suivantes pour installer PHP5 extensions et modules pour permettre le soutien des modules dans Apache:

    cd /usr/ports/lang/php5-extensions CD / usr/ports/lang/php5-extensions
    make config make config

  4. At Options for php5-extension 1.0 menu, select all PHP extensions and modules that you may use with Apache webserver. À Options pour php5-extension 1,0 menu, sélectionner toutes les extensions PHP et des modules que vous utilisez mai avec serveur web Apache. This is a part of the configuration for PHP, where you need to enable features of PHP that come in modules, such as ability to manage user sessions, interface with databases and many others. Il s'agit d'une partie de la configuration de PHP, où vous devez activer fonctionnalités de PHP qui viennent en modules, tels que la capacité de gérer les sessions utilisateur, interface avec les bases de données et bien d'autres. Default extensions such as ctype functions support, HASH Message Digest Framework support, session support and etc have been selected. Par défaut les extensions telles que ctype fonctions de soutien, HASH Message Digest cadre d'appui, session etc soutien et ont été sélectionnés. Other popular extensions that you most likely to be in used are MySQL database support and GD library support. Parmi les autres extensions que vous les plus susceptibles d'être utilisés dans les bases de données MySQL et la librairie GD. Use space bar to select or unselect the extensions and press Enter when done. Utilisez barre d'espace pour sélectionner ou désélectionner les extensions et appuyez sur Entrée lorsque vous avez terminé.
  5. Continue the installation of php5-extensions with the following commands: Poursuivez l'installation de php5-extensions avec les commandes suivantes:

    make install clean make install clean

  6. If there are any message the pops up and prompts you to select some options or configurations, you can just accept the default settings by pressing Enter. S'il ya un message Les POP et vous invite à sélectionner des options ou des configurations, vous pouvez simplement accepter les paramètres par défaut en appuyant sur Entrée. Some modules that may prompt you for action include php5-gd, php5-mbstring and php5-sqlite. Certains modules que vous mai pour inclure l'action php5-gd, php5-mbstring et php5-sqlite.
  7. Edit the Apache configuration file in order to enable Apache web server to load the PHP modules when initialization: Editez le fichier de configuration d'Apache afin de permettre serveur Web Apache à charger les modules PHP lors de l'initialisation:
    1. Go to Apache configuration file location by cd /usr/local/etc/apache2/ Aller au fichier de configuration d'Apache par emplacement cd / usr/local/etc/apache2 /
    2. Edit Apache configuration file by vi httpd.conf Modifier le fichier de configuration d'Apache httpd.conf par vi
    3. Search for LoadModule lines, after the last LoadModule line, but within the same section, add the following 2 lines: Recherche des lignes LoadModule, après la dernière ligne LoadModule, mais dans la même section, ajouter les 2 lignes suivantes:

      AddType application/x-httpd-php .php AddType application / x-httpd-php. Php
      AddType application/x-httpd-php-source .phps AddType application / x-httpd-php-source. Phps

  8. Optionally, copy /usr/local/etc/php.ini-recommended or /usr/local/etc/php.ini-dist to /usr/local/etc/php.ini (in same directory), which will enable you to tune and change the default settings of behaviours of PHP. En option, copier / usr / local / etc / php.ini-recommandés ou / usr / local / etc / php.ini-dist dans / usr / local / etc / php.ini (dans le même répertoire), qui vous permettra de régler et changer les paramètres par défaut des comportements de PHP.
  9. Start the Apache HTTP web server by using apachectl start (or restart Apache HTTP web server by using apachectl restart). Début Apache HTTP serveur Web en utilisant apachectl start (ou redémarrer Apache HTTP serveur Web en utilisant apachectl restart). apachectl is located in /usr/local/sbin, if you encounter Command not found problem, try to change directory to its location. apachectl est situé dans / usr / local / sbin, si vous rencontrez command not found problème, essayez de changer de répertoire à son endroit.
  10. PHP5 installation done. PHP5 fait l'installation.

A web server has been setup with the FreeBSD with Apache, MySQL and PHP. Un serveur Web a été mis en place avec celui de FreeBSD avec Apache, MySQL et PHP. The document root of the web server (where you should put your HTML and PHP files is at /usr/local/www/apache22/data/ and you will need a SecureFTP (SFTP) client such as WinSCP to upload your files to web server securely. Le document root du serveur web (où vous devez mettre votre code HTML et PHP fichiers dans / usr/local/www/apache22/data / et vous aurez besoin d'un SecureFTP (SFTP) des clients tels que WinSCP pour transférer des fichiers sur votre serveur Web sécurité.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANT: Il s'agit d'une machine qui traduit la page est fourni «tel quel», sans garantie. Machine translation may be difficult to understand. La traduction automatique mai être difficile à comprendre. Please refer to S’il vous plaît se référer à original English article article original anglais whenever possible. chaque fois que possible.

Share and contribute or get technical support and help at Partagez et contribuer ou obtenir de l'aide technique et l'aide à My Digital Life Forums Ma vie numérique forums .



24 Responses to “Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5” 24 réponses à la section "Installation du serveur Web dans FreeBSD 6,0 avec Apache 2,2, 5,0 MySQL et PHP 5 - Partie 5"

  1. Bruce
    May 24th, 2006 10:23 Mai 24, 2006 10:23
    1

    Hi, I am trying to install, php5 with apache2.2 on freebsd 6.1. Salut, je suis en train d'installer, php5 avec apache2.2 sur FreeBSD 6,1. I have followed the instructions on this page. J'ai suivi les instructions sur cette page. I can get apache running well, but php will not interpret any pages. Je peux obtenir fonctionne bien apache, php, mais ne sera pas interpréter toutes les pages. I have a file; info.php with in it, but when I load it from a browser it tries to *download* the php file not display it. J'ai un fichier; info.php avec en son sein, mais quand je le charger à partir d'un navigateur, il essaie de télécharger * * le fichier php pas l'afficher. Furthermore, the httpd.conf does not have a entry to load the php module as a shared object. En outre, le httpd.conf ne possède pas une entrée de charger le module PHP comme un objet partagé. should it? devrait-il? its as if apache has not idea how to process php’s. comme si sa apache n'a pas idée de la façon de traiter php. Any guideance would be appreciated! Toute guideance serait appréciée!

    kind regards ce qui concerne la nature

  2. Administrator Administrateur
    May 24th, 2006 10:30 Mai 24, 2006 10:30
    2

    Did you add the followng lines to your httpd.conf? Avez-vous ajouter des lignes le texte suivant à votre fichier httpd.conf?

    AddType application/x- httpd-php . AddType application/x- httpd-php. php PHP
    AddType application/x- httpd-php-source . AddType application/x- httpd-php-source. phps

    Normally, ports installation will auto update the httpd.conf with php5 load module. Normalement, les ports d'installation est automatiquement mise à jour le httpd.conf php5 avec module de charge. Check if your httpd.conf has the following line, if not try to add: Vérifiez si votre httpd.conf a la ligne suivante, sinon essayer d'ajouter:

    LoadModule php5_module libexec/apache22/libphp5.so LoadModule php5_module libexec/apache22/libphp5.so

  3. Bruce
    May 24th, 2006 11:54 Mai 24, 2006 11:54
    3

    Yes, I certainly did add the AddType’s Oui, je n'ai certainement ajouter de la AddType

    the php5 port installation did not auto update httpd.conf with ‘LoadModule php5_module libexec/apache22/libphp5.so’. php5 l'installation portuaire n'a pas mise à jour automatique avec httpd.conf 'LoadModule php5_module libexec/apache22/libphp5.so ». I would manually add it but the libphp5.so does not exist in the mentioned directory. Je voudrais ajouter manuellement mais le libphp5.so n'existe pas dans cet annuaire. Any idea’s? Toute idée? I installed from the /usr/ports/lang/php5 port. J'ai installé du / usr/ports/lang/php5 port. I heard using /usr/ports/www/mod_php5 port may work. J'ai entendu l'aide de / usr/ports/www/mod_php5 port mai. Would/should it make any difference? Seriez / devrait-il faire une différence?

  4. Administrator Administrateur
    May 24th, 2006 16:01 Mai 24, 2006 16:01
    4

    Hi Bruce, you may give mod_php5 a try, but I think you will lose some functionalities such as command line CLI. Salut Bruce, vous mod_php5 mai donner un essai, mais je pense que vous perdrez certaines fonctionnalités telles que la ligne de commande CLI. Or else try to make clean in php5 first. Ou bien essayer de faire propre à php5 en premier. Reinstalling from Apache again worth a try too. Réinstallation de l'Apache à nouveau d'une valeur trop essayer. Note that you should install Apache first, and php5 will detect which version of Apache you’re running. Notez que vous devez installer Apache, php5 et détecte quelle version d'Apache vous utilisez.

  5. Administrator Administrateur
    May 24th, 2006 16:11 Mai 24, 2006 16:11
    5

    Beside, make sure you updated to latest ports tree with A côté de ça, assurez-vous que vous avez mis à jour la plus récente avec les ports arbre portsnap or ou cvsup .

  6. Klaus
    May 29th, 2006 20:59 29ème Mai, 2006 20:59
    6

    You might missed to install the php for apache, only cgi and cli. Vous pourriez manquer d'installer le php pour apache, cgi et seulement CLI.

    CD /usr/ports/php5 CD / usr/ports/php5
    make config make config

    then puis
    make install clean make install clean

    mayby you have to do mayby que vous avez à faire
    make deinstall && make reinstall faire désinstaller et réinstaller & make

  7. Ahmet
    June 4th, 2006 10:48 4 juin 2006 10:48
    7

    When you add the following lines to httpd.conf file, make sure you removed the extra spaces (there are 2 extra spaces in the original article, following doesnt’t have). Lorsque vous ajoutez les lignes suivantes au fichier httpd.conf, assurez-vous que vous avez supprimé les espaces supplémentaires (il ya 2 espaces supplémentaires dans l'article original, à la suite de doesnt't ont).

    AddType application/x-httpd-php .php AddType application / x-httpd-php. Php
    AddType application/x-httpd-php-source .phps AddType application / x-httpd-php-source. Phps

  8. Ryan
    June 7th, 2006 05:21 Juin 7 mars 2006 05h21
    8

    I’m having the same problem as Bruce above. J'éprouve le même problème que Bruce ci-dessus. I’m using FreeBSD 6.1, Apache 2.2, and PHP 5.1.4. Je suis sous FreeBSD 6,1, 2,2 Apache, et PHP 5.1.4. My ports tree is fresh and synched. Mon ports arbre est frais et synchronisé.

    I installed the PHP5 port with Apache module support. J'ai installé le port PHP5 Apache avec le support des modules. The installation completes without complaining, but there is no Apache module built. L'installation complète sans se plaindre, mais il n'existe pas de module Apache construit. The file /usr/local/libexec/apache22/libphp5.so does not exist. Le fichier / usr/local/libexec/apache22/libphp5.so n'existe pas. It doesn’t exist anywhere else in the filesystem either. Il n'existe pas n'importe où ailleurs dans le système de fichiers. Something is broken with this port. Quelque chose est rompu avec ce port. I see source files in the work directories , like /usr/ports/lang/php5/work/php-5.1.4/sapi/apache that look appropriate to this module… but are not getting compiled. Je vois des fichiers sources dans les travaux des répertoires, comme / usr/ports/lang/php5/work/php-5.1.4/sapi/apache appropriées qui ressemblent à ce module… mais ne reçoivent pas compilées. Any insights? Toute idées?

  9. Guilt Culpabilité
    June 9th, 2006 20:41 Juin 9th, 2006 20:41
    9

    Ahmet gave a working answer. Ahmet a donné une réponse de travail. I was having the same problems, until I noticed the extra space before the file extention, now everything works like a charm! Je avait les mêmes problèmes, jusqu'à ce que je remarque l'espace supplémentaire avant le fichier d'extension, tout fonctionne maintenant comme un charme!

  10. Administrator Administrateur
    June 9th, 2006 20:59 Juin 9th, 2006 20:59
    10

    Thanks for point out, has since corrected the error. Merci de le souligner, a depuis corrigé l'erreur.

  11. Anonymous Anonyme
    August 28th, 2006 10:55 Août 28th, 2006 10:55
    11

    Recompile php5 with ‘Apache Module’ included. Recompiler php5 avec "module Apache".
    ‘cd /usr/ports/lang/php5′ «Cd / usr/ports/lang/php5"
    ‘make deinstall’ ignore warnings «Make désinstaller 'ignorer les avertissements
    ‘make config’ make sure to select apache module «Make config 'veillez à sélectionner le module Apache
    ‘make install’ «Make install»

  12. GHOSt Ghost
    September 26th, 2006 16:37 Septembre 26, 2006 16:37
    12

    I’ve Done it successfully. Je l'ai fait avec succès. It doesnt work.. Il ne travail ..

    How do i access it? Comment puis-je y accéder?

    ive typed J'ai tapé http://192.168.1.9

  13. Ben
    November 29th, 2006 10:32 Novembre 29, 2006 10:32
    13

    Had run into the same problem as those above with the extra spaces in the AddType declaration but solved it before looking at the comments. A mené dans le même problème que ceux ci-dessus avec les espaces supplémentaires dans la déclaration AddType mais il résolu avant d'examiner les commentaires. Would recommend updating the article as, all in all, this is a great tutorial. Seriez recommandé de mettre à jour l'article tel qu'il est, dans l'ensemble, il s'agit d'un grand tutoriel. Thanks. Merci.

    Ben

  14. Administrator Administrateur
    November 29th, 2006 12:35 Novembre 29, 2006 12:35
    14

    Thanks Ben, have since corrected the error. Merci Ben, ont depuis corrigé l'erreur.

  15. Wadeski
    January 6th, 2007 16:50 Janvier 6, 2007 16:50
    15

    I’m running into the same issue. Je cours dans la même question. My php files are trying to download instead. Mes fichiers php tentez de télécharger la place.

    I’ve gone over everything three and four times yet nothing. J'ai tout passé en revue trois et quatre fois encore rien.

    I’ve checked the additional spaces as well and no luck. J'ai vérifié les espaces supplémentaires ainsi et pas de chance.

    Any assistance is appreciated!! Toute aide est appréciée!

  16. Cedric
    January 9th, 2007 22:05 Janvier 9th, 2007 22:05
    16

    I had same issue. J'avais même question.

    Try make config and unselect CGI and be sure to select APACHE. Essayez make config et décochez CGI et n'oubliez pas de choisir Apache.

    Check at end of install that you have a line like:chmod 755 /usr/local/libexec/apache22/libphp5.so Arrivée à la fin de l'installation que vous avez une ligne du genre: chmod 755 / usr/local/libexec/apache22/libphp5.so

    I config without CLI ang CGI. Je config sans CLI the CGI.

  17. iKriz
    March 16th, 2007 08:28 Mars 16, 2007 08:28
    17

    Trying to install the package php5 without port sources via Tenter d'installer le paquet php5 sans sources via le port
    pkg_add -r php5 pkg_add-r PHP5
    only this doesnt install the apache module by the looks of it.. que ce ne installer le module Apache, par les regards de celui-ci ..
    nor does it build it.. pas plus qu'il ne le construire ..
    I dont want the sources on the server because it is to be a production server.. Je ne voulons pas les sources sur le serveur parce qu'il doit être un serveur de production .. i’m gunna try a reinstall… Je suis un gunna essayer de réinstaller…

  18. iKriz
    March 16th, 2007 08:36 Mars 16th, 2007 08:36
    18

    reinstall was unsuccessful réinstaller a échoué

  19. Ryan
    April 18th, 2007 05:40 Avril 18, 2007 05:40
    19

    I uninstalled, reinstalled making double sure to include the Apache model, still no dice. J'ai désinstallé, réinstallé en double Assurez-vous d'inclure le modèle d'Apache, toujours pas de dés. So I uninstalled again and reinstalled without CLI and CGI and it still would startup no errors, but it would list the directories in document source and would treat cgi files as text files. J'ai donc à nouveau désinstallé et réinstallé sans CLI et CGI et tout en étant pas d'erreurs de démarrage, mais elle liste les répertoires dans le document source et traiter les fichiers cgi comme des fichiers texte. All my configs were in order, so I thought maybe it needed a reboot… and walah. Tous mes configs étaient en ordre, alors j'ai pensé peut-être besoin d'un redémarrage et… walah. Working like a charm. De travail comme un charme.

    I think Unix is for massochists =) Je pense que pour Unix est massochists =)

  20. Ryan
    April 18th, 2007 05:42 Avril 18th, 2007 05:42
    20

    edit.. modifier .. I meant ” .. Je voulais dire ".. would treat PHP files as text files ..” and not CGI. traite les fichiers PHP dans des fichiers texte .. "et non CGI.

    Long day =0 Long Day = 0

  21. Bob Davis Bob Davis
    September 14th, 2007 17:03 Septembre 14, 2007 17:03
    21

    I’ve been trying to install Timetrex and it requires Apache, php and postgresql. J'essaie d'installer TimeTrex et nécessite Apache, PHP et PostgreSQL. Postgresql is not a problem because I install it from source. Postgresql n'est pas un problème parce que je l'installer à partir des sources. But as you can see from above, the FreeBSD ports system is so often in a state of flux that you’re not guaranteed anything that will work. Mais comme vous pouvez le voir d'en haut, le système de ports FreeBSD est si souvent dans un état de flux que vous n'êtes pas garanti que tout fonctionne.

    On this issue, the bosses, and I myself got so fed up with the results from FreeBSD that we installed Fedora and then took the vendors installation file, which only works on Linux and got on with the task. Sur cette question, les chefs, et moi-même sont tellement marre avec les résultats de FreeBSD que nous avons installé Fedora et a ensuite pris les vendeurs fichier d'installation, qui ne fonctionne que sous Linux et a obtenu à la tâche.

    With so many dependencies and librairies to update, the FreeBSD ports system as left me feeling very cautious about using it and it harkens me back to the old M$ “dll - hell” days when Windows 3x and Win9x were such a pain to deal with. Compte tenu du nombre de dépendances et les bibliothèques de mettre à jour, le système de ports FreeBSD gauche comme moi sentiment très prudent sur l'utilisation et il harkens me ramène à mon ancien M $ "dll - enfer" jours lorsque Windows 3x et Windows 9x une telle douleur à traiter .

  22. nmow
    November 30th, 2007 09:57 Novembre 30th, 2007 09:57
    22

    This series of articles has been very, very helpful. Cette série d'articles a été très, très utile. Many thanks for your contribution! Un grand merci pour votre contribution!

  23. Stefan Nolde Stefan Nolde
    December 11th, 2007 20:53 Décembre 11, 2007 20:53
    23

    Should the problem with downloadable sourcecodes exist for anyone else, if it was just a problem occurring from localhost, changing the listening port from the default 80 to *:80 might help. Si le problème avec téléchargeable sourcecodes existe pour quelqu'un d'autre, si elle était juste un problème survenant à partir de localhost, changer le port d'écoute de la valeur par défaut * à 80: 80 pourrait aider. It is highly likely that in the above mentioned cases Apache had not much to do with serving the files on localhost. Il est très probable que, dans les cas mentionnés ci-dessus Apache avait pas grand-chose à voir avec le service de fichiers sur localhost.
    Fedora does not have less dependancies, they are just handeld elswehere out of user eyes. Fedora ne possède pas moins de dépendances, elles sont tout à handeld elswehere yeux de l'utilisateur.
    Understanding the package & port system and when and why to update is part of the game. Comprendre le paquet et le système portuaire et quand et pourquoi la mise à jour fait partie du jeu.
    For those who go for Fedora on servers, you might opt for ubuntu instead. Pour ceux qui vont pour Fedora sur des serveurs, vous pouvez opter pour ubuntu lieu. it’s easy and fast as well as free. il est facile et rapide ainsi que la gratuité.

  24. Ferco
    May 10th, 2008 01:44 10ème Mai, 2008 01:44
    24

    Lol, you should put this somewhere… Lol, vous devez mettre ce quelque part…

    Befor testing… REBOOT! Avant les essais… REBOOT! XD

    30 minutes lost trying to fix apache + php and all that was required was reboot ¬¬ 30 minutes perdues en essayant de fixer Apache + PHP et tout ce qu'il fallait, c'était le redémarrage ¬ ¬

Leave a Reply Laisser un commentaire

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Vous pouvez utiliser ces balises: <a href="" title="fete_christel <abbr title="fete_christel <acronym title="fete_christel <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting S'abonner sans commentaires


Custom Search

New Articles Nouveaux Articles

Incoming Search Terms for the Article Des termes de recherche utilisés pour l'article

freeBSD php freeBSD PHP - -- php freebsd PHP FreeBSD - -- freebsd apache mysql php FreeBSD Apache MySQL PHP - -- freebsd apache FreeBSD Apache - -- apache2 freebsd apache2 FreeBSD - -- freebsd apache php mysql FreeBSD Apache PHP MySQL - -- freebsd apache2 FreeBSD apache2 - -- freebsd apache php FreeBSD Apache PHP - -- freebsd php5 FreeBSD PHP5 - -- freebsd apache mysql FreeBSD Apache MySQL - -- apache freebsd Apache FreeBSD - -- apache php mysql freebsd Apache PHP MySQL FreeBSD - -- freebsd apache2 php5 FreeBSD apache2 PHP5 - -- php apache freebsd PHP Apache FreeBSD - -- php5 freebsd PHP5 FreeBSD - -- apache php freebsd Apache PHP FreeBSD - -- freebsd apache php5 FreeBSD Apache PHP5 - -- freebsd apache22 php5 FreeBSD apache22 PHP5 - -- apache php5 freebsd PHP5 Apache FreeBSD - -- apache2 php5 freebsd apache2 php5 FreeBSD - -- freebsd apache22 php FreeBSD PHP apache22 - -- freebsd php mysql FreeBSD PHP MySQL - -- apache mysql php freebsd Apache MySQL PHP FreeBSD - -- install php freebsd installer PHP FreeBSD - -- freebsd apache2 php FreeBSD php apache2 - -- installing apache on freebsd l'installation d'Apache sur FreeBSD - -- freebsd php apache FreeBSD PHP Apache - -- php5 apache2 freebsd PHP5 apache2 FreeBSD - -- libphp5.so freebsd libphp5.so FreeBSD - -- apache2 php freebsd php apache2 FreeBSD - -- apache22 php apache22 PHP - -- php5 apache freebsd PHP5 Apache FreeBSD - -- installing apache freebsd l'installation d'Apache FreeBSD - -- freeBSD php5-extensions freeBSD PHP5-extensions - -- install php5 freebsd PHP5 installer FreeBSD - -- freebsd mysql php apache FreeBSD Apache MySQL PHP - -- install php on freebsd installer PHP sur FreeBSD - -- freebsd apache install FreeBSD installer Apache - -- freebsd install apache FreeBSD installation d'Apache - -- apache22 php5 apache22 PHP5 - -- download apache for freebsd télécharger Apache pour FreeBSD - -- freebsd install apache2 FreeBSD installer apache2 - -- apache 2.2 php5 freebsd Apache 2,2 PHP5 FreeBSD - -- apache22 php5 freebsd apache22 PHP5 FreeBSD - -- freebsd install apache php FreeBSD installer Apache PHP - -- freebsd php5 apache2 FreeBSD PHP5 apache2 - -- php mysql freebsd PHP MySQL FreeBSD - -- freebsd php extensions FreeBSD extensions PHP - -- php on freebsd PHP sur FreeBSD - -- Apache2 on FreeBSD Apache2 sur FreeBSD - -- freebsd install apache php mysql FreeBSD installer Apache PHP MySQL - -- freebsd php5 apache22 FreeBSD PHP5 apache22 - -- php for freebsd PHP pour FreeBSD - -- install apache freebsd installer Apache FreeBSD - -- apache mysql freebsd Apache MySQL FreeBSD - -- freebsd libphp5.so FreeBSD libphp5.so - -- apache22 php freebsd apache22 PHP FreeBSD - -- freebsd php install FreeBSD installation de PHP - -- apache 2.2 php freebsd Apache PHP 2,2 FreeBSD - -- installing php on freebsd l'installation de PHP sur FreeBSD - -- all tous - -- freebsd install php5 FreeBSD installer PHP5 - -- freebsd mysql apache php FreeBSD Apache MySQL PHP - -- FreeBSD apache 2.2 PHP5 FreeBSD Apache 2,2 PHP5 - -- freebsd php port FreeBSD PHP Port - -- install apache PHP mysql freebsd installer Apache PHP MySQL FreeBSD - -- freebsd php5 apache FreeBSD PHP5 Apache - -- download apache freebsd télécharger Apache FreeBSD - -- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 Installation du serveur Web dans FreeBSD 6,0 avec Apache 2,2, 5,0 MySQL et PHP 5 - -- FreeBSD libphp5 FreeBSD libphp5 - -- how to install php on freebsd comment installer PHP sur freebsd - -- freebsd php mysql apache FreeBSD Apache PHP MySQL - -- install php apache freebsd installer PHP Apache FreeBSD - -- FreeBSD + Apache FreeBSD + Apache - -- freebsd php5 port FreeBSD PHP5 Port - --