php-install Digest 8 Jul 2003 09:44:56 -0000 Issue 1453
Topics (messages 11242 through 11249):
phpinfo.php file now shows up blank in Win xp pro using IIS server, please help
11242 by: Acorn Tutors
11243 by: Verseijden, W.
Re: Authentication IIS 6 (win server 2003) & PHP
11244 by: Xavier Mertens
HP11.11 and php 4.3.2 install
11245 by: Madhu
11247 by: Madhu
php5 on IIS6 (CGI Error)
11246 by: .ma
Apache/1.3.27 PHP/4.2.3 nonfunctional
11248 by: Arkady Kukarkin
11249 by: Stephen
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi folks, I was wondering if you could help. I installed IIS on Win XP pro
and I was able to make and view php files, including viewing the phpinfo.php
file. Now, suddenly for no apparent reason, it comes up blank when I try to
load them locally in IE6. Furthermore, Im unable to view any php code in IE.
Has anyone else had this problem and can tell me how to get my php files to
view again?
Help appreciated,
Doug
--- End Message ---
--- Begin Message ---
May be it has something to do with security and automatically logging out..
Try to connect to the main IIS website, if it asks for usercode/password
supply it. Then try to access php-pages. I had this experience, however I am
logged on to a domain.
Wim
-----Original Message-----
From: Acorn Tutors [mailto:[EMAIL PROTECTED]
Sent: maandag 7 juli 2003 21:09
To: [EMAIL PROTECTED]
Subject: [PHP-INST] phpinfo.php file now shows up blank in Win xp pro using
IIS server, please help
Hi folks, I was wondering if you could help. I installed IIS on Win XP pro
and I was able to make and view php files, including viewing the phpinfo.php
file. Now, suddenly for no apparent reason, it comes up blank when I try to
load them locally in IE6. Furthermore, Im unable to view any php code in IE.
Has anyone else had this problem and can tell me how to get my php files to
view again?
Help appreciated,
Doug
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
I solved the problem...
maybe not with the best posible solution, but it worked.
1) configure everything with php.exe instead of phpisapi.dll
2) copy a working php.ini file to your x:\windows directory. (For me it was
from an XP installation)
this php file had "cgi.force_redirect = 0" and solved the most problems. We
are installing on a IIS and if we read the comment of this parameter we see
; **You CAN safely turn this off for IIS, in fact, you MUST.**
And like by magic :o) everything worked fine. I hope it will help someone.
Greetz
"Xavier Mertens" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I did all the steps from this tutorial
> (http://mccammon.org/php/iis6_install.php) on how to install PHP on IIS 6.
>
> when I call for example http://localhost/test.php IE asks for a password
> authentication. I verified the security settings for I_USER and everything
> seems te be right to me.
>
> But I still can't view a .php page. Authentification with a existing login
> and password doesn't show the page neither.
>
> What step am I missing?
>
> thx in advanve,
> greetings
>
> Mertens X
>
>
--- End Message ---
--- Begin Message ---
Hi
HP 11.11 (64 bit)
Mysql 4.0.13 (32 bit)
Has any one succesfully compiled PHP with Apache 2 with Mysql 4 support for
HP UX 11.11 ?
Since HP stopped supported Apache 1.3.x and started branding Apache 2 as HP
Webserver, I am trying to compile PHP with mysql support
First of all, when I try option with-apxs2 , it is complaining that it is
Apache 1.3 and not 2
But if I type httpd -v
The output is
Server Version: HP-UX_Apache-based_Web_Server/2.0.45
and httpd -l output is
Compiled in modules:
core.c
worker.c
http_core.c
mod_so.c
I saw a posting from Jim Thome saying that Don't use HPUX Apache 2.0. Is it
from personal experience or from the fact that it is experimental ?
Is someone successful in compiling PHP with Apache 1.3 xx with latest mysql
in DSO mode?
Any tips ?
Thanks in advance
Madhu
--- End Message ---
--- Begin Message ---
HPUX 11.11 (64 bit)
Mysql 4.0.13
apache 1.3.27 as DSO module
If I try with Apache 1.3.27, I am getting this message while on make. I
used both gmake and HP make, same error
/bin/sh
/home/madhu/php-4.3.2/libtool --silent --preserve-dup-deps --mode=compil
e
gcc -Iext/mysql/ -I/home/madhu/php-4.3.2/ext/mysql/ -DPHP_ATOM_INC -I/home/m
a
dhu/php-4.3.2/include -I/home/madhu/php-4.3.2/main -I/home/madhu/php-4.3.2 -
I/ho
me/madhu/php-4.3.2/Zend -I/usr/local/mysql/include -I/home/madhu/php-4.3.2/e
xt/x
ml/expat -I/home/madhu/php-4.3.2/TSRM -fomit-frame-pointer -O3 -fpic -prefer
-
pic -c /home/madhu/php-4.3.2/ext/mysql/php_mysql.c -o ext/mysql/php_mysql.lo
In file included from /usr/include/netdb.h:69,
from /home/madhu/php-4.3.2/ext/mysql/php_mysql.c:52:
/usr/include/sys/socket.h:199: conflicting types for `socklen_t'
/home/madhu/php-4.3.2/main/php.h:139: previous declaration of `socklen_t'
/usr/include/sys/socket.h:484: syntax error before "sendfile"
/usr/include/sys/socket.h:485: syntax error before "bsize_t"
/usr/include/sys/socket.h:486: syntax error before "sendpath"
/usr/include/sys/socket.h:487: syntax error before "bsize_t"
gmake: *** [ext/mysql/php_mysql.lo] Error 1
Any tips?
"Madhu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
> HP 11.11 (64 bit)
> Mysql 4.0.13 (32 bit)
>
> Has any one succesfully compiled PHP with Apache 2 with Mysql 4 support
for
> HP UX 11.11 ?
>
> Since HP stopped supported Apache 1.3.x and started branding Apache 2 as
HP
> Webserver, I am trying to compile PHP with mysql support
>
> First of all, when I try option with-apxs2 , it is complaining that it is
> Apache 1.3 and not 2
> But if I type httpd -v
> The output is
> Server Version: HP-UX_Apache-based_Web_Server/2.0.45
>
> and httpd -l output is
> Compiled in modules:
> core.c
> worker.c
> http_core.c
> mod_so.c
>
> I saw a posting from Jim Thome saying that Don't use HPUX Apache 2.0. Is
it
> from personal experience or from the fact that it is experimental ?
> Is someone successful in compiling PHP with Apache 1.3 xx with latest
mysql
> in DSO mode?
>
> Any tips ?
> Thanks in advance
> Madhu
>
>
--- End Message ---
--- Begin Message ---
hi!
i'm running a test-server with windows 2003 and IIS6 i managed to get
PHP 4.3.2 running without any problems.
but i wanted to try php5 so i downloaded the zipped version renamed
c:\php to c:\php4 and extracted everything to c:\php
(so that the old php.exe is "replaced" by the new one)
for the old version everything worked fine - but now i get the
following error:
CGI Error
The specified CGI application misbehaved by not returning a complete
set of HTTP headers.
did somebody experience similar problems? is this only because its a
beta or is this a configuration-problem?
thx in advance, matthias
--- End Message ---
--- Begin Message ---
Hi. I'm trying to run PHP/2.4.3 with Apache/1.3.27 on Debian GNU/Linux
unstable. Apache and PHP are both packages installed by apt-get. I added
the following lines to the appropriate sections of httpd.conf, as per
instructions:
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
After restarting Apache, I read this in /var/log/apache/error.log:
[Mon Jul 7 17:02:44 2003] [notice] Apache/1.3.27 (Unix) Debian
GNU/Linux PHP/4.
2.3 configured -- resuming normal operations
However, upon trying to acces a page containing:
<?php phpinfo(); ?>
My browser recieves the unparsed php file instead of the proper output.
I realize that this is the most trivial of errors and is probably caused
by my sheer stupidity, but I could find no solution via FAQs or google
(unfortunately there isn't a concrete string to google for). I apologize
for wasting your time.
On a side note, I am most frustrated by this as the box ran
apache/php4/php apps previously without any problems; apache was
subsequently removed using apt-get. I made the exact
same changes to the config files as I did previously (only adding the
above lines for the most part, the server is on a private net and is
used for testing purposes only, so no need for security).
--- End Message ---
--- Begin Message ---
I believe you missed out
AddModule mod_php4.c
Try adding that (It should be in the section below the loadmodule command)
Stephen
----- Original Message -----
From: "Arkady Kukarkin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 08, 2003 1:44 AM
Subject: [PHP-INST] Apache/1.3.27 PHP/4.2.3 nonfunctional
> Hi. I'm trying to run PHP/2.4.3 with Apache/1.3.27 on Debian GNU/Linux
> unstable. Apache and PHP are both packages installed by apt-get. I added
> the following lines to the appropriate sections of httpd.conf, as per
> instructions:
>
> LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
>
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .phps
>
> After restarting Apache, I read this in /var/log/apache/error.log:
>
> [Mon Jul 7 17:02:44 2003] [notice] Apache/1.3.27 (Unix) Debian
> GNU/Linux PHP/4.
> 2.3 configured -- resuming normal operations
>
> However, upon trying to acces a page containing:
>
> <?php phpinfo(); ?>
>
> My browser recieves the unparsed php file instead of the proper output.
> I realize that this is the most trivial of errors and is probably caused
> by my sheer stupidity, but I could find no solution via FAQs or google
> (unfortunately there isn't a concrete string to google for). I apologize
> for wasting your time.
>
> On a side note, I am most frustrated by this as the box ran
> apache/php4/php apps previously without any problems; apache was
> subsequently removed using apt-get. I made the exact
> same changes to the config files as I did previously (only adding the
> above lines for the most part, the server is on a private net and is
> used for testing purposes only, so no need for security).
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---