Hi I need to instal mod_expires (custombuild). How I do this"
cd /usr/local/directadmin/custombuild
nano custom/ap2/configure.apache
in configure.apache add "--enable-expires"
Then ./build clean
./build apache and I have error
Server Version: 2.4.27
Install prefix: /etc/httpd
C compiler: gcc -std=gnu99
CFLAGS: -I/usr/local/include -pthread
LDFLAGS: -L/usr/local/lib
LIBS: -lsystemd
CPPFLAGS: -DLINUX -D_REENTRANT -D_GNU_SOURCE
C preprocessor: gcc -E
/usr/local/directadmin/custombuild/custom/ap2/configure.apache: line 41: --enable-expires: command not found
*** There was an error while trying to configure Apache 2. Check the custom/ap2/configure.apache file
root@serwer:/usr/local/directadmin/custombuild# ./build clean