Apache, CGi, & Forms

Apache, CGi, & Forms

Post by Donn » Sat, 25 May 1996 04:00:00



Enzo-
Make sure your file is executable by typing chmod 755 filename.cgi

I however, am getting the same message and I'm sure my file is
executable.  Help would be appreciated.

 
 
 

Apache, CGi, & Forms

Post by Enzo Tantimonac » Tue, 28 May 1996 04:00:00



> Enzo-
> Make sure your file is executable by typing chmod 755 filename.cgi

> I however, am getting the same message and I'm sure my file is
> executable.  Help would be appreciated.

I've checked the permissions and they're OK...
Now, after i commented the line:
#AddType application/x-httpd-cgi .cgi
the error message has changed...
What I get now is:
Method not Implemented
POST to /checklist/chklst.cgi not supported (/checklist is the path of my
cgi script).
What must I change in my conf files?

Tia

Enzo

---
----------------------------------------------------------------------------

 / / / / /         TORINO (ITALY)       | http://www.inrete.it/sat/h2h.html
============================================================================

 
 
 

Apache, CGi, & Forms

Post by Peter Moor » Fri, 31 May 1996 04:00:00




> > Enzo-
> > Make sure your file is executable by typing chmod 755 filename.cgi

> > I however, am getting the same message and I'm sure my file is
> > executable.  Help would be appreciated.

> I've checked the permissions and they're OK...
> Now, after i commented the line:
> #AddType application/x-httpd-cgi .cgi
> the error message has changed...
> What I get now is:
> Method not Implemented
> POST to /checklist/chklst.cgi not supported (/checklist is the path of my
> cgi script).
> What must I change in my conf files?

> Tia

> Enzo

> ---
> ----------------------------------------------------------------------------

>  / / / / /         TORINO (ITALY)       | http://www.inrete.it/sat/h2h.html
> ============================================================================

In the access.conf you might want to check that you have allowed
GET POST else you can't do it.
Peter
 
 
 

1. apache, CGI & forms...

I have a little problem with my Apache server.
I'm trying to use some forms by POST method.
I have my cgi script (shell) in the DocumentRoot directory and in my
html file I have the following line:
<FORM METHOD="POST" ACTION="http://hostname/checklist/chklst.cgi">
when I submit the form I receive the following message from Apache:
"Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.


occurred, and
anything you might have done that may have caused the error."

Could you give me any suggestion to resolve the problem?

tia

Enzo

---------------------------------------------------------------------------

 / / / / /         TORINO (ITALY)       | http://www.inrete.it/sat/h2h.html
============================================================================

2. mathematic functions in kernel mode

3. apache, CGI & forms... Part II

4. Fix argument of BLKGETSIZE64

5. Apache, cgi forms, cgi programs - issues - restart resolves issue??

6. SCSI controller recommendations...?

7. Apache, cgi forms, cgi programs - Issues and problems

8. Linux on 8200/8400

9. .htaccess for Apache & cgi generated forms

10. Apache && CGI && uid || back to cern?

11. Apache, FORM->CGI->SSI?

12. .htaccess with cgi forms on Apache

13. problem running cgi-forms on apache!!!!!! please help