]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a plain mod_cgid build, explicitly without mod_cgi.
authorJoe Orton <jorton@apache.org>
Thu, 25 Jun 2020 12:32:30 +0000 (12:32 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 25 Jun 2020 12:32:30 +0000 (12:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879184 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index a7aeade0b2ae97d50dfaa097d1ecbfbf17b6a7b7..bfdc373784ae7c4d8b185d0287190982c3c34215 100644 (file)
@@ -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"