<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
We have installed ABCD under<br>
<blockquote>- default package as distributed by Bireme in XP,
Windows 7 32&64 bits<br>
- xampp<br>
- wamp<br>
- AppServ<br>
- IIS 6<br>
- Ubuntu 10 32&64 bits<br>
</blockquote>
without any problem<br>
As a recommendation we suggest to create a virtual hosts <br>
declare them in the file httpd.conf near the bottom of the file<br>
<small><b><font face="Courier New, Courier, monospace"># Various
default settings<br>
Include "conf/extra/httpd-vhosts-abcd.conf</font></b></small><br>
also declare the port in this file<br>
<br>
and then createn in the directory <font face="Courier New,
Courier, monospace"><b>extra </b></font>below a corresponding
file httpd-vhosts-abcd.conf<br>
a virtual host declaration, something like<br>
<br>
<small><b><font face="Courier New, Courier, monospace"><VirtualHost
*:9090><br>
ServerAdmin <a class="moz-txt-link-abbreviated" href="mailto:serveradmin@bvs.br">serveradmin@bvs.br</a><br>
DocumentRoot "/ABCD/www/htdocs"<br>
<Directory "/ABCD/www/htdocs"><br>
Options Indexes FollowSymLinks MultiViews<br>
</Directory><br>
DirectoryIndex index.htm index.php homepage.htm<br>
ScriptAlias /cgi-bin/ "/ABCD/www/cgi-bin/"<br>
<Directory "/ABCD/www/cgi-bin/"><br>
AllowOverride None<br>
Options FollowSymLinks MultiViews<br>
Order deny,allow<br>
Allow from all<br>
</Directory><br>
</VirtualHost></font></b></small><br>
<br>
Ernesto Spinak<br>
<br>
El 24/11/2011 16:31, De Smet Egbert escribió:
<blockquote
cite="mid:7A31013ECEFE9A47B6A502B4A259260B94A55ADF@xmail31.ad.ua.ac.be"
type="cite">
<pre wrap="">One more comment on running ABCD with WAMP :
I was successfully of running it with an 'alias' (in the alias-folder), which is very much handy as it can co-exist with other websites under the Apache-server), but except for iah. There I get a complaint that cgi-bin/wxis cannot be found.
The alias-file re-defines the DocumentRoot of Apache as well as the cgi-bin folder as ScriptAlias, referring to resp. /ABCD/www/htdocs and /ABCD/www/cgi-bin.
If anybody succeeded in also running iah (OPAC) with a WAMP-alias, very much interested here...
Egbert de Smet
Universiteit Antwerpen
________________________________________
From: <a class="moz-txt-link-abbreviated" href="mailto:isis-users-bounces@iccisis.org">isis-users-bounces@iccisis.org</a> [<a class="moz-txt-link-abbreviated" href="mailto:isis-users-bounces@iccisis.org">isis-users-bounces@iccisis.org</a>] on behalf of De Smet Egbert [<a class="moz-txt-link-abbreviated" href="mailto:egbert.desmet@ua.ac.be">egbert.desmet@ua.ac.be</a>]
Sent: Thursday, November 24, 2011 5:27 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a>
Subject: [Isis-users] ABCD and PHP5.3
Dear colleagues,
I have been experimenting with running ABCD in a PHP5.3 installation. PHP5.3 is out for quite some time now, comes by definition with any newer Linux installation and is e.g. also part of the newer WAMP-installations in Windows.Therefore we cannot afford sticking with PHP5.2 for long anymore, for sure.
Anybody else has been testing this and if so, with which results ?
I could give a more detailed report, but basically my finding is this : all of ABCD can work well, except the Site, where the metasearch (or the link to the filter-screen) results into empty screens due to a problem with the XML2tree library.
Mostly I had to work on the following, testing with PHP5.3.5 (but more testing will be necessary) :
- replace deprecated functions 'eregi' and 'split' by resp. mb_ereg() and 'explode()' in all scripts (mb_ereg however is also not accepted in all PHP-versions it seems... another example of the problematic PHP development).
- some smaller problems about undefined 'set-offs' (unexisting indexed of arrays) had to be solved or avoided
- php.ini settings are crucial and sensitive but can be transferred from the PHP5.2 one
- only the Site page is still problematic by resulting in empty pages when clicking on 'Search' or 'Filter'. As far as we can see this is due to a different result from the XML-parser in XML2tree.
This last problem is a major one as the Site is probably the most visible part of ABCD - to the end-users that is.
Any help or suggestions on how to tackle that problem would be most welcome...
It would be nice if we could prepare for a version 2.0 which is also PHP5.3 compatible !
Egbert de Smet
Universiteit Antwerpen
_______________________________________________
isis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a>
To manage your own subscription options go to: <a class="moz-txt-link-freetext" href="http://lists.iccisis.org/listinfo/isis-users">http://lists.iccisis.org/listinfo/isis-users</a>
Or contact Henk Rutten: <a class="moz-txt-link-abbreviated" href="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</a>
_______________________________________________
isis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a>
To manage your own subscription options go to: <a class="moz-txt-link-freetext" href="http://lists.iccisis.org/listinfo/isis-users">http://lists.iccisis.org/listinfo/isis-users</a>
Or contact Henk Rutten: <a class="moz-txt-link-abbreviated" href="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
.^. .^.
( ) ( )
=== ===
=[=]================================[=]=
| | Ernesto Spinak | |
| | <a class="moz-txt-link-abbreviated" href="mailto:spinaker@adinet.com.uy">spinaker@adinet.com.uy</a> | |
| | Montevideo, Uruguay | |
| | tel/fax (598) 2622-3352 | |
| | celular (598) 99612238 | |
=[=]================================[=]=
=== ===
( ) ( )
V V </pre>
</body>
</html>