Re: SOLVED: Enable PHP on local Apache2 server

2011-12-28 Thread Klaus-Peter Schrage
Am 28.12.2011 17:15, schrieb Steven Stern: On 12/28/2011 10:04 AM, Klaus-Peter Schrage wrote: Am 28.12.2011 16:25, schrieb Remi Collet: Le 28/12/2011 16:10, Klaus-Peter Schrage a écrit : Have you the following SOMEWHERE in your httpd-conf-files? LoadModule php5_module "modules/libphp5.so" Ad

Re: SOLVED: Enable PHP on local Apache2 server

2011-12-28 Thread Mike Chambers
On Wed, 2011-12-28 at 17:04 +0100, Klaus-Peter Schrage wrote: > Am 28.12.2011 16:25, schrieb Remi Collet: > > Le 28/12/2011 16:10, Klaus-Peter Schrage a écrit : > > > >>> Have you the following SOMEWHERE in your httpd-conf-files? > >>> LoadModule php5_module "modules/libphp5.so" > >>> AddType appl

Re: SOLVED: Enable PHP on local Apache2 server

2011-12-28 Thread Steven Stern
On 12/28/2011 10:04 AM, Klaus-Peter Schrage wrote: > Am 28.12.2011 16:25, schrieb Remi Collet: >> Le 28/12/2011 16:10, Klaus-Peter Schrage a écrit : >> Have you the following SOMEWHERE in your httpd-conf-files? LoadModule php5_module "modules/libphp5.so" AddType application/x-httpd

Re: SOLVED: Enable PHP on local Apache2 server

2011-12-28 Thread Klaus-Peter Schrage
Am 28.12.2011 16:25, schrieb Remi Collet: Le 28/12/2011 16:10, Klaus-Peter Schrage a écrit : Have you the following SOMEWHERE in your httpd-conf-files? LoadModule php5_module "modules/libphp5.so" AddType application/x-httpd-php .php Yes, adding those two lines did it: Now I can see the PHP I

Re: SOLVED: Enable PHP on local Apache2 server

2011-12-28 Thread Steven Stern
On 12/28/2011 09:10 AM, Klaus-Peter Schrage wrote: > Am 28.12.2011 15:55, schrieb Reindl Harald: >> >> Am 28.12.2011 15:49, schrieb Klaus-Peter Schrage: >>> Am 28.12.2011 15:46, schrieb Reindl Harald: Am 28.12.2011 15:42, schrieb Klaus-Peter Schrage: >> Try moving the file to /var/ww

Re: SOLVED: Enable PHP on local Apache2 server

2011-12-28 Thread Remi Collet
Le 28/12/2011 16:10, Klaus-Peter Schrage a écrit : >> Have you the following SOMEWHERE in your httpd-conf-files? >> LoadModule php5_module "modules/libphp5.so" >> AddType application/x-httpd-php .php >> > > Yes, adding those two lines did it: Now I can see the PHP Info page. This 2 lines should

Re: SOLVED: Enable PHP on local Apache2 server

2011-12-28 Thread Klaus-Peter Schrage
Am 28.12.2011 16:13, schrieb Reindl Harald: Am 28.12.2011 16:10, schrieb Klaus-Peter Schrage: Have you the following SOMEWHERE in your httpd-conf-files? LoadModule php5_module "modules/libphp5.so" AddType application/x-httpd-php .php Yes, adding those two lines did it: Now I can see the PHP I

Re: SOLVED: Enable PHP on local Apache2 server

2011-12-28 Thread Reindl Harald
Am 28.12.2011 16:10, schrieb Klaus-Peter Schrage: >> Have you the following SOMEWHERE in your httpd-conf-files? >> LoadModule php5_module "modules/libphp5.so" >> AddType application/x-httpd-php .php > > Yes, adding those two lines did it: Now I can see the PHP Info page. > > But it still seems

SOLVED: Enable PHP on local Apache2 server

2011-12-28 Thread Klaus-Peter Schrage
Am 28.12.2011 15:55, schrieb Reindl Harald: Am 28.12.2011 15:49, schrieb Klaus-Peter Schrage: Am 28.12.2011 15:46, schrieb Reindl Harald: Am 28.12.2011 15:42, schrieb Klaus-Peter Schrage: Try moving the file to /var/www/html/test.php DK Thanks, but than calling /localhost/test.