hi,
I don't manage make it work...
Conf:
- mod_perl_1.26
- Apache::ASP
- Apache::SSI
- Apache::Filter
- Devel::SymDump
- MLDBM::Sync
- MLDBM
I put this in my httpd.conf:
# OK for security problem
<Directory / >
Options FollowSymLinks
AllowOverride All
</Directory>
----------------------------
<Files *.phtml> # or whatever
SetHandler perl-script
PerlHandler Apache::SSI
</Files>
----------------------------
<Files ~ (\.asp)>
SetHandler perl-script
PerlModule Apache::ASP
PerlHandler Apache::ASP
PerlSetVar Global .
PerlSetVar StateDir /tmp/asp # what is this foo thing.
</Files>
-----------------------------
and reload and the
I've got the source of index.html in my browser and the FAQ didn't help me.
I got a lot of trouble to RTFM !!
My lack of knowledge the way linux/apache/modules are working
and my not native language put the WHAT'S GOIN'ON INSIDE MY HEAD.
So it's a big call to any explanation...
ThanX
bbsc!
ism
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]