Computing/PHP
From OpenWetWare
< Computing(Difference between revisions)
Current revision (19:05, 15 October 2007) (view source) (→Notes) |
|||
| Line 9: | Line 9: | ||
==Notes== | ==Notes== | ||
| - | Apache2 has a different configuration | + | Apache2 has a slightly different configuration system than the previous version. In addition to the main configuration file (<tt>/etc/httpd/conf/httpd.conf</tt>), it places the module-specific configuration files into <tt>/etc/httpd/conf.d</tt> directory. |
| - | Both PHP4 and PHP5 will add a <tt>LoadModule</tt> line into <tt>httpd.conf</tt> at the installation time by default. This line should be moved to <tt>/etc/httpd/conf.d/php.conf</tt>. | + | Both PHP4 and PHP5 will add a <tt>LoadModule</tt> line into <tt>httpd.conf</tt> at the installation time by default. This line should be moved to <tt>/etc/httpd/conf.d/php.conf</tt> instead. |
Current revision
Frameworks
- XOOPS is an extensible, OO (Object Oriented), easy to use dynamic web content management system written in PHP
- xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP
- BioPHP - PHP for Bioinformatics
Recipes
Notes
Apache2 has a slightly different configuration system than the previous version. In addition to the main configuration file (/etc/httpd/conf/httpd.conf), it places the module-specific configuration files into /etc/httpd/conf.d directory. Both PHP4 and PHP5 will add a LoadModule line into httpd.conf at the installation time by default. This line should be moved to /etc/httpd/conf.d/php.conf instead.


