Mailinglist Archive: opensuse (3106 mails)
| < Previous | Next > |
Re: [opensuse] cgi script to open a iptable file and modify.
- From: Russell Jones <russell.jones@xxxxxxxxxxxx>
- Date: Fri, 16 Feb 2007 14:52:00 +0000
- Message-id: <45D5C510.90103@xxxxxxxxxxxx>
Try googling for "iptables php script"
e.g.
http://sourceforge.net/projects/phpfwgen/
http://easyfwgen.morizot.net/gen/
also
http://www.gege.org/iptables/doc/faq.html
You can try similar for other scripting languages (python, ruby, perl (ugh)), I'd think.
Chuck Amadi wrote:
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
e.g.
http://sourceforge.net/projects/phpfwgen/
http://easyfwgen.morizot.net/gen/
also
http://www.gege.org/iptables/doc/faq.html
You can try similar for other scripting languages (python, ruby, perl (ugh)), I'd think.
Chuck Amadi wrote:
Hi Does anyone on the list
Distro OpenSuSE, Apache2 and use cgi and not perl cgi.
Know a good mailing list to create cgi script without perl.
I have a task to pull data from our iptables file into a editable html thus able to make modifications
and click on a button to restart iptables.
I have got a dirty hack that restarts the iptables But my boss would like a editable html form.
PS I have been looking at open function But having no joy.
# now write (append) to the file
open(INF,"firewall"); # opens firewall file for reading located in the cgi-bin dir.
Any suggestions or url's to anything similiar would be of great help.
Ta
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |