On Thu, 2006-11-16 at 12:50 -0500, Sumit Shah wrote:
> Thanks Perrin. Our production environment is running mod_perl 1 and
> apache 1.3 that comes with Oracle 9iAS. Based on the deadlines, the
> plans to upgrade have been moved to a future date.
Can you at least move off Windows? Mod_perl 1 runs
43-sfsdf-88dsff-fds324-sfsdf2
[Wed Nov 15 16:04:09 2006] [error] [client 38.118.10.237] 3. Proxy URL
==>
http://38.118.10.23:8247/SecurityServices/SSOProxyServlet?ssotoken=3243-
sfsdf-88dsff-fds324-sfsdf2
[Wed Nov 15 16:04:09 2006] [error] [client 38.118.10.237] 3a. out1 ==>
TMILLS
[Wed Nov 15 16:04:09 2006]
Sumit Shah wrote:
Thanks Perrin. I was able to figure out the problem. It had to do with
running Apache as a service versus standalone. If I run it as a service
the code works as is and returns the requested page. But if I run it as
a service on Win2K it does not return the page.
Well, I'm conf
perl@perl.apache.org
> Subject: Re: Basic Mod_Perl 1 and Apache 1.3 Issue: Unable to
> get the requested page.
>
> Sumit Shah wrote:
> > 1) When the filter is setup
> > 38.118.10.237 - - [14/Nov/2006:18:57:17 -0500] "GET
> > /snflwr_doc_html/asut0002.htm HTTP/1.1&quo
Sumit Shah wrote:
1) When the filter is setup
38.118.10.237 - - [14/Nov/2006:18:57:17 -0500] "GET
/snflwr_doc_html/asut0002.htm HTTP/1.1" 200 -
2) When I remove the filter (is remove the Perl Module)
38.118.10.237 - - [14/Nov/2006:18:58:17 -0500] "GET
/snflwr_doc_html/asut0002.htm HTTP/1.1" 200
Hello,
I am facing the following issue:
I have installed the following module inside Apache 1.3 using modperl
1 under Oracle 9i Application Server.
package Apache::Proxy;
use mod_perl ();
$VERSION = '1.01';
sub handler{
}
1;
__END__
I have set the following directive/filter