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
litespeed_wiki:installation:generic [2019/02/04 21:26]
Lisa Clarke Clarified PHP screenshots
litespeed_wiki:installation:generic [2019/02/21 14:52] (current)
Lisa Clarke [Complete Configuration in WebAdmin Console]
Line 51: Line 51:
  
 ===== Complete Configuration in WebAdmin Console ===== ===== Complete Configuration in WebAdmin Console =====
-You may Log into the WebAdmin Console at ''<​nowiki>​https://​YOUR_SERVER_IP:​7080</​nowiki>''​. If you are unable to access WebAdmin, please verify that your firewall is not blocking it.+You may log into the WebAdmin Console at ''<​nowiki>​https://​YOUR_SERVER_IP:​7080</​nowiki>''​. If you are unable to access WebAdmin, please verify that your firewall is not blocking it.
  
 Use the username and password you were asked to set during the install script. If you need to reset these, please run the following command: Use the username and password you were asked to set during the install script. If you need to reset these, please run the following command:
Line 60: Line 60:
  
 {{:​litespeed_wiki:​installation:​virtualmin1.jpg|}} {{:​litespeed_wiki:​installation:​virtualmin1.jpg|}}
 +
 +
 +**NOTE**: If **Apache Reload on Changes** is enabled, Apache may be unable to start, due to the Apache binary wrapper. LSWS will be started instead of Apache. To run Apache and LSWS in parallel, please specify an **Apache Port Offset**, and set **Apache Reload on Changes** to ''​NO''​
 +
  
 Navigate to **Configuration > Server > HT Access** and configure the options as shown below: Navigate to **Configuration > Server > HT Access** and configure the options as shown below:
Line 109: Line 113:
 For example, we want compile the PHP exntesion ''​timezonedb''​ for PHP 7.3. For example, we want compile the PHP exntesion ''​timezonedb''​ for PHP 7.3.
  
-  # Install dependencies:​ <​code>​yum install -y lsphp73-devel make gcc glibc-devel</​code>​ +Install dependencies: ​ 
-  ​Compile it: <​code>/​usr/​local/​lsws/​lsphp73/​bin/​pecl install timezonedb</​code>​ +   
-  ​Add it into configuration file: <​code>​echo "​extension=timezonedb.so"​ > /​usr/​local/​lsws/​lsphp73/​etc/​php.d/​20-timezone.ini</​code>​+<​code>​yum install -y lsphp73-devel make gcc glibc-devel</​code>​ 
 +  ​ 
 +Compile it:  
 +   
 +<​code>/​usr/​local/​lsws/​lsphp73/​bin/​pecl install timezonedb</​code>​ 
 +  ​ 
 +Add it into configuration file:  
 +   
 +<​code>​echo "​extension=timezonedb.so"​ > /​usr/​local/​lsws/​lsphp73/​etc/​php.d/​20-timezone.ini</​code>​
  
 {{:​litespeed_wiki:​installation:​virtualmin6.jpg|}} {{:​litespeed_wiki:​installation:​virtualmin6.jpg|}}
  • Admin
  • Last modified: 2019/02/04 21:26
  • by Lisa Clarke