Date: 02/04/03
- Next message: Goetz Lohmann: "[PHP-INST] Re: Installing php-4.2.1 on Solaris 8 Server - zend.h:55:19: unix.h: No such"
- Previous message: Atif Jakupovic: "[PHP-INST] Installing php-4.2.1 on Solaris 8 Server - zend.h:55:19: unix.h: No such file or directory"
- In reply to: Terry L. Ensley: "Re: [PHP-INST] Re: php files not being parsed -"
- Next in thread: Terry L. Ensley: "Re: [PHP-INST] Re: php files not being parsed -"
- Reply: Terry L. Ensley: "Re: [PHP-INST] Re: php files not being parsed -"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Terry L. Ensley schrieb:
> Yes I am - but still nothing. I can still view the source in the browser
> and see the source code but it is not being parsed.
>
> --
> Terry Ensley
>
>
> "Ryan Williams" <rwilliam <email protected>> wrote in message
> news:Pine.LNX.4.44.0302040911450.7180-100000 <email protected>
>
>>I am assuming your restarting you server after any changes?
>>
>>--
>>Ryan Williams
>>
>>
>>
>>On Tue, 4 Feb 2003, Terry L. Ensley wrote:
>>
>>
>>>I did what you suggested - which is actually the way I first started - I
>>>deleted the action line.
>>>
>>>I do have both of these - in their proper places:
>>>
>>> LoadModule php4_module c:/files/php/sapi/php4apache.
>>>AddModule mod_php4.c
>>>
>>>
>>>And then in the AddType section towards the bottom of the file I have:
>>>
>>>AddType application/x-httpd-php .php
>>>
>>>I copied these lines from my httpd.conf file -
>>>
>>>But still nothing - it has me stumped - Any thoughts?
>>>
>>>
>>>
<snip>
maybe the
AddType application/x-httpd-php .php
is inside of a <Directory> Tag which define this only for that instead in
<IfModule mod_mime.c> ??? maybe you could also put in in a VirtualHost tag
if you using them like:
<VirtualHost 123.123.123.123>
...
AddType text/html .shtml
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
</VirtualHost>
the AddType defines what should be done with a file like *.php
Did apache echo that it loads the modul corect at start ? something like:
Apache 1.3.xx with mod_php 4.2.xx
???
-- @ Goetz Lohmann, Germany | Web-Developer & Sys-Admin \/ ------------------------------------------------------ () He's the fellow that people wonder what he does and || why the company needs him, until he goes on vacation.-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Goetz Lohmann: "[PHP-INST] Re: Installing php-4.2.1 on Solaris 8 Server - zend.h:55:19: unix.h: No such"
- Previous message: Atif Jakupovic: "[PHP-INST] Installing php-4.2.1 on Solaris 8 Server - zend.h:55:19: unix.h: No such file or directory"
- In reply to: Terry L. Ensley: "Re: [PHP-INST] Re: php files not being parsed -"
- Next in thread: Terry L. Ensley: "Re: [PHP-INST] Re: php files not being parsed -"
- Reply: Terry L. Ensley: "Re: [PHP-INST] Re: php files not being parsed -"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

