On Mon, Jun 22, 2015 at 06:34:50PM +0000, nairb rotsak wrote: > I see my install of jffnms (apt-get install jffnms on an ubuntu 14.04 > desktop) is getting temp images dropped into /var/lib/jffnms/tempimages. > I see the conf in apache puts an alias for /jffnms/images/temp into > /var/lib/jffnms/tempimages > ...but I can't get it to work?? What is can't get it to work mean? Are you getting those images generated in that directory? Is the apache error log showing anything?
There is the real path and rel path real path = real directory where files are generated rel path = path "seen" by browser. The connection between the two is done in your apache config. Alias <rel path> <real path> e.g. Alias /images/temp/ /var/lib/jffnms/tempimages/ <Directory /var/lib/jffnms/tempimages > Options None Require all granted </Directory> Also the directory needs to be writable by www-data. > I even deleted /usr/share/jffnms/htdocs/images/temp and soft-linked temp to > /var/lib/jffnms/tempimages.. still nothing? symlinks require extra apache configuration to followsymlinks. -- Craig Small (@smallsees) http://enc.com.au/ csmall at : enc.com.au Debian GNU/Linux http://www.debian.org/ csmall at : debian.org GPG fingerprint: 5D2F B320 B825 D939 04D2 0519 3938 F96B DF50 FEA5 ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ jffnms-users mailing list jffnms-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jffnms-users