<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://chemwiki.ch.ic.ac.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Adamd</id>
	<title>ChemWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://chemwiki.ch.ic.ac.uk/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Adamd"/>
	<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/wiki/Special:Contributions/Adamd"/>
	<updated>2026-05-12T12:00:25Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=IT:servers&amp;diff=2648</id>
		<title>IT:servers</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=IT:servers&amp;diff=2648"/>
		<updated>2006-07-13T10:12:44Z</updated>

		<summary type="html">&lt;p&gt;Adamd: /* [http://www.openafs.org openAFS] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Configuring  Servers ==&lt;br /&gt;
&lt;br /&gt;
The following is specified for the SGI-based argon server. The location of various library and include paths will vary from machine to machine. The current base for the SGI is  argon.ch.ic.ac.uk  and /var/www/  This contains Apache,  php, MySQL, htDig and various other utilities. Contact Henry Rzepa (rzepa@ic.ac.uk) for further information about these systems.&lt;br /&gt;
&lt;br /&gt;
The new system is to be migrated to neon.ch.ic.ac.uk.  Current paths are  /var/www/  for installations etc  and  /mpt/web/  for &lt;br /&gt;
htdocs.  No decision on log files yet made.&lt;br /&gt;
&lt;br /&gt;
==Apache==&lt;br /&gt;
&lt;br /&gt;
Currently  2.055, but might be upgradable to  2.2&lt;br /&gt;
&amp;lt;pre&amp;gt; ./configure --prefix=/var/www/apache2055 \&lt;br /&gt;
 --enable-dav --enable-ssl --enable-rewrite --enable-ldap \&lt;br /&gt;
 --enable-auth-ldap --with-ldap  --with-speling --libdir=/usr/lib \&lt;br /&gt;
 --with-ldap-include=/usr/include \&lt;br /&gt;
 --with-ldap-lib=/usr/lib/ \&lt;br /&gt;
  --with-ssl-include=/usr/include/openssl/ \&lt;br /&gt;
 --with-ssl-lib=/usr/lib/ \&lt;br /&gt;
 --with-ssl \&lt;br /&gt;
 CPPFLAGS=-I/usr/kerberos/include&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#Configuration files for  apache:  [http://www.ch.ic.ac.uk/rzepa/config/httpd.conf httpd.conf],  [http://www.ch.ic.ac.uk/rzepa/config/mime.types mime.types],  [http://www.ch.ic.ac.uk/rzepa/config/ssl.conf ssl.conf], &lt;br /&gt;
# A SSL server certificate needs to be installed for the system.&lt;br /&gt;
# Authentication uses  SSL  and LDAP, as specified in the  configuration files.&lt;br /&gt;
# Server started using  &amp;lt;pre&amp;gt;./apachectl startssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Path to htdocs on new server &amp;lt;pre&amp;gt;/mpt/web/htdocs/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==MySQL==&lt;br /&gt;
&lt;br /&gt;
Currently  4.0.13. Not tested at  4.1.18.  The existing databases will have to be backed up using e.g. &lt;br /&gt;
&amp;lt;pre&amp;gt;mysqldump –u root –psecret --all-databases &amp;gt; all.sql&amp;lt;/pre&amp;gt;  and reloaded into the new MySQL.&lt;br /&gt;
&lt;br /&gt;
Mysql server installed  by Sam Sharpe at &amp;lt;pre&amp;gt;/usr/bin/nysql&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please contact HSR for  MySQL root password.&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
 GRANT ALL PRIVILEGES ON PSS.* TO pss@www2.imperial.ac.uk IDENTIFIED BY &#039;*******&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding access privs for remote service.&lt;br /&gt;
&lt;br /&gt;
==PHP ==&lt;br /&gt;
&lt;br /&gt;
Currently  4.4.2, but will need to move to  5 at some stage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;./configure --with-mysql=/usr/bin/mysql  --with-apxs2=/var/www/apache2055/bin/apxs\&lt;br /&gt;
 --with-ldap --with-config-file-path=/mpt/web/htdocs/php/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#Configuration files for  php:  [http://www.ch.ic.ac.uk/php/php.ini php.ini]&lt;br /&gt;
#Admin utility for  php: [http://www.ch.ic.ac.uk/php/phpMyAdmin-2.5.3/  phpMyAdmin]&lt;br /&gt;
# The current system configuration is summarised  [http://www.ch.ic.ac.uk/php/ here]&lt;br /&gt;
&lt;br /&gt;
==Wiki==&lt;br /&gt;
&lt;br /&gt;
[http://meta.wikimedia.org/wiki/MediaWiki Mediawiki] is the current flavour.  &lt;br /&gt;
&lt;br /&gt;
#The local settings file is [http://www.ch.ic.ac.uk/wiki/LocalSettings.php here]&lt;br /&gt;
#A [http://wiki.jmol.org/index.php/MediaWiki Jmol extension] is loaded to enable molecule display within the wiki&lt;br /&gt;
#A local authentication module [http://www.ch.ic.ac.uk/wiki/LdapAuthentication.php has been added]&lt;br /&gt;
&lt;br /&gt;
==[http://www.muquit.com/muquit/software/Count/Count.html Web page counter]==&lt;br /&gt;
&lt;br /&gt;
Can be replaced by any suitable alternative.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img  src=&amp;quot;http://origin.ch.ic.ac.uk/cgi-bin/Count.cgi?df=pericyclic.dat&amp;amp;amp;dd=B&amp;quot;  alt=&amp;quot;counter&amp;quot; /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [http://www.htdig.org/install.html htDig 3.1.6] Index and  Search Engine.==&lt;br /&gt;
&lt;br /&gt;
It employs external parsers for chemical files.  UltraSeek might be useable, but would need to be configured for these external file types. The output templates are also special, invoking the Jmol applet to display certain types of file found by the search.  For an example of the latter, see  [http://www.ch.ic.ac.uk/local/symmetry/ the symmetry site]. Invoke the default search, and select load molecule. &lt;br /&gt;
&lt;br /&gt;
#Configuration file for building htdig  [http://www.ch.ic.ac.uk/rzepa/config/CONFIG CONFIG] &lt;br /&gt;
#Configuration files for  indexing entire server:  [http://www.ch.ic.ac.uk/rzepa/config/origin.conf origin.conf]  [http://www.ch.ic.ac.uk/rzepa/config/motm.conf motm.conf]  [http://www.ch.ic.ac.uk/rzepa/config/sym.conf sym.conf]  [http://www.ch.ic.ac.uk/rzepa/config/it.conf it.conf]  [http://www.ch.ic.ac.uk/rzepa/config/pericyclic.conf pericyclic.conf]&lt;br /&gt;
#External parsers for htdig: [http://www.ch.ic.ac.uk/rzepa/config/runchemdig.sh runchemdig.sh]   doc2html &lt;br /&gt;
#Output templates for htdig: [http://www.ch.ic.ac.uk/rzepa/config/header.html header.html]   [http://www.ch.ic.ac.uk/rzepa/config/long.html long.html]   [http://www.ch.ic.ac.uk/rzepa/config/nomatch.html nomatch.html]   [http://www.ch.ic.ac.uk/rzepa/config/footer.html footer.html]&lt;br /&gt;
&lt;br /&gt;
==[http://www.analog.cx/ Analog log file analyzer]==&lt;br /&gt;
&lt;br /&gt;
Currently set up as a crontab job, to run weekly. Used in conjuction  with ReportMagic to generate&lt;br /&gt;
reports.&lt;br /&gt;
&lt;br /&gt;
==[http://tomcat.apache.org/ Tomcat]==&lt;br /&gt;
&lt;br /&gt;
Currently not installed, but should be.&lt;br /&gt;
&lt;br /&gt;
==[http://www.openrdf.org/ Sesame]==&lt;br /&gt;
&lt;br /&gt;
Currently not installed, but should be.&lt;br /&gt;
&lt;br /&gt;
--[[User:Rzepa|Rzepa]] 08:42, 19 April 2006 (bst)&lt;br /&gt;
&lt;br /&gt;
== [http://www.openafs.org openAFS] ==&lt;br /&gt;
&lt;br /&gt;
Install the openafs package &lt;br /&gt;
&lt;br /&gt;
sudo edit  /private/var/db/openAFS/etc/CellServDB and add the ic.ac.uk domain &lt;br /&gt;
&lt;br /&gt;
&amp;gt;ic.ac.uk               #Imperial College London&lt;br /&gt;
155.198.63.149                  #icafs1.cc.ic.ac.uk&lt;br /&gt;
155.198.63.148                  #icafs2.cc.ic.ac.uk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sudo edit  /private/var/db/openAFS/etc/ThisCell and replace entry with &lt;br /&gt;
ic.ac.uk&lt;br /&gt;
&lt;br /&gt;
sudo edit /etc/krb5.conf &lt;br /&gt;
&lt;br /&gt;
[logging]&lt;br /&gt;
 default = FILE:/var/log/krb5libs.log&lt;br /&gt;
 kdc = FILE:/var/log/krb5kdc.log&lt;br /&gt;
 admin_server = FILE:/var/log/kadmind.log&lt;br /&gt;
&lt;br /&gt;
[libdefaults]&lt;br /&gt;
 ticket_lifetime = 24000&lt;br /&gt;
 default_realm = IC.AC.UK&lt;br /&gt;
 dns_lookup_realm = false&lt;br /&gt;
 dns_lookup_kdc = false&lt;br /&gt;
#supported_enctypes = des3-cbc-sha1:normal des-cbc-md5:normal des-cbc-crc:afs3&lt;br /&gt;
&lt;br /&gt;
#    default_tkt_enctypes = des-cbc-md5&lt;br /&gt;
#    default_tgs_enctypes =des-cbc-md5&lt;br /&gt;
#    default_etypes = des-cbc-md5&lt;br /&gt;
#    default_etypes_des = des-cbc-md5&lt;br /&gt;
&lt;br /&gt;
[realms]&lt;br /&gt;
 IC.AC.UK = {&lt;br /&gt;
  kdc = icads11.ic.ac.uk:88&lt;br /&gt;
#  kdc = icafs2.cc.ic.ac.uk:88&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
[domain_realm]&lt;br /&gt;
 .ic.ac.uk = IC.AC.UK&lt;br /&gt;
 ic.ac.uk  = IC.AC.UK&lt;br /&gt;
&lt;br /&gt;
[kdc]&lt;br /&gt;
 profile = /var/kerberos/krb5kdc/kdc.conf&lt;br /&gt;
&lt;br /&gt;
[appdefaults]&lt;br /&gt;
 pam = {&lt;br /&gt;
   debug = false&lt;br /&gt;
   ticket_lifetime = 3600000&lt;br /&gt;
   renew_lifetime = 3600000&lt;br /&gt;
   forwardable = true&lt;br /&gt;
   krb4_convert = false&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
to login do&lt;br /&gt;
kinit username  followed by aklog &lt;br /&gt;
&lt;br /&gt;
to logout do kdestroy to destroy your kerberos ticket and unlog to drop your afs token&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Brief list of useful commands.&lt;br /&gt;
-----------------------------------------------------&lt;br /&gt;
login&lt;br /&gt;
------&lt;br /&gt;
kinit &amp;lt;USERNAME&amp;gt;        ## get kerberos tickets&lt;br /&gt;
kdestroy                ## drop kerberos tickets&lt;br /&gt;
aklog                   ## get AFS token&lt;br /&gt;
unlog                   ## drop afs token&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Setting up a group&lt;br /&gt;
---------------------&lt;br /&gt;
pts creategroup &amp;lt;groupname&amp;gt;         ## create a group (will be a negative number)&lt;br /&gt;
pts chown &amp;lt;groupname&amp;gt; &amp;lt;username&amp;gt;    ## change the owner of the group (you will be the owner by default)&lt;br /&gt;
pts listowned &amp;lt;username&amp;gt;            ## list groups you own&lt;br /&gt;
pts adduser -user &amp;lt;name&amp;gt; -group &amp;lt;groupname&amp;gt;    ## add another user to a group&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
ACLS&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
fs listacl /afs/ic.ac.uk/software   ## list acls on a directory&lt;br /&gt;
fs setacl /afs/ic.ac.uk/software &amp;lt;user&amp;gt; none. ## remove user access to a folder&lt;br /&gt;
fs setacl /afs/ic.ac.uk/software &amp;lt;user&amp;gt; rl  ## grant read and list permissions&lt;br /&gt;
fs setacl /afs/ic.ac.uk/software &amp;lt;user&amp;gt; all  ## grant all permissions to a user.&lt;/div&gt;</summary>
		<author><name>Adamd</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=IT:servers&amp;diff=2647</id>
		<title>IT:servers</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=IT:servers&amp;diff=2647"/>
		<updated>2006-07-13T10:09:50Z</updated>

		<summary type="html">&lt;p&gt;Adamd: /* [http://www.openafs.org openAFS] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Configuring  Servers ==&lt;br /&gt;
&lt;br /&gt;
The following is specified for the SGI-based argon server. The location of various library and include paths will vary from machine to machine. The current base for the SGI is  argon.ch.ic.ac.uk  and /var/www/  This contains Apache,  php, MySQL, htDig and various other utilities. Contact Henry Rzepa (rzepa@ic.ac.uk) for further information about these systems.&lt;br /&gt;
&lt;br /&gt;
The new system is to be migrated to neon.ch.ic.ac.uk.  Current paths are  /var/www/  for installations etc  and  /mpt/web/  for &lt;br /&gt;
htdocs.  No decision on log files yet made.&lt;br /&gt;
&lt;br /&gt;
==Apache==&lt;br /&gt;
&lt;br /&gt;
Currently  2.055, but might be upgradable to  2.2&lt;br /&gt;
&amp;lt;pre&amp;gt; ./configure --prefix=/var/www/apache2055 \&lt;br /&gt;
 --enable-dav --enable-ssl --enable-rewrite --enable-ldap \&lt;br /&gt;
 --enable-auth-ldap --with-ldap  --with-speling --libdir=/usr/lib \&lt;br /&gt;
 --with-ldap-include=/usr/include \&lt;br /&gt;
 --with-ldap-lib=/usr/lib/ \&lt;br /&gt;
  --with-ssl-include=/usr/include/openssl/ \&lt;br /&gt;
 --with-ssl-lib=/usr/lib/ \&lt;br /&gt;
 --with-ssl \&lt;br /&gt;
 CPPFLAGS=-I/usr/kerberos/include&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#Configuration files for  apache:  [http://www.ch.ic.ac.uk/rzepa/config/httpd.conf httpd.conf],  [http://www.ch.ic.ac.uk/rzepa/config/mime.types mime.types],  [http://www.ch.ic.ac.uk/rzepa/config/ssl.conf ssl.conf], &lt;br /&gt;
# A SSL server certificate needs to be installed for the system.&lt;br /&gt;
# Authentication uses  SSL  and LDAP, as specified in the  configuration files.&lt;br /&gt;
# Server started using  &amp;lt;pre&amp;gt;./apachectl startssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Path to htdocs on new server &amp;lt;pre&amp;gt;/mpt/web/htdocs/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==MySQL==&lt;br /&gt;
&lt;br /&gt;
Currently  4.0.13. Not tested at  4.1.18.  The existing databases will have to be backed up using e.g. &lt;br /&gt;
&amp;lt;pre&amp;gt;mysqldump –u root –psecret --all-databases &amp;gt; all.sql&amp;lt;/pre&amp;gt;  and reloaded into the new MySQL.&lt;br /&gt;
&lt;br /&gt;
Mysql server installed  by Sam Sharpe at &amp;lt;pre&amp;gt;/usr/bin/nysql&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please contact HSR for  MySQL root password.&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
 GRANT ALL PRIVILEGES ON PSS.* TO pss@www2.imperial.ac.uk IDENTIFIED BY &#039;*******&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding access privs for remote service.&lt;br /&gt;
&lt;br /&gt;
==PHP ==&lt;br /&gt;
&lt;br /&gt;
Currently  4.4.2, but will need to move to  5 at some stage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;./configure --with-mysql=/usr/bin/mysql  --with-apxs2=/var/www/apache2055/bin/apxs\&lt;br /&gt;
 --with-ldap --with-config-file-path=/mpt/web/htdocs/php/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#Configuration files for  php:  [http://www.ch.ic.ac.uk/php/php.ini php.ini]&lt;br /&gt;
#Admin utility for  php: [http://www.ch.ic.ac.uk/php/phpMyAdmin-2.5.3/  phpMyAdmin]&lt;br /&gt;
# The current system configuration is summarised  [http://www.ch.ic.ac.uk/php/ here]&lt;br /&gt;
&lt;br /&gt;
==Wiki==&lt;br /&gt;
&lt;br /&gt;
[http://meta.wikimedia.org/wiki/MediaWiki Mediawiki] is the current flavour.  &lt;br /&gt;
&lt;br /&gt;
#The local settings file is [http://www.ch.ic.ac.uk/wiki/LocalSettings.php here]&lt;br /&gt;
#A [http://wiki.jmol.org/index.php/MediaWiki Jmol extension] is loaded to enable molecule display within the wiki&lt;br /&gt;
#A local authentication module [http://www.ch.ic.ac.uk/wiki/LdapAuthentication.php has been added]&lt;br /&gt;
&lt;br /&gt;
==[http://www.muquit.com/muquit/software/Count/Count.html Web page counter]==&lt;br /&gt;
&lt;br /&gt;
Can be replaced by any suitable alternative.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img  src=&amp;quot;http://origin.ch.ic.ac.uk/cgi-bin/Count.cgi?df=pericyclic.dat&amp;amp;amp;dd=B&amp;quot;  alt=&amp;quot;counter&amp;quot; /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [http://www.htdig.org/install.html htDig 3.1.6] Index and  Search Engine.==&lt;br /&gt;
&lt;br /&gt;
It employs external parsers for chemical files.  UltraSeek might be useable, but would need to be configured for these external file types. The output templates are also special, invoking the Jmol applet to display certain types of file found by the search.  For an example of the latter, see  [http://www.ch.ic.ac.uk/local/symmetry/ the symmetry site]. Invoke the default search, and select load molecule. &lt;br /&gt;
&lt;br /&gt;
#Configuration file for building htdig  [http://www.ch.ic.ac.uk/rzepa/config/CONFIG CONFIG] &lt;br /&gt;
#Configuration files for  indexing entire server:  [http://www.ch.ic.ac.uk/rzepa/config/origin.conf origin.conf]  [http://www.ch.ic.ac.uk/rzepa/config/motm.conf motm.conf]  [http://www.ch.ic.ac.uk/rzepa/config/sym.conf sym.conf]  [http://www.ch.ic.ac.uk/rzepa/config/it.conf it.conf]  [http://www.ch.ic.ac.uk/rzepa/config/pericyclic.conf pericyclic.conf]&lt;br /&gt;
#External parsers for htdig: [http://www.ch.ic.ac.uk/rzepa/config/runchemdig.sh runchemdig.sh]   doc2html &lt;br /&gt;
#Output templates for htdig: [http://www.ch.ic.ac.uk/rzepa/config/header.html header.html]   [http://www.ch.ic.ac.uk/rzepa/config/long.html long.html]   [http://www.ch.ic.ac.uk/rzepa/config/nomatch.html nomatch.html]   [http://www.ch.ic.ac.uk/rzepa/config/footer.html footer.html]&lt;br /&gt;
&lt;br /&gt;
==[http://www.analog.cx/ Analog log file analyzer]==&lt;br /&gt;
&lt;br /&gt;
Currently set up as a crontab job, to run weekly. Used in conjuction  with ReportMagic to generate&lt;br /&gt;
reports.&lt;br /&gt;
&lt;br /&gt;
==[http://tomcat.apache.org/ Tomcat]==&lt;br /&gt;
&lt;br /&gt;
Currently not installed, but should be.&lt;br /&gt;
&lt;br /&gt;
==[http://www.openrdf.org/ Sesame]==&lt;br /&gt;
&lt;br /&gt;
Currently not installed, but should be.&lt;br /&gt;
&lt;br /&gt;
--[[User:Rzepa|Rzepa]] 08:42, 19 April 2006 (bst)&lt;br /&gt;
&lt;br /&gt;
== [http://www.openafs.org openAFS] ==&lt;br /&gt;
&lt;br /&gt;
Install the openafs package &lt;br /&gt;
&lt;br /&gt;
sudo edit  /private/var/db/openAFS/etc/CellServDB and add the ic.ac.uk domain &lt;br /&gt;
&lt;br /&gt;
&amp;gt;ic.ac.uk               #Imperial College London&lt;br /&gt;
155.198.63.149                  #icafs1.cc.ic.ac.uk&lt;br /&gt;
155.198.63.148                  #icafs2.cc.ic.ac.uk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sudo edit  /private/var/db/openAFS/etc/ThisCell and replace entry with &lt;br /&gt;
ic.ac.uk&lt;br /&gt;
&lt;br /&gt;
sudo edit /etc/krb5.conf &lt;br /&gt;
&lt;br /&gt;
[logging]&lt;br /&gt;
 default = FILE:/var/log/krb5libs.log&lt;br /&gt;
 kdc = FILE:/var/log/krb5kdc.log&lt;br /&gt;
 admin_server = FILE:/var/log/kadmind.log&lt;br /&gt;
&lt;br /&gt;
[libdefaults]&lt;br /&gt;
 ticket_lifetime = 24000&lt;br /&gt;
 default_realm = IC.AC.UK&lt;br /&gt;
 dns_lookup_realm = false&lt;br /&gt;
 dns_lookup_kdc = false&lt;br /&gt;
#supported_enctypes = des3-cbc-sha1:normal des-cbc-md5:normal des-cbc-crc:afs3&lt;br /&gt;
&lt;br /&gt;
#    default_tkt_enctypes = des-cbc-md5&lt;br /&gt;
#    default_tgs_enctypes =des-cbc-md5&lt;br /&gt;
#    default_etypes = des-cbc-md5&lt;br /&gt;
#    default_etypes_des = des-cbc-md5&lt;br /&gt;
&lt;br /&gt;
[realms]&lt;br /&gt;
 IC.AC.UK = {&lt;br /&gt;
  kdc = icads11.ic.ac.uk:88&lt;br /&gt;
#  kdc = icafs2.cc.ic.ac.uk:88&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
[domain_realm]&lt;br /&gt;
 .ic.ac.uk = IC.AC.UK&lt;br /&gt;
 ic.ac.uk  = IC.AC.UK&lt;br /&gt;
&lt;br /&gt;
[kdc]&lt;br /&gt;
 profile = /var/kerberos/krb5kdc/kdc.conf&lt;br /&gt;
&lt;br /&gt;
[appdefaults]&lt;br /&gt;
 pam = {&lt;br /&gt;
   debug = false&lt;br /&gt;
   ticket_lifetime = 3600000&lt;br /&gt;
   renew_lifetime = 3600000&lt;br /&gt;
   forwardable = true&lt;br /&gt;
   krb4_convert = false&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
to login do&lt;br /&gt;
kinit username  followed by aklog &lt;br /&gt;
&lt;br /&gt;
to logout do kdestroy to destroy your kerberos ticket and unlog to drop your afs token&lt;/div&gt;</summary>
		<author><name>Adamd</name></author>
	</entry>
	<entry>
		<id>https://chemwiki.ch.ic.ac.uk/index.php?title=IT:servers&amp;diff=2646</id>
		<title>IT:servers</title>
		<link rel="alternate" type="text/html" href="https://chemwiki.ch.ic.ac.uk/index.php?title=IT:servers&amp;diff=2646"/>
		<updated>2006-07-13T10:03:12Z</updated>

		<summary type="html">&lt;p&gt;Adamd: /* [http://www.openrdf.org/ Sesame] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Configuring  Servers ==&lt;br /&gt;
&lt;br /&gt;
The following is specified for the SGI-based argon server. The location of various library and include paths will vary from machine to machine. The current base for the SGI is  argon.ch.ic.ac.uk  and /var/www/  This contains Apache,  php, MySQL, htDig and various other utilities. Contact Henry Rzepa (rzepa@ic.ac.uk) for further information about these systems.&lt;br /&gt;
&lt;br /&gt;
The new system is to be migrated to neon.ch.ic.ac.uk.  Current paths are  /var/www/  for installations etc  and  /mpt/web/  for &lt;br /&gt;
htdocs.  No decision on log files yet made.&lt;br /&gt;
&lt;br /&gt;
==Apache==&lt;br /&gt;
&lt;br /&gt;
Currently  2.055, but might be upgradable to  2.2&lt;br /&gt;
&amp;lt;pre&amp;gt; ./configure --prefix=/var/www/apache2055 \&lt;br /&gt;
 --enable-dav --enable-ssl --enable-rewrite --enable-ldap \&lt;br /&gt;
 --enable-auth-ldap --with-ldap  --with-speling --libdir=/usr/lib \&lt;br /&gt;
 --with-ldap-include=/usr/include \&lt;br /&gt;
 --with-ldap-lib=/usr/lib/ \&lt;br /&gt;
  --with-ssl-include=/usr/include/openssl/ \&lt;br /&gt;
 --with-ssl-lib=/usr/lib/ \&lt;br /&gt;
 --with-ssl \&lt;br /&gt;
 CPPFLAGS=-I/usr/kerberos/include&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#Configuration files for  apache:  [http://www.ch.ic.ac.uk/rzepa/config/httpd.conf httpd.conf],  [http://www.ch.ic.ac.uk/rzepa/config/mime.types mime.types],  [http://www.ch.ic.ac.uk/rzepa/config/ssl.conf ssl.conf], &lt;br /&gt;
# A SSL server certificate needs to be installed for the system.&lt;br /&gt;
# Authentication uses  SSL  and LDAP, as specified in the  configuration files.&lt;br /&gt;
# Server started using  &amp;lt;pre&amp;gt;./apachectl startssl&amp;lt;/pre&amp;gt;&lt;br /&gt;
#Path to htdocs on new server &amp;lt;pre&amp;gt;/mpt/web/htdocs/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==MySQL==&lt;br /&gt;
&lt;br /&gt;
Currently  4.0.13. Not tested at  4.1.18.  The existing databases will have to be backed up using e.g. &lt;br /&gt;
&amp;lt;pre&amp;gt;mysqldump –u root –psecret --all-databases &amp;gt; all.sql&amp;lt;/pre&amp;gt;  and reloaded into the new MySQL.&lt;br /&gt;
&lt;br /&gt;
Mysql server installed  by Sam Sharpe at &amp;lt;pre&amp;gt;/usr/bin/nysql&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Please contact HSR for  MySQL root password.&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
 GRANT ALL PRIVILEGES ON PSS.* TO pss@www2.imperial.ac.uk IDENTIFIED BY &#039;*******&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding access privs for remote service.&lt;br /&gt;
&lt;br /&gt;
==PHP ==&lt;br /&gt;
&lt;br /&gt;
Currently  4.4.2, but will need to move to  5 at some stage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;./configure --with-mysql=/usr/bin/mysql  --with-apxs2=/var/www/apache2055/bin/apxs\&lt;br /&gt;
 --with-ldap --with-config-file-path=/mpt/web/htdocs/php/&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#Configuration files for  php:  [http://www.ch.ic.ac.uk/php/php.ini php.ini]&lt;br /&gt;
#Admin utility for  php: [http://www.ch.ic.ac.uk/php/phpMyAdmin-2.5.3/  phpMyAdmin]&lt;br /&gt;
# The current system configuration is summarised  [http://www.ch.ic.ac.uk/php/ here]&lt;br /&gt;
&lt;br /&gt;
==Wiki==&lt;br /&gt;
&lt;br /&gt;
[http://meta.wikimedia.org/wiki/MediaWiki Mediawiki] is the current flavour.  &lt;br /&gt;
&lt;br /&gt;
#The local settings file is [http://www.ch.ic.ac.uk/wiki/LocalSettings.php here]&lt;br /&gt;
#A [http://wiki.jmol.org/index.php/MediaWiki Jmol extension] is loaded to enable molecule display within the wiki&lt;br /&gt;
#A local authentication module [http://www.ch.ic.ac.uk/wiki/LdapAuthentication.php has been added]&lt;br /&gt;
&lt;br /&gt;
==[http://www.muquit.com/muquit/software/Count/Count.html Web page counter]==&lt;br /&gt;
&lt;br /&gt;
Can be replaced by any suitable alternative.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;img  src=&amp;quot;http://origin.ch.ic.ac.uk/cgi-bin/Count.cgi?df=pericyclic.dat&amp;amp;amp;dd=B&amp;quot;  alt=&amp;quot;counter&amp;quot; /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [http://www.htdig.org/install.html htDig 3.1.6] Index and  Search Engine.==&lt;br /&gt;
&lt;br /&gt;
It employs external parsers for chemical files.  UltraSeek might be useable, but would need to be configured for these external file types. The output templates are also special, invoking the Jmol applet to display certain types of file found by the search.  For an example of the latter, see  [http://www.ch.ic.ac.uk/local/symmetry/ the symmetry site]. Invoke the default search, and select load molecule. &lt;br /&gt;
&lt;br /&gt;
#Configuration file for building htdig  [http://www.ch.ic.ac.uk/rzepa/config/CONFIG CONFIG] &lt;br /&gt;
#Configuration files for  indexing entire server:  [http://www.ch.ic.ac.uk/rzepa/config/origin.conf origin.conf]  [http://www.ch.ic.ac.uk/rzepa/config/motm.conf motm.conf]  [http://www.ch.ic.ac.uk/rzepa/config/sym.conf sym.conf]  [http://www.ch.ic.ac.uk/rzepa/config/it.conf it.conf]  [http://www.ch.ic.ac.uk/rzepa/config/pericyclic.conf pericyclic.conf]&lt;br /&gt;
#External parsers for htdig: [http://www.ch.ic.ac.uk/rzepa/config/runchemdig.sh runchemdig.sh]   doc2html &lt;br /&gt;
#Output templates for htdig: [http://www.ch.ic.ac.uk/rzepa/config/header.html header.html]   [http://www.ch.ic.ac.uk/rzepa/config/long.html long.html]   [http://www.ch.ic.ac.uk/rzepa/config/nomatch.html nomatch.html]   [http://www.ch.ic.ac.uk/rzepa/config/footer.html footer.html]&lt;br /&gt;
&lt;br /&gt;
==[http://www.analog.cx/ Analog log file analyzer]==&lt;br /&gt;
&lt;br /&gt;
Currently set up as a crontab job, to run weekly. Used in conjuction  with ReportMagic to generate&lt;br /&gt;
reports.&lt;br /&gt;
&lt;br /&gt;
==[http://tomcat.apache.org/ Tomcat]==&lt;br /&gt;
&lt;br /&gt;
Currently not installed, but should be.&lt;br /&gt;
&lt;br /&gt;
==[http://www.openrdf.org/ Sesame]==&lt;br /&gt;
&lt;br /&gt;
Currently not installed, but should be.&lt;br /&gt;
&lt;br /&gt;
--[[User:Rzepa|Rzepa]] 08:42, 19 April 2006 (bst)&lt;br /&gt;
&lt;br /&gt;
== [http://www.openafs.org openAFS] ==&lt;/div&gt;</summary>
		<author><name>Adamd</name></author>
	</entry>
</feed>