Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
3:reseaux_et_telecommunications:wamp [d-m-Y H:i] boris |
3:reseaux_et_telecommunications:wamp [d-m-Y H:i] (Version actuelle) boris |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== WAMP ====== | ====== WAMP ====== | ||
| + | |||
| ===== Liens ===== | ===== Liens ===== | ||
| Ligne 7: | Ligne 8: | ||
| | mysql | [[http:// | | mysql | [[http:// | ||
| | phpmyadmin | [[http:// | | phpmyadmin | [[http:// | ||
| - | | ActivePerl | [[http:// | + | | ActivePerl | [[http:// |
| | Subversion | [[http:// | | Subversion | [[http:// | ||
| | AWstats | [[http:// | | AWstats | [[http:// | ||
| Ligne 13: | Ligne 14: | ||
| ===== Apache===== | ===== Apache===== | ||
| + | |||
| + | |||
| ==== httpd.conf ==== | ==== httpd.conf ==== | ||
| + | PHP and Apache 2.0 as Module | ||
| + | # For PHP 4 do something like this: | ||
| + | LoadModule php4_module " | ||
| + | # Don't forget to copy the php4apache2.dll file from the sapi directory! | ||
| + | AddType application/ | ||
| + | | ||
| + | # For PHP 5 do something like this: | ||
| + | LoadModule php5_module " | ||
| + | AddType application/ | ||
| custom php settings | custom php settings | ||