t replies back to the
list, and it would auto-kick auto-responses.
Sorry to play scrooge before Christmas, but this makes posting to this
list less than appealing.
Thanks,
--
Joe Laffey | Want to convert subnet masks between different
LAFFEY Computer Imaging | notations
times the site will not even show on the first
> request. Nothing shows in any of the system or Apache error logs.
Sounds like a DNS issue. Perhaps one or more of the DNS server that are
listed as authoritative for your domain are either not authoritative, or
returning old data. I would manua
configured properly?
$_SERVER['PHP_SELF']
Everything changed when Register Globals got set to a default of OFF,
which is a good thing. See the change notes on www.php.net.
--
Joe Laffey | Want to convert subnet masks between different
LAFFEY Computer Imaging |
On Mon, 20 Jan 2003, Joe Laffey wrote:
> I just installed PHP 4.3.0 on 3 different systems. I built apache 1.3.27
> and php with the exact same configure strings on each of the three
> systems. I am having some strange issues with the cwd.
>
> All systems have the same php
;/web". FWIW, web is world
executable, but not world readable.
I just tested it with the "/web/" directory 755 (world readable and
executable) and it works!
So the big question is: Am I crazy to expect PHP to work the same way on
these different un*x variants? IS this a known problem, and
gt; Apache 1.3 API, this module might crash
> under EAPI! (please recompile it with
> -DEAPI)"
>
> How do I do that ???
>
You can do this by including '-DEAPI' in the CFLAGS environment variable.
(setenv CFLAGS '-DEAPI' under tcsh). Be sure you make clean;
co
done! Any
> ideas about this one? Thanks for any help that you
> can give.
Did you do a "make install" ? Nothing is placed outside the build dir
until you do the install.
Joe Laffey
LAFFEY Computer Imaging
St. Louis, MO
--
Need to do multi-file string repla
4 #Some people use
AddType application/x-httpd-php .php3 #these extensions
AddType application/x-httpd-php-source .phps
Check your apache error log for reports of problems.
Joe Laffey
LAFFEY Computer Imaging
St. Louis, MO
--
Need to do multi-file string replace
ME type with something like:
-17. Edit your httpd.conf or srm.conf file and add:
-
-
-For PHP 3: AddType application/x-httpd-php3 .php3
-
-For PHP 4: AddType application/x-httpd-php .php
-
-You can choose any extension you wish here. .php is simply the one we
-suggest. You can even include .html .
On Mon, 2 Apr 2001, Joe Laffey wrote:
> Hi,
>
> I have the following setup:
>
> Redhat 6.2 Intel
> PHP 4.03pl1
> Apache 1.3.14
>
> I compiled a DSO version using
> ./configure' '--with-mysql' '--with-apxs'
> '--with-config-file-pa
eas why this would fail? I found no error messages in the apache
error logs.
Thanks!
Joe Laffey
LAFFEY Computer Imaging
St. Louis, MO
--
Need to do multi-file string replacement in Un*x, but don't want to mess
with sed? Try rpl. It's a free text replacement utili
11 matches
Mail list logo