Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 28th, 2008, 07:45 PM
Muzammil
Guest
 
Posts: n/a
Default How to convert exe file of cgi script into .cgi extension.

Hi.
i learn about cgi scripting in c++ from deitel & deitel. in this book
he uses .cgi extension files while when i compile the file on windows
platform is .exe.
in book he browse the .cgi files i dont know how he makes cgi file.and
run in windows xp.

can anyone help me to convert exe file into cgi so that i can use this
file on redhat apache server.
i paste the exe file into cgi-bin folder of apache in windows platform
its works. but i want to compile the same code in g++ (for redhat
system) so that i can paste the compiled file into cgi-bin folder of
redhat system.
  #2  
Old August 28th, 2008, 08:55 PM
Victor Bazarov
Guest
 
Posts: n/a
Default Re: How to convert exe file of cgi script into .cgi extension.

Muzammil wrote:
Quote:
i learn about cgi scripting in c++ from deitel & deitel. in this book
he uses .cgi extension files while when i compile the file on windows
platform is .exe.
in book he browse the .cgi files i dont know how he makes cgi file.and
run in windows xp.
>
can anyone help me to convert exe file into cgi so that i can use this
file on redhat apache server.
i paste the exe file into cgi-bin folder of apache in windows platform
its works. but i want to compile the same code in g++ (for redhat
system) so that i can paste the compiled file into cgi-bin folder of
redhat system.
You're in the wrong newsgroup, I believe. Your problem is not of the
language kind. Please consider posting in the newsgroup titled
'comp.infosystems.www.authoring.cgi' or in the newsgroup for your
platform (one of 'comp.os.linux.*' I am guessing).

General note: executables in Linux don't have to have any particular
filename extension, so you can probably make the linker output to
'blah.cgi' and that would be it...

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
  #3  
Old August 28th, 2008, 08:55 PM
red floyd
Guest
 
Posts: n/a
Default Re: How to convert exe file of cgi script into .cgi extension.

On Aug 28, 11:37*am, Muzammil <muzammilPeer...@gmail.comwrote:
Quote:
Hi.
i learn about cgi scripting in c++ from deitel & deitel. in this book
he uses .cgi extension files while when i compile the file on windows
platform is .exe.
in book he browse the .cgi files i dont know how he makes cgi file.and
run in windows xp.
>
can anyone help me to convert exe file into cgi so that i can use this
file on redhat apache server.
i paste the exe file into cgi-bin folder of apache in windows platform
its works. but i want to compile the same code in g++ (for redhat
system) so that i can paste the compiled file into cgi-bin folder of
redhat system.
What is your C++ *LANGUAGE* question?
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles