From no-reply-gw at fcp.homelinux.org Fri Jun 5 13:55:50 2015 Content-Type: multipart/mixed; boundary="===============7922162015374565663==" MIME-Version: 1.0 From: jery_wang To: users at lists.fedoraproject.org Subject: php is not working Date: Wed, 01 Dec 2004 03:23:34 +0100 Message-ID: <03c6135ab23771156e2becec5f5482d7@fcp.homelinux.org> --===============7922162015374565663== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hello all I'm new on the fedora world and the Core 3 and configuring php and apache u= nder linux. I usually configure both on windows plataforms and usually works. With others distros i had used like suse or mandrake, i never have problems= to build any php web site bcouse always work... But then come Fedora and I was unable to run a simple script like this: a place the file in the correct place (/var/www/html/), the same that was d= iscribed on he conf fil from apache. I check the file php.conf on the folder /etc/httpd/conf.d/ to b sure that t= he php module was loaded by apache, but now way... the problem persist I also try this one:

Hello world in HTML


and the result was the same... The browser that i using is firefox 1.0 preview release (the defoult of Fed= ora Core3) and when i open the php file (http://localhost/testing.php) a bl= ank page apears... I read something about the SElinux and Apache on the fedora web site but i = guess that my system is woking fine. I also would like to get some information on how to configure the squirrel = mail. Thanks in advance for your time, any sugestions pleace let me know. -- = This is an email sent via the webforum on http://fcp.homelinux.org --===============7922162015374565663==-- From kioto at slacky.it Fri Jun 5 13:55:55 2015 Content-Type: multipart/mixed; boundary="===============2835603699913943444==" MIME-Version: 1.0 From: kioto To: users at lists.fedoraproject.org Subject: Re: php is not working Date: Wed, 01 Dec 2004 08:49:18 +0100 Message-ID: <1101887358.2605.5.camel@mordoch> In-Reply-To: 03c6135ab23771156e2becec5f5482d7@fcp.homelinux.org --===============2835603699913943444== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Il mer, 2004-12-01 alle 03:23, Nuno Fernandes (Beijufas) ha scritto: > Hello all > = > I'm new on the fedora world and the Core 3 and configuring php and apache= under linux. > = > I usually configure both on windows plataforms and usually works. > = > With others distros i had used like suse or mandrake, i never have proble= ms to build any php web site bcouse always work... > = > But then come Fedora and I was unable to run a simple script like this: > = > echo 'hello world'; > ?> > = > a place the file in the correct place (/var/www/html/), the same that was= discribed on he conf fil from apache. > I check the file php.conf on the folder /etc/httpd/conf.d/ to b sure that= the php module was loaded by apache, but now way... the problem persist > = > I also try this one: > = > > > > >

Hello world in HTML

>
> echo 'hello world in PHP'; > ?> > > > = > and the result was the same... > = > The browser that i using is firefox 1.0 preview release (the defoult of F= edora Core3) and when i open the php file (http://localhost/testing.php) a = blank page apears... > = > I read something about the SElinux and Apache on the fedora web site but = i guess that my system is woking fine. > = > I also would like to get some information on how to configure the squirre= l mail. > = > Thanks in advance for your time, any sugestions pleace let me know. > = > = > = > -- = > This is an email sent via the webforum on http://fcp.homelinux.org With the main panel of start program choose http server for apache. Configure the setting and the extension for the index like .html .php shtml ecc. Check this options and restart the server. Create and simple page lie and save in /var/www/html/index.php. Ok it's so stupid but it is important. Good work. --===============2835603699913943444==-- From fedoramailinglist at gmail.com Fri Jun 5 13:55:55 2015 Content-Type: multipart/mixed; boundary="===============7362374348499391203==" MIME-Version: 1.0 From: chuck clark To: users at lists.fedoraproject.org Subject: Re: php is not working Date: Wed, 01 Dec 2004 02:45:40 -0600 Message-ID: In-Reply-To: 03c6135ab23771156e2becec5f5482d7@fcp.homelinux.org --===============7362374348499391203== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable > echo 'hello world'; > ?> > = > a place the file in the correct place (/var/www/html/), the same that was= discribed on he conf fil from apache. > I check the file php.conf on the folder /etc/httpd/conf.d/ to b sure that= the php module was loaded by apache, but now way... the problem persist What file extension are you using? this should be .php unless you tell php to parse .htm or .html files. --===============7362374348499391203==-- From markkukolkka at kolumbus.fi Fri Jun 5 13:55:55 2015 Content-Type: multipart/mixed; boundary="===============1796944335737106362==" MIME-Version: 1.0 From: Markku Kolkka To: users at lists.fedoraproject.org Subject: Re: php is not working Date: Wed, 01 Dec 2004 13:29:09 +0200 Message-ID: <200412011329.09448.markkukolkka@kolumbus.fi> In-Reply-To: 03c6135ab23771156e2becec5f5482d7@fcp.homelinux.org --===============1796944335737106362== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Nuno Fernandes (Beijufas) kirjoitti viestiss=C3=A4=C3=A4n (l=C3=A4hetysaika = keskiviikko, 1. joulukuuta 2004 04:23): > But then come Fedora and I was unable to run a simple script > like this: > > echo 'hello world'; > ?> Have you read this document: = http://fedora.redhat.com/docs/selinux-apache-fc3/ > a place the file in the correct place (/var/www/html/), What does ls -aZ /var/www/html show? > I read something about the SElinux and Apache on the fedora > web site but i guess that my system is woking fine. Why would you "guess" that when your system obviously _isn't_ = working fine? --===============1796944335737106362==--