From: Joe Orton Date: Thu, 25 Jun 2020 12:32:30 +0000 (+0000) Subject: Add a plain mod_cgid build, explicitly without mod_cgi. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2382321747238d681632151fb2c0b7549e8acc5;p=thirdparty%2Fapache%2Fhttpd.git Add a plain mod_cgid build, explicitly without mod_cgi. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879184 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index a7aeade0b2a..bfdc373784a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,6 +107,9 @@ jobs: env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode" NOTEST_CFLAGS='-Werror -O2' CC=gcc-7 SKIP_TESTING=1 # ------------------------------------------------------------------------- + - name: Linux Ubuntu, Event MPM, all-modules, mod_cgid only + env: CONFIG="--enable-mods-shared=reallyall --with-mpm=event --disable-cgi" + # ------------------------------------------------------------------------- - if: *condition_not_24x name: Linux Ubuntu, Event MPM, all-modules, mod_cgid fdpassing env: CONFIG="--enable-mods-shared=reallyall --with-mpm=event --disable-cgi --enable-cgid-fdpassing"