I have an application running in 2 ubuntu servers, one local with virtual box and the other in amazon.
I configured both, so it's practically the same.
The same code display the font-awesome normally in the virtual server but not in the amazon server.
I checked if everything is loading, and it is!
In chrome it display as empty squares, and in safari it doesn't display at all.
I'v tried some .htaccess configurations I found googling but no lucky.
You can check in: http://54.94.183.185/
Related
I answered this below for anyone that is interested
I'm on Windows 10 using Chrome, Firefox and MS Edge. I'm trying to do something for a class I'm taking and can't get it to work. All I want to do is add something like this to the hosts file:
127.0.0.1 mysite.dev
This is ALL to run on my local PC. I eventually need to have my site able to run on IIS, but this is the first step and I can't get past it. (I'm on my second day trying)
What I've done:
I did edits in notepad on a file on my desktop.
I renamed the original hosts file in the drivers/etc directory.
I copied my file into the drivers/etc directory.
I ran ipconfig -flushdns
I successfully pinged the new site with: ping mysite.dev
I cleared browsing history in all three browsers.
I reopened all three browsers.
All that failed to make any difference (and I rebooted as well) So I added this:
I ran ipconfig -flushdns
Then ipconfig -renew
Then ipconfig -registerdns
Then repeated steps 5->6 and all failed to make any difference. These are the errors per browser:
Chrome: This site can’t be reached mysite.dev refused to connect.
Firefox: Unable to connect Firefox can’t establish a connection to the server at www.mysite.dev.
MS Edge: Hmmm...can’t reach this page
I noticed that all three browsers changed http to https. Not sure if that mattered but I followed instructions to disable this re-direct for all three browsers and NONE of them actually stopped the redirect to https.
And I still can't the correct result, which should be the IIS default page. I can see the IIS default page with localhost, so IIS is running.
Help! Any ideas or directions at all would be very appreciated!
Got the answer from someone. Google owns the .dev domains and has restrictions on it so it HAS to be HTTPS, which requires certs etc, which is not in the scope of my class. I just changed it to mysite.local and BOOM!, there it was! Thanks.
I am new to WAMP Server Configurations and it seems that I managed to setup my server to run on other devices by using the Ngrok that allows user to create a terminal for their website.
I tried visiting the URL that ngrok gave me. The layout shows properly in a desktop. BUT upon accessing it in my android phone, the layout is not showing and it is just plain HTML.
Is there anything that I can do to fix this one?
The application is working on my Local Tomcat server. For some pages Firefox suspends, the status shows "Waiting for gg.google.com". The same page is easily achieved by Chrome.
Also, I need to mention that some icons with URLs on the Web page are not present in my server, so Firefox is losing time trying to get them
Yes, as Olaf Knock hinted, disabling JavaScript debugging in Firebug solved the problem. See https://briancaos.wordpress.com/2009/07/01/waiting-for-gg-google-com/
I am receiving the following error when trying to load a PNG (over https) into an iframe on Amazon's mechanical turk:
SEC7117: Network request to https://toucan.cs.colostate.edu/pp/images/125.png did not succeed. This Internet Explorer instance does not have the following capabilities: privateNetworkClientServer
You can view the page here https://workersandbox.mturk.com/mturk/preview?groupId=36TBNKR908TLAX7SKNTTRWW7TFYEDT It works fine in all other browsers.
I can't for the life of me figure out why Edge would be blocking PNG files (JS I can understand) and how to remedy it. Any ideas would be greatly appreciated.
More Info
Windows 10 64bit
Edge 20.10240.16384.0
Have tested on several machines and been able to replicate the problem
Have admin rights on all machines and they are not part of a domain.
Update
It seems to be an issue with the web server that is hosting the image which is running Apache. I placed the image on another apache server and everything worked fine. so then I tried to send the CORS header for all images as explained on https://github.com/h5bp/server-configs-apache/blob/fc379c45f52a09dd41279dbf4e60ae281110a5b0/src/.htaccess#L36-L53
but that still didn't solve the problem. For some reason Edge blocks the request.
The issue is Edge detecting the file server to be part of the local intranet, which is being referred to from a public website.
Related: SEC7117 Error when trying to load a javascript file in MS Edge
The solution is to host the files on a different subnet from what the computer you're accessing it from.
I have a very frustrating problem: left-clicking an empty space in gnome-terminal selects the whole (empty) line.
This pretty much kills all the copy-paste functionality of gnome - in order to copy from one window to another I need to change focus to the other window, and just changing the focus selects the empty space and clears the previous selection.
More details:
I'm connecting to a Linux machine through VNC.
Same problem happens with different VNC clients.
Linux Distro: SLES 11 SP2 (i586)
Linux machine is a virtual machine on top of VMWare ESXi
VNC Server: TightVNC Server version 1.3.9
I found the description of same problem on ubuntu forums, but there was no resolution posted.
Decided to answer my own question, in case anyone is interested in this issue.
The problem was unsolvable in the existing setup - I tried every possible solution I could find on the web.
Changing VNC Server helped.
Looks like it's a problem of TightVNC Server (or maybe of this particular version of the TightVNC).
With other servers (e.g. RealVNC) everything works fine.