krlaboratories

LiteSpeed Maintenance

Nov 29th, 2021 (edited)
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. /* URL login */
  2.  
  3. https://IP_address:7080/
  4.  
  5. /* Operations */
  6.  
  7. systemctl start lsws
  8. systemctl stop lsws
  9. systemctl restart lsws
  10.  
  11. /* change pass admin */
  12.  
  13. /usr/local/lsws/admin/misc/admpass.sh
  14.  
  15. /* check OLS version */
  16.  
  17. /usr/local/lsws/bin/lshttpd -v
  18.  
  19. /* check OLS errors */
  20.  
  21. /usr/local/lsws/bin/openlitespeed -t
Advertisement
Add Comment
Please, Sign In to add comment