Date: 10/15/01
- Next message: Hojtsy Gabor: "Re: [PHP-DOC] new chm full version available"
- Previous message: derick <email protected>: "Re: [PHP-DOC] new chm full version available"
- In reply to: Hojtsy Gabor: "[PHP-DOC] install change win apache"
- Next in thread: Sander Roobol: "[PHP-DOC] Re: [PHP-DEV] Re: install change win apache"
- Reply: Sander Roobol: "[PHP-DOC] Re: [PHP-DEV] Re: install change win apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hojtsy Gabor wrote:
> Hi!
>
> Sander Roobol reported, that with Apache 1.3.22 on Windows,
> it is needed to add an
>
> AddModule mod_php4.c
I think he has
ClearModuleList
directive in his httpd.conf.
If this directive is used AddModule xxxx.c is requried and if there is
not, the module will not be registered as apache module.
>
> line to httpd.conf. I don't know why and how this helps
> to make PHP work with Apache 1.3.22, so I would like to
> get some more info about this. There is no mod_php4.c
> in the Windows distribution.
I think it does not matter.
If there is ClearModuleList directive, AddModule xxxx.c (After
ClearModuleList directive) is required for current and older versions.
-- Yasuo Ohgaki
- Next message: Hojtsy Gabor: "Re: [PHP-DOC] new chm full version available"
- Previous message: derick <email protected>: "Re: [PHP-DOC] new chm full version available"
- In reply to: Hojtsy Gabor: "[PHP-DOC] install change win apache"
- Next in thread: Sander Roobol: "[PHP-DOC] Re: [PHP-DEV] Re: install change win apache"
- Reply: Sander Roobol: "[PHP-DOC] Re: [PHP-DEV] Re: install change win apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

