Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: Syperhawk on February 26, 2007, 09:21:25 PM

Title: Help! Apache Web Server Problems
Post by: Syperhawk on February 26, 2007, 09:21:25 PM
Hey ALl!

I decided to run my own Web Server on my Amiga/Amithlon System,Everything was working fine until i decided to run PHP Scripts what happens is when index.php is executed the System Crashes & get this error in SnoopDos FAIL "tsocket.library"

Any ideas?

I'm running MYSQL & PHP
Running Apache 1.3.37 Amiga OS3x Version

ANy help would be great

Thanks

SyperHawk
Title: Re: Help! Apache Web Server Problems
Post by: Doobrey on February 26, 2007, 10:42:14 PM
IIRC, tsocket.library was part of TermiteTCP.

Maybe the PHP module was compiled using the SDK for Termite instead of the Miami/AmiTCP  bsdsocket.library
Guess it's time to email the guy who ported it (DJBase?)
Title: Re: Help! Apache Web Server Problems
Post by: Syperhawk on February 26, 2007, 11:13:25 PM
Quote

Doobrey wrote:
IIRC, tsocket.library was part of TermiteTCP.

Maybe the PHP module was compiled using the SDK for Termite instead of the Miami/AmiTCP  bsdsocket.library
Guess it's time to email the guy who ported it (DJBase?)

Hmmm it said Miami would work on it,Cant seem to get DJBASE's EMAIL Address i know he's running Apache on his Server.

Could be a problem running it on Amithlon tho
might try it on my A3000

l8r

Thanks for the REPLY Posted on all Amiga Chat Fourms , Your the first to replay :)

SyperHawk
Title: Re: Help! Apache Web Server Problems
Post by: djbase on February 27, 2007, 01:42:36 AM
Apache/PHP works here with Miami and Genesis/AmiTCP on my Amiga. I can't speak for Emulation because I don't have any machine for testing.
Title: Re: Help! Apache Web Server Problems
Post by: Syperhawk on February 27, 2007, 03:27:04 AM
Quote

DJBase wrote:
Apache/PHP works here with Miami and Genesis/AmiTCP on my Amiga. I can't speak for Emulation because I don't have any machine for testing.


You couldn't give me a quick walkthrough by any chance :)

HTTP files work fine , seems when i run a PHP script System crashes/reboots is there a setting for PHP that has to be set?

SyperHawk
Title: Re: Help! Apache Web Server Problems
Post by: djbase on February 27, 2007, 03:59:53 AM
Well, it should work out of the box. Just extract the archive, config your tcp/ip stack, start the script and browse to 127.0.0.1 or localhost.

Remember that it needs ixemul.library. Do you have the right archive (Apache with PHP)?
Title: Re: Help! Apache Web Server Problems
Post by: Syperhawk on February 27, 2007, 04:18:57 AM
Quote

DJBase wrote:
Well, it should work out of the box. Just extract the archive, config your tcp/ip stack, start the script and browse to 127.0.0.1 or localhost.

Remember that it needs ixemul.library. Do you have the right archive (Apache with PHP)?


Yeah the TEST works with HTML files ,when i add PHP files when somebody goes to my site & runs index.php it crashes

is there something i'm doing wrong with PHP?

SyperHawk