|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
||||
|
||||
|
CGI / C++ probs in Windows.
hi fundoos,
i have the nusphere apache ( http://www.nusphere.com ) for windows installed on my win Me machine.. the cgi scripts written in Perl are working absolutely fine.. but i have made one very simple c++ cgi program. it just prints the content type and the hello world message. i have compiled it and put the exe in cgi-bin directory. now when i try to run it from browser... browser doesnt show up anything..infect the progress bar keeps on increasing..i can guess its just executing the file for indefinate time... so i have even put exit at the last statement, i have also checked that program runs properly from console.. just that it shows nothing up when called through browser... my friend says that c++ cgi program doesnt work on apache for window. i dont think that can be case.. can anyone help me plz ??? its very urgent, jd
__________________
_____________________________ d.k.jariwala (JD) ~ simple thought, simple act ~ I blog @ http://jdk.phpkid.org |
|
#2
|
|||
|
|||
|
CGI / C++ probs in Windows
Does Apache know that .exe files are to be treated as cgi's? Do you have .exe in the cgi-script AddHandler line in httpd.conf? E.g.,
AddHandler cgi-script .cgi .pl .exe I don't use Apache in Windows, so I am guessing a bit here, but this is what it sounds like. Have you checked the error_log? |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > CGI / C++ probs in Windows. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|