On Mon, 14 May 2001 18:16:08 +0200, you wrote:
>Hi Alan,
>
>What is the utility of the file php.ini if i can now work with php4
>without it ?
Certainly you can run php without the ini file, but then everything goes to
default. If you want to set your own parameters for php, then you need the
.in
Hi Alan,
What is the utility of the file php.ini if i can now work with php4
without it ?
And into the httpd.cong file of Apache what is the utility of adding
the row:
LoadModule php4_module c:/Webshare/Scripts/php/sapi/php4apache.dll
if php4 is loaded automatically by Apache from c: ?
I solved
On Sun, 13 May 2001 22:54:42 +0200, you wrote:
I assume you set up an alias (scriptalias probably) in your httpd.conf file.
Have you tried running the test.php by using the url:
http://localhost/php/test.php
Or, if your alias is /php4/, then:
http://localhost/php4/test.php
If that doesn't wor
Hi Alan
Thank you, but i have not yet resolved the problem, even if i reduced it.
So, i follewed what you said to me about doc_root. Furthermore i became
aware of one my mistake: i put inside the file httpd.conf of Apache the row
Port 3000
that is wrong. This is right
Port 80
So Apache works
On Sun, 13 May 2001 02:03:45 +0200, you wrote:
I haven't tried running easywindows installer, so I'm just winging it here
ignoring whatever the installer might be changing from defaults (though I
doubt it changes the httpd.conf file defaults).
Remember that apache thinks by default that the docu
Hello everyone
I am trying to install PHP4 with Apache 1.3.19 following the procedure
that I see
in http://php.weblogs.com/easywindows using the
PHP4.0.4easywindows Installer. There is also a mistake,
"C:/inetpub/scripts/php/" is wrong, "D:/inetpub/scripts/php/" is right
.
However, when I run