Hi,
Add a <files> like shown below. This cause
Apache to make a redirect to your index file first before Embperl will handle
it.
>
> <VirtualHost IP:Port> > DocumentRoot "/path/to/site" > ServerName test.mydomain.com > DirectoryIndex index.html > > Embperl_AppName embperl_test_mydomain_com > Embperl_Object_Base base.epl > Embperl_UriMatch "\.htm.?|\.epl$" > <files *.epl> > SetHandler perl-script
> PerlHandler Embperl::Object > Options ExecCGI </files> <files *.htm>
SetHandler perl-script PerlHandler Embperl::Object Options ExecCGI </files> > </VirtualHost>
> Gerald
--------------------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl 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 --------------------------------------------------------------------------- Besuchen Sie uns auf der KOMCOM 2004 in Mannheim 25. bis 27. Mai 2004 Stand K11a www.komcom.de ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info --------------------------------------------------------------------------- |
- Directory Index Derrick Spell
- Directory Index Derrick Spell
- Re: Directory Index Gerald Richter