Am Di, den 27.04.2004 schrieb Jay Daniels um 15:22: > On Mon, Apr 26, 2004 at 11:08:31AM -0400, Craig Thomas wrote: > > On Mon, 2004-04-26 at 10:56, DSLDATASOLUTIONS LTDA wrote: > > > Somebody knows when we install fedora,-- is php install as an apache > > > module or cgi? > > Module. > > > > -Craig > > why is the php module not specified in the httpd.conf? > > grep -i php /etc/httpd/conf/httpd.conf > > returns nothing. > > grep -R -i php /etc/httpd/conf.d/ /etc/httpd/conf.d/squirrelmail.conf:# SquirrelMail is a webmail package written in PHP. /etc/httpd/conf.d/ssl.conf:<Files ~ "\.(cgi|shtml|phtml|php3?)$"> /etc/httpd/conf.d/php.conf:# PHP is an HTML-embedded scripting language which attempts to make it /etc/httpd/conf.d/php.conf:LoadModule php4_module modules/libphp4.so /etc/httpd/conf.d/php.conf:# Cause the PHP interpreter to handle files with a .php extension. /etc/httpd/conf.d/php.conf:AddType application/x-httpd-php .php /etc/httpd/conf.d/php.conf:# Add index.php to the list of files that will be served as directory /etc/httpd/conf.d/php.conf:DirectoryIndex index.php > jay > Christoph