Hi,
I have to install PHP on the following system:
- Sun running Solaris 8 & Apache
What information do I need?
- How to compile PHP in a correct way on that Solaris machine
- How to integrate/install PHP to work with Apache
- Everything else to make it work:-)
Thank you for every quick answe
I highly recommend you build from source. It's easier than most people
think.
All you have to do for a basic install is
for apache:
configure --enable-module=so
for php
configure --with-apxs=/path/to/apxs
it's that easy... assuming you want to build as dso etc etc etc
Josh
- Original Mes
Hello Josh (and members of the PHP install mail list),
As shown in the httpd.conf file of my first email, libphp3.so was referenced.
I have since installed PHP 4 and reinstalled Apache (both from the SuSE
install disks used in the original OS install). I modified the httpd.conf
file accordingl
This problem has nothing do to with aliases or trailing slashes.
PHP with NES 3.6 absolutely will not properly handle a default index
file. I know this for two reasons: with NES 4.x it works fine and
if you turn of PHP the file is served up fine, although without the PHP
parsed.
I had this probl
In Apache at least the presence of a trailing slash on the URL is important.
Quite often http://mysite/anapp will fail but http://mysite/anapp/ will
work. This is set in the Apache httpd.conf declarations, e.g the Alias
command.
You often get the scenario where http://mysite/anapp fails but
http
Hello everyone,
I have been able to get PHP installed on my Sun 2.6/NS3.6 box
fine. What I am having a problem with is using index.php. If I go to the
site such as http://mysite/index.php it works fine, but when I go to
http://mysite/ nothing is pulled up. I have this in my obj.conf fil
Folks
I installed PHP3.0.18 in my linux box ( RH 6.2 and I also have mysql )
and I had some problems during installation(becuase of MySQL) but finally I
got it install. When I tried to test it using , I could see
"Premature end of script headers" in the error log. I am running apache
1.3.12.