From: Brian Y. <br...@sp...> - 2003-08-08 20:25:34
|
Only the directories in .../albums/ are symlinks, everything else is a real file (on a smb mount). All works well with the exception of the album icon. Made progress on the icon however. Seems I can't create the album_icon.txt by hand. I copied one from a sub-album, works great. Edit the file by hand, change doesn't take effect, even after running previewmaker.pl. Old icon remains. (Then again..removed Grove.album_icon.png, problem returns). One thing that I noticed that may help is when I didn't have an _icon.txt file, the picture icon in the top-level album had all three levels blank (Grove theme). After adding the _icon.txt file, the back two layers of the icon seemed to have something, but nothing on the top layer. Album is at http://wlkerboh.mine.nu/ids/index.cgi (Denmark is the troubled album). Gentoo, apache2, perl 5.8.0, ImageMagick/PerlMagick 5.5.7. No suexec. FollowSymLinks used everywhere. Images smb mounted 775. -Brian On Thu, Aug 07, 2003 at 07:31:54PM -0600, Ashley M. Kirchner wrote: > > Before I rip code to shreds, there are a few things I want to figure out. For > Apache to handle symlinks, you need to tell it to FollowSymLinks in the config > file. Has anyone tried and see if this is set in the config file? Does Apache > actually have the proper permissions to read the symlink itself? Usually when > you symlink from one location to another, it tends to have your permissions, as > opposed to the apache's process. This may cause trouble: > > drwxr-xr-x apache apache albums/album1 > lrwxrwxrwx root root albums/album2 -> /storage/album2 > > Even if the stuff under /storage/album2 is owned apache.apache, it may still > cause trouble not being able to read the symlink. This is an untested theory of > course, but it would be interedting to see if that's really the case or not. > > Also, it could very well be something within apache2 that's cause the problem. > I run symlinks under apache 1.3.x and have no problems at all. I have no > intention of going to apache2 anytime in the near future due to it's current > state, and the fact that PHP can not work with it (yes, I'm ont of those.) > > I look forward to hearing some comments, or test results. > > -- > R | I haven't lost my mind; it's backed up on tape somewhere. > +-------------------------------------------------------------------- > Ashley M. Kirchner <mailto:as...@pc...> . 303.442.6410 x130 > IT Director / SysAdmin / WebSmith . 800.441.3873 x130 > Photo Craft Laboratories, Inc. . 3550 Arapahoe Ave. #6 > http://www.pcraft.com ..... . . . Boulder, CO 80303, U.S.A. > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > IDS-devel mailing list > IDS...@li... > https://lists.sourceforge.net/lists/listinfo/ids-devel > -- Brian Youngstrom br...@sp... Steele's Law: There exist tasks which cannot be done by more than ten men or fewer than one hundred. |