user478636
user478636

Reputation: 3424

Executing shell scripts from a web browser in linux

Well I've been assigned this task, and I haven't a clue where to start. I'm running Ubuntu, and so far I've only managed to get apache2 working.

Now it would be very grateful if anyone could guide me. Thanks

Upvotes: 0

Views: 2766

Answers (2)

Justin W
Justin W

Reputation: 2077

I've posted a very similar question over on webmasters.stackexchange and received a great answer that should get you going: https://webmasters.stackexchange.com/questions/11019/adding-custom-handlers

Upvotes: 1

glenn jackman
glenn jackman

Reputation: 247260

You'll want to configure apache to execute CGI scripts.

http://httpd.apache.org/docs/2.2/howto/cgi.html

Upvotes: 1

Related Questions