View Single Post
Old 08-02-2004, 08:38 AM   #7 (permalink)
SinisterMotives
Junkie
 
Quote:
Originally posted by ratbastid
I'd use a Server-Side Include for that.

You can add variables to the environment in the Apache config file. Then use an SSI to echo that variable into the page.
I inferred from the author's statements that, since he is not allowed to run CGIs, he probably doesn't have permission to edit apache.conf either. Although if SSI is available, he could use it to echo existing server variables.
SinisterMotives is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73