The following reply was made to PR general/2231; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Apache bugs database <[EMAIL PROTECTED]> Cc: Subject: Re: general/2231: Can't seem to authorize access to /usr/local/apache/icons from the server. (fwd) Date: Thu, 14 May 1998 20:04:03 -0600 (MDT) ---------- Forwarded message ---------- Date: Thu, 14 May 1998 17:51:22 -0600 From: Jeff LeClair <[EMAIL PROTECTED]> To: Marc Slemko <[EMAIL PROTECTED]> Subject: Re: general/2231: Can't seem to authorize access to /usr/local/apache/icons from the server. At 06:13 PM 05/14/98 -0600, you wrote: >On 15 May 1998, Jeff LeClair wrote: > >> All I ever get is the default icon from my browser when displaying files. >> When I attempt to view the specific icon; e.g. folder.gif; I get the >> message: >> >> Forbidden >> You do not have authorization to access this file from this server. >> >> I have provided a ScriptAlias to my /icons directory: >> ScriptAlias /icons/ /etc/httpd/icons >> >> I have provided a Directory directive: >> >> <Directory /icons> > >Erm... check the docs again. Directory sections apply to directories on >the filesystem, not URLs. > >> AllowOverride All >> order allow,deny >> allow from all >> Options None >> </Directory> >> >> The server runs as user nobody (-1) and group users. >> The /icon directory is owned by nobody, group users, as >> are all the icon files. > >You shouldn't have a /icon directory. It should be /etc/httpd/icons, in >your setup, although that is an awfully odd directory structure. Be sure >the directory and all directories above it are world readable. > > You are correct, my path is: /usr/local/etc/httpd/icons These icons are used when providing a file list to the browser. The icons have been added using AddIcon. The images named appear in the browser, but each icon says I don't have permission to access those files. File permissions are correct. Give it a try with this URL: http://www.ntwrld.com/~jeffl/pixpost/resources/ You'll get a file list. Try to view an icon and see what you get for a message. I would like for these icons to display. --------------------------------------------------------- ///////////////////////////////////////////////////////// // Jeffrey LeClair, // National Dialup Access // // VP Networking // Website Development // // Net-World, Inc. // Website Hosting // // Phone: 602.446.9275 // T1 & Networking Services // // Fax: 602.446.9277 // Audio/Video Servers // // email: [EMAIL PROTECTED] // News, IRC, More // /////////////////////////////////////////////////////////
