Forum Moderators: phranque

Message Too Old, No Replies

https to http problem

https to http problem

         

marty6

12:41 pm on Dec 21, 2006 (gmt 0)

10+ Year Member



Hi,

I'm a noob at apache. After having it configured and installed on a server machine for about a year (and forgetting how to configure apache), I did something that I can not figure out or undo. I really need the help. My apache is now running with [127.0.0.1...] and not [127.0.0.1....] Is there a way to get that back? I did a port check and apache is using port 443 (a secure port). It also stated that port 80 and 81 are not being used by apache. I did not edit the config file. Is there a way to fix this besides reinstalling apache from the beginning?

thanks,

marty6

RonPK

2:20 pm on Dec 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Exactly what happens if you request
http://127.0.0.1
, does it redirect to the https address?

Also, is there a

Listen
directive in the Apache config file (httpd.conf or apache2.conf, depending on which version you're using)? If you don't want Apache to listen at port 443 (the port used by the https protocol), it should just say
Listen 80

marty6

9:40 pm on Dec 21, 2006 (gmt 0)

10+ Year Member



Hi,

When I put in [127.0.0.1...] it comes back as "This page can not be found. There is no redirect. If I put in [127.0.0.1...] it comes back as "you are about to view pages over a secure connection."

marty6

[edit]
Went back into the conf file and found the "Listen 80" not written. So, I added it and now it works. Thanks for your help. I'll post back if further help is need...I'm pretty sure that I'll need it. Thanks again.....