The fact that https://whatever gives you a 404 file not found means that
Apache SSL IS working, but it's not pointing where you want it to.

So, you need to check the DocumentRoot setting in httpd.conf and see that
it's pointing where you want it.

You probably either have a virtual host set on port 443 to point to the
wrong DocumentRoot, or you need to set one up on port 443, pointing to the
right DocumentRoot.

HTH,

Peter Janett

New Media One Web Services
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New Upgrades Are Now Live!!!
Windows 2000 accounts - Cold Fusion 5.0 and Imail 7.1
Sun Solaris (UNIX) accounts - PHP 4.1.2, mod_perl/1.25,
Stronghold/3.0 (Apache/1.3.22), MySQL 3.23.43
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PostgreSQL coming soon!

http://www.newmediaone.net
[EMAIL PROTECTED]
(303)828-9882


----- Original Message -----
From: "Andre Dubuc" <[EMAIL PROTECTED]>
To: "Vivek Kedia" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, November 27, 2002 9:23 AM
Subject: Re: [PHP] problem with https


> Hi Vivek,
>
> If you are accessing https on localhost, you would need to enter:
>
> https://localhost/whatever_file
>
> You might want to check whether you have https enabled: check phpinfo()
under
> 'Apache Environment'. [HTTPS ] should be "on" as well.
>
> hth,
> Andre
>
>
> On Wednesday 27 November 2002 10:14 am, Vivek Kedia wrote:
> > i have apache 1.3.26 on php 4.2.3 everything else is
> > running fine except "https//whatever"   when i am
> > trying to access the files thru apache , I have looked
> > for SSL properties in httpd.conf and everything is
> > properly enables( that what i think ) . The error
> > generated is "page not found" and when i am running
> > without "s" in the "https://"; the page is being
> > displayed properly ,
> > Do any1 have any idea
> >
> >
> > vivek kedia
> > [EMAIL PROTECTED]
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> > http://mailplus.yahoo.com
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to