Re: HTML works fine, PHP...not so good

2002-07-03 Thread Keary Suska
This is not an SSL/openssl issue, but an Apache configuration issue. Make sure that your port 80 configuration (default host configuration or virtualhost configuration, as the case may be) is correct. Chances are, your document root directive is bad (doesn't hurt also to check permissions to make

Re: HTML works fine, PHP...not so good

2002-07-03 Thread Ryan Hagan
At 03:18 PM 7/3/2002 +0200, you wrote: >Ryan Hagan <[EMAIL PROTECTED]> writes: > > > Greetings, > > > > I've installed OpenSSL (0.9.6c-2) along with sslwrap (2.0.6-5) and > > apache (1.3.24-3) and PHP (4.1.2-4) on a debian system. I created my > > own certificate with no problems, installed the n

Re: HTML works fine, PHP...not so good

2002-07-03 Thread Aleix Conchillo
Ryan Hagan <[EMAIL PROTECTED]> writes: > Greetings, > > I've installed OpenSSL (0.9.6c-2) along with sslwrap (2.0.6-5) and > apache (1.3.24-3) and PHP (4.1.2-4) on a debian system. I created my > own certificate with no problems, installed the necessary lines into my > /etc/services file and ra

Re: HTML works fine, PHP...not so good

2002-07-03 Thread Shalu
HI I have just set up an Apache Server with mod_ssl and openssl I just wanted to know how to set up and install my own certificates, what all to edit in /etc/services file Please help Thanks Shalendra On Wed, 03 Jul 2002 Ryan Hagan wrote : >Greetings, > >I've installed OpenSSL (0.9.6c-2) along w

HTML works fine, PHP...not so good

2002-07-03 Thread Ryan Hagan
Greetings, I've installed OpenSSL (0.9.6c-2) along with sslwrap (2.0.6-5) and apache (1.3.24-3) and PHP (4.1.2-4) on a debian system. I created my own certificate with no problems, installed the necessary lines into my /etc/services file and ran the deamon in inetd.conf. Everything works gre