On 8/14/07, Chris Arnold <carnold@xxxxxxxxxxxxxxxxxxx> wrote: > Joshua Slive wrote: > > > > Look at the response headers when requesting a URL. For example, see: > > http://wiki.apache.org/httpd/WatchingHttpHeaders > > > > > > > > > I get this no matter what file or dir i try: > HEAD /srv/www/htdocs/phpinfo.php > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> You didn't follow the instructions at the above page. You need the protocol information after the path requested or you're making an HTTP/0.9 request which can't possibly gzip. You'll also need to manually include an "Accept-Encoding: gzip" header. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx