Hello,
I still  have problem with local installation:
when I type in the browser:
http://marmot.lanl.gov/bib/
I am getting
"Internal Error

This web application is experiencing an error. We apologize for the
inconvenience.

Would have returned 404 but in explain mode:
Failed to process requested URI
bad command (/var/www/html/bib/)"

I have entry at http.conf:
 DocumentRoot "/var/www/html"

PerlSwitches -I/home/ludab/connotea-code-1.8-beta
PerlOptions +Parent
PerlModule Bibliotech::Apache
PerlModule Bibliotech::AuthCookie
<Location /bib>
    SetHandler perl-script
    PerlResponseHandler Bibliotech::Apache
    PerlAuthenHandler Bibliotech::AuthCookie::authen_handler
    AuthName Bibliotech
    AuthType basic
    require valid-user
    ErrorDocument 503 /unavailable.html
</Location>

I have symlink at /var/www/html:
 bib -> /home/ludab/connotea-code-1.8-beta/site/default

and my bibliotech.conf:
  SITE_NAME = 'bib'
  SITE_EMAIL = '[EMAIL PROTECTED]'
  EXPLAIN_HTTP_CODES = true
  # optionally set document root and home page hyperlink, or they can
  # be detected
  DOCROOT = '/home/ludab/connotea-code-1.8-beta/site/default'
  LOCATION = 'http://marmot.lanl.gov/bib/'
  # set prepath if location has a component after the domain,
  # e.g. /bibliotech
  PREPATH = '/bib'

  TEMPLATE_ROOT = ''

  BIBUTILS_PATH = '/home/ludab/bibutils_3.39/'


what else I need to do to get some default connotea behavior?

Thank you Luda
Luda




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Connotea-code-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/connotea-code-devel

Reply via email to