View previous topic :: View next topic |
Author |
Message |
djholt -
Joined: 10 Nov 2003 Posts: 14
|
Posted: Fri Jan 16, 2004 3:35 am Post subject: Interesting Problem |
|
|
I have a fairly strange problem. When I attempt to download an EXE file that is hosted on my Abyss Web Server using a web browser, it launches the application on the local server computer, rather than downloading to the remote computer from the browser. The remote computer only receives a "Cannot Be Found" error message. What is going on here? Any ideas? |
|
Back to top |
|
 |
nerore -
Joined: 14 Dec 2003 Posts: 14
|
Posted: Fri Jan 16, 2004 3:56 am Post subject: re: addy of prog? |
|
|
When you linked to the EXE file, did you put the link as:
Code: |
"c:\progran files\abyss\htdocs\blah\blah.exe"
or
"/blah/blah.exe"
|
If you did the first, it launches it like you manually went to it through explorer (if you're using windows). Nobody else can use it because they're not on your computer.
Using the second should work, for that actaully links to the file.
If it wasn't that, I dunno. |
|
Back to top |
|
 |
djholt -
Joined: 10 Nov 2003 Posts: 14
|
Posted: Fri Jan 16, 2004 6:12 am Post subject: |
|
|
Nope, it wasn't that. The link is correctly used, as your second example shows. |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Fri Jan 16, 2004 10:08 am Post subject: |
|
|
Have a look at
http://www.aprelium.com/forum/viewtopic.php?t=2574
Older versions of Abyss require you to tweak the CGI paths to avoid this problem, I believe the current version should not have this problem. Are you running an older version ? |
|
Back to top |
|
 |
djholt -
Joined: 10 Nov 2003 Posts: 14
|
Posted: Sat Jan 17, 2004 12:38 am Post subject: |
|
|
No, I am not running an older version of the server, however, I do believe that the post helped to fix my problem, as the problem described in that post was perfectly applicable to my configuration. Thanks for your help. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Jan 18, 2004 2:27 pm Post subject: |
|
|
djholt,
All depends on your CGI configuration. Please send us your abyss.conf file to support@aprelium to help you modifying it.
As a general rule, if you use the latest version, remove / from the CGI Paths table (and any general paths, use patterns instead). _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|