
schellb12 at gmail
Oct 16, 2009, 2:11 PM
Post #7 of 7
(462 views)
Permalink
|
|
Re: Incorrect $_SERVER['SERVER_PORT'] Returned
[In reply to]
|
|
Thanks again Eric. Once I moved the SSL virtual host within SSL.CONF, that did the trick and everything worked as expected. Much appreciated. On Fri, Oct 16, 2009 at 12:16 PM, Eric Covener <covener [at] gmail> wrote: > On Fri, Oct 16, 2009 at 2:02 PM, Bob Schell <schellb12 [at] gmail> wrote: > > Thanks again for the quick reply. How did my config also imply http over > > 443? > > > > On Fri, Oct 16, 2009 at 11:51 AM, Eric Covener <covener [at] gmail> > wrote: > >> > >> On Fri, Oct 16, 2009 at 1:48 PM, Bob Schell <schellb12 [at] gmail> > wrote: > >> > However, then, within the application I am using, if I logout of the > >> > application and/or navigate around as I used to be able to do, I get > the > >> > following URL which errors out on me: > >> > > >> > http://name.url.edu:443/rcsurvey/rp_survey/1.3.1/ > >> > > >> > You can see that it tacked on the ':443' and changed https to http. > >> > >> Your config also implied http over 443 which is unusual. A redirect > >> to that protocol and port seems pretty natural. > > Normally an SSL virtual host has SSL directives in it. > > -- > Eric Covener > covener [at] gmail > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe [at] httpd > " from the digest: users-digest-unsubscribe [at] httpd > For additional commands, e-mail: users-help [at] httpd > >
|