You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Berlina <be...@hotmail.com> on 2002/03/11 18:24:22 UTC

Problems installing Apache

Hi

Im trying to install an Apache Web Server and PHP in a Windows NT .

* Apache 1.2.23
* PHP 4.1.1
* Windows NT Server 4.0 with SP4

The installation of Apache Web Server and PHP was succesfully ok, but when I
configure the PHP and Apache, editing the PHP.ini and httpd.conf files, as
installation manual says, was not any problem neither.

The problem appears when i try to load a php file with the web server, then
shows all the content of a file. The server reads and show the file but not
execute it.
And, of course I added the lines:
    LoadModule php4_module PATH/php4apache.dll
    AddType application/x-httpd-php .php
in my httpd.conf file.

Any ideas?
Advanced thanks,
Berli

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Problems installing Apache

Posted by Admin <ko...@naisp.net>.
you got to now edit the permissions on all php files...
make them executable

777 (rwxrwxrwx)   should be ok
I believe that is the problem...

-----Original Message-----
From: Berlina [mailto:berlina_berlina@hotmail.com]
Sent: Monday, March 11, 2002 12:24 PM
To: users@httpd.apache.org
Subject: Problems installing Apache


Hi

Im trying to install an Apache Web Server and PHP in a Windows NT .

* Apache 1.2.23
* PHP 4.1.1
* Windows NT Server 4.0 with SP4

The installation of Apache Web Server and PHP was succesfully ok, but when I
configure the PHP and Apache, editing the PHP.ini and httpd.conf files, as
installation manual says, was not any problem neither.

The problem appears when i try to load a php file with the web server, then
shows all the content of a file. The server reads and show the file but not
execute it.
And, of course I added the lines:
    LoadModule php4_module PATH/php4apache.dll
    AddType application/x-httpd-php .php
in my httpd.conf file.

Any ideas?
Advanced thanks,
Berli

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org