[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: php in sid



On Thu, 7 Oct 2004 06:24:01 -0400, Antonio Rodriguez
wrote:

> 
> My system is not recognizing page.php, or script.php,
> tries to
> download it. I have these lines in httpd.conf
> 
>     AddType application/x-httpd-php3 .php3
>     AddType application/x-httpd-php3-source .phps
>     AddType application/x-httpd-php .php
>     AddType application/x-httpd-php-source .phps
> 
> Would anyone post the corresponding lines, if
different?
> TIA

If what you are saying is that you want to run a php
script in your apache web server, you can try in
httpd.conf:
LoadModule php4_module /usr/lib/apache/libphp4.so

In fact I think this is not a Linux question. You also
can try:
www.php.net installation manual.

If I have seen further it is by standing on the 
shoulders of giants. (Isaac Newton)



Reply to: