Hallo!
I have two problems. The first is a session-problem
Here my httpd.conf
#Alias /perl /var/www/perl
#
#SetHandler perl-script
#PerlHandler Apache::Registry
#Options +ExecCGI
#
PerlSetEnv EMBPERL_DEBUG 2285
PerlSetEnv EMBPERL_LOG /var/log/httpd/
Hi,
the problem I see from your source is the following code
[-
$req = shift;
Execute ("main/index.html");
-]
This just inserts the content of main/index.html at the place you call
Execute. Execute will always only include the file you call. For the result
you want, you need a new http reque