Search found 19 matches
Aprelium Forum Index
Author Message
  Topic: Themes
killermist

Replies: 33
Views: 45584

PostForum: General Questions   Posted: Wed Dec 07, 2005 4:28 pm   Subject: Themes
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

PostForum: General Questions   Posted: Mon Dec 05, 2005 3:18 am   Subject: hide subfolder?
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

PostForum: General Questions   Posted: Tue Nov 29, 2005 8:34 pm   Subject: Abyss does not show every file in the file-listing
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

PostForum: General Questions   Posted: Mon Nov 28, 2005 6:02 pm   Subject: Abyss does not show every file in the file-listing
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

PostForum: FastCGI/CGI   Posted: Wed May 14, 2003 1:46 am   Subject: EXEs won't work
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

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 10:19 pm   Subject: CGI disk access problem
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

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 9:19 pm   Subject: EXEs won't work
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

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 9:08 pm   Subject: EXEs won't work
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

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 9:02 pm   Subject: EXEs won't work
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

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 8:56 pm   Subject: EXEs won't work
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

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 8:51 pm   Subject: EXEs won't work
Ah. May I take a look at the EXE myself?
  Topic: EXEs won't work
killermist

Replies: 44
Views: 110127

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 8:48 pm   Subject: EXEs won't work
<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

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 8:46 pm   Subject: EXEs won't work
ok, the script appears to work. Where's the problem?
  Topic: EXEs won't work
killermist

Replies: 44
Views: 110127

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 8:45 pm   Subject: EXEs won't work
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

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 8:41 pm   Subject: EXEs won't work
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

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 8:38 pm   Subject: EXEs won't work
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

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 8:37 pm   Subject: EXEs won't work
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

PostForum: FastCGI/CGI   Posted: Sun May 11, 2003 8:08 pm   Subject: CGI disk access problem
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

PostForum: FastCGI/CGI   Posted: Sat May 10, 2003 12:07 pm   Subject: CGI disk access problem
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 ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB phpBB Group