Add a <files *.phtml> like below to solve this problem:

>
> <Directory /var/www/html/commitments>

<Files *.phtml>

>  Options +FollowSymLinks
>  AddType text/html .phtml
>  DirectoryIndex index.phtml
>  SetHandler      perl-script
>  PerlHandler     Embperl
>  Options         ExecCGI
>  PerlSetEnv EMBPERL_ALLOW \.phtml$
>  PerlSetEnv EMBPERL_OPTIONS 2064
>  PerlSetEnv EMBPERL_SESSION_HANDLER_CLASS no

</Files>

> </Directory>
>

Gerald

BTW. You should upgrade to 2.0b9.  2.0b6 has some bugs...


--------------------------------------------------------------
Gerald Richter     ecos electronic communication services gmbh
IT-Securitylösungen * dynamische Webapplikationen * Consulting

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
--------------------------------------------------------------
|
|   ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
|
+-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to