fielmann Posted November 21, 2008 Posted November 21, 2008 Hello webbased AutoIt friendsI need help I can't use webbased autoit.I've installed abyss webserver, configured *.au3 to C:\Programme\AutoIt3\AutoIt3.exe and started the webserver.A simple test.html I can open with Internet Explorer window without problems.When I try to open http://localhost/test.au3 it doesn't work Instead of that I'll get back the folowing message:"Error 500Internal Server ErrorPowered by Abyss Web Server X1© Aprelium Technologies - 2001-2007"Here is the content of test.au3:#Include <Web.au3> _StartWebApp() echo("hello world")Any ideas where the problem is? thx in advance
toonboon Posted November 21, 2008 Posted November 21, 2008 echo() isn't an AutoIt command? Or am I misunderstanding? [right]~What can I say, I'm a Simplistic person[/right]
fielmann Posted November 21, 2008 Author Posted November 21, 2008 echo() isn't an AutoIt command? Or am I misunderstanding?you can find echo in: #Include <Web.au3>)
AzKay Posted November 21, 2008 Posted November 21, 2008 (edited) Post a screenshot of your autoit setup in the abyss control panel, ill compare it to mine.EDIT:: Edited November 21, 2008 by AzKay # MY LOVE FOR YOU... IS LIKE A TRUCK- #
toonboon Posted November 21, 2008 Posted November 21, 2008 you can find echo in: #Include <Web.au3>)sorry for that. I just like to take out bugs by tarting at the simplest mistakes. [right]~What can I say, I'm a Simplistic person[/right]
fielmann Posted November 21, 2008 Author Posted November 21, 2008 (edited) here is a picture my abyss-config:thx in advance! Edited November 21, 2008 by fielmann
AzKay Posted November 22, 2008 Posted November 22, 2008 Show a screenshot of the actual config part for autoit. The one I posted. # MY LOVE FOR YOU... IS LIKE A TRUCK- #
fielmann Posted November 23, 2008 Author Posted November 23, 2008 Show a screenshot of the actual config part for autoit. The one I posted.I've already posted it (see above)
AzKay Posted November 23, 2008 Posted November 23, 2008 You didnt post the same page I posted. # MY LOVE FOR YOU... IS LIKE A TRUCK- #
mmavipc Posted November 23, 2008 Posted November 23, 2008 try using FastCGI (Local - Pipes) [size="10"]Pure Au3 crypt funcs(I'm currently also working on making a dll from this)[/size][Y] Be more active in the community[Y] Get 200 posts[N] Get 300 posts[N] Make a Topic in the example scripts forum with at least 50 replies.People who currently hate me:ValikSmOke_N
fielmann Posted November 24, 2008 Author Posted November 24, 2008 try using FastCGI (Local - Pipes)ok, where can I find Fast CGI ?
fielmann Posted November 24, 2008 Author Posted November 24, 2008 You didnt post the same page I posted.you are right! here is the new picture to compare:
AzKay Posted November 24, 2008 Posted November 24, 2008 Other than the /errorstdout, Ive not much idea. Try setting the path to the autoit beta. # MY LOVE FOR YOU... IS LIKE A TRUCK- #
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now