Re: script locations

From: Benjamin Elijah Griffin (bgriffinat_private)
Date: Thu Jun 07 2001 - 16:40:14 PDT

  • Next message: Bela Lubkin: "Re: nonsuid overflows... still at risk?"

    Easy trick for checking if a .html on an Apache server is a CGI or
    similar: append a '/' to the URL. If the page loads it wasn't plain
    html. Examples:
    
    	http://www.apache.org/index.html	200 OK
    	http://www.apache.org/index.html/	404 Not Found
    
    	http://www.wired.com/index.html		200 OK
    	http://www.wired.com/index.html/	200 OK
    
    Often times the links on the page (including images) break, but
    that's mere cosmetics.
    
    Benjamin
    



    This archive was generated by hypermail 2b30 : Thu Jun 07 2001 - 16:52:33 PDT