De: Klaus-Peter Schrage <kpschrage@gmx.de>
Para: Fedora <users@lists.fedoraproject.org>
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 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 original httpd.conf that came with Fedora 16). I could run Perl scripts (e. g. a guestbook) in cgi-bin, but no PHP scripts. Apache's error log gave:
(8)Exec format error: exec of '/var/www/cgi-bin/test.php' failed
Premature end of script headers: test.php
The script test.php simply calls phpinfo() and works on my hired external webspace, so this must be a configuration issue with my local webserver. Strange enaugh, I didn't find many clues on enabling PHP in the Apache.org documentation and even elsewhere.
Thanks for any pointers
Klaus
-- users mailing list
users@lists.fedoraproject.org
To
unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
Try moving the file to /var/www/html/test.php
DK
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
12-28-2011, 01:42 PM
Klaus-Peter Schrage
Enable PHP on local Apache2 server
Am 28.12.2011 15:35, schrieb Dennis Kaptain:
------------------------------------------------------------------------
*De:* Klaus-Peter Schrage <kpschrage@gmx.de>
*Para:* Fedora <users@lists.fedoraproject.org>
*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 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 original httpd.conf that came with
Fedora 16). I could run Perl scripts (e. g. a guestbook) in
cgi-bin, but no PHP scripts. Apache's error log gave:
(8)Exec format error: exec of '/var/www/cgi-bin/test.php' failed
Premature end of script headers: test.php
The script test.php simply calls phpinfo() and works on my hired
external webspace, so this must be a configuration issue with my
local webserver. Strange enaugh, I didn't find many clues on
enabling PHP in the Apache.org documentation and even elsewhere.
Thanks for any pointers
Klaus
-- users mailing list
users@lists.fedoraproject.org <mailto:users@lists.fedoraproject.org>
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
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
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
12-28-2011, 01:46 PM
Reindl Harald
Enable PHP on local Apache2 server
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"?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
12-28-2011, 01:49 PM
Klaus-Peter Schrage
Enable PHP on local Apache2 server
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 | grep php"?
Quite a lot:
php-cli-5.3.8-3.fc16.x86_64
php-ldap-5.3.8-3.fc16.x86_64
php-pdo-5.3.8-3.fc16.x86_64
php-mysql-5.3.8-3.fc16.x86_64
php-5.3.8-3.fc16.x86_64
php-common-5.3.8-3.fc16.x86_64
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
12-28-2011, 01:55 PM
Reindl Harald
Enable PHP on local Apache2 server
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 contents of test.php
>> well, have you installed PHP?
>> what says "rpm -qa | grep php"?
> Quite a lot:
> php-cli-5.3.8-3.fc16.x86_64
> php-ldap-5.3.8-3.fc16.x86_64
> php-pdo-5.3.8-3.fc16.x86_64
> php-mysql-5.3.8-3.fc16.x86_64
> php-5.3.8-3.fc16.x86_64
> php-common-5.3.8-3.fc16.x86_64
Have you the following SOMEWHERE in your httpd-conf-files?
LoadModule php5_module "modules/libphp5.so"
AddType application/x-httpd-php .php
Has your Script "<?php" at the begin or does it only start with "<?"
which will not work as long "short_open_tag" is not enabled?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
12-28-2011, 02:23 PM
Steven Stern
Enable PHP on local Apache2 server
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 locations, httpd worked out of the box (i. e. with the
> original httpd.conf that came with Fedora 16). I could run Perl scripts
> (e. g. a guestbook) in cgi-bin, but no PHP scripts. Apache's error log
> gave:
>
> (8)Exec format error: exec of '/var/www/cgi-bin/test.php' failed
> Premature end of script headers: test.php
>
> The script test.php simply calls phpinfo() and works on my hired
> external webspace, so this must be a configuration issue with my local
> webserver. Strange enaugh, I didn't find many clues on enabling PHP in
> the Apache.org documentation and even elsewhere.
>
> Thanks for any pointers
> Klaus
>
The scripts should be in your regular web tree, not in /cgi-bin. Do you
have all the necessary php stuff installed?
yum install php php-devel php-pear php-mysql
After installing PHP, restart httpd and try your phpinfo() test again
with the file in /var/www/html
--
-- Steve
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org