php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1559 Error updating the httpd.conf file when following the INSTALL.DSO file
Submitted: 1999-06-17 08:47 UTC Modified: 1999-06-20 06:48 UTC
From: malere at yahoo dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.9 OS: Linux 2.0.36
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: malere at yahoo dot com
New email:
PHP Version: OS:

 

 [1999-06-17 08:47 UTC] malere at yahoo dot com
First Hi :^)

Well, I have an apache 1.3.6 server running with mod_ssl loaded dinamically. 

I tried to add mod_php3 following the procedure described in INSTALL.DSO
and it completed successfully but the php3 files could not be processed. 

It only began to work when I included the same kind of lines that mod_ssl included on httpd.conf when it was installed. Look at theses lines of httpd.conf

AddModule mod_ssl.c
AddModule mod_php3.c

LoadModule ssl_module         libexec/libssl.so
LoadModule php3_module         libexec/libphp3.so

AddType application/x-httpd-php3 .php3

And now runs nice, and look on the output of the http -l command :

Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_so.c
  mod_setenvif.c

There is nothing about mod_php3.c and mod_ssl.c because they are dynamically loaded.

I think that you should modify the documentation, to tell about including these lines manually on httpd.conf

Bye and regards

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-20 06:48 UTC] sas at cvs dot php dot net
Added the steps to the documentation
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 11:01:31 2025 UTC