Questions tagged [mediatemple]

Media Temple is a Los Angeles based website hosting and software application services company

Media Temple (sometimes referred to as "(mt)") is a web hosting and cloud services provider headquartered in Los Angeles, California and founded in 1998. They provide hosting for websites and applications as well as virtual servers, email, and other Internet content.

More information on Wikipedia and on the MediaTemple's website.

143 questions
4
votes
0 answers

Bitbucket repository push changes to deploy on Media Temple Grid server development site

Despite searching far and wide, I've not come up with a clear solution to this, and Media Temple balked at helping out with any git related issues. I simply want to push commits to my bitbucket repository, then push those changes to my production…
Justin Young
  • 75
  • 1
  • 1
  • 10
4
votes
1 answer

Composer error - Your requirements could not be resolved - Laravel 4.2 on Mediatemple

I'm getting a problem reported from composer when running php -d allow_url_fopen=On composer.phar install on mediatemple. This reports back saying laravel/framework v4.2.6 requires php >=5.4.0 -> no matching package found. I've updated my php…
a7omiton
  • 1,597
  • 4
  • 34
  • 61
4
votes
0 answers

NGINX, Unicorn, Mediatemple dv server

Anyone every try to set up nginx & unicorn for their rails apps on a mediatemple dv server? Did you document it?
BandsOnABudget
  • 3,966
  • 2
  • 17
  • 19
4
votes
2 answers

Can't send email via SMTP because "550 - Relay Not permitted"

I'm using CakePHP to send automated emails to clients. It's been working great, but it seems some recipients aren't receiving our emails. So I decided to use the SMTP option for sending emails, and route emails through our email provider at Media…
thespacecamel
  • 912
  • 11
  • 14
3
votes
1 answer

Need advice on deploying my first rails app to a mediatemple (dv)

I'm trying to deploy my first rails app on a mediatemple (dv) and i'm not having any luck. I'm trying to use phusion passenger so i went over to http://www.modrails.com/videos/passenger.mov and watched the tutorial on installing this. I did…
Catfish
  • 18,876
  • 54
  • 209
  • 353
3
votes
0 answers

PHP PDFTK and Media Temple

Has anyone ever been able to install PDFTK on Media Temple GS? 1.a. If so, how? If not, is there anyway to merge PDF and FDF so the user get's served the PDF version with the FDF data? The reason is, if the user downloads the FDF data, they need…
Justin
  • 2,502
  • 7
  • 42
  • 77
3
votes
3 answers

Install mongodb php driver on mediatemple dv 4.0

By following the official instructions http://www.mongodb.org/display/DOCS/Quickstart+Unix and this post http://blog.phy5ics.com/2010/03/27/installing-mongodb-on-mediatemple-dv/ I've just about managed to get mongodb installed on MediaTemples DV 4.0…
user623520
3
votes
2 answers

Where do MediaTemple (dv) vhosts configuration files live?

This question is specific to MediaTemple Dedicated-Virtual servers. When I add a new vhost through the Plesk Panel, where is the vhost configuration saved? There is no /etc/httpd/conf/httpd-vhosts.conf and there is nothing in…
andrhamm
  • 3,924
  • 4
  • 33
  • 46
3
votes
3 answers

Premature end of script headers: php5 Symfony produces internal server error 500

I am running into an issue that is leaving me in a dead end so in turn, I turn to you! Recently a Symfony app has been going down rendering an internal apache error -500. After deleting the Symfony cache the site comes back up. Upon some further…
jeffreynolte
  • 3,749
  • 11
  • 41
  • 64
3
votes
1 answer

Running CakePHP Cron jobs on Media Temple grid service

I have the following Shell in my CakePHP app:
Cameron
  • 27,963
  • 100
  • 281
  • 483
3
votes
1 answer

How can I setup default directives for all servers in nginx? (Issues with Plesk)

I have a DV 4.0 server on media temple which is setup with nginx as a reverse proxy to apache. I want to configure some far future expires headers (using location blocks) and other settings for my (multiple) domains running through nginx. Normally…
Jeremy Worboys
  • 533
  • 3
  • 16
3
votes
1 answer

Is memcached worth running on only one server?

I'm running a dv server at MediaTemple with 4 Gigs of RAM, and I'm just getting into looking at using memcached for my large Wordpress install. I understand that even though memcached is primarily designed to be used with a multiple-server setup, it…
conkhead
  • 31
  • 1
  • 2
2
votes
1 answer

Questions about subversion and my VPS

I have just purchased a (dv) account from media temple and I want to begin using subversion, as currently I don't use a code repository at all. Questions: Should I setup svn on my (dv) or use something like beanstalk/assembla/etc for hosting my…
Catfish
  • 18,876
  • 54
  • 209
  • 353
2
votes
1 answer

Post Commit SVN hook on MediaTemple (gs) - svn update

I have created a SSH/FTP/email user and when I connect to my MTServer using SSH and that user I can't access /home/XXXX/domains/mydomain.com/. I am using subversion and it's working fine, but I want it to be able to auto update my webpage ( on the…
Bonfocchi
  • 523
  • 3
  • 10
  • 19
2
votes
0 answers

Cron job for listening the queue every minutes crashes the mysql database server

Cron job for scheduler which runs queue listen command in background creates the excessive load in mediatemple Dv hosting server and crash mysql connnection. The processes and their children generating load look like this: _ /usr/bin/php artisan…
1
2
3
9 10