Hello Huw,

Huw Jones wrote:
> The good news is I now have no error messages. The bad news is...I have
> no error messages. I'm not sure whether the installation worked or not
> since I don't know what a good test is. Simply typing
> http://www.mydomain.com/bibliotech returns a Not Found page. I was
> hoping there would be some index.html file within site/default. Am I
> going about this the wrong way? Do I need to create my own
> webpages/applications with the templates provided or should the connotea
> front end much like that viewable on the web be available in the source
> tarball? I guess also a good test would be to check apache can now
> recognise perl scripts as I am suspicious that the connotea-code.conf
> file was actually read by the http daemon on startup? 

First, create a syntax error in connotea-code.conf and restart Apache to 
see if it is loading it or not. If it is, it should complain about the 
syntax error. If not, you need to check your vendor docs for Apache and 
make sure it is going to be loaded. Just copy and paste to httpd.conf if 
necessary.

Second, you can see if the 404 is from Connotea Code by setting this in 
the /etc/bibliotech.conf file and restarting Apache:
EXPLAIN_HTTP_CODES = true

Now, if Connotea Code is giving the 404 you will get an explanation page 
in text instead.

There is no index.html because most of the web site is dynamic, but 
hitting /bibliotech should produce a home page with home.tt. If you want 
to try a static file, try hitting /bibliotech/design.css which the 
Connotea Code handler should decline back to the Apache normal file handler.

The templates in the 1.8 beta tarball should give you a little web site 
that could be a basis for your own site. You should be able to register 
and add a few bookmarks without making any edits to start with.

Martin


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Connotea-code-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/connotea-code-devel

Reply via email to