The heroku tag has no wiki summary.
0
votes
0answers
27 views
Can you have plesk / cpannel, phpmyadmin, and ftp access to Heroku [closed]
Ive got a large shared hosting account which i use for the majority of my sites. Ive recently made a small web app, which relies on php 5.4 and also needs shh to be setup, neither of which are ...
1
vote
0answers
22 views
Feasible to use Parse as web app PaaS? [closed]
Parse (recently purchased by Facebook) is marketed as a BaaS, but the tech stack seems similar to a PaaS such as Heroku, and they tout their Javascript SDK for web apps.
Unlike Heroku, Parse has a ...
0
votes
0answers
16 views
SSL Hosting Support for site with existing SSL certificate [duplicate]
I would like to know if there are any hosts that host PHP sites with SSL support for free, if I have an existing SSL certificate for my domain.
I checked out many questions here(about 10) but none of ...
0
votes
0answers
17 views
Scalable cloud based PHP-supported equivalent to Azure? [duplicate]
I am looking for a company that can sell me infinite scalable cloud based hosting for PHP projects like WordPress and other PHP/MySQL-based sites.
I just tried Azure, only to realize that they have ...
0
votes
0answers
60 views
Heroku serving up error page, with no errors in the logs
I'm having some trouble deploying my app to Heroku. I am using Ruby and Sinatra, no Rails. Every time I try and navigate to a page, it serves up the error page, but the logs show no errors or anything ...
3
votes
1answer
90 views
Personal e-mail address on Heroku
Right now, my Rails website is being hosted on a regular virtual host, running CentOS and cPanel, the classical way. I also have an e-mail address on my domain, and my host also, obviously, provides ...
0
votes
0answers
129 views
In practice, what are the key differences between Heroku and webfaction? [closed]
I've been building and hosting webapps, mainly in Django and Flask, for some time now. Mainly, I've been hosting them on Heroku, because of the free tier and the ease of git-enabled application ...
1
vote
1answer
185 views
DNS forwarding used to point godaddy DNS to heroku app: this doesn't work from a corporate network -why?
My domain on Godaddy is set up with DNS forwarding to the heroku app.
This works fine from all the internet connections I've tried except for the one at work. How can I troubleshoot this issue? Is it ...
0
votes
0answers
26 views
Cloud proxying service
I have an app that mashes up images from Bing image search, it's hosted on Heroku written in rails.
The app is client side in javascript, so the mashup is done on an html5 canvas - this means though ...
0
votes
3answers
532 views
How can I remove the security/malicious user warning from my website?
I have a domain name tradespring.net, and www.tradespring.net that redirect to my heroku app with a CNAME record. However when I first try to access these sites it gives me a malicious warning
This ...
0
votes
1answer
139 views
Can't get heroku site updated on custom domain
I have hosayif.com registered at GoDaddy, and I set up a cname for rails.hosayif.com to point to my heroku app at sharp-meadow-6535.herokuapp.com.
I set this up with a previous app, and it worked. I ...
1
vote
1answer
240 views
Heroku dyno vs vps performance [closed]
I'm trying to get a sense of how a Heroku web dyno compares to a standard vps.
For example, how many web dynos would be equivalent to a Linode 512? or a Linode 1024?
4
votes
1answer
571 views
How do I deal with content scrapers? [duplicate]
Possible Duplicate:
How to protect SHTML pages from crawlers/spiders/scrapers?
My Heroku (Bamboo) app has been getting a bunch of hits from a scraper identifying itself as GSLFBot. Googling ...
2
votes
2answers
436 views
Can you host Magento on Heroku?
I have Magento running on Heroku but the DB is on Dreamhost (because Heroku doesn't host mySQL). I get a Database connection error from Magento whenever I try to connect. Anyone ever done this?
3
votes
3answers
1k views
DNS configuration to force root domain to www
we have an app running on heroku. the dns setup is like this:
A record for domain.com -> heroku front end ip addresses
CNAME for www.domain.com -> specific host name for our app provided by heroku
...
1
vote
1answer
343 views
SSL is not enabled in Heroku
Since Heroku has integrated the piggybank_ssl addon by default, trying:
heroku addons:add piggyback_ssl
or
heroku addons:add ssl:piggyback
results in:
! This add-on is now a standard ...
4
votes
2answers
1k views
How do I deploy a favicon on Heroku?
I have the following Hello world code for my Heroku app. Also in my project's root folder, I have a favicon.ico.
import os
from flask import Flask
app = Flask(__name__)
html = '''
<!doctype ...
4
votes
1answer
597 views
enable email on Godaddy when using Zerigo on Heroku hosted app
A little recap of what I have done ... and then my questions Q1, Q2 and Q3
1 - I developed a RoR app that I deployed on Heroku.
biowatts.heroku.com
2 - I bought a domain name at GoDaddy:
...
1
vote
3answers
197 views
How can you prevent someone destroying your app if they get into your account on heroku?
Heroku is wonderful but it's slightly concerning that if your Heroku login is compromised someone can simply destroy your entire app and business.
Is there any way of preventing this using multi ...
5
votes
1answer
2k views
DNS A Records with 1and1 and Heroku
I have a domain name registered through 1and1.com that I'd like to point to my Heroku app (mydomain.com and www.mydomain.com).
Heroku's instructions ...
0
votes
1answer
746 views
Hosting a website on Heroku… I know how to, but im running into problems!
I'm starting to learn more on the back-end scale of programing.
Recently I started up Heroku for the second or third time. This time I actually installed the Git update to my Mac and installed Heroku ...
1
vote
2answers
1k views
Speed up Heroku (small) app
I want to speed up my Heroku app, should I add an extra Dyno or the first Worker?
Thanks.
