linux_wiki:deploy_a_basic_cgi_application

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:deploy_a_basic_cgi_application [2018/04/07 23:53]
billdozor [Create the Bash Script]
linux_wiki:deploy_a_basic_cgi_application [2018/04/09 22:54]
billdozor [Lab Setup]
Line 12: Line 12:
   * server1.example.com (192.168.1.150) -> Perform all connectivity tests from here   * server1.example.com (192.168.1.150) -> Perform all connectivity tests from here
   * server2.example.com (192.168.1.151) -> Install Apache Web Server here   * server2.example.com (192.168.1.151) -> Install Apache Web Server here
 +
 +
 +**Previous Sections Completed**
 +  * [[linux_wiki:network_services_overview_apache_web_server|Install/Configure]]
 +    * Except leave listening on port 80/tcp
 +  * [[linux_wiki:configure_a_virtual_host|Virtual Host Config]]
  
 ---- ----
Line 48: Line 54:
 Test CGI deployed script Test CGI deployed script
 <code bash> <code bash>
-elinks http://redsite.example.com/cgi-bin/mytime.sh+elinks http://bluesite.example.com/cgi-bin/mytime.sh
 </code> </code>
  
 ---- ----
  
  • linux_wiki/deploy_a_basic_cgi_application.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)