Bug 63606 - Can't add more SSL VirtualHosts
Summary: Can't add more SSL VirtualHosts
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.4.10
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-24 16:42 UTC by igayoso
Modified: 2019-07-24 16:42 UTC (History)
0 users



Attachments
backtrace (637.18 KB, text/plain)
2019-07-24 16:42 UTC, igayoso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description igayoso 2019-07-24 16:42:27 UTC
Created attachment 36682 [details]
backtrace

I'm trying to add more SSL VirtualHost on my Apache server but when I try to add the #1193 the Apache child process ends with a buffer overflow error. If I try to add a non-SSL VirtualHost there are no issues. Also, when I add the #1193 VirtualHost, the Apache server continues working but all the operations using SSL from PHP doesn't work (like libcurl, libssl...).

I've attached the backtrace and more details about my installation are:

- Linux Debian 8.11
- PHP 7.1.30
- Apache package from Debian
- Started from one day to another, I mean that I had more than 2k VirtualHosts and it was working until someday and I discovered the 1193 limitation

Thank you