RE: [EMAIL PROTECTED] Problems with cgi-bin and post method

2006-11-06 Thread Boyle Owen
> -Original Message- > From: Klemen Kozmus [mailto:[EMAIL PROTECTED] > Sent: Monday, November 06, 2006 5:55 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Problems with cgi-bin and post method > > Hi! > > I'm having a trouble configuring Apa

[EMAIL PROTECTED] Problems with cgi-bin and post method

2006-11-06 Thread Klemen Kozmus
Hi! I'm having a trouble configuring Apache HTTP Server 2.2.3. I want to run Matlab server which I had set up as instructed. The form action in html is as followed: ... If I click the Submit button in Firefox, the browser offers to download matweb.exe, if I try it in Explorer I

[EMAIL PROTECTED] Problems with CGI

2006-07-11 Thread Harish TM
Hi,     I am having some problems with Ruby CGI code. What I am trying to do is to use the Ruby WordNet Modules when working with some CGI programs. I need the CGI program to call a couple of functions defined in a different module. The CGI program seems to run fine when run from the command li

RE: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Boyle Owen
> -Original Message- > From: Mark Wendt (Contractor) [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 10. November 2005 14:34 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Problems with cgi scripts > > > Hi, > > I'm in the proces

Re: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Mark Wendt (Contractor)
I did check the error log, and the error log had thus to say: Permission denied: access to /cgi-bin/.cgi (or .pl) denied, referer https://mywebserver.com/. I wouldn't have posted to the list otherwise. Mark At 09:48 AM 11/10/2005, you wrote: On 11/10/05, Mark Wendt (Contractor) <[EMAIL PRO

Re: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Joshua Slive
On 11/10/05, Mark Wendt (Contractor) <[EMAIL PROTECTED]> wrote: > Hi, > > I'm in the process of moving our web server from old hardware to > new. Same OS - RHEL4 -U1-ES. Same version of Apache - > v2.0.52. Everything works on the old server, but not the > new. Selinux has been disabled

Re: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Mick England
If the web directories are a tarballed copy then the problem must lay with either the OS or the Apache install. If you have checked all the permissions etc., the only other thing I can think of is to check that mod_cgi is installed correctly on both machines -- maybe kind of obvious but that's my l

Re: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Mark Wendt (Contractor)
Mick, Thanks, but that didn't fix it either. What I don't understand, I tarballed all the web directories from the original machine, moved them to the new machine, untarred, and started the server. Other than new hardware, the machines are identical. Mark At 08:56 AM 11/10/2005,

Re: [EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Mick England
Hi Mark, Seems SuExec is one possibility. More info at: http://httpd.apache.org/docs/1.3/suexec.html Mick. Mark Wendt (Contractor) wrote: > Hi, > > I'm in the process of moving our web server from old hardware to > new. Same OS - RHEL4 -U1-ES. Same version of Apache - v2.0.52. > Everyth

[EMAIL PROTECTED] Problems with cgi scripts

2005-11-10 Thread Mark Wendt (Contractor)
Hi, I'm in the process of moving our web server from old hardware to new. Same OS - RHEL4 -U1-ES. Same version of Apache - v2.0.52. Everything works on the old server, but not the new. Selinux has been disabled on both machines, and the directories and partitions are virtually identical,