Openclinic - problem with PHP

David Colebatch david-nuEF980otx7IfpyC97YFaV6hYfS7NtTn at public.gmane.org
Tue Jan 18 18:48:34 UTC 2005


On Friday 14 January 2005 14:47, Nezumikozo wrote:
>
> There is a "install php script" that should be able to be executed (?)
> from this page (see item #9 at
> http://openclinic.sourceforge.net/openclinic/install.html#install).
> Instead of the script executing, it seems to only want to download (on
> server or remotely).   I am sure I am missing something simple, but
> since this is my first Apache/MySQL/PHP project, I am hoping I can get
> some help with what that something is.

Yes, it sounds like your Apache config hasn't had the AddType etc. done 
correctly for PHP.

Eg:

AddType application/x-httpd-php .php

and also:

LoadModule php4_module /usr/lib/apache/1.3/libphp4.so

should be in /etc/apache/modules.conf 

This is all depending on your apache version etc.  but this is what it looks 
like on my Debian systems.


Rgds,

David
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list