apxs

最後更新: 2021-06-15

 

 


apxs

 

building a dynamic shared object (DSO)

which then can be loaded into the Apache server under runtime via the LoadModule (mod_so)

Usage:

apxs -c  files.c

opts:

  • -n modname      設定 module 的名稱
  • -c                      compilation , (.c)--> (.o) ---> (.so)
  • -i                       建立好 DSO 後就把它放到 modules directory
  • -a                      自動加 LoadModule 的設定去 httpd.conf

 


 

Creative Commons license icon Creative Commons license icon