[EMAIL PROTECTED] Problem generate SSL self-signed certificate class 2 for oracle http server powered by apache

2006-05-15 Thread Franky Ronaldy
Hi, I am having a problem when I try to generate SSL self-signed certificate class 2 by using openssl command. First, I generate csr for apache the followed by creating self-signed root CA: openssl genrsa –des3 –out ca.key 1024 –rand random-bits openssl req -new -x509 -days 3650 -config root-ca

Re: [EMAIL PROTECTED] Reverse Proxy Again

2006-01-15 Thread Franky Ronaldy
he beginning of my work with Apache in front and SAP > in the back there was always some problems if i reweite the URI. > > > > Von: Franky Ronaldy [mailto:[EMAIL PROTECTED] > Gesendet: Fr 13.01.2006 11:01 > An: users@httpd.apache.org > Betref

Re: [EMAIL PROTECTED] Reverse Proxy Again

2006-01-13 Thread Franky Ronaldy
gt; you are using mod_proxy_balancer [only in 2.2.0]to access more than 1 server > in the back. > > > > > Von: Franky Ronaldy [mailto:[EMAIL PROTECTED] > Gesendet: Fr 13.01.2006 03:56 > An: users@httpd.apache.org > Betreff: Re: [EMAIL PROTEC

Re: [EMAIL PROTECTED] Reverse Proxy Again

2006-01-12 Thread Franky Ronaldy
ttp://www.domain.com:5/webdynpro> > ProxyPassReverse /dev/webdynpro http://www.domain.com:5/webdynpro > <http://www.domain.com:5/webdynpro> > > You can easily find out what the portal sends to you if you use "tamper Data" > inside Firefox or with a

[EMAIL PROTECTED] Reverse Proxy Again

2006-01-12 Thread Franky Ronaldy
Hi, I am quite new for reverse proxy. I need some advice from expertise here. I have to configure apache as a reverse proxy with SAP portal at the backend. My apache run in linux ES 3 with apache version 2.0.46. I have configured httpd.conf to act as a reverse proxy as following: ... ProxyReques