12 messages in ru.sysoev.nginxRe: Works - but loses some graphics, ...
FromSent OnAttachments
Stefan ScottFeb 13, 2009 2:48 pm 
Stefan ScottFeb 13, 2009 4:26 pm 
Stefan ScottFeb 13, 2009 4:55 pm 
Jim OhlsteinFeb 13, 2009 5:37 pm 
Rob SchultzFeb 13, 2009 5:55 pm 
Stefan ScottFeb 13, 2009 7:06 pm 
Rob SchultzFeb 13, 2009 7:22 pm 
Stefan ScottFeb 13, 2009 8:39 pm 
Stefan ScottFeb 13, 2009 8:59 pm 
Stefan ScottFeb 13, 2009 9:01 pm 
Igor SysoevFeb 14, 2009 3:59 am 
Maxim DouninFeb 14, 2009 4:28 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Works - but loses some graphics, and non-SSL saves index.phpActions...
From:Rob Schultz (rsch@gmail.com)
Date:Feb 13, 2009 7:22:55 pm
List:ru.sysoev.nginx

On Feb 13, 2009, at 9:06 PM, Stefan Scott wrote:

This seems like it should be straightforward - I just want to serve phpMyAdmin from a sub-URL (mydom.myhost.com/phpmyadmin) instead of from a vhost (phpmyadmin.mydom.myhost.com) And I want to use SSL. (Actually I really just want to use SSL on the POST on the login page - but I haven't figured out how to shut off SSL for the other pages yet - which is gonna be a whole 'nother can of worms I guess.)

You are going to open yourself up to security issues if you go to a http after authentication. All your information will be able to be sniffed and potentially get the session id for your current session and get into your phpmyadmin install that way. if you want it to be secure you need to start on https and stay on https.

Thanks for any help.