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: Enable PHP on local Apache2 server

2011-12-28 Thread Steven Stern
On 12/28/2011 08:28 AM, Klaus-Peter Schrage wrote: > I have set up a local webserver for testing static html (of which I have > some basic knowledge) and dynamic html (which is quite new to me). After > I had set proper permissions on /var/www/ and had copied my testfiles to > the appropriate locat

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.

Re: Enable PHP on local Apache2 server

2011-12-28 Thread 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.php simply lists the

Re: Enable PHP on local Apache2 server

2011-12-28 Thread 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.php simply lists the contents of test.php well, have you installed PHP? what says "rpm -qa | gre

Re: Enable PHP on local Apache2 server

2011-12-28 Thread 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.php simply lists the contents of > test.php well, have you installed PHP? what says "rpm -qa | grep php"? signature.asc Descriptio

Re: Enable PHP on local Apache2 server

2011-12-28 Thread Klaus-Peter Schrage
Am 28.12.2011 15:35, schrieb Dennis Kaptain: *De:* Klaus-Peter Schrage *Para:* Fedora *Enviado:* Miércoles, 28 de diciembre, 2011 8:28:44 *Asunto:* Enable PHP on local Apache2 server I have set

Re: Enable PHP on local Apache2 server

2011-12-28 Thread Dennis Kaptain
> > De: Klaus-Peter Schrage >Para: Fedora >Enviado: Miércoles, 28 de diciembre, 2011 8:28:44 >Asunto: Enable PHP on local Apache2 server > >I have set up a local webserver for testing static html (of which I have some >basic kno

Enable PHP on local Apache2 server

2011-12-28 Thread Klaus-Peter Schrage
I have set up a local webserver for testing static html (of which I have some basic knowledge) and dynamic html (which is quite new to me). After I had set proper permissions on /var/www/ and had copied my testfiles to the appropriate locations, httpd worked out of the box (i. e. with the origi