Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. paddgu77

    apache run CGI with user different than nobody

    Is there a way other than using suExec to run a CGI script invoked by apache with user name different than www or nobody. thanks padhu.
  2. paddgu77

    Apache cross compile for MIPS

    Hi I am trying to get apache compiled for mipsbe platform. The configure script fails with the following error message: checking whether setpgrp takes no argument... configure: error: cannot check setpgrp when cross compiling configure failed for srclib/apr... Did anyone cross-compile...
  3. paddgu77

    popen

    thanks for yout support
  4. paddgu77

    popen

    But the problem is popen with "/bin/sh". How could I fflush the internal buffer stored by this shell. How to use ptrs with popen. Could you please give some hints about how to do that. thanks for ur help pad.
  5. paddgu77

    popen

    Hi I need to used popen to call a process and execute multiple commands. e.g FILE *fd = popen("/bin/sh", "w"); while(condition) { fwrite(each_time_command_changes,..,..,fd); } pclose(fd); I have hard time to get output in between each command execution. The program sends the output only...

Part and Inventory Search

Back
Top