php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2455 Segmentation faul while accesing php file through SSL
Submitted: 1999-10-06 14:02 UTC Modified: 2000-08-06 09:44 UTC
From: arkady at hsn dot pl Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.12 OS: Linux 2.2.12 Slackware 4.5
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: arkady at hsn dot pl
New email:
PHP Version: OS:

 

 [1999-10-06 14:02 UTC] arkady at hsn dot pl
#### configure line of php3.0.12 or php4.0.b2 -----
./configure --with-pqsql --with-dbase \
  --with-apache=../apache_1.3.9 \
  --enable-track-vars --with-apxs=/usr/local/ApacheSSL/bin/apxs  


 #### configure line of apache 1.3.9 ----
SSL_BASE=../openssl-0.9.4 ./configure \
 --prefix=/usr/local/ApacheSSL \
 --enable-module=so \
 --enable-rule=SHARED_CORE \
 --enable-module=ssl \
 --enable-shared=proxy \
 --enable-module=proxy 

#### configure line of  mod_ssl-2.4.2-1.3.9 
./configure --with-apache=../apache_1.3.9


#### output of  apache access_log file 
192.168.1.7 - - [06/Oct/1999:19:45:33 +0200] "GET /test.php HTTP/1.0" 200 26825 


#### output of apache error_log file 
[Wed Oct  6 19:45:29 1999] [notice] child pid 9145 exit signal Segmentation fault (11)    


the first time I connect to test.php, there is no problem, but reload of page make crash. 

Here is example of apache with DSO and dynamic library, but I recompiled it staticly and the problem was the same.


#### contents od test.php 
<?
 phpinfo();
?>     



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-06 09:44 UTC] rasmus@php.net
You can't use both --with-apache and --with-apxs at the same time.  You need to choose one or the other.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 17:01:29 2024 UTC