Python CGI: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
[[Category:Scripting]]
__TOC__
<br />
 
= Installing =
 
Installation:
sudo apt-get install apache2
Line 21 ⟶ 27:
</pre>
 
Create= Test Script: =
sudo nano /home/test/scripts/techsupp_analyzer/cgi.py
 
Line 44 ⟶ 50:
http://10.140.196.7/cgi-bin/cgi.py
 
= Get inputs formfrom URL =
 
Create a test CGI script in cgi-bin dir:
Line 115 ⟶ 121:
Testing
http://10.140.196.7/cgi-bin/index.py
 
 
<br />
;References
<references/>
<br />
<br />
<br />
 
 
{{DISQUS}}