View previous topic :: View next topic |
Author |
Message |
htaywin -
Joined: 13 Oct 2005 Posts: 5
|
Posted: Thu Oct 13, 2005 4:59 am Post subject: Have to do everything manually to install PHP.HELP!!! |
|
|
Due to restriction in my organization, I cannot open Aprelium console directly to install PHP.
Internet connection was allowed only through IE5.
I was running another small server [xISAPIServer] and it is running PHP OK.
To do this I have to copy & paste PHP folder directly and then hack directly in the its config file manually.[using php.exe -- php4] [not using php-cgi.exe]
File list in my current "C/PHP" folder is as follows.
folder= extensions
file = php4isapi.dll
file = php4ts.dll
file = php.exe
file = php.ini
[note I am running this server successfully as a portable server from a thumb usb drive]
I think I will have to do the samething with My Aprelium server.
1. I will need a copy of "abyss.conf" file [ whose PHP wes already installed]so that I could write into the XML by observing the pattern.
2. Where to place the PHP main folder "C/PHP" or in the "Aprelium Folder"
3. what extra dll or exe files I need to place inside the "C/PHP" folder .
my e mail address is:-
hwin@dodgeit.com
Thank you in advance |
|
Back to top |
|
 |
htaywin -
Joined: 13 Oct 2005 Posts: 5
|
Posted: Thu Oct 13, 2005 5:18 am Post subject: change email |
|
|
for -- Have to do everything manually to install PHP.HELP!!!
[PS]
Please use the following email address:-
ice.2.htaywin@spamgourmet.com
thanks
htaywin |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Oct 13, 2005 4:23 pm Post subject: Re: Have to do everything manually to install PHP.HELP!!! |
|
|
htaywin wrote: | Due to restriction in my organization, I cannot open Aprelium console directly to install PHP.
Internet connection was allowed only through IE5.
|
The console works with IE5. It's not as "beautiful" as with a modern web server but it works fine. Have you experienced a problem with it? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
htaywin -
Joined: 13 Oct 2005 Posts: 5
|
Posted: Fri Oct 14, 2005 2:25 am Post subject: |
|
|
In your instruction you said:-
Open Abyss Web Server's console. In the Hosts table, press Configure in the row corresponding to the host to which you want to add PHP support.
and my orginization's system pop up a message that the installed Abyss Web Server is not allowed to connect directly to Aprelium.
So I can't open your console. "You see the problem ??"
Abyss Web Server installed on my computer is not allowed to reached out to the www, it can be only used as Localhost.
And thanks for replying
HW |
|
Back to top |
|
 |
MonkeyNation -
Joined: 05 Feb 2005 Posts: 921 Location: Cardiff
|
Posted: Fri Oct 14, 2005 6:15 am Post subject: |
|
|
The console is accessible via localhost. http://localhost:9999 by default, if memory serves. _________________
 |
|
Back to top |
 |
 |
p3 -
Joined: 17 Jun 2005 Posts: 615
|
Posted: Fri Oct 14, 2005 3:02 pm Post subject: |
|
|
MonkeyNation wrote: | The console is accessible via localhost. http://localhost:9999 by default, if memory serves. |
Unless he's changed it, that's correct. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Oct 14, 2005 3:51 pm Post subject: |
|
|
htaywin wrote: | In your instruction you said:-
Open Abyss Web Server's console. In the Hosts table, press Configure in the row corresponding to the host to which you want to add PHP support.
and my orginization's system pop up a message that the installed Abyss Web Server is not allowed to connect directly to Aprelium.
So I can't open your console. "You see the problem ??"
Abyss Web Server installed on my computer is not allowed to reached out to the www, it can be only used as Localhost.
And thanks for replying
HW |
Abyss Web Server does not connect to the outside world or to our web site.
The console URL is http://127.0.0.1:9999 (by default) and 127.0.0.1 is the local IP of your computer.
In other words, the console lives inside your computer and accessing it does not even require to have a network or a connection to the Internet (you can unplug your modem/network connection and still able to use it).
So please check again the URL you're using to access the console. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
htaywin -
Joined: 13 Oct 2005 Posts: 5
|
Posted: Tue Oct 18, 2005 3:02 am Post subject: |
|
|
Thanks to all who helped, I was plain stupid, now I got all the setting right.
After entering in the console what ever it asked and clicking OK I was ready for testing PHP.
I threw in a hello world PHP script in the htdocs folder:-
<?php echo "Hello World!!"; ?>
Then try to access "http://localhost/index.php" and I got this error message:-
PHP.EXE Entry Point Not Found
The procedure entry point_safe_emalloc could not be located in the dynamic link library php4ts.dll.
So I try and copy & paste php4ts.dll into "Abyss Web Server" [php4ts.dll is already in the "C:\PHP"] and try again but get the same error message.
I cannot check or put php4ts.dll in the system32 folder because my admin do not allow messing the system32 folder.
Any answers ??
Thanks again
HW
[/img] |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue Oct 18, 2005 4:15 pm Post subject: |
|
|
htaywin wrote: |
PHP.EXE Entry Point Not Found
The procedure entry point_safe_emalloc could not be located in the dynamic link library php4ts.dll. |
The version of PHP.EXE does not match with the version of PHP4TS.DLL. Are you sure they have been unpacked from the same release of PHP? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
htaywin -
Joined: 13 Oct 2005 Posts: 5
|
Posted: Thu Oct 27, 2005 5:24 am Post subject: |
|
|
Bingo!! thanks everybody for helping me out.
Now I can run this nifty little server quite OK. Will it stand up to high demand ?? , how many request per seconds could it stands. Any body tested it ? If already in the forum, please point me out.
HW |
|
Back to top |
|
 |
|