Re: modssl + modperl + Apache 1.36

1999-05-06 Thread Justin K. Ream

Hello again,

I was wondering if anybody had been able to look at this. I'm still
experiencing the same difficulties, and nothing shows up in the error logs,
nada.  The code only partially parses, and it's really baffling me.  I have
confirmed the code works ok under plain mod_perl.  If you need anymore
information, I'm willing to provide.  Any suggestions?

Justin


On Mon, 3 May 1999, Justin K. Ream wrote:

> Date: Mon, 3 May 1999 10:30:49 -0700 (PDT)
> From: Justin K. Ream <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: modssl + modperl + Apache 1.36
> 
> 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  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".
> 
> 
> Options Indexes FollowSymLinks ExecCGI
> AllowOverride None
> Order allow,deny
> Allow from all
> 
> 
> PerlModule strict CGI Apache::ePerl Apache::DBI Apache::Registry DBI
> 
> 
>   SetHandler perl-script
>   PerlHandler Apache::ePerl
> 
> 
> 
> 
> Thanks,
>   Justin
> 
> 
> 
> 
> 

-- 

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



modssl + modperl + Apache 1.36

1999-05-03 Thread Justin K. Ream

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  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".


Options Indexes FollowSymLinks ExecCGI
AllowOverride None
Order allow,deny
Allow from all


PerlModule strict CGI Apache::ePerl Apache::DBI Apache::Registry DBI


  SetHandler perl-script
  PerlHandler Apache::ePerl




Thanks,
Justin




-- 

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]