php-install Digest 3 Jan 2003 12:24:11 -0000 Issue 1184

Topics (messages 9504 through 9509):

Re: php.ini unfunctional in php4.3release on apache2.0.43
        9504 by: omer k

Http error 403
        9505 by: Javed.TechnoCanada

php with gd with bcmath apache+mysql
        9506 by: Marcus

Re: Index page
        9507 by: toby -
        9508 by: Stephen Edmonds

Strange error in error_log when apache 1.3.27 compiled with php 4.3.0
        9509 by: Ireneusz Piasecki

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 ---
resolved !

the issue was due to
--with-config-file-path=/usr/local/apache2/conf/php.ini
instead of
--with-config-file-path=/usr/local/apache2/conf/
in the original configuration.

There is some confussion as the APXS binary itself (not the path) is pointed
to where as its the path and not the file for php.ini.

It might be a good idea to allow for various php.ini options by actually
allowing for a name to be assigned alternative to php.ini.  for example
php_12_12_2002.ini and
php_2_1_2002.ini etc..

It might also be a good idea to have a quick UNINSTALL document available (i
couldnt find one). I can help out with this if needed.

regards.
omer.




"Omer K" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hello,
> i was running 4.3.0RC2 on a redhat (7.1) as DSO with apache2.0.43.   Then
> when i saw the release version was out  i removed the prerelease and
> compiled 4.3.0 release succesfully BUT CANT GET PHP.INI values to be
picked
> up even though php engine itself works.  That is what ever i set in
php.ini
> does not change in phpinfo().   Yes i have restarted apache (apachectl
> restart).
>
> Specifically when I change output_buffering to "On" or "4096" or "1" it
> simply stays as "0" (as viewed from phpinfo()) . magic_quotes_gpc cannot
be
> turned "Off" its stuck in "On" position. Several others options have done
> the same leading me to believe that nothing in php.ini gets picked up!
>
> Ive installed it as
>
>
>
./configure --with-config-file-path=/usr/local/apache2/conf/php.ini --with-a
> pxs2=/usr/local/apache2/bin/apxs --with-mysql   (got no errors)
>
> Even when I delete php.ini I get the same for phpinfo. I have tried
putting
> a file at /usr/local/lib/php.ini (the default location if you had not set
it
> yourself) with the same result. And no I don't have a problem with php.ini
> permissions as ive even tried chmod 777!
>
> anyone has any clue?!
>
>
> thanks.
> omer.
>
>


--- End Message ---
--- Begin Message ---
Trying to use PHP4.0 with PWS4 on Win98.
CGI works fine from dos prompt, e.g., c:\php>php phptest.php , and get
expected output.
But, when tried with IE Browser 5, a blank screen appears. View souce option
reveals the original file.

Following is the error message I'm getting:

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.

A php file called "phptest.php" is located under "c:\inetpub\webpub" folder.

What am I doing wrong? Please advise, thank you.

Javed Ahmad
TechnoCanada Enterprises
604-780-6617
http://www.technocanada.ca

--- End Message ---
--- Begin Message ---
Hi there hope I can get some help of here.
Has anybody successfully installed 
php with gd with bcmath apache+mysql

And how did you get this write I've look  just about everywhere for how2 but with no 
luck I found a howto on devshed for apache+php+mysql but they don't go into much 
detail about the 2 functions I need for php 

Any help - link would be appreciated

Marcus





==========================================================
This message contains information intended for the perusal, and/or use (if
so stated), by the stated addressee(s) only. The information is
confidential and privileged. If you are not an intended recipient, do not
peruse, use, disseminate, distribute, copy or in any manner rely upon the
information contained in this message (directly or indirectly). The sender
and/or the entity represented by the sender shall not be held accountable
in the event that this prohibition is disregarded. If you receive this
message in error, notify the sender immediately by e-mail, fax or telephone
representations contained in this message, whether express or implied, are
those of the sender only, unless that sender expressly states them to be
the views or representations of an entity or person, who shall be named by
the sender and who the sender shall state to represent. No liability shall
otherwise attach to any other entity or person.
==========================================================

--- End Message ---
--- Begin Message --- hi

set your home page to http://localhost/index.php

then everytime u open ur browser u ll see index.php
you wont even have to type anythin



luck ....

toby ......

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE* http://join.msn.com/?page=features/virus

--- End Message ---
--- Begin Message ---
Just so everyone knows what the solution was... I forgot to forward it to
the mailing list last time!

----- Original Message -----
From: "Stephen Edmonds" <[EMAIL PROTECTED]>
To: "thkiat" <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 3:52 PM
Subject: Re: [PHP-INST] Index page


> Do a search for the line
> 'DirectoryIndex index.html'
> in the Apache\conf\httpd.conf file in the Apache folders (Its the
> configuration file, Apache should have made a shortcut to the file when it
> was installed)
>
> Then replace it with
> 'DirectoryIndex index.php index.html'
> (Without the '' obviously!)
>
> That will make the webserver first look for an index.php, then an
> index.html, and then give up. You can add other file names in there, the
> reading order is from left to right. This should solve your problem.
>
> Stephen
>
> ----- Original Message -----
> From: "thkiat" <[EMAIL PROTECTED]>
> To: "Stephen Edmonds" <[EMAIL PROTECTED]>
> Sent: Thursday, January 02, 2003 3:47 PM
> Subject: Re: [PHP-INST] Index page
>
>
> > Apache.....
> >
> > ----- Original Message -----
> > From: "Stephen Edmonds" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Cc: "thkiat" <[EMAIL PROTECTED]>
> > Sent: Thursday, January 02, 2003 11:44 PM
> > Subject: Re: [PHP-INST] Index page
> >
> >
> > > That is due to the configuration of your webserver. You need to set it
> to
> > > accept index.php as an 'index' page. Most webservers come with
> index.html
> > as
> > > the page to open. What web server are you using?
> > >
> > > ----- Original Message -----
> > > From: "thkiat" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Thursday, January 02, 2003 3:25 PM
> > > Subject: [PHP-INST] Index page
> > >
> > >
> > > > Why by only typing http://localhost/ the index.php did not show up.
I
> > have
> > > > to type http://localhost/index.php for the page to show up. How can
I
> > > solve
> > > > this problem?
> > > >
> > > >
> > > >
> > > > --
> > > > PHP Install Mailing List (http://www.php.net/)
> > > > To unsubscribe, visit: http://www.php.net/unsub.php
> > > >
> > >
> > >
> >
>


--- End Message ---
--- Begin Message ---
Hi.

  I have this in my error_log of apache webserwer when i accessing php
pages:

  Character set '#9' is not a compiled character set and is not specified in
  the 'NONEXISTENT/charsets/Index' file
  File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2)

  What is this ?

  I use linux 6.2, apache 1.3.27 php 4.3.0

  Any ideas ?

  regards,
 Irek



--------------r-e-k-l-a-m-a-----------------

Super tanie kwatery narciarskie.
Od 300 zl/osoba/tydzien
http://wycieczki.onet.pl
--- End Message ---

Reply via email to