https://issues.apache.org/bugzilla/show_bug.cgi?id=56919
Bug ID: 56919
Summary: Creating a large number of SSL sites using DBDDriver
pgsql causes a SIGSEGV / SIGILL on load
Product: Apache httpd-2
Version: 2.4.7
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31968
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31968&action=edit
Perl program to generate config to replicate the bug
On apache 2.4.7, loading a significant number of SSL sites causes a SIGSEGV /
SIGILL on load.
The number of sites required seems inversely proportional to the number of
module loads each site does. If each site does about 12 module loads, you only
need 5 or 6 sites to crash it. With one module load, you need about 62. I thus
believe this is in fact a problem with module loading.
I am using Ubuntu 14.04.1, with apache 2.4.7-1ubuntu4.1.
I am using the attached perl program to generate a single active configuration
file and have left everything else as default. The perl program simply
generates a number of sites of the form:
<VirtualHost 127.0.0.1:$port>
ServerName 127.0.0.1:$port
SSLEngine on
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
DBDriver pgsql
</VirtualHost>
When launched I see an illegal instruction signal and Apache fails to start.
Details below.
The problem does not appear to occur with DBDriver mysql (I've tried 2,000
sites) or with no DBDriver line. Putting 'DBDriver pgsql' outside the
definition of the sites does not remedy the problem.
This looks similar to:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54357
except that is reported against 2.5 HEAD and only appears to involve a restart
(not the initial start).
It also looks similar to:
https://issues.apache.org/bugzilla/show_bug.cgi?id=54357
except I am not using certificate stapling.
Gory details:
root@nimtest:/home/amb/apache2/apache2-2.4.7# gdb --args ./apache2 -k start -X
-e Debug
GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./apache2...done.
(gdb) run
Starting program: /home/amb/apache2/apache2-2.4.7/apache2 -k start -X -e Debug
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Sat Sep 06 12:56:33.073345 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module access_compat_module from
/usr/lib/apache2/modules/mod_access_compat.so
[Sat Sep 06 12:56:33.076683 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module alias_module from /usr/lib/apache2/modules/mod_alias.so
[Sat Sep 06 12:56:33.079835 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module auth_basic_module from
/usr/lib/apache2/modules/mod_auth_basic.so
[Sat Sep 06 12:56:33.083569 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module authn_core_module from
/usr/lib/apache2/modules/mod_authn_core.so
[Sat Sep 06 12:56:33.086495 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module authn_file_module from
/usr/lib/apache2/modules/mod_authn_file.so
[Sat Sep 06 12:56:33.089830 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module authz_core_module from
/usr/lib/apache2/modules/mod_authz_core.so
[Sat Sep 06 12:56:33.092941 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module authz_groupfile_module from
/usr/lib/apache2/modules/mod_authz_groupfile.so
[Sat Sep 06 12:56:33.096129 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module authz_host_module from
/usr/lib/apache2/modules/mod_authz_host.so
[Sat Sep 06 12:56:33.098897 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module authz_user_module from
/usr/lib/apache2/modules/mod_authz_user.so
[Sat Sep 06 12:56:33.102491 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module autoindex_module from
/usr/lib/apache2/modules/mod_autoindex.so
[Sat Sep 06 12:56:33.106266 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module cgi_module from /usr/lib/apache2/modules/mod_cgi.so
[Sat Sep 06 12:56:33.111027 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module dbd_module from /usr/lib/apache2/modules/mod_dbd.so
[Sat Sep 06 12:56:33.115365 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module deflate_module from
/usr/lib/apache2/modules/mod_deflate.so
[Sat Sep 06 12:56:33.119236 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module dir_module from /usr/lib/apache2/modules/mod_dir.so
[Sat Sep 06 12:56:33.122860 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module env_module from /usr/lib/apache2/modules/mod_env.so
[Sat Sep 06 12:56:33.126453 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module filter_module from
/usr/lib/apache2/modules/mod_filter.so
[Sat Sep 06 12:56:33.130551 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module headers_module from
/usr/lib/apache2/modules/mod_headers.so
[Sat Sep 06 12:56:33.134840 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module lbmethod_byrequests_module from
/usr/lib/apache2/modules/mod_lbmethod_byrequests.so
[Sat Sep 06 12:56:33.146143 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module mime_module from /usr/lib/apache2/modules/mod_mime.so
[Sat Sep 06 12:56:33.154798 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module mpm_prefork_module from
/usr/lib/apache2/modules/mod_mpm_prefork.so
[Sat Sep 06 12:56:33.163326 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module negotiation_module from
/usr/lib/apache2/modules/mod_negotiation.so
[Sat Sep 06 12:56:33.325670 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module php5_module from /usr/lib/apache2/modules/libphp5.so
[Sat Sep 06 12:56:33.331395 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module proxy_module from /usr/lib/apache2/modules/mod_proxy.so
[Sat Sep 06 12:56:33.335814 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module proxy_balancer_module from
/usr/lib/apache2/modules/mod_proxy_balancer.so
[Sat Sep 06 12:56:33.339894 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module proxy_http_module from
/usr/lib/apache2/modules/mod_proxy_http.so
[Sat Sep 06 12:56:33.344144 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module reqtimeout_module from
/usr/lib/apache2/modules/mod_reqtimeout.so
[Sat Sep 06 12:56:33.349207 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module rewrite_module from
/usr/lib/apache2/modules/mod_rewrite.so
[Sat Sep 06 12:56:33.353118 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module setenvif_module from
/usr/lib/apache2/modules/mod_setenvif.so
[Sat Sep 06 12:56:33.357029 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module slotmem_shm_module from
/usr/lib/apache2/modules/mod_slotmem_shm.so
[Sat Sep 06 12:56:33.362100 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module socache_shmcb_module from
/usr/lib/apache2/modules/mod_socache_shmcb.so
[Sat Sep 06 12:56:33.378035 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module ssl_module from /usr/lib/apache2/modules/mod_ssl.so
[Sat Sep 06 12:56:33.382573 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module status_module from
/usr/lib/apache2/modules/mod_status.so
[Sat Sep 06 12:56:33.386906 2014] [so:debug] [pid 46718] mod_so.c(266):
AH01575: loaded module substitute_module from
/usr/lib/apache2/modules/mod_substitute.so
AH00558: apache2: Could not reliably determine the server's fully qualified
domain name, using 127.0.1.1. Set the 'ServerName' directive globally to
suppress this message
[New Thread 0x7fffe75a1700 (LWP 46726)]
[Thread 0x7fffe75a1700 (LWP 46726) exited]
Program received signal SIGILL, Illegal instruction.
0x00007ffff07fdaf4 in ?? () from /usr/lib/apache2/modules/mod_ssl.so
(gdb) bt full
#0 0x00007ffff07fdaf4 in ?? () from /usr/lib/apache2/modules/mod_ssl.so
No symbol table info available.
#1 0x00007ffff2b677a6 in int_free_ex_data (class_index=<optimized out>,
obj=0x555555b29870, ad=0x555555b29898) at ex_data.c:522
mx = 1
i = 0
item = 0x555555831cf0
ptr = <optimized out>
storage = 0x555555949aa0
#2 0x00007ffff2c08061 in x509_cb (operation=operation@entry=3,
pval=pval@entry=0x7fffffffc1b8, it=it@entry=0x7ffff2ec3780 <X509_it>,
exarg=exarg@entry=0x0) at x_x509.c:113
ret = 0x555555b29870
#3 0x00007ffff2c0bfea in asn1_item_combine_free
(pval=pval@entry=0x7fffffffc1b8, it=it@entry=0x7ffff2ec3780 <X509_it>,
combine=combine@entry=0)
at tasn_fre.c:173
tt = <optimized out>
seqtt = <optimized out>
ef = <optimized out>
cf = <optimized out>
aux = <optimized out>
asn1_cb = 0x7ffff2c07fa0 <x509_cb>
i = <optimized out>
#4 0x00007ffff2c0c1c5 in ASN1_item_free (val=val@entry=0x555555b29870,
it=it@entry=0x7ffff2ec3780 <X509_it>) at tasn_fre.c:71
No locals.
#5 0x00007ffff2c0814c in X509_free (a=a@entry=0x555555b29870) at x_x509.c:141
No locals.
#6 0x00007ffff07f00b8 in ssl_pphrase_Handle (s=s@entry=0x7ffff7fc2de0,
p=p@entry=0x7ffff7fc0028) at ssl_engine_pphrase.c:275
using_cache = 0
mc = 0x7ffff7fc6950
sc = 0x7ffff7ea2df0
pServ = 0x7ffff7ea5e18
cpVHostID = 0x7fffebe75100 "127.0.0.1:10099"
szPath =
"/etc/ssl/certs/ssl-cert-snakeoil.pem\000\177\000\000\000\000\000\000\000\000\000\000
\313\377\377\377\177\000\000\000\303\377\377\377\177\000\000\000\000\000\000\000\000\000\000\313\063\217\363\377\177\000\000
\303\377\377\377\177\000\000\260\307\377\377\377\177\000\000\320\312\377\377\377\177\000\000+",
'\000' <repeats 11 times>, "\b", '\000' <repeats 51 times>,
"\247\340X\360\377\177", '\000' <repeats 42 times>...
pPrivateKey = <optimized out>
asn1 = <optimized out>
ucp = 0x555555832986 ""
length = <optimized out>
pX509Cert = 0x555555b29870
bReadable = <optimized out>
aPassPhrase = 0x7fffebe750c0
nPassPhrase = 0
nPassPhraseCur = 496363737
cpPassPhraseCur = 0x53051b36f95004a2 <error: Cannot access memory at
address 0x53051b36f95004a2>
nPassPhraseRetry = <optimized out>
nPassPhraseDialog = 0
nPassPhraseDialogCur = 1377665596
bPassPhraseDialogOnce = 4063986178
cpp = <optimized out>
i = 0
j = 0
algoCert = 1
algoKey = 0
at = <optimized out>
an = 0x7ffff07ff3c2 "RSA"
pkey_mtime = 0
rv = <optimized out>
#7 0x00007ffff07e5658 in ssl_init_Module (p=0x7ffff7ff0028, plog=<optimized
out>, ptemp=0x7ffff7fc0028, base_server=0x7ffff7fc2de0)
at ssl_engine_init.c:194
mc = <optimized out>
sc = <optimized out>
s = 0x0
---Type <return> to continue, or q <return> to quit---
#8 0x00005555555aa2a9 in ap_run_post_config (pconf=0x7ffff7ff0028,
plog=0x7ffff7fbe028, ptemp=0x7ffff7fc0028, s=0x7ffff7fc2de0) at config.c:103
pHook = 0x7ffff7e4e788
n = 14
rv = 0
#9 0x000055555558ae07 in main (argc=6, argv=0x7fffffffe548) at main.c:765
c = 101 'e'
showcompile = 0
showdirectives = 0
confname = 0x5555555ca607 "apache2.conf"
def_server_root = 0x5555555ca5fa "/etc/apache2"
temp_error_log = 0x0
error = <optimized out>
process = 0x7ffff7ff2118
pconf = 0x7ffff7ff0028
plog = 0x7ffff7fbe028
ptemp = 0x7ffff7fc0028
pcommands = 0x7ffff7fc8028
opt = 0x7ffff7fc8118
rv = <optimized out>
mod = 0x5555557ec160 <ap_prelinked_modules+64>
opt_arg = 0x7fffffffe7f6 "Debug"
signal_server = <optimized out>
(gdb)
root@nimtest:/home/amb/apache2/apache2-2.4.7# apache2ctl -S
AH00558: apache2: Could not reliably determine the server's fully qualified
domain name, using 127.0.1.1. Set the 'ServerName' directive globally to
suppress this message
VirtualHost configuration:
127.0.0.1:10000 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:2)
127.0.0.1:10001 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:12)
127.0.0.1:10002 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:22)
127.0.0.1:10003 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:32)
127.0.0.1:10004 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:42)
127.0.0.1:10005 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:52)
127.0.0.1:10006 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:62)
127.0.0.1:10007 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:72)
127.0.0.1:10008 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:82)
127.0.0.1:10009 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:92)
127.0.0.1:10010 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:102)
127.0.0.1:10011 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:112)
127.0.0.1:10012 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:122)
127.0.0.1:10013 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:132)
127.0.0.1:10014 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:142)
127.0.0.1:10015 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:152)
127.0.0.1:10016 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:162)
127.0.0.1:10017 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:172)
127.0.0.1:10018 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:182)
127.0.0.1:10019 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:192)
127.0.0.1:10020 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:202)
127.0.0.1:10021 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:212)
127.0.0.1:10022 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:222)
127.0.0.1:10023 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:232)
127.0.0.1:10024 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:242)
127.0.0.1:10025 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:252)
127.0.0.1:10026 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:262)
127.0.0.1:10027 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:272)
127.0.0.1:10028 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:282)
127.0.0.1:10029 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:292)
127.0.0.1:10030 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:302)
127.0.0.1:10031 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:312)
127.0.0.1:10032 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:322)
127.0.0.1:10033 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:332)
127.0.0.1:10034 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:342)
127.0.0.1:10035 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:352)
127.0.0.1:10036 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:362)
127.0.0.1:10037 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:372)
127.0.0.1:10038 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:382)
127.0.0.1:10039 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:392)
127.0.0.1:10040 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:402)
127.0.0.1:10041 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:412)
127.0.0.1:10042 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:422)
127.0.0.1:10043 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:432)
127.0.0.1:10044 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:442)
127.0.0.1:10045 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:452)
127.0.0.1:10046 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:462)
127.0.0.1:10047 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:472)
127.0.0.1:10048 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:482)
127.0.0.1:10049 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:492)
127.0.0.1:10050 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:502)
127.0.0.1:10051 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:512)
127.0.0.1:10052 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:522)
127.0.0.1:10053 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:532)
127.0.0.1:10054 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:542)
127.0.0.1:10055 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:552)
127.0.0.1:10056 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:562)
127.0.0.1:10057 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:572)
127.0.0.1:10058 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:582)
127.0.0.1:10059 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:592)
127.0.0.1:10060 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:602)
127.0.0.1:10061 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:612)
127.0.0.1:10062 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:622)
127.0.0.1:10063 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:632)
127.0.0.1:10064 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:642)
127.0.0.1:10065 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:652)
127.0.0.1:10066 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:662)
127.0.0.1:10067 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:672)
127.0.0.1:10068 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:682)
127.0.0.1:10069 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:692)
127.0.0.1:10070 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:702)
127.0.0.1:10071 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:712)
127.0.0.1:10072 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:722)
127.0.0.1:10073 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:732)
127.0.0.1:10074 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:742)
127.0.0.1:10075 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:752)
127.0.0.1:10076 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:762)
127.0.0.1:10077 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:772)
127.0.0.1:10078 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:782)
127.0.0.1:10079 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:792)
127.0.0.1:10080 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:802)
127.0.0.1:10081 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:812)
127.0.0.1:10082 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:822)
127.0.0.1:10083 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:832)
127.0.0.1:10084 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:842)
127.0.0.1:10085 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:852)
127.0.0.1:10086 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:862)
127.0.0.1:10087 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:872)
127.0.0.1:10088 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:882)
127.0.0.1:10089 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:892)
127.0.0.1:10090 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:902)
127.0.0.1:10091 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:912)
127.0.0.1:10092 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:922)
127.0.0.1:10093 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:932)
127.0.0.1:10094 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:942)
127.0.0.1:10095 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:952)
127.0.0.1:10096 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:962)
127.0.0.1:10097 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:972)
127.0.0.1:10098 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:982)
127.0.0.1:10099 127.0.0.1 (/etc/apache2/sites-enabled/test.conf:992)
ServerRoot: "/etc/apache2"
Main DocumentRoot: "/var/www"
Main ErrorLog: "/var/log/apache2/error.log"
Mutex proxy: using_defaults
Mutex ssl-cache: using_defaults
Mutex default: dir="/var/lock/apache2" mechanism=fcntl
Mutex mpm-accept: using_defaults
Mutex watchdog-callback: using_defaults
Mutex proxy-balancer-shm: using_defaults
Mutex rewrite-map: using_defaults
Mutex ssl-stapling: using_defaults
PidFile: "/var/run/apache2/apache2.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
Define: ENABLE_USR_LIB_CGI_BIN
User: name="www-data" id=33
Group: name="www-data" id=33
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]