Author |
Message |
Topic: Themes |
killermist
Replies: 33
Views: 45584
|
|
This thread has already been severely derailed, so I don't feel bad adding the following.
Error 500
Internal Server Error
Powered by Abyss Web Server X2My server is set to only allow access f ... |
Topic: hide subfolder? |
killermist
Replies: 17
Views: 21724
|
|
Dave's pizza recipe
You may need to escape the apostrophe.
Of course, I could be mistaken. |
Topic: Abyss does not show every file in the file-listing |
killermist
Replies: 9
Views: 24744
|
|
Script updated: files with ' in them were not being properly linked. FIXED
As a temporary solution, *nix users and possibly Win32 users (not tested win32) can use this script.
#!/usr/bin/perl
... |
Topic: Abyss does not show every file in the file-listing |
killermist
Replies: 9
Views: 24744
|
|
I have been having this same issue, but with a much smaller number of files.
I figured I could whip up a perl script to handle making directory listings, but I figured you might have a solution alrea ... |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
It tries to download the program... :( And the other program just runs and sends feetback to the server...
I would double check your content-type declaration in the program.
For anything Text base ... |
Topic: CGI disk access problem |
killermist
Replies: 5
Views: 13985
|
|
Ok, I added more debugging code that should have cleared things up, but instead has made things even more confusing.
Now, the write procedure will 80% of the time, lockup solid, and 20% of the time, ... |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
Well, as a comparison, here are the 2 links. Both point at the same EXE.
http://killermist.d2g.com:85/gfx/abyss/error.jpg
That's probably why.
But, Abyss just reports a 404 error. Both servers us ... |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
http://killermist.d2g.com:85/gfx/abyss/part1.jpg
That first is on the aliases page
http://killermist.d2g.com:85/gfx/abyss/part2.jpg
that second is on the CGI parameters page |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
Did you make sure to set your cgi-bin directory as executable? I'm getting the same 404 error from second.exe |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
Could you try something for me? I have a diagnostic script that I use when testing forms and such. Would you be interested in using it and see how it responds?
From my server it's http://killermist ... |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
Ah. May I take a look at the EXE myself? |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
<table border='1' align='right'><tr><td><font face='Courier New'><small><b>Files</b><p>
<a href='/@- work - want to make it up.wav'>@- work - wan ... |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
ok, the script appears to work. Where's the problem? |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
Everything appears fine except that it's reporting an error and not reporting what kind of error. Is there really an error? |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
Oh! Just thought of something (which that error reminded me of).
If doing EXE's you have to add a 'content-type' line at the very beginning of the program in order to tell the browser what kind of d ... |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
Doesn't work... :cry: Maybe you can see what's wrong if you look at it?
HTTP 404 - File not found |
Topic: EXEs won't work |
killermist
Replies: 44
Views: 110127
|
|
What programming language and/or compiler did you use? I've had problems in the past where I tried to run GUI applications (dispite the fact that they had no interface) and they wouldn't run. As lon ... |
Topic: CGI disk access problem |
killermist
Replies: 5
Views: 13985
|
|
Function WriteFile(kmfilename$, datagram$) As Long
Dim filehandle As Long
filehandle=FreeFile
Open kmfilename$ For Output As filehandle
Print # filehandle, datagram$
F ... |
Topic: CGI disk access problem |
killermist
Replies: 5
Views: 13985
|
|
I have a CGI program that I have written with Powerbasic Console Compiler, and it runs excellently on the Tinyweb server, but when I try to use it on the Abyss X1 server, it hangs horribly any time I ... |
|