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
userguide:vsite:vsiteadd [2014/07/18 06:41]
chris@virtbiz.com
userguide:vsite:vsiteadd [2014/07/23 20:08] (current)
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.
 +
 +== Enable Common Gateway Interface ==
 +Enable the use of CGI applications.
 +
 +== Enable Server-Side Includes ==
 +Enable the use of Server-Side Includes (SSI)
 +
 +== Enable SSL ==
 +Enable SSL to allow secure access to the web server for the site.
 +
 +== Bandwidth Limits =
 +Limit the maximum data transfer rate from sites.
 +
 +== Enable user owned webs ==
 +If enabled, then each user has his own webspace, which is separated from<​br>​the main website webspace and reachable through http://​www.example.com/​~username/​ . Users can then upload their own webpages through FTP into their own /web directory. PLEASE NOTE: If suPHP is enabled, user owned webs are no longer supported and this feature will be turned off.
 +
 +== Allow User(s) access to FTP ==
 +Users who are SiteAdministrators can allways FTP to the server - as long as the FTP service in general is enabled. If you also want to allow regular users to access their filespace by FTP, then tick this box.
 +
 +== Anonymous FTP ==
 +Enable anonymous FTP service for the site.
 +  * Maximum Allowed Upload Disk Space (MB) - The limit in megabytes (MB) for anonymous FTP uploads.
 +  * Maximum Simultaneous Connections - The maximum number of anonymous FTP users that can be connected to the server at one time.
 +
 +== Enable Shell Access ==
 +Enable shell access to allow the creation of users who can connect to the server using services such as telnet and ssh.
 +
 +== Enable Sub Domains ==
 +Allows you to enable Sub Domains for virtual hosts and specify the maximum number of subdomains.
  
userguide/vsite/vsiteadd.1405629666.txt.gz ยท Last modified: 2014/07/18 06:41 by chris@virtbiz.com