[CALUG] Curl anyone?

Nikolas Coukouma atrus at atrus.org
Thu Dec 11 10:18:07 EST 2008


On Thu, Dec 11, 2008 at 8:51 AM, Rajiv Gunja <opn.src.rocks at gmail.com> wrote:
> I am trying to setup an automated process where servers will update certain
> files and upload text files on an Apache server.
>
> I would like to use curl, but do not know what I need to change on Apache
> and what kind of accepting scripts I need to run on my apache server.
You probably want to use mod_actions
http://httpd.apache.org/docs/1.3/mod/mod_actions.html
http://httpd.apache.org/docs/2.0/mod/mod_actions.html
http://httpd.apache.org/docs/2.2/mod/mod_actions.html

You'll probably want to authenticate these requests, or otherwise
control access to them:
http://httpd.apache.org/docs/1.3/howto/auth.html
http://httpd.apache.org/docs/2.0/howto/auth.html
http://httpd.apache.org/docs/2.2/howto/auth.html

http://httpd.apache.org/docs/1.3/mod/mod_access.html
http://httpd.apache.org/docs/2.0/mod/mod_access.html
http://httpd.apache.org/docs/2.2/howto/access.html

I hope that gives you a start.

Cheers,
-Nikolas




More information about the CALUG mailing list