[PHP-INST] HTTP Error 403

2003-01-29 Thread Han Xiemin
Hi,

In you PWS settings, select advance opition, and select the Home folder,
right click and select properties, then check the execute and confirm it.

Hope it help you!

·¢¼þÈË: <[EMAIL PROTECTED]>
ÊÕ¼þÈË: <[EMAIL PROTECTED]>
Ö÷Ìâ: PHP INSTALL ON PWS4
ÈÕÆÚ: 2003Äê1ÔÂ8ÈÕ

Hello,

I wondered if you can help?  I followed all of the instructions for loading
PHP4 on a windows 98 machine running PWS4.  When I try to run the test file
(test.php) from the root directory of the local web.  I get the error
message
below.  I see by going through the bulletin board that it is a very
persistant installation problem and should perhaps be a faq.  Are you
familiar with this and might you be able to help me?

HTTP Error 403

403.1 Forbidden: Execute Access Forbidden

This error can be caused if you try to execute a CGI, ISAPI, or other
executable program from a directory that does not allow programs to be
executed.

Please contact the Web server's administrator if the problem persists.






-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




php-install Digest 29 Jan 2003 09:13:41 -0000 Issue 1224

2003-01-29 Thread php-install-digest-help

php-install Digest 29 Jan 2003 09:13:41 - Issue 1224

Topics (messages 9872 through 9879):

Re: newbie question blank page
9872 by: CJ

php 4.3.0 + apache 2.0 on Solaris 9
9873 by: Hong Tian
9876 by: Brian C. Hill

php 4.3 in freebsd ports?
9874 by: Ryan C. Creasey

php-4.3.0 , solaris 8 compile error
9875 by: Aaron Bennett
9877 by: Brian C. Hill
9878 by: Aaron Bennett

HTTP Error 403
9879 by: Han Xiemin

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 ---
Hello,

I get the same thing but when I view the page source I can see the source
for the php file. I am running it on AIX5.1

This is what I tried


html>

PHP Test


Hello World"; ?>




- Original Message -
From: "- Edwin" <[EMAIL PROTECTED]>
Newsgroups: php.install
To: "Marcus" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, January 06, 2003 9:36 AM
Subject: Re: [PHP-INST] newbie question blank page


> Hello,
>
> "Marcus" <[EMAIL PROTECTED]> wrote:
> > Hi there Just manage to install RedHat 8 on a server and as soon as I
> > load a php script to in the page is blank.
>
> Blank? No nothing? No errors? How about the (generated) source code?
> (View -> Source in your browser)
>
> Use something simple for checking. Like:
>
> 
>   phpinfo();
>
> ?>
>
> and see what happens...
>
> > I have added
> > AddType application/x-httpd .php
> > in the httpd.conf file but this still doesn't work
>
> I don't think you really need this. When I installed RH8, all I had to
> do was to start Apache and voila! I could run and see the result of
> phpinfo() I mentioned above.
>
> - E
>
> ...[snip]...
>
> __
> Do You Yahoo!?
> Yahoo! BB is Broadband by Yahoo!  http://bb.yahoo.co.jp/
>

"- Edwin" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> "Marcus" <[EMAIL PROTECTED]> wrote:
> > Hi there Just manage to install RedHat 8 on a server and as soon as I
> > load a php script to in the page is blank.
>
> Blank? No nothing? No errors? How about the (generated) source code?
> (View -> Source in your browser)
>
> Use something simple for checking. Like:
>
> 
>   phpinfo();
>
> ?>
>
> and see what happens...
>
> > I have added
> > AddType application/x-httpd .php
> > in the httpd.conf file but this still doesn't work
>
> I don't think you really need this. When I installed RH8, all I had to
> do was to start Apache and voila! I could run and see the result of
> phpinfo() I mentioned above.
>
> - E
>
> ...[snip]...
>
> __
> Do You Yahoo!?
> Yahoo! BB is Broadband by Yahoo!  http://bb.yahoo.co.jp/
>



--- End Message ---
--- Begin Message ---
Hi,

I am installing php 4.3.0 + Apache 2.0.44 on Solaris 9 with gcc 2.95.2.
After compiling PHP, I got error messages. Anyone knows how to resolve it?
Thanks!
 
# which gcc
/usr/local/bin/gcc
# gcc -v
gcc version 2.95.2 19991024 (release)

# cd /usr/local/download/php-4.3.0
# ./configure --prefix=/usr/local \  
> --with-apxs2=/usr/local/apache/bin/apxs \ 
> --with-mysql=/usr/local/mysql \
> --enable-track-vars


++
|   *** ATTENTION ***|
||
| Something is likely to be messed up here, because the configure|
| script was not able to detect a simple feature on your platform.   |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages. |
||
| If you are unable to fix this, send the file debug.log to the  |
| [EMAIL PROTECTED] mailing list and include appropiate  |
| information about your setup.  |
-

>From debug.log, I found the following warning:

ld: warning: file libgcc_s.so.1: required by /usr/local/lib/libz.so, not
found
ld.so.1: ./conftest: fatal: libgcc_s.so.1: open failed: No such file or
directory





--- End Message ---
--- Begin Message ---
Are you running in 64-bit mode?

Brian
==
On Tue, Jan 28, 2003 at 01:40:11PM -0500, Hong Tian wrote:
> Hi,
> 
> I am installing php 4.3.0 + Apache 2.0.44 on Solaris 9 with gcc 2.95.2.
> After compiling PHP, I got error messages. Anyone knows how to resolve it?
> Thanks!
>  
> # which gcc
> /usr/local/bin/gcc
> # gcc -v
> gcc version 2.95.2 19991024 (release)
> 
> # cd /usr/local/download/

[PHP-INST] Re: PHP INSTALL ON PWS4

2003-01-29 Thread Han Xiemin
Hi, I nearly have the same problem with you.

But I do not met the HTTP Error 403. I can not see any content in my IE
browser though my test.php is so correct:(

It seems my IE can not understand the PHP tags  .

I am appreciate for any suggestion!

XIemin  16:42  29.01.2003

<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I wondered if you can help?  I followed all of the instructions for
loading
> PHP4 on a windows 98 machine running PWS4.  When I try to run the test
file
> (test.php) from the root directory of the local web.  I get the error
message
> below.  I see by going through the bulletin board that it is a very
> persistant installation problem and should perhaps be a faq.  Are you
> familiar with this and might you be able to help me?
>
> HTTP Error 403
>
> 403.1 Forbidden: Execute Access Forbidden
>
> This error can be caused if you try to execute a CGI, ISAPI, or other
> executable program from a directory that does not allow programs to be
> executed.
>
> Please contact the Web server's administrator if the problem persists.
>
>
>



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-INST] php4.3.0 and oracle

2003-01-29 Thread Clark, Anthony
Hi,

I just tried to compile php4.3.0 on a system with oracle 8.1.5 that previously had 
4.2.2 working just fine and received the following message:

| Something is likely to be messed up here, because the configure
| script was not able to detect a simple feature on your platform.
| This is often caused by incorrect configuration parameters. Please
| see the file debug.log for error messages.
|
| If you are unable to fix this, send the file debug.log to the
| [EMAIL PROTECTED] mailing list and include appropiate
| information about your setup.

Here's the debug log:

CONFIGURE:   './configure' '--with-mysql' '--with-apache=/home/usr02/root/apache
-upgrade/apache_1.3.26' '--enable-track-vars' '--with-oracle=/usr/local/OraHome1
' '--with-oci8=/usr/local/OraHome1' '--with-xml' '--enable-discard-path' '--enab
le-sigchild'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS:-D_POSIX_PTHREAD_SEMANTICS
CXX:
CXXFLAGS:   
INCLUDES:-I$(top_builddir)/Zend -I/usr/local/OraHome1/rdbms/demo -I/usr/loca
l/OraHome1/network/public -I/usr/local/OraHome1/plsql/public
LDFLAGS: -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-sola
ris2.7/3.2 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2 -R/usr/local/OraHom
e1/lib -L/usr/local/OraHome1/lib
LIBS:   -lcrypt -lresolv -lm -ldl -lnsl -lsocket  -lgcc -lcrypt -lnsl -lsock
et -lgen -ldl -lclntsh -locijdbc8 -lnsl -lsocket -lgen -ldl -lclntsh
DLIBS:  
SAPI:   apache
PHP_RPATHS:  /usr/ucblib /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2 /usr/lo
cal/OraHome1/lib
uname -a:   SunOS elab-unix3 5.7 Generic_106541-23 sun4u sparc SUNW,Ultra-250

gcc -o conftest -g -O2  -D_POSIX_PTHREAD_SEMANTICS  -R/usr/ucblib -L/usr/ucblib 
-R/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2 -L/usr/local/lib/gcc-lib/sparc
-sun-solaris2.7/3.2 -R/usr/local/OraHome1/lib -L/usr/local/OraHome1/lib conftest
.c -lcrypt -lresolv -lm -ldl -lnsl -lsocket  -lgcc -lcrypt -lnsl -lsocket -lgen 
-ldl -lclntsh -locijdbc8 -lnsl -lsocket -lgen -ldl -lclntsh 1>&5
ld: warning: symbol `naeeta' has differing sizes:
(file /usr/local/OraHome1/lib/libclntsh.so value=0xb4; file /usr/local/O
raHome1/lib/libocijdbc8.so value=0x3c);
/usr/local/OraHome1/lib/libclntsh.so definition taken
ld: warning: symbol `naeeti' has differing sizes:
(file /usr/local/OraHome1/lib/libclntsh.so value=0x3; file /usr/local/Or
aHome1/lib/libocijdbc8.so value=0x1);
/usr/local/OraHome1/lib/libclntsh.so definition taken
ld: warning: symbol `naeetn' has differing sizes:
(file /usr/local/OraHome1/lib/libclntsh.so value=0x24; file /usr/local/O
raHome1/lib/libocijdbc8.so value=0xc);
CONFIGURE:   './configure' '--with-mysql' '--with-apache=/home/usr02/root/apache
-upgrade/apache_1.3.26' '--enable-track-vars' '--with-oracle=/usr/local/OraHome1
' '--with-oci8=/usr/local/OraHome1' '--with-xml' '--enable-discard-path' '--enab
le-sigchild'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS:-D_POSIX_PTHREAD_SEMANTICS
CXX:
CXXFLAGS:   
INCLUDES:-I$(top_builddir)/Zend -I/usr/local/OraHome1/rdbms/demo -I/usr/loca
l/OraHome1/network/public -I/usr/local/OraHome1/plsql/public
LDFLAGS: -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-sola
ris2.7/3.2 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2 -R/usr/local/OraHom
e1/lib -L/usr/local/OraHome1/lib
LIBS:   -lcrypt -lresolv -lm -ldl -lnsl -lsocket  -lgcc -lcrypt -lnsl -lsock
et -lgen -ldl -lclntsh -locijdbc8 -lnsl -lsocket -lgen -ldl -lclntsh
DLIBS:  
SAPI:   apache
PHP_RPATHS:  /usr/ucblib /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2 /usr/lo
cal/OraHome1/lib
uname -a:   SunOS elab-unix3 5.7 Generic_106541-23 sun4u sparc SUNW,Ultra-250

gcc -o conftest -g -O2  -D_POSIX_PTHREAD_SEMANTICS  -R/usr/ucblib -L/usr/ucblib 
-R/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2 -L/usr/local/lib/gcc-lib/sparc
-sun-solaris2.7/3.2 -R/usr/local/OraHome1/lib -L/usr/local/OraHome1/lib conftest
.c -lcrypt -lresolv -lm -ldl -lnsl -lsocket  -lgcc -lcrypt -lnsl -lsocket -lgen 
-ldl -lclntsh -locijdbc8 -lnsl -lsocket -lgen -ldl -lclntsh 1>&5
ld: warning: symbol `naeeta' has differing sizes:
(file /usr/local/OraHome1/lib/libclntsh.so value=0xb4; file /usr/local/O
raHome1/lib/libocijdbc8.so value=0x3c);
/usr/local/OraHome1/lib/libclntsh.so definition taken
ld: warning: symbol `naeeti' has differing sizes:
(file /usr/local/OraHome1/lib/libclntsh.so value=0x3; file /usr/local/Or
aHome1/lib/libocijdbc8.so value=0x1);
/usr/local/OraHome1/lib/libclntsh.so definition taken
ld: warning: symbol `naeetn' has differing sizes:
(file /usr/local/OraHome1/lib/libclntsh.so value=0x24; file /usr/local/O
raHome1/lib/libocijdbc8.so value=0xc);
/usr/local/OraHome1/lib/libclntsh.so definition taken
ld: warning: symbol `naeetau' has differing sizes:
(file /usr/local/OraHome1/lib/libclntsh.so value=0x12c; file /usr/local/
OraHome1/lib/libocijdbc8.so value=0x3c);
/usr/local/OraHome1/lib/libcl

[PHP-INST] write to file

2003-01-29 Thread wp_pl
Hi,
I have installed PHP4.2.3 and I'm trying at localhost create xxx.txt file and write 
data to its. The system create file xxx.txt but doesn't write data. Also I have some 
troubles with working some scripts. 
I used very simple script to do it. How resolve of the problem ? 
I use XP Windows system and Apache 2.0

Regards,
MTS


[PHP-INST] GNU Readline on Win32??

2003-01-29 Thread OjMyStEr
Hi,
I as far as I can see the GNU Readline libruary is only available on *NIX
and BSD OSs. Does anyone know is it is available for my Windows 2000
installation of PHP??

Thanx Josh



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-INST] Re: (include_path='.;c:\php4\pear') ERROR?

2003-01-29 Thread Bryan Fritchie
I am having a very similar problem as this one, but I did not see an answer.
Does anyone know what this is?  I can't find this line in the php.ini file
at all.

BTW, I am trying to set up PHP to run under Win2000, for IIS.   Thanks!



"Nick" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
> If anyone could tell me what this line means that would be great!
> Warning: Failed opening 'localhost' for inclusion
> (include_path='.;c:\php4\pear') in Unknown on line 0
>
> PHP 4.2 and Apache are running (well  PHP supposedly - this error is
holding
> me up!)
> Thanks,
> Nick
>
>



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




php-install Digest 30 Jan 2003 02:21:36 -0000 Issue 1225

2003-01-29 Thread php-install-digest-help

php-install Digest 30 Jan 2003 02:21:36 - Issue 1225

Topics (messages 9880 through 9884):

Re: PHP INSTALL ON PWS4
9880 by: Han Xiemin

php4.3.0 and oracle
9881 by: Clark, Anthony

write to file
9882 by: wp_pl

GNU Readline on Win32??
9883 by: OjMyStEr

Re: (include_path='.;c:\php4\pear') ERROR?
9884 by: Bryan Fritchie

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, I nearly have the same problem with you.

But I do not met the HTTP Error 403. I can not see any content in my IE
browser though my test.php is so correct:(

It seems my IE can not understand the PHP tags  .

I am appreciate for any suggestion!

XIemin  16:42  29.01.2003

<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I wondered if you can help?  I followed all of the instructions for
loading
> PHP4 on a windows 98 machine running PWS4.  When I try to run the test
file
> (test.php) from the root directory of the local web.  I get the error
message
> below.  I see by going through the bulletin board that it is a very
> persistant installation problem and should perhaps be a faq.  Are you
> familiar with this and might you be able to help me?
>
> HTTP Error 403
>
> 403.1 Forbidden: Execute Access Forbidden
>
> This error can be caused if you try to execute a CGI, ISAPI, or other
> executable program from a directory that does not allow programs to be
> executed.
>
> Please contact the Web server's administrator if the problem persists.
>
>
>



--- End Message ---
--- Begin Message ---
Hi,

I just tried to compile php4.3.0 on a system with oracle 8.1.5 that previously had 
4.2.2 working just fine and received the following message:

| Something is likely to be messed up here, because the configure
| script was not able to detect a simple feature on your platform.
| This is often caused by incorrect configuration parameters. Please
| see the file debug.log for error messages.
|
| If you are unable to fix this, send the file debug.log to the
| [EMAIL PROTECTED] mailing list and include appropiate
| information about your setup.

Here's the debug log:

CONFIGURE:   './configure' '--with-mysql' '--with-apache=/home/usr02/root/apache
-upgrade/apache_1.3.26' '--enable-track-vars' '--with-oracle=/usr/local/OraHome1
' '--with-oci8=/usr/local/OraHome1' '--with-xml' '--enable-discard-path' '--enab
le-sigchild'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS:-D_POSIX_PTHREAD_SEMANTICS
CXX:
CXXFLAGS:   
INCLUDES:-I$(top_builddir)/Zend -I/usr/local/OraHome1/rdbms/demo -I/usr/loca
l/OraHome1/network/public -I/usr/local/OraHome1/plsql/public
LDFLAGS: -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-sola
ris2.7/3.2 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2 -R/usr/local/OraHom
e1/lib -L/usr/local/OraHome1/lib
LIBS:   -lcrypt -lresolv -lm -ldl -lnsl -lsocket  -lgcc -lcrypt -lnsl -lsock
et -lgen -ldl -lclntsh -locijdbc8 -lnsl -lsocket -lgen -ldl -lclntsh
DLIBS:  
SAPI:   apache
PHP_RPATHS:  /usr/ucblib /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2 /usr/lo
cal/OraHome1/lib
uname -a:   SunOS elab-unix3 5.7 Generic_106541-23 sun4u sparc SUNW,Ultra-250

gcc -o conftest -g -O2  -D_POSIX_PTHREAD_SEMANTICS  -R/usr/ucblib -L/usr/ucblib 
-R/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/3.2 -L/usr/local/lib/gcc-lib/sparc
-sun-solaris2.7/3.2 -R/usr/local/OraHome1/lib -L/usr/local/OraHome1/lib conftest
.c -lcrypt -lresolv -lm -ldl -lnsl -lsocket  -lgcc -lcrypt -lnsl -lsocket -lgen 
-ldl -lclntsh -locijdbc8 -lnsl -lsocket -lgen -ldl -lclntsh 1>&5
ld: warning: symbol `naeeta' has differing sizes:
(file /usr/local/OraHome1/lib/libclntsh.so value=0xb4; file /usr/local/O
raHome1/lib/libocijdbc8.so value=0x3c);
/usr/local/OraHome1/lib/libclntsh.so definition taken
ld: warning: symbol `naeeti' has differing sizes:
(file /usr/local/OraHome1/lib/libclntsh.so value=0x3; file /usr/local/Or
aHome1/lib/libocijdbc8.so value=0x1);
/usr/local/OraHome1/lib/libclntsh.so definition taken
ld: warning: symbol `naeetn' has differing sizes:
(file /usr/local/OraHome1/lib/libclntsh.so value=0x24; file /usr/local/O
raHome1/lib/libocijdbc8.so value=0xc);
CONFIGURE:   './configure' '--with-mysql' '--with-apache=/home/usr02/root/apache
-upgrade/apache_1.3.26' '--enable-track-vars' '--with-oracle=/usr/local/OraHome1
' '--with-oci8=/usr/local/OraHome1' '--with-xml' '--enable-discard-path' '--enab
le-sigchild'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS:-D_POSIX_PTHREAD_SEMANTICS
CXX:
CXXFLAGS:   
INCLUDES:-I$(top_builddir)/Zend -I/usr/local/OraHome1/rdbms/demo -I/usr/loca
l/OraHome1/network/public -I/usr/local/OraHome1/plsql/public
LDFLAGS: -R/usr/ucblib -L/u

[PHP-INST] Installation Problems

2003-01-29 Thread Nilesh Parmar
Hi All,
 I have a slight problem configuring PHP with Apache. I'm using PHP 4.3
with Apache 1.3.27 on my RedHat Linux 7.2 box. 
 
I initially configured php with apache and it worked fine. The phpinfo page
showed that PHP was configured with 
 
--with-mysql --with-apxs=/usr/local/apache/bin/apxs 
 
 
However, now i wanted to enable the gd option along with freetype support
and a number of other things. I again configured PHP with those extra
arguments in the ./configure command and then did make and make install.
However, when i execute the phpinfo() page again, it doesn't show me PHP
being configured with those extra options!. Am i missing something??
 
Can anyone please help me with this?
 
thanks
Nilesh.