请问一下   添加PHP模块的问题

请问一下   添加PHP模块的问题

#
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#
#AddType application/x-tar .tgz
#AddType application/x-httpd-php .php .phtml .html
#AddType application/x-httpd-php-source .phps

PHP教程里面说:look for this section:

#
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#

Add the following lines:

AddType application/x-httpd-php .php .phtml .html
AddType application/x-httpd-php-source .phps

我添加对没有呢?跪谢
对了.