Files
CyberPanel/install-cn/openlitespeed-1.4.28/addon/example/README
qtwrk 9227098c76 installer for chinese network
modifed litespeed/mariadb/powerdns/phpmyadmin/rainloop download URL to mirror for improve chinese network download speed.
2018-03-10 23:25:48 +01:00

15 lines
511 B
Plaintext

How to build the example module and use it.
There are four steps:
1, You need to compile and build it. You can simply use the ccc.sh script to compile and build the module.
For example:
./ccc.sh hellohandler.c
Then you will get the module file hellohandler.so
2, Copy the module file to $LSWS-HOME/modules/
3, In the admin console, Configuration/Server/Modules/, add the newly created module and enable it; in the above example, the name is hellohandler.
4, Restart openlitespeed and it should be added.