OneIT - Web @ GT
A panel discussion with web technology experts:
- Adele Frank(CoC)
- Eric Sembrat(CoE)
- Nan Deeprasert(OIT)
- Jeff Lowe(CoS)
Moderated by Lawrence Sharp
A panel discussion with web technology experts:
Moderated by Lawrence Sharp
Below is a quick summary of what you need to do if you are changing your Drupal site's host name / domain name without moving it to a new web hosting location.
If you are moving the site to another location, then you'll also need to see the Site Migration section for additional guides.
Email from a Drupal website on OIT Web Hosting is being delivered to non-Georgia Tech email addresses, but is failing on Georgia Tech email addresses (@gatech.edu).
To fix this issue, ensure that the From: email address in Drupal (set in Configuration -> Site Information) is a valid Georgia Tech email address.
More details, per OIT Web Hosting:
Since this problem has come up more frequently, I’ll clarify what the issue is:
Log into your Web Hosting account's Plesk Control Panel and select the Backup Manager option on the right-hand side of the main page.
Creating a new MySQL database for a site hosted on OIT Web Hosting can be a little confusing. Below are the steps for getting a database set up and configured properly via the Web Hosting Plesk control panel, as well as generic steps for creating a new database on any MySQL instance that has phpMyAdmin installed.
You can view any MySQL database on an OIT Web Hosting website using many different GUI based applications. Below are a few implementations that have been used by members of our community:
If you are hosting a Drupal website on OIT Web Hosting, you can SSH into your host, but you cannot run the command-line tool Drush from your SSH session because OIT doesn't allow PHP to be run directly from the SSH command line of Web Hosting accounts. However, this doesn't mean that you cannot use Drush at all with OIT Web Hosting – you just have to work around this limitation.
Unless you manually configure Drupal cron to be run by your web hosting server, it will be automatically run when someone visits a page on your Drupal site after a certain amount of time has passed. This method works perfectly fine, but can slow down the display of the page the user requested since the cron run will block page generation until it has finished. This becomes more noticeable on site visited less frequently as more tasks can accumulate that need to be executed during a cron run.