I have a similar problem, I think. I realize this isn't really a modssl
issue, but I wasn't having this problem until I added modssl and ssl.
Apparently I must have forgotten some directives in the new conf file
but can't find which ones.
If I hit my apache 1.3/openssl/modssl server with a request like
https://myhost/soap I get page not available.
But if I use: https://myhost/soap/ it works fine.
The trailing slash isn't getting added. Seems minor,
but I'm not always typing the request, it's getting generated.
So things don't work.
Similarly, www.myhost.domain requests aren't getting translatted to
https://myhost.domain/ requests.
Any pointer would be greatly appreciated, and Thank You,
Patrick.
Daniel V Klein wrote:
>
> In the former case, do you have a DirectoryIndex in your secure server?
> In the latter case, I suspect that POSTed parameters may be passed, but
> the library which is looking at the parameters may not see them because
> of the GET parameters...
>
> -Dan
>
> > I've been working on this PHP driven shopping cart program called
> > phpshop. Everything works fine until I use the secure server url. The
> > urls generally look like this:
> >
> > http://www.eavalon.com/shop/?page=shop/flypage&product_id=24
> >
> > and the file index.phtml is served up as the default. When I use the
> > secure url, it doesn't give out index.phtml but instead gives a listing
> > of the current directory.
> >
> > As a temporary fix, I changed the secure url to the full path:
> >
> > https://www.eavalon.com/shop/index.phtml?page=shop/flypage&product_id=24
> >
> > Now what happens is no POSTed variables are being passed from script to
> > script.
> >
> > This problem would be due to other things but I'm checking out all
> > possibilities here. If anybody has any ideas, please let me know.
> >
> > Thanks
> > Joel
> >
> > -----------------------------------
> > Nomopoly III now open. Join Today!
> > http://www.justthefaqs.org/nomopoly/
> >
> > ______________________________________________________________________
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> > User Support Mailing List [EMAIL PROTECTED]
> > Automated List Manager [EMAIL PROTECTED]
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]