RE: PHP Script not working

[email protected] ("PHP") Fri, 16 Jun 2000 06:06:30 +0200
Newsgroups php.migration
Message-ID <001001bfd748$401e2dc0$0164a8c0@server>
> I have just installed Caldera's eDesktop 2.4 Linux. When I installed it,
>
> Apache and PHP were also installed.
>
> Now if I save a simple HTML page as .php3 it works. But if I save a page
>
> with php script, it does not execute PHP script. Only html part is shown
>
> and if I view the source of the page from the browser, I can even see
> the PHP tags.

Blame Caldera!
It looks as if PHP and Apache get installed but that the necessary PHP
configuration is not set in Apache's httpd.conf.
Simply edit your httpd.conf as stated in the PHP installation manual,
restart Apache - that should do the work.

Regards,
Sascha Kimmel