[Halx-help] Re: Ideas from BioXHit
Status: Alpha
Brought to you by:
annep
|
From: Anne P. <an...@re...> - 2004-05-14 12:55:19
|
Hi,
This kind of problem usually comes from Apache which is not
configured by default to read the .htaccess files. In the
httpd.conf file, you have to find the lines:
<Directory /var/www>
AllowOverride None
(there might be some comments between the two lines...)
And you change None by All, and restart Apache.
That should do it !
Anne
* Jens-Christian Navarro Poulsen (jn...@cc...) =E9crivait :
> Hi Anne
>=20
> We have now been able to get HalX up and running and we can access HalX=
from different computers. We though still have one problem left.
>=20
> It is the same problem as describe by Carli Bamford on the HalX e-mail =
help list, but we cannot find the answer to the problem.
>=20
> ---------------------------------------------
> Hello,
> =20
> I am having difficulties in configuring HALX to require users to log o=
n. Apache
> SEEMS to be configured properly, and I have followed the how-to in reg=
ards to
> installing the program, but I cannot manage to get the program to requ=
ire a
> username and password, it just bypasses it and allows free access to
> everything...any ideas would be greatly appreciated!
> =20
> Regards,
> Carli
> =20
> --=20
> Carli M. Bamford
> Unix Manager
> EMBL c/o DESY
> Building 25A Tel. (+49) 40 89902 174
> Notkestrasse 85 Mob. (+49) 170 903 4479
> 22603 Hamburg E-mail: carli.bamford@em...
> Germany
> ---------------------------------------------------
>=20
>=20
> Is there a solution to this problem?
>=20
> We have edited in the file "pg_hba.conf", and given all users the statu=
s of "trusted".
>=20
> Kind regards
>=20
> Jens-Christian
>=20
>=20
>=20
>=20
> .
>=20
> -----Original Message-----
> From: Anne Poupon [mailto:an...@re...]=20
> Sent: 12. maj 2004 09:14
> To: Jens-Christian Navarro Poulsen
> Subject: Re: Ideas from BioXHit
>=20
> * Jens-Christian Navarro Poulsen (jn...@cc...) =E9crivait :
> > Hi Anne
> >=20
> > I and our system manager are trying to implement HalX, but we got stu=
ck on the way.
> >=20
> > Under Install you write:
> >=20
> > In order to install HalX, you need to have installed on your computer=
:=20
> >=20
> > PostgreSQL, when installed, log as "postgres" and create a new user u=
sername
> >=20
> > ---------------
> > Postgres is that a database user or a standard user? Can you give=20
> us some more details on that?
>=20
> postgres is the superuser of postgreSQL.
> >=20
> > If you need information regarding the setup me have made=20
> on the way, I have including the warnings and the file .halversion
> > --------------------------
> >=20
> >=20
> >=20
> > REPOSITORY: repository/
> > LOCATION : http://laue.ccs:8088/SITE/
> > ABS_LOCATION : http://laue.ccs:8088/SITE/
> > ABS_PATH: /usr/laue/halx/SITE/
> > REPOSITORY: repository/
> > TEMP_REPOSITORY: temp_repository/
> > DATABASE : ccsdatabase
> > DATABASE_USER : postgres
> > TEMP_DATABASE : auxccsdatabase
> > TEMP_DATABASE_USER : postgres
> > File INSERT_DATA.php updated
>=20
> For DATABASE_USER you should not use postgres, you should use
> the name of the user in which home you are installing the
> software (same for TEMP_DATABASE_USER). This user must be the
> one who creates the database.
> >=20
> >=20
> >=20
> > Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL:=
IDENT authentication failed for user "postgres" . in /usr/laue/halx/SITE=
/HAL/hal-admin/update_base-main.php on line 13
> >=20
> This means that you have to change the access rules in a file
> called "pg_hba.conf" which is in the system, with the other
> posgresql config files. There is something about that on the
> install page.
>=20
> Anne
>=20
> > Warning: pg_exec(): supplied argument is not a valid PostgreSQL link =
resource in /usr/laue/halx/SITE/HAL/hal-admin/update_base-main.php on lin=
e 27
> >=20
> >=20
> >=20
> > Thank you for your help
> >=20
> > Jens-Christian
> >=20
> >=20
> >=20
> > -----Original Message-----
> > From: Anne Poupon [mailto:an...@re...]=20
> > Sent: 4. maj 2004 16:42
> > To: Jens-Christian Navarro Poulsen
> > Subject: Re: Ideas from BioXHit
> >=20
> > * Jens-Christian Navarro Poulsen (jn...@cc...) =E9crivait :
> > > Dear Anne Poupon
> > >=20
> > > =20
> > >=20
> > > >From the BioXHit kickoff meeting, your LIMS system was discussed, =
and I just wanted to return some ideas for HalX That was the timeline (pi=
ctures of the same drop) of the individuals drops, which I find very a ve=
ry important feature.
> >=20
> > Thanks, I will implement that in the next version !
> > >=20
> > > =20
> > >=20
> > > The first link does not work for me, but the second do.
> >=20
> > I'm very sorry, when I was in Hamburg I saw a bug that
> > I have fixed, but then I forgot to re-zip the file ! It's
> > done now, but I would advice you wait until tommorrow
> > since I have a new version that is not yet in the
> > download area.
> >=20
> > Sincerely
> >=20
> > Anne Poupon
> >=20
> > ---------------------------------------------------
> > Dr. Anne Poupon
> > Laboratoire d'Enzymologie et Biochimie Structurale
> > Equipe Genomique Structurale
> > CNRS, Bat 34
> > 1 allee de la Terrasse
> > 91190 Gif-sur-Yvette
> > France
> >=20
> > tel: 33 (1) 69 82 34 75
> > fax: 33 (1) 69 82 31 29
> > email: po...@le...
> > http://genomics.eu.org
> > ----------------------------------------------------
|