web page

Linux / Unix curl: Pass HTTP Referer

by Vivek Gite on November 6, 2011 · 0 comments

How do I pass the referrer (HTTP referrer)as an HTTP header field using curl command under Linux OR Unix operating systems?

{ 0 comments }

NGINX: Create Custom 404 / 403 Error Page

by Vivek Gite on November 17, 2010 · 2 comments

How do I create a custom static HTTP 404 or HTTP 403 error page under nginx web server?

{ 2 comments }

Firefox 3 Install Firebug Addon Software

by Vivek Gite on June 19, 2008 · 1 comment

My current version is disabled after upgrade. How do I install Firebug under Firefox 3 web browser?

{ 1 comment }

Run shell script from web page

by Vivek Gite on January 29, 2006 · 4 comments

Q. How do I run a shell script from a web server or a web page under Apache or Lighttpd websever? A. In order to run a shell script from a web page you need Apache web server configured with cgi access. Apache CGI allows documents/files in cgi-bin directory treated as application and run by [...]

{ 4 comments }