On Sat, 21 Apr 2001, JRicker wrote:
> 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 inde
: order of the directory index in ur apache file may be the
: problem? Virtual hosting under ssl has a different order maybe. check
: ur httpd.conf file
:
: - John
Which problem do you think this will fix? I think I found out part of
the problem with the POSTed urls but will this fix the defau
hi...
ive got apache 1.3.12 running with openssl... had everything working fine
with
SSLPassPhraseDialog Builtin
Now I decided that I dont want to always be prompted for the passphrase, so
I set:
SSLPassPhraseDialog exec:/www/bin/q
/www/bin/q is:
#!/usr/bin/perl
print "pass_here";
The q script
order of the directory index in ur apache file may be the
problem? Virtual hosting under ssl has a different order maybe. check
ur httpd.conf file
- John
On Sat, 21 Apr 2001, JRicker wrote:
> I've been working on this PHP driven shopping cart program called
> phpshop. Everything works fine unt
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
hi...
ive got apache 1.3.12 running with openssl... had everything working fine
with
SSLPassPhraseDialog Builtin
Now I decided that I dont want to always be prompted for the passphrase, so
I set:
SSLPassPhraseDialog exec:/www/bin/q
/www/bin/q is:
#!/usr/bin/perl
print "pass_here";
The q script