---
title: Apache segmentation fault after enabling SSL
kind: blog
description: If you use the Zend Server (CE) PHP distribution on Debian/Ubuntu, apparently there is a conflict between PHP's curl extension and Apache's mod_ssl , resulting in a segmentation fault (crash) upon starting Apache.
words: 53
readingMinutes: 1
created: '2012-11-22T16:18:14.000Z'
updated: '2026-06-27T21:03:45+02:00'
tags:
  - howto
  - system-administration
---
The easiest solution is to disable the curl extension, if you don't need it (by default, this can be done by commenting the first line in _/usr/local/zend/etc/ext.d/curl.ini_).

Thanks to [Sirex](https://stackoverflow.com/questions/10831772/apache-2-segmentation-fault-when-zend-php-53-installed-with-curl) for this answer! Unfortunately I am not allowed to upvote his/her answer on StackOverflow yet. I hope this link helps someone else.
