The UGA web hosting standard service will require VPN and ArchPass Duo access for updating content, effective February 25. There will also be a content change freeze starting on Thursday, February 23, at 5 p.m. until Saturday, February 25, at 7 p.m. See more for complete details. |
Web standard hosting is a free web hosting service to UGA affiliated departments and student organizations.
Any University-affiliated department or student organization can request a UGA Web Standard Hosting account by completing a Web Standard Hosting account form.
A request to change the individual owners of a web standard hosting account may be submitted to the EITS Help Desk. Accounts may have multiple owners, all of whom must have a valid MyID.
UGA's web standard hosting service is a free service that enables UGA students, faculty and department to have space for their sites. Due to service limitation, this service does not include:
All sites using UGA's web standard hosting service must follow UGA's policies for information security. Site owners and content creators are advised to know and understand UGA polices and guidelines. Users, including students, with access to sites on this service should also complete SecureUGA security awareness training.
EITS reserves the right to disable accounts that are compromised or not following UGA policies.
Accounts that are inactive may also be deleted.
Note: Effective February 25, 2017, authorized web standard hosting clients will be required to login with the VPN, which requires ArchPass Duo, prior to logging in to their web standard hosting accounts.
Hosted websites can have a limited amount of storage for their database. If your site needs a MySQL database, submit an online request to the EITS Help Desk. Specify in your request the nature of request.
If you have already requested a MySQL database, you can find the credentials at : /usr/www/dev/accountName/db.info
If you want a specific URL for your site within the .uga domain, you may submit a request for a vanity URL or domain redirect.
The basic settings below will allow you access to the web standard hosting server using the software of your choice.
Production Server:
Dev and Stage Server:
Note: Effective February 25, 2017, authorized web standard hosting clients will be required to login with the VPN, which requires ArchPass Duo, prior to logging in to their web standard hosting accounts.
Access to the web standard hosting service requires a valid MyID. For issues with your MyID, visit the MyID page.
The UGA web standard hosting service offers webmasters and content creators the option of using one or more environments. They are:
Your home directory (starting folder) lies outside of these environments in the /usr/www directory. The path to each environment is listed below (replace "example" with your username--e.g. /var/www/prod/helpdesk-web):
All files designed to be visible from the web (e.g. images, HTML documents) should be uploaded to the public_html folder.
Web content ready for the public should be placed in the public_html folder under the prod environment:
You must have an "index" file (that is: index.html, etc.), in all lower case, in your public_html folder. This file will be the initial page visitors will see when navigating to your public-facing site.
If you plan to use only the production environment, you can define your "root folder" or "host directory" in your client as:
Users of the web server only have access to their particular folders. They have to specify their directory path in the FTP program to connect. These paths are:
These folders correspond to web addresses as such: dev.accountname.uga.edu, stage.accountname.uga.edu, and then the prod folder is the actual live site at accountname.uga.edu.
Different FTP clients specify directory paths in different ways, however in most cases it will be labeled simply as "Path" or "Directory" or "Directory Path" when putting in the connection credentials.
Users are limited to 5GB of file storage on the content server, and 5GB of storage on the database server. If storage beyond these limits is required, please contact the help desk.
A Content Management System, such as Drupal or WordPress, require a MySQL database, which can be requested with the instructions below. When a MySQL database is created, a file will be placed in their dev folder on the web server called db.info which contains their connection credentials. They will need to use one of the corresponding MySQL servers to configure their platform:
Additional information about MySQL database hosting is outlined on a subsequent page.