Dear Invenio team,
I am installing invenio-1.0.0-rc0. I have q question about configuration of apache. At the guide page http://invenio-software.org/wiki/Installation/InvenioOnSLC5#A.2ConfigureApache there is a line "# ... also, comment out `Alias /error/...' line earlier in the file" How should I configure the 'Alias /error/...' in /etc/httpd/conf/httpd.conf ? Below is 'Alias /error/...' in my httpd.conf # Putting this all together, we can internationalize error responses. # # We use Alias to redirect any /error/HTTP_<error>.html.var response to # our collection of by-error message multi-language collections. We use # includes to substitute the appropriate text. # # You can modify the messages' appearance without changing any of the # default HTTP_<error>.html.var files by adding the line: # # Alias /error/include/ "/your/include/path/" # # which allows you to create your own set of files by starting with the # /var/www/error/include/ files and # copying them to /your/include/path/, even on a per-VirtualHost basis. # Alias /error/ "/var/www/error/" Is it correct ? Thank you very much!! Regards, Lanxin

