Posts: 675
Threads: 107
Joined: Apr 2010
Reputation:
0
I removed my ssl options in apache for one of my websites and I changed the port for virtualhost back to 80. I also remove the certificates for feedmebits.nl. I restarted apache but now my website one seem to come online anymore. My other website wors fine, when I try to go to feedmebits.nl via a proxy, I get the following error: Couldn't connect to feedmebits.nl:443: No route to host . Seems like somewhere it's still trying to connect to the ssl port. I've been search and looking over my apache config file. Can't find anything there and I there's nothing installed anymore that has to do with ssl. Any advice to help me in the right direction. My website access.log shows that I did try to connect via a proxy:
69.175.115.50 - - [18/Jan/2012:10:55:51 +0100] "GET / HTTP/1.0" 303 - "http://www.mywebtunnel.com/" "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
but it won't display my site.
Posts: 675
Threads: 107
Joined: Apr 2010
Reputation:
0
I tried remove all SSL certificated stored in IE and in firefox cuz I saw it still had the certificated stored there. But removing them didn't help either.
Posts: 955
Threads: 36
Joined: Sep 2008
Reputation:
0
Are you connecting using http:// or https:// ...? Don't forget the browser may sometimes cache info!
Posts: 955
Threads: 36
Joined: Sep 2008
Reputation:
0
The 303 suggests that Apache is trying to bounce it (redirect) elsewhere. You running mod_redirect or mod_rewrite?
Also, can you access a different (new) file in that dir rather than the index?
Posts: 955
Threads: 36
Joined: Sep 2008
Reputation:
0
Okay... it looks like a caching problem somewhere along the line, and possibly something you may not be able to control higher up.
Another factor to consider is any of your TTL values set in Apache or the web page itself - they usually inform cache functions (browser, proxy etc) how long a page should be cached for.
I tend to use CTRL+REFRESH (or is it shift+refresh?) to bypass the local cache and force a refresh hit.
Posts: 675
Threads: 107
Joined: Apr 2010
Reputation:
0
2012-01-19, 12:53 PM
(This post was last modified: 2012-01-19, 03:24 PM by Dungeon-Dave.)
I can't remember setting up any TTL values in my config file, I know the term but haven't worked with it before.. I searched through my config file though, nothing. I'm at work now and I tried ipconfig /flushdns
under windows. Didn't help either. But since I am able to get to my test file, I would think it can't be a problem on my server or else I wouldn't be able to reach my whole site and wouldn't be able to reach my other site either. But if it's a cache problem higher up? How can I figure out what it is?
I am getting a connection looking at my access logs:
- - [19/Jan/2012:13:54:50 +0100] "GET / HTTP/1.1" 303 - "-" "Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
I'll try and search on httpd 303 error