ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1411
|
Tue Sep 6 18:36:21 2005 |
| ralphb | elog@spampot.com | | | | Re: Changes in Comment and Elog Index page? |
Stefan Ritt wrote: | I added some code now which checks if the comment is real HTML, and reverts back to the old behaviour if it is. The update is in CVS. |
Thanks very much Stefan.
Our new server has no gcc so I had to compile it on a sister machine, pending the next RPM release.
By the way, your download page needs an extra line:
cvs -d :ext:cvs@midas.psi.ch:/usr/local/cvsroot checkout mxml to have a hope of the make working.
Also, it would be nice if the "Installing and running on UNIX" section of the Administrator's Guide also had a set of "Installation from CVS" instructions.
Stefan Ritt wrote: | it's really hard to make everybody happy!!! |
Ah, but you are doing it so well!
Thanks again.
Best regards, Ralph. |
1430
|
Fri Oct 7 17:18:32 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | ELOG repository moved from CVS to Subversion |
The elog repository has been moved from CVS to Subversion for various reasons. Those people who accessed the CVS repository in the past now have to do it in one of two different ways:
- Use the new ViewCVS gateway. This gateway now can also directly produce tarballs for the current repository snapshot
- Use anonymous Subversion access:
svn checkout svn+ssh://svn@savannah.psi.ch/afs/psi.ch/project/meg/svn/elog/trunk elog
svn@midas.psi.ch's password: svn
(you might have to enter the password several times...)
svn checkout svn+ssh://svn@savannah.psi.ch/afs/psi.ch/project/meg/svn/mxml/trunk mxml
svn@midas.psi.ch's password: svn
(you might have to enter the password several times...)
If there is any problem accessing the new repository, please let me know. |
1431
|
Sat Oct 8 05:08:40 2005 |
| Exaos Lee | Exaos.Lee@gmail.com | Question | | | Re: ELOG repository moved from CVS to Subversion |
Hi, Stefan,
I cannot checkout due to the following error:
------------
$ svn checkout svn+ssh://svn@savannah.psi.ch:/afs/psi.ch/project/meg/svn/elog/trunk elog
ssh: savannah.psi.ch:: Name or service not known
svn: Connection closed unexpectedly
------------
It seems that my PC cannot find the host savannah.psi.ch within CIAE. Maybe it's the problem of our DNS server. Anyway, what is the IP of savannah? |
1432
|
Sat Oct 8 08:44:22 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | | Re: ELOG repository moved from CVS to Subversion |
Exaos Lee wrote: | Hi, Stefan,
I cannot checkout due to the following error:
------------
$ svn checkout svn+ssh://svn@savannah.psi.ch:/afs/psi.ch/project/meg/svn/elog/trunk elog
ssh: savannah.psi.ch:: Name or service not known
svn: Connection closed unexpectedly
------------
It seems that my PC cannot find the host savannah.psi.ch within CIAE. Maybe it's the problem of our DNS server. Anyway, what is the IP of savannah? |
Sorry, was my mistake. In the command you have to use savannah.psi.ch, not savannah.psi.ch: (with the colon). So the full command is
$ svn checkout svn+ssh://svn@savannah.psi.ch/afs/psi.ch/project/meg/svn/elog/trunk elog |
1542
|
Wed Dec 7 02:37:40 2005 |
| Jesse Wodin | jwodin@stanford.edu | | | | Proxy question |
I'm trying to run elog 2.6.0-beta4 under Apache 2.0. I follow the directions, and everything works fine, so my
elog runs as
http://grattalab3.stanford.edu/elog/
running under port 8082, with the following lines in my httpd.conf file
Redirect permanent /elog http://grattalab3.stanford.edu/elog
ProxyPass /elog/ http://grattalab3.stanford.edu:8082/
This machine has an alias, which is http://exo-elog.stanford.edu. My question is, how can I run elog so that
when someone types in this name, it brings up my elog? I know that I can make a VirtualHost entry and put a
redirect at the document root of that virtual host, but that seems clumsy. Can I just modify ProxyPass or add a
Redirect statement somehow?
Thanks! |
1544
|
Sat Dec 10 02:01:33 2005 |
| Carl Shirey | carl.shirey@pw.utc.com | Info | | | 2.6.0-bata5 |
Do you have 2.6.0-bata5 for linux as setup for RPM install. I was able to locate the version for windows but not for linux.
Thanks for your help. |
1558
|
Wed Dec 21 20:39:52 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | | Re: 2.6.0-bata5 |
Carl Shirey wrote: | Do you have 2.6.0-bata5 for linux as setup for RPM install. I was able to locate the version for windows but not for linux.
Thanks for your help. |
There is a 2.6.0 out by now. |
1560
|
Wed Dec 21 20:59:26 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | | Re: Proxy question |
> I'm trying to run elog 2.6.0-beta4 under Apache 2.0. I follow the directions, and everything works fine, so my
> elog runs as
>
> http://grattalab3.stanford.edu/elog/
>
> running under port 8082, with the following lines in my httpd.conf file
>
> Redirect permanent /elog http://grattalab3.stanford.edu/elog
> ProxyPass /elog/ http://grattalab3.stanford.edu:8082/
>
> This machine has an alias, which is http://exo-elog.stanford.edu. My question is, how can I run elog so that
> when someone types in this name, it brings up my elog? I know that I can make a VirtualHost entry and put a
> redirect at the document root of that virtual host, but that seems clumsy. Can I just modify ProxyPass or add a
> Redirect statement somehow?
To my knowledge you need a VirtualHost entry, plus a "URL = http://exo-elog.stanford.edu" entry in elogd.cfg |