I'm trying to get NAV to go, on Debian this time. It all seemed to be going well, but when I try to get the nav login page I get 403 forbidden. In the apache logs I can see:
[Thu Aug 06 14:09:14 2009] [warn] [client 147.143.1.98] Cannot publish nav in /nav because <module 'nav' from '/usr/lib/python2.4/site-packages/nav/__init__.pyc'> is not publishable
Unfortunately, I can't see what to do at the moment. Any pointers would be appreciated.
Many thanks
David
On Thu, 06 Aug 2009 14:18:22 +0100 "D.P.Round" d.p.round@bangor.ac.uk wrote:
I'm trying to get NAV to go, on Debian this time.
Which NAV version? From source or from the Debian package?
It all seemed to be going well, but when I try to get the nav login page I get 403 forbidden. In the apache logs I can see:
[Thu Aug 06 14:09:14 2009] [warn] [client 147.143.1.98] Cannot publish nav in /nav because <module 'nav' from /usr/lib/python2.4/site-packages/nav/__init__.pyc'> is not publishable
Unfortunately, I can't see what to do at the moment. Any pointers would be appreciated.
Looks like an error from mod_python, though I'm not quite sure of what's going on. I'd need to see more of your apache config to be sure, but I can make some assumptions. It may be that you have configured Apache to serve NAV from http://example.org/nav/ , but NAV will require to be in the DocumentRoot, i.e. have a virtualhost of its own: http://example.org/