| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| wkoschen -
 
 
 Joined: 21 Nov 2003
 Posts: 1
 
 
 | 
			
				|  Posted: Fri Nov 21, 2003 3:04 pm    Post subject: Using "HitsLog version 1.1.0" |   |  
				| 
 |  
				| When using this line on page: <!--#include virtual="/cgi-bin/hitslog.pl?$SERVER_PROTOCOL" -->
 
 "$SERVER_PROTOCOL" is printed on web page.
 
 This does not happen on Apache.
 
 The following is added to the log file:
 127.0.0.1 - - [21/Nov/2003:08:35:28 +0000] "GET $SERVER_PROTOCOL HTTP/1.1" 200 911 "" ""
 
 With Apache the correct entry is added:
 127.0.0.1 - - [20/Nov/2003:20:37:16 +0000] "GET /hs~books.htm HTTP/1.1" 200 911 "" "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)"
 
 Any ideas? Thank you.
 |  | 
	
		| Back to top |     | 
	
		|  | 
	
		| aprelium -
 
 
 Joined: 22 Mar 2002
 Posts: 6800
 
 
 | 
			
				|  Posted: Mon Nov 24, 2003 4:38 pm    Post subject: Re: Using "HitsLog version 1.1.0" |   |  
				| 
 |  
				| wkoschen, 
 Abyss Web Server doesn't support variables substition in SSI. Apache uses a non-standard extension in SSI that enables such a behavior (when prepending $).
 _________________
 Support Team
 Aprelium - http://www.aprelium.com
 |  | 
	
		| Back to top |       | 
	
		|  | 
	
		|  |