Date: Wed, 14 Feb 2018 08:36:09 +0000 From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 225499] www/apache24: child pid exit signal Segmentation fault Message-ID: <bug-225499-16115-w3yoyAkzT5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225499-16115@https.bugs.freebsd.org/bugzilla/> References: <bug-225499-16115@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225499 --- Comment #9 from O. Hartmann <ohartmann@walstatt.org> --- (In reply to Bernard Spil from comment #8) Sorry for being so dumb on "php -m"! I'm a bit overstressed right now, so I wasn't even capable of getting the fact that it mus have been lowercase "em" insteda of its uppercase sibbling, even when the fact was sitting in front = of me! At first: yes, I build "everything" (modules) as it is the standard of the = port and no, I do not load everything at runtime, since this is also considered a security risc. Below, you'll find the modules I load a t the moment. I'm quite sure that I= do not need all of them, but I stopped tweaking. Authentication is done via o= ur OpenLDAP backend! Furthermore, I'll provide the "php -m" output, also attached below. # httpd -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_event_module (shared) authn_file_module (shared) authn_core_module (shared) authz_host_module (shared) authz_groupfile_module (shared) authz_user_module (shared) authz_core_module (shared) authnz_ldap_module (shared) access_compat_module (shared) auth_basic_module (shared) socache_shmcb_module (shared) socache_memcache_module (shared) reqtimeout_module (shared) filter_module (shared) mime_module (shared) ldap_module (shared) log_config_module (shared) logio_module (shared) env_module (shared) mime_magic_module (shared) expires_module (shared) headers_module (shared) setenvif_module (shared) version_module (shared) session_module (shared) session_cookie_module (shared) session_crypto_module (shared) ssl_module (shared) unixd_module (shared) status_module (shared) autoindex_module (shared) vhost_alias_module (shared) negotiation_module (shared) dir_module (shared) speling_module (shared) userdir_module (shared) alias_module (shared) rewrite_module (shared) php5_module (shared) dav_module (shared) dav_svn_module (shared) dav_fs_module (shared) dav_lock_module (shared) authz_svn_module (shared) dontdothat_module (shared) And here we go with "php -m": # php -m [PHP Modules] bcmath bz2 Core ctype curl date dom ereg exif fileinfo filter gd gettext hash iconv imagick intl json ldap libxml mbstring mcrypt memcache mhash mysql mysqlnd openssl pcre PDFlib PDO pdo_mysql pdo_pgsql pdo_sqlite pgsql Phar posix readline Reflection session SimpleXML snmp soap sockets SPL sqlite3 standard sysvmsg sysvsem sysvshm tidy tokenizer wddx xml xmlreader xmlwriter xsl Zend OPcache zip zlib [Zend Modules] Zend OPcache --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225499-16115-w3yoyAkzT5>