Hello Gerald,

Friday, March 15, 2002, 4:53:35 PM, you wrote:

>>
>> Does DirectoryIndexerl 2.06b import Apache parameter DirectoryIndex ?
>> I have 403 Forbidden after trying to access to the root directory.
>> With 1.3.4 it's ok.
>>

GR> You are right, that's a bug in 2.0b6. I will take a look at it and let you
GR> know how to fix it

GR> Gerald

Earlier I had such configuration:

<Location />
.........
PerlSetEnv EMBPERL_ALLOW (\.epl$|\.html$|\.htm$|\.jpg$|\.gif$|\.css$)
PerlSetEnv EMBPERL_FILESMATCH "\.epl$|\.htm$|"
PerlSetEnv EMBPERL_URIMATCH   "\.epl$|\.htm$|"
..........
SetHandler perl-script
PerlHandler Embperl::Object
Options ExecCGI
.........
</Location>                  

additionally, i had problems with .jpeg and .gif files - they were
corrupted by EmbPerl


Now all works fine at <FilesMatch> context, sach as:

<FilesMatch ".*\.htm$">
        SetHandler  perl-script        
        PerlHandler HTML::EmbperlObject
        Options     ExecCGI            
</FilesMatch>

GR> -------------------------------------------------------------
GR> Gerald Richter    ecos electronic communication services gmbh
GR> Internetconnect * Webserver/-design/-datenbanken * Consulting

GR> Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
GR> E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
GR> WWW:        http://www.ecos.de      Fax:      +49 6133 925152
GR> -------------------------------------------------------------






-- 
Best regards,
 Victor                            mailto:[EMAIL PROTECTED]



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

Reply via email to