Cups not working

Mel fbsd.questions at rachie.is-a-geek.net
Wed Feb 27 22:57:53 UTC 2008


On Wednesday 27 February 2008 23:02:31 Paul Schmehl wrote:
> When I got to http://localhost:631/ I see the text (source) of the webpage
> rather than the page.  (Cupsd is running.)  I see this in
> /var/log/cups/access_log:
> localhost - - [27/Feb/2008:15:58:21 -0600] "GET / HTTP/1.1" 304 0 - -
> localhost - - [27/Feb/2008:15:58:45 -0600] "GET / HTTP/1.1" 304 0 - -
> localhost - - [27/Feb/2008:15:59:08 -0600] "GET / HTTP/1.1" 304 0 - -
>
> What am I missing?

You're missing the first request. 304 means it should be in your browser 
cache.
Either way, if you're seeing the source, it most likely means the webserver 
sends text/plain as mime-type.

curl -s -o /dev/null --dump-header /dev/stdout http://localhost:631/

should shed some light on it.

-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.


More information about the freebsd-questions mailing list