|
Dan,
Our phpMyAdmin is designed to run on http:// of the main Apache
webserver rather than having it running on the admin server.
Therefore the code is hard coded in a file called
/Library/Tenon/MySQL/bin/MySQL.pm There is a subroutine called
"get" and inside you will find lines like this:
if($version_str =~/PHP/) {
print
$query->redirect("http://".$host."/phpMyAdmin/index.php");
} else {
replace http:// with https:// that should do the trick.
However, you might want to consider modify your phpMyAdmin
config.inc.php to use http:// instead. Because modifying
/Library/Tenon/MySQL/bin/MySQL.pm is not supported, and it is possible
to be overwritten by future updates.
regards,
Eric
On Tuesday, May 20, 2003, at 02:23 PM, DC wrote:
One little letter...
I noticed that the address in the address
bar of IE showed http:// rather
than https:// so i forced it to https://
and now I can access my phpMyAdmin.
I see that the link from the main iTools
page for mYSQL has the https://
format for the link, but somehow in
there, and probably with all my
installing and re-installing, it got
redirected to an insecure http:// link
thereby giving rise to the errors I
posted in the previous post.
Pretty gratifying answering my own
question... ;_)
anyhow, why does this link from the main
iTools webadmin page show https://
but revert to http:// ?
How can I get it to behave?
Thanks,
dan
---------
Tenon Intersystems' iTools Mailing
List
To unsubscribe: send mail to
itools-request@xxxxxxxxxxxxxxx
with the body only containing:
unsubscribe
Find the searchable mailing list archives
at:
http://itools.blackpepper.co.nz/
--------------------------------------------------------------------------------------------------
Eric
Yang
Senior Software Engineer
Tenon
Intersystems
eyang@xxxxxxxxx
1123 Chapala
Street
805-963-6983
Santa Barbara, CA
93101
http://www.tenon.com
--------------------------------------------------------------------------------------------------
|