1
vote
0answers
13 views

Application Hosting Software [duplicate]

For years I've been hosting my websites on a local Shared Hosting Provider, but since traffic increases on my websites, and my websites become more complex I am looking for a different solution. I ...
2
votes
2answers
93 views

Share Web Hosting software packages management

I have a very basic question about web hosting. How will I be able to manage software packages on shared hosting services? For example, some of my python scripts might require the MySQL-Python ...
1
vote
1answer
46 views

Delivering a web application to the client? [closed]

A company I am working with built a web application that can be useful for many businesses. My question is what is the best way to deliver such an application? Option 1: 'Install' it on their ...
2
votes
2answers
63 views

What's the canonical process for backing up a website? [closed]

This is going to sound terrible, but bear with me. I currently have a cron job that does a mysql dump, a git add all and commit, and a git push to bitbucket. I set this up almost a year ago, when I ...
0
votes
1answer
871 views

Removing Memcache and Memcached from a Centos server

A while back I started looking into caching, (I think) I mistakenly installed both Memcache and Memcached. If I cd / then I have both: memcache/memcache-3.0.6 memcached/memcached-1.4.10 How ...