|
Building
Building mod_vhost_dbd and mod_log_dbdWindowsUse the Visual C++ NMAKE utility to compile, link, and install the modulesNMAKE -f Makefile.win APACHE=apachedir NMAKE -f Makefile.win APACHE=apachedir install where apachedir is a top level Apache 2.2+ directory. For example: NMAKE -f Makefile.win APACHE=C:\Apache2 NMAKE -f Makefile.win APACHE=C:\Apache2 install
UnixUser the Apache apxs utility to compile, link, and install the modulesapxs -c mod_vhost_dbd.c apxs -i mod_vhost_dbd.la apxs -c mod_log_dbd.c apxs -i mod_log_dbd.la |
► Sign in to add a comment