User Tools

Site Tools


userguide:vsite:vsiteadd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
userguide:vsite:vsiteadd [2014/07/18 06:41]
chris@virtbiz.com
userguide:vsite:vsiteadd [2014/07/23 08:03]
chris@virtbiz.com
Line 1: Line 1:
 +======Add New Virtual Site ======
 +[[userguide:​start|BlueOnyx]] > [[userguide:​sitemanagement|Site Management]] > [[userguide:​vsite:​vsitelist|Virtual Site List]] > [[userguide:​vsite:​vsiteadd|Add Site]]
 +
 New virtual sites are added via the Add Site page.  Certain information is required in order to configure a new site on the BlueOnyx server. New virtual sites are added via the Add Site page.  Certain information is required in order to configure a new site on the BlueOnyx server.
  
-====== Basic Settings: ​======+===== Basic Settings: =====
  
 == IP Address: == == IP Address: ==
Line 45: Line 48:
   * SERVERNAME is the FQDN of your server.   * SERVERNAME is the FQDN of your server.
   * vsitename is the FQDN of the site you are configuring.   * vsitename is the FQDN of the site you are configuring.
 +
 +===== Services and Features: =====
 +
 +== Enable PHP Scripting: ==
 +Selections for PHP options that will apply to the virtual site:
 +  * Disabled: PHP will not be enabled for the site, and any PHP code will be displayed in a web browser as plain text.
 +  * Enable PHP Scripting: ​  PHP is enabled for the website.  ​
 +  * Enable SuPHP: ​ Enable the use of suPHP so that PHP scripts run with the UID of their owner. Be sure to configure a siteAdmin as owner of your /web folder through the Web Ownership menu! 
 +  * PLEASE NOTE: If suPHP is enabled, user owned webs are no longer supported and that feature will get turned off.
 +
 +== MySQL user and database: ==
 +Allows you to automatically create or remove a MySQL database and a MySQL user for this site.
 +PLEASE NOTE: If the checkbox is already checked, then unchecking it and saving the changes will remove the MySQL database AND the user.
 +
 +Clicking the checkbox to enable MySQL service on the site will inflate a sub-window with the following inputs:
 +  * Username: Username of the MySQL user. Has rights and permissions only for the database specified below.
 +  * Password: MySQL password for the MySQL user in question.
 +  * Database Name: Name of the MySQL database for this site.
 +  * Database Host: Host on which the MySQL server is running. Typically this is localhost.
 +  * Port: Port on which the MySQL server is listening. Typically this is 3306.
 +
 +== Enable JSP and Servlets: ==
 +Enable to allow the use of JavaServer Pages (JSP) and Servlets.
 +**NOTE:** JavaServer Pages (JSP) is NOT the same as Javascript. ​  This is only for sites that will be serving JSP applets. ​ Do not check this box if you plan to use Javascript on your website.
  
userguide/vsite/vsiteadd.txt ยท Last modified: 2014/07/23 20:08 by chris@virtbiz.com