]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-suexec_of_death.patch
rel 15; builds
[packages/apache1.git] / apache1-suexec_of_death.patch
1 --- build-tree/apache_1.3.34/src/main/http_core.c
2 +++ build-tree/apache_1.3.34/src/main/http_core.c
3 @@ -1892,8 +1892,9 @@
4         else {
5             cmd->server->server_uid = ap_user_id;
6             fprintf(stderr,
7 -                   "Warning: User directive in <VirtualHost> "
8 +                   "ERROR: User directive in <VirtualHost> "
9                     "requires SUEXEC wrapper.\n");
10 +           exit (1);
11         }
12      }
13  #if !defined (BIG_SECURITY_HOLE) && !defined (OS2)
14 @@ -1933,8 +1934,9 @@
15         else {
16             cmd->server->server_gid = ap_group_id;
17             fprintf(stderr,
18 -                   "Warning: Group directive in <VirtualHost> requires "
19 +                   "ERROR: Group directive in <VirtualHost> requires "
20                     "SUEXEC wrapper.\n");
21 +           exit (1);
22         }
23      }
24  
This page took 0.066144 seconds and 3 git commands to generate.