Php
John Seth
johnseth at phoenixwing.com
Wed Aug 6 17:32:17 EDT 2003
RedHat be default sets it to 'off'. PHP.net downloaded and custom
installs usually have it set to 'on'.
creating phpinfo.php in the /var/www/html (or other apache web
directory) with the following:
<?php phpinfo(); ?>
Would be the best bet regardless of setup/distro. Also, if it is
installed, and correctly so, you can do 'locate php.ini' and, in the
case of RH, it should be '/etc/php.ini'. If it's custom install, with
an install that is not quite finished, 'locate php.ini-default'.
- Tony
Cyber Source wrote:
> Bob and I noticed that a while ago and drove us nuts until we (he)
> figured it out, RedHat 9'c configs
> On Wed, 2003-08-06 at 10:01, Mark Musone wrote:
>
>>/No. short_open tags is by default on.
>>There is no discrouragement to using short open tags. In fact it's
>>encouraged. Short open tags is used more than any other method.
>>
>>What distro/package/version are you using that you think it's off by
>>default?
>>
>>-Mark
>>
>>
>>
>>-----Original Message-----
>>From: owner-nflug at nflug.org [//mailto:owner-nflug at nflug.org] On Behalf Of
>>Robert Meyer
>>Sent: Wednesday, August 06, 2003 9:48 AM
>>To: nflug at nflug.org
>>Subject: RE: Php
>>
>>Hmmm... That's not going to do anything unless 'short_open_tag' is on...
>>at
>>least in the newer PHP installations. Better bit of code would be:
>><?php phpinfo(); ?>
>>
>>I've run into that one more than one time. The default for the
>>'short_open_tag' is 'off' so I would guess that they're trying to
>>discourage
>>the use of '<?'.
>>
>>Cheers!
>>
>>Bob
>>
>>--- Mark Musone <mmusone at shatterit.com> wrote:
>>> The easiest way is to simply make a test.php file,
>>> And in it put:
>>> <? phpinfo() ?>
>>>
>>>
>>> Then load up that file from a web browser to your wbe servers (don’t
>>> just open up the file directly)
>>>
>>> If that doesn't work, some other things to do is:
>>>
>>> Do a locate of libphp4.so . It should be in the httpd/modules
>>> directory..
>>> This will tell you if you have the dynamicly loaded php module..
>>>
>>> Run httpd -l to see if php is compiled statically into httpd.
>>>
>>>
>>> -Mark
>>>
>>>
>>> -----Original Message-----
>>> From: owner-nflug at nflug.org [mailto:owner-nflug at nflug.org] On Behalf
>>Of
>>> Ray Cherry
>>> Sent: Wednesday, August 06, 2003 2:48 AM
>>> To: nflug at nflug.org
>>> Subject: Php
>>>
>>> Hey u Guys
>>>
>>> how do I know if...php module is install on my apache
>>>
>>> Ray S
>>>
>>> __________________________________
>>> Do you Yahoo!?
>>> Yahoo! SiteBuilder - Free, easy-to-use web site design software
>>> http://sitebuilder.yahoo.com
>>>
>>> ---
>>> Incoming mail is certified Virus Free.
>>> Checked by AVG anti-virus system (http://www.grisoft.com).
>>> Version: 6.0.504 / Virus Database: 302 - Release Date: 7/24/2003
>>>
>>>
>>> ---
>>> Outgoing mail is certified Virus Free.
>>> Checked by AVG anti-virus system (http://www.grisoft.com).
>>> Version: 6.0.504 / Virus Database: 302 - Release Date: 7/24/2003
>>>
>>>
>>>
>>
>>
>>__________________________________
>>Do you Yahoo!?
>>Yahoo! SiteBuilder - Free, easy-to-use web site design software
>>http://sitebuilder.yahoo.com
>>
>>---
>>Incoming mail is certified Virus Free.
>>Checked by AVG anti-virus system (http://www.grisoft.com).
>>Version: 6.0.504 / Virus Database: 302 - Release Date: 7/24/2003
>>
>>
>>---
>>Outgoing mail is certified Virus Free.
>>Checked by AVG anti-virus system (http://www.grisoft.com).
>>Version: 6.0.504 / Virus Database: 302 - Release Date: 7/24/2003
>> /
>>
> --
> Cyber Source <peter at thecybersource.com <mailto:peter at thecybersource.com>>
>
>
More information about the nflug
mailing list