Hi Tim,

>> I again tried to install 0.8.3 this week and had the same problem  
>> as you're describing. No matter what relative path is specified, it  
>> never validates.apache.conf

   regarding the relative path to the temp images dir, I resolved this  
by including the following config (which was included in the jffnms  
installation on my debian system) which include aliases which I  
believe address this issue:

# Apache configuration file for JFFNMS

Alias /jffnms/images/temp/ /var/lib/jffnms/tempimages/
Alias /jffnms /usr/share/jffnms/htdocs

<Directory /usr/share/jffnms/htdocs>
   Options Indexes
   DirectoryIndex index.php index.html
   php_flag register_globals on
</Directory>

cheers Andy.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to