Author |
Message |
Topic: Windows XP x64 Version? |
b123
Replies: 13
Views: 20539
|
|
Is there any work being done on a full 64bit version of this software?
We're actively working on porting Abyss Web Server on 64bit platforms. But to be honest, this isn't on the top of our to do li ... |
Topic: free subdomain to IP address redirection.... |
b123
Replies: 5
Views: 23639
|
|
thats quite internesting... does that mean you can type say subdomain.rootdomain.com/file.html or link to it without haveing to write the extra :8080/a/path ?
"subdomain.rootdomain.com/file.html" w ... |
Topic: WSF files as CGIs... (Windows Scripting Host files) |
b123
Replies: 1
Views: 16416
|
|
How to use .wsf files as CGIs in the beta version of Abyss
1. Go to the "Scripting Parameters" section of the "Default Host"'s console.
2. Click on "Add" in the Interpreters table.
3. Enter "C:\win ... |
Topic: free subdomain to IP address redirection.... |
b123
Replies: 5
Views: 23639
|
|
It has subdomain to URL redirection, besides redirecting to an IP address. It also has many other types of redirection. I use it as a free alternative to domains.
Example 1:
subdomain.rootdomain.c ... |
Topic: how do i use CSCRIPT.EXE (console WSH) for cgi? |
b123
Replies: 1
Views: 13225
|
|
Is it possible to use CSCRIPT.EXE (WSH console interpreter) for CGIs?
I got a 500 Internal Server Error when i tried to specify CSCRIPT as a CGI Interpreter. I also tried use a BAT file:
@%windir%\s ... |
Topic: .BAT files as CGI scripts |
b123
Replies: 15
Views: 58408
|
|
How can I use MS-DOS batch files as CGI scripts? Like this?:
@echo off
echo Content-type: text/html
echo.
echo <HTML><BODY>
echo <b>Hello!!!</b>
echo </BODY> ... |
Topic: EXE CGI file |
b123
Replies: 7
Views: 40457
|
|
How do I use an EXE as a CGI? Do I need to configure anything? |
Topic: Using VB for CGI |
b123
Replies: 3
Views: 18034
|
|
Interesting. Thanks! |
|