Got a cgi question?

 
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI
View previous topic :: View next topic  
Author Message
The general
Guest





PostPosted: Thu Nov 14, 2002 11:50 pm    Post subject: Got a cgi question? Reply with quote

If you have any cgi questions , please feel free to ask me
I can help you out if your having issues of any kind :)

No im not charging either, I just enjoy the art of proramming ;)
Back to top
izmon
Guest





PostPosted: Thu Dec 12, 2002 9:06 pm    Post subject: cgi on server Reply with quote

i am new on this, but have setup an abyss server and want to use cgi on it i have install perl. but my form_mail is not working when it open i see the script what do i wrong.??
Back to top
!Keys
-


Joined: 23 Nov 2002
Posts: 156
Location: Holland, Enschede

PostPosted: Thu Dec 12, 2002 9:38 pm    Post subject: Reply with quote

Glad you help us support too, i odn´t know CGI, just php :-)

Anyway, what error does the script give? and when you don´t know, i think i know the problem, you havn´t adjusted your smtp and sendfrom settings, i have no idea where to change that settings, probably in some blabla.dll in your cgi dir... probably it´s there :)
_________________
!Keys || MwM^computerware
Back to top View user's profile Send private message MSN Messenger
kent
Guest





PostPosted: Fri Dec 13, 2002 7:05 pm    Post subject: Reply with quote

depending on the type of OS you have
sendmail can vary dramaticly as far as settings are concerned.
be sure you have sendmail installed and if you do be sure you
installed it correctly. And yes you must have SMTP setup
as for telling you how to setup your SMTP or sendmail script
since we have no idea of your OS we probly cannot help you out much.
Back to top
izmon
Guest





PostPosted: Sun Dec 15, 2002 7:58 pm    Post subject: sendmail Reply with quote

I work whit win 2000 pro, i have on it win abyss, install al the perl files and configure it. dit all the install manual said , now i have an 500 error. i think he can not find my sendmail. so he showd the 500 error where can i get send mail for windows. i have it for linux but not in to linux

thanx simon,
Back to top
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Sat Dec 21, 2002 1:12 am    Post subject: Reply with quote

Hi :-)

Maybe you can help me (I hope).

I'm trying to install a blog (Greymatter) on my Abyss web server. Perl is working fine, but I keep getting an error trying to set the Local CGI Path in the script.

Are you familiar with Greymatter?
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
sebbe
-


Joined: 05 Jan 2003
Posts: 5

PostPosted: Sun Jan 05, 2003 1:03 pm    Post subject: Jmail Reply with quote

do jmail work in Abyss Web Server?
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Jan 05, 2003 11:34 pm    Post subject: Re: Jmail Reply with quote

sebbe wrote:
do jmail work in Abyss Web Server?

JMail is an ASP component so it has nothing to do directly with Abyss Web Server. Your question should be "Do jmail work with ActiveHTML" since ActiveHTML is the ASP interpreter. At a first glance, nothing should prevent it from working. But the best is to give it a try.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
sebbe
-


Joined: 05 Jan 2003
Posts: 5

PostPosted: Mon Jan 06, 2003 9:08 am    Post subject: Reply with quote

ok!

how can i get that working then?


sebbe
sweden
sorry for my bad writing
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Mon Jan 06, 2003 11:44 pm    Post subject: Reply with quote

sebbe wrote:
ok!

how can i get that working then?

Install ASP support ( read http://www.aprelium.com/abyssws/asp.html ) and read how to install and use that JMail. Installing that component is not related to the web server so you should gather information about it from its makers (see their website.)
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
kelvin
-


Joined: 24 Sep 2003
Posts: 2
Location: Suffolk, UK

PostPosted: Wed Sep 24, 2003 12:47 pm    Post subject: *.dll and *.exe Promts to save instead of running Reply with quote

I have a html page that must contain the following:

<FORM method="get" action="http://10.0.0.8/cgi-bin/omnisapi.dll">

or

<FORM method="get" action="http://10.0.0.8/cgi-bin/nph-omniscgi.exe">

As shown below:

Code:
<HTML>
<HEAD>
<TITLE>Log on </TITLE>
</HEAD>
<BODY>
<P align=center>
<FORM method="get" action="http://10.0.0.8/cgi-bin/omnisapi.dll">
<INPUT TYPE="hidden" NAME="OmnisClass" VALUE="rtLogon">
<INPUT TYPE="hidden" NAME="OmnisLibrary" VALUE="RescuePet">
<INPUT TYPE="hidden" NAME="OmnisServer" VALUE="5912">
<TABLE>
   <TR>
      <TD>Username</TD>
      <TD><INPUT TYPE="text" NAME="Username" value="Username" size="20"></TD>
   </TR>
   <TR>
      <TD>Password</TD>
      <TD><INPUT TYPE="text" NAME="Password" value="Password" size="20"></TD>
   </TR>
</TABLE>
<INPUT TYPE="submit" NAME="Submit" VALUE="Submit">
</FORM>
</BODY>
</HTML>


My settings are as follows:

    Files are contained in the cgi-bin directory
    Resolve interpreter using the Windows Registry = YES (tried NO)
    Resolve interpreter using the script's #! line = NO
    NO cgi interpreters set.
    NO user cgi variables set
    cgi path = /cgi-bin
    Aliases = Virtual path (/cgi-bin) Real path (cgi-bin)


However, I am always promted to save the file rather than have it execute.The purpose of this is to interract with Omnis Studio, whereby it acts as a 'gateway' to the application.

The setup instructions are:
Quote:

Typically a Web server will have a place to store all executable code accessible via HTTP over the Internet. This is often the /cgi-bin folder, but it need not be. You will need to place the omnisapi.dll or nph-omniscgi.exe in this folder and ensure that the web server is set up correctly to enable it to be executed. Finally you will need to add the path in your html files.

I have previously run the same setup on Apache with no problems!

I would REALLY appreciate a resolution to this, as it is preventing me from testing my development.[/quote]
Back to top View user's profile Send private message Send e-mail
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Thu Sep 25, 2003 11:57 pm    Post subject: Re: *.dll and *.exe Promts to save instead of running Reply with quote

kelvin,

use the code:

Code:
<FORM method="get" action="/cgi-bin/nph-omniscgi.exe">


as Abyss Web Server doesn't support .dll modules yet. It only support CGI scripts. Check also that /cgi-bin is in the CGI Paths and that CGI processing is on. If you're using a version of Abyss Web Server X1 prior to 1.1.4, please upgrade. Old version may not support some kinds of .exe files. Newer versions support all .exe CGI files.

If you still have problems, please send us your abyss.conf file to support@aprelium.com .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> FastCGI/CGI All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group