Hello all,
Has anyone had any success combining modssl and modperl? With
modssl-2.2.8 (for 1.3.6) and modperl 1.1.9, my code does get handled
correctly. I'm using the Apache::ePerl module for mod perl, and it seems
that with a large dynamic index page I'm doing, only about half my code
gets parsed. Only a few options show up in my <select> lists, my DSN's
show up (bad! Nono! user accounts and passwords). With plain mod perl,
everything works fine. I have the proper Files and Directory directives
setup, I believe. Any help would be much appreciated as secure traffic
is pretty important to a project I'm working on (I work for an HMO).
I followed the instructions under "Apache + mod_ssl/OpenSSL + mod_perl/Perl".
<Directory /foo/bar/html>
Options Indexes FollowSymLinks ExecCGI
AllowOverride None
Order allow,deny
Allow from all
</Directory>
PerlModule strict CGI Apache::ePerl Apache::DBI Apache::Registry DBI
<Files ~ ".+\.phtml$">
SetHandler perl-script
PerlHandler Apache::ePerl
</Files>
Thanks,
Justin
--
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]