[users@httpd] Getting Apache Portable

2012-05-13 Thread luciano de souza
Hello all, Does someone know hwere to find the Win32 binaries for Apache Portable? Having visited Apache website, I could find only sources to compile. However, I don't understand anything about C compilations. The path seems to be complicated. If this is not true, I am sorry. I am blind and I u

[users@httpd] Calling a page when not using the port 80

2011-11-29 Thread luciano de souza
Hello listers, Two programs have been used the port 80. So I decide to move Apache to . When I do: http://localhost:, I am sucessful. In other words, the expected page is shown. However, I got an error when doing: http://localhost/cgi-bin/test.cgi: So I ask: what's the correct way t

Re: [users@httpd] A CGI test program with a misterious error

2011-10-19 Thread Luciano de Souza
Yes, I was able to understand this log if the same files shouldn't have run in the machine of a friend. In this case, certainly, it would have an error in Pascal code. I could ask in a Pascal list and someone could recognise the error. The problem is: this programs work in the machine of every

Re: [users@httpd] A CGI test program with a misterious error

2011-10-19 Thread Luciano de Souza
If I understood, you are questioning that in the first line of my codes, I dont't have a line like: #!/usr/bin/env lua #!/usr/bin/env python Well, in Pascal, it's not possible since it was compiled. My english is really not very well, so I can have understood wrongly. If I understood, y

[users@httpd] A CGI test program with a misterious error

2011-10-19 Thread Luciano de Souza
Hello listers, This is my first message. I am trying to walk the first steps in web development, so I am pleased to enter in Apache's world. I have two test CGI programs writen in Pascal. The first one writes some input using "writeln". The second one uses specific CGI classes. The first run