From 4e772dff513bfe73b81b63c3c9a6115034f8d265 Mon Sep 17 00:00:00 2001 From: Jean-Luc Cyr Date: Mon, 6 Aug 2018 10:34:19 -0400 Subject: [PATCH] compile for prod script --- compile.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index 5b0501a..9dd3e76 100755 --- a/compile.sh +++ b/compile.sh @@ -1,2 +1,4 @@ -/home/jlcyr/apache2/bin/apxs -lpam -lpam_misc `mysql_config --cflags --libs` -c -i mod_absec.c -/home/jlcyr/apache2/bin/apachectl restart +#/home/jlcyr/apache2/bin/apxs -lpam -lpam_misc `mysql_config --cflags --libs` -c -i mod_absec.c +apxs -lpam -lpam_misc `mysql_config --cflags --libs` -c -i mod_absec.c +#/home/jlcyr/apache2/bin/apachectl restart +sudo /etc/init.d/apache2 restart