Jump to content

jjk2

Members
  • Posts

    115
  • Joined

  • Last visited

    Never

Everything posted by jjk2

  1. is there any web interface solution that lets users login, run and schedule jobs of specific CPU intensive background tasks, view running jobs, delete jobs ? There should be administration section where you can configure, queue jobs etc. Hudson CI is something that does the described, but I'm wondering if there's a more lightweight and common general purpose solution out there. I can't quite put a finger on how to define this process, so I am asking for suggestions.
  2. [Fri Jan 29 20:23:28 2010] [error] [client 23.23.23.23] Premature end of script headers: header.php [sat Jan 30 10:22:42 2010] [error] [client 23.23.23.23] (8)Exec format error: exec of '/var/www/cgi-bin/header.php' failed how to fix this ? basically a .cgi script loads header.php which contains javascripts and some php stuff..... i notice .cgi script runs fine but none of the javascripts and php things work.
  3. what is a valid ? well i have a gmail account setup on mysite.com i think this is causing this problem /
  4. <?php $to = '[email protected]'; $from = '[email protected]'; $message = 'blah blah blah'; $subject = 'yadda yadda yadda'; mail($to, $message, $subject, "From: $from", "-f$from"); I am on a dedicated linux machine. I have a named based virtual host setup on apache2. i have 2 domains running on the same ip. Anyway I can edit options or something ? this email problem needs to be solved as emails of important information like email verification login etc are sent out.
  5. is there a plugin or some library written that lets users specify date and time interval so that a background script can be run at those interval ? how would i match the PID of the running script to the user that requests it ?
  6. http://particletree.com/features/how-to-add-an-api-to-your-web-service/ my question is in that article, do 3rd party developer's must use CURL to send the POST requests ? also, is there a php framework that makes designing of web service API easy/efficient ? OR is there more tutorials where I can learn how to create web service API ? cheers.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.