On Mon, 28 Oct 2002, Seth Dimbert wrote: > HTTP/1.0 403 Forbidden It looks like it doesn't want you to see its document root. I noticed in your configuration file, your DocumentRoot setting was commented out with a beginning hash mark: DocumentRoot /usr/share/cups/docs... Also, you might want to uncomment these too: User lp Group lp SystemGroup lp They let cupsd run other than root. THAT should work!