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 Wanet Telecoms Ltd 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: *

  • Users: paddgu77
  • Content: Threads
  • Order by date
  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

    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