View previous topic :: View next topic |
Author |
Message |
ccraft -
Joined: 17 Aug 2004 Posts: 5
|
Posted: Tue Aug 17, 2004 11:07 pm Post subject: PHP Pages Load VERY Slow. |
|
|
The PHP pages on my server load very slow, even going through localhost. Any suggestions?
Thanks |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Aug 18, 2004 12:26 am Post subject: |
|
|
Instead of extension_dir = "./" in your php.ini , you may want to change
it to extension_dir = "C:/PHP/" and it should find the extensions faster.
Also in the beta version of Abyss , very nice and stable , you can
use an ISAPI extenion but if you choose that route , use v4.3.8 |
|
Back to top |
|
 |
mrblue -
Joined: 24 Feb 2004 Posts: 27
|
Posted: Wed Aug 18, 2004 1:35 pm Post subject: |
|
|
TRUSTpunk wrote: | Instead of extension_dir = "./" in your php.ini , you may want to change
it to extension_dir = "C:/PHP/" and it should find the extensions faster.
Also in the beta version of Abyss , very nice and stable , you can
use an ISAPI extenion but if you choose that route , use v4.3.8 |
By extension_dir = "C:/PHP/" you mean the path to the php dir. _________________ WolframHartLA - Angel Forums and general sci-fi |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Wed Aug 18, 2004 1:44 pm Post subject: |
|
|
Yeah exactly , you take the dll's for the extensions you want to use and put
it in C:\PHP , thats exactly why people have trouble with extenions they just
don't do it the right way and things get screwed up. Hope that helps ! |
|
Back to top |
|
 |
ccraft -
Joined: 17 Aug 2004 Posts: 5
|
Posted: Tue Sep 14, 2004 9:59 pm Post subject: |
|
|
What is a ISAPI extenion?
I will try that.
Thanks |
|
Back to top |
|
 |
ccraft -
Joined: 17 Aug 2004 Posts: 5
|
Posted: Tue Sep 14, 2004 10:08 pm Post subject: |
|
|
The box Abyss is on had OpenSA installed on it at one time but I did a freash install of PHP but the php.ini file points to the OpenSA folder, Should I change that?
Last edited by ccraft on Tue Sep 14, 2004 10:40 pm; edited 1 time in total |
|
Back to top |
|
 |
ccraft -
Joined: 17 Aug 2004 Posts: 5
|
Posted: Tue Sep 14, 2004 10:14 pm Post subject: |
|
|
Also, I am trying to do a php include of g4techtv.com and I get an error but its from the site. Any suggestions?
Thanks,
Chris |
|
Back to top |
|
 |
|