Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I always host wordpress with Godaddy and bluehost but now my client asked if it will be possible to host it in Google cloud platform if it is better.
My question are:
1- What are the benefit I will get comparing to other hosting?
2- what is the annual price? I checked it in Google but it is not clearly mentioned. It only says you pay based on usage.
https://cloud.google.com/php/tutorials/wordpress-app-engine-flexible
3- Does they provide an easy access to cpanel ( file manager – database and phpmyadmin).
4- Do I need to have developer skills to use it? Or they will provide 24 hours support?
Thanks in advance
That's totally different. Google cloud platform using Cloud server and it can't compare with traditional shared hosting and of course the fee will be more expensive.
Yes, you can check directly via that link. I never use Google, but I use Azure. My experience Azure is very costly, but the deployment is very easy. The cost that I need to pay at that time is 6 times higher than my shared hosting. So, I moved back to shared hosting again.
You can login directly to the server
You need to know about managing server
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I would like to publish my asp.net core to my own domain that is hosted on a shared hosting.
However, after publishing I would like to spend a few hours live testing it (yeah, I have yet to learn auto testing using selenium).
While doing so, I want to prevent visitors from knowing that the site is published so that they won't use it; some strangers know that I will be publishing some time soon and they may have set up auto monitoring.
How can that be achieved?
Best recommendation would be to use a different subdomain if your applications isn't affected by the domain it is accessed on, this will allow the older version to still be used by others. But if you don't mind if others are completely unable to access the system while you are testing, just whitelist only your IP on the domain.
You can setup a gateway for you website.
You can set IP whitelist in the server hosting provider, or you can use a reverse proxy like Nginx to set IP whitelist or HTTP auth before the requests arrive your website.
If the domain doesn't matters, you can use subdomain as Jacob suggests
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I have tried many hosting services and they all have the downtime problem. Now, i am well aware that downtime is inevitable and will happend eventually, but i have been wandering if a website can be hosted in multiple hostings to solve this problem. For example, i have my website in one hosting company and if for any reason my site goes down in that site, my domain name can redirect to the alternative hosting company.
Is that posible? and if so, how can it be done?
I will greatly apreciate any help.
It's difficult to have 100% uptime guaranteed, but having multiple servers spread across multiple providers can get you close.
The trick is letting your DNS know which IP to serve your site from. My DNS provider has a failover system that monitors my sites; if it detects any downtime, it automatically serves up a secondary IP address for requests to my domain.
Of course, this requires having an infrastructure in place to ensure the content is synced across multiple servers but if you're in the game for a failover system like this I'm guessing you've already got something like that in place.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I have a BizSparks subscription to Windows Azure, I have created a website and deployed my MVC 4 app. All went well, the site running under : http://rfi-uat.azurewebsites.net/
Now, I am trying to set the CName and point my domain name to the site. I read and understood that in order to do this, I need to change the site mode from FREE to Shared. However, every time I try it says
Mode change could not be saved
The detail of the message reads
Please try again. If the problem persists, contact support.
Any help would be greatly appreciated.
It appeared to be an issue for certain websites. In particular websites in East Asia region. I first lodged a ticket to the billing support as advised by #David M. above. The Win Azure team responded:
Your question appears to require technical support for
instead of billing and subscription support for Azure as selected.
Then I kept trying differnt things, and I found that few other operations fail occasionally on that particular website (which is the only one in East Asia region in my account).
I created a new Azure website in East US region and everything went smooth from there on.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am administering a drupal based website for a small company. We want to start offering our customers video content, streaming preferably.
What we would like to do is have a log-in on the website where after authentication the user could access the videos.
Since I am quite new to do this I don't know
A., what streaming provider to use, lot of people mentioning amazon s3
b., is it possible if using amazon s3 to have my conent be "secured" so only people with neccessary login details access it.
(There is no need for purchasing infrastructure. We hand out the login/password to the customer personally, we just want that if someone copy/pastes the link he or she would not be able to watch it)
I just need some general guidline, googling streaming hosting gives up way to much results and I couldn't find the best solution for this type of question... :(
Thank you for your help!
Check out http://wistia.com/ its one of the best service.
As for showing the video you embed them in a content type and set permission for that type for authenticated users.
This is a basic example. If you needs is more complicate then you can try making a module or use commerce module .
Cheers,
Vishal
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am trying to find out if I can get notified when a site is down, or when a service running under WAS is no longer running.
I don't want to code a monitoring tool, I am sure there must be something out there...
I'm using this
http://tools.pingdom.com/
Beside the cool online tools you have a subscription for monitoring your site.
I found a couple more, haven't used them. These seem totally free while pingdom tools is only free for one site.
http://www.uptimerobot.com
http://ezinedesigner.com
I also had this need, so I created an open source app called Pinger. You can do unlimited URLs with intervals of your choosing. The docs has instructions for getting running on Heroku quickly:
https://github.com/austinthecoder/pinger
I personally use Content Site Monitor. It has a really simple and cool web interface that allows you to view your site’s up-time statistics on a desktop or mobile screen. It’s easy to configure your monitoring parameters as well.
It doesn't just ping your server to make sure that it's alive. It allows you to specify certain content/keywords that you want to monitor. It will send you alert email if the content/keywords are missing from your site or if your site goes down.
Best of all, it’s free to monitor up to 3 sites!