Difference between revisions of "Configuration"
From OpenLiteSpeed Wiki
Marmstrong (talk | contribs) |
Marmstrong (talk | contribs) |
||
Line 38: | Line 38: | ||
For more information on configuring OpenLiteSpeed, see the Enterprise [http://www.litespeedtech.com/docs/ documentation] and [http://www.litespeedtech.com/support/wiki/doku.php wiki]. (We are in the process of creating OpenLiteSpeed-specific documentation.) | For more information on configuring OpenLiteSpeed, see the Enterprise [http://www.litespeedtech.com/docs/ documentation] and [http://www.litespeedtech.com/support/wiki/doku.php wiki]. (We are in the process of creating OpenLiteSpeed-specific documentation.) | ||
− | == | + | == Third Party Applications == |
− | When available, virtual host templates are the recommended way to configure your server. They're simple and pre-tested. | + | (When available, virtual host [[Help:Templates|templates]] are the recommended way to configure your server. They're simple and pre-tested. Template files are XML. You will have to right-click the link to download them.) |
− | + | [[Help:Install:Drupal|Drupal tutorial]] | |
− | + | [[Help:Install:Quick Install Joomla|Joomla! tutorial]] | |
− | + | [[Help:Install:Quick Install Magento|Magento tutorial]] | |
− | [http://open.litespeedtech.com/packages/ | + | [http://open.litespeedtech.com/packages/mediawiki.xml MediaWiki template] [[Help:How_To_Set_Up_Mediawiki_With_Template|Mediawiki tutorial]] |
− | [http://open.litespeedtech.com/packages/w3totalcache.xml W3 Total Cache | + | [http://open.litespeedtech.com/packages/phpbb.xml phpBB template] [[Help:How_To_Set_Up_PHPBB_With_Template|phpBB tutorial]] |
+ | |||
+ | [http://open.litespeedtech.com/packages/rproxy.xml Reverse proxy template] [[Help:How_To_Set_Up_Reverse_Proxy_With_Template|Reverse proxy tutorial]] | ||
+ | |||
+ | [[Help:Install:Quick Install WordPress|WordPress tutorial]] | ||
+ | |||
+ | [http://open.litespeedtech.com/packages/wpsupercache.xml WP Super Cache template] [[Help:How_To_Set_Up_WP_Super_Cache_With_Template|WP Super Cache tutorial]] | ||
+ | |||
+ | [http://open.litespeedtech.com/packages/w3totalcache.xml W3 Total Cache template] [[Help:How_To_Set_Up_W3_Total_Cache_With_Template|W3 Total Cache tutorial]] | ||
[[Category:Help]] | [[Category:Help]] |
Revision as of 22:09, 22 July 2013
Contents
Configuring OpenLiteSpeed
How to switch between XML and plain text configurations
Setting up name-based virtual hosting on OpenLiteSpeed
Setting up WebSocket proxies on OpenLiteSpeed
Setting up OCSP stapling with OpenLiteSpeed
Guide to OpenLiteSpeed's CGI setup
PHP
Guide to PHP in OpenLiteSpeed and the default PHP settings
How to set up a virtual host-specific PHP
How to set up PHP with FCGI SAPI
OpenLiteSpeed as a Reverse Proxy
Proxying with rewrite rules (The most versatile way to proxy — and the simplest for name-based virtual hosting.)
Proxying with script handlers (The easiest way to proxy certain kinds of content.)
Proxying with contexts (Allows you to add other context functionality on top of your proxying.)
For more information on configuring OpenLiteSpeed, see the Enterprise documentation and wiki. (We are in the process of creating OpenLiteSpeed-specific documentation.)
Third Party Applications
(When available, virtual host templates are the recommended way to configure your server. They're simple and pre-tested. Template files are XML. You will have to right-click the link to download them.)
MediaWiki template Mediawiki tutorial
Reverse proxy template Reverse proxy tutorial