Craig.

Here is the Alias and Directory lines from my httpd.conf.

###
LoadModule alias_module                  modules/mod_alias.so

<Directory />
    Options Indexes FollowSymLinks
</Directory>

Alias /jffnms/ "/opt/jffnms/htdocs/"

<Directory "/opt/jffnms/htdocs/">
    AllowOverride FileInfo
    Options Multiviews
</Directory>
###

At present, my apache seems to be stuck on a previous setting, even
after several service restarts.
I see 403 errors, one mentioning that Symlinks are not allowed and
another saying permission denied accessing admin/setup.php

Another user pointed me to the Gentoo guide for installing and setting
up jffnms, going to clean everything off and rebuild using this guide to
make sure I don't miss anything.

I will report back to this thread if it works out.

Thanks,

On Thu, 2007-05-17 at 09:12 +1000, Craig Small wrote:

> On Wed, May 16, 2007 at 02:47:20PM -0400, Jeff Singleton wrote:
> > A few paths are not recognizing the SymLink nor Alias settings:
> > 
> >     WebServer Relative Path
> >     WebServer Temp Images Relative Path
> >     Login Screen Image URL
> >     Login Screen Image Link URL
> 
> Then you have them incorrect.  Are you sure your apache setup is right?
> Apache won't always follow symlinks, so perhaps that is the problem.
> 
> > The main htdocs folder has the correct permissions.
> > I have tried creating the ALIAS and <Directory> settings in my
> > httpd.conf to no avail.
> You didn't put them in the email, it may of helped.  Also check hte
> apache logs or try to go to a directory, eg
> http://yourserver/jffnms/ and see what it does.
> 
>  - Craig

--
Jeff Singleton
Network Systems Admin (Trusted Source)
Secure Computing Corporation
4800 North Point Pkwy
Alpharetta, GA 30022
O: 678-904-3694
C: 770-820-2909
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to