Enterprise Computing
Monday, June 03, 2013
  Comp. Blog
Regards, Alistair
+44 7875 886 700

Zurich Financial Services (UKISA) Limited and Zurich Insurance plc are members of a group of companies, of which the ultimate parent company is Zurich Insurance Group Ltd, a company registered in Switzerland (number CH-023.3.020.5108).
 
Friday, February 12, 2010
  Apache Sharing
Here is what I did....

1. Set-up an NFS share from the NAS to the computer that will host Apache (test you can see the mount using ls)

http://kampmeier.com/chris/blog/?p=43

2. Enable Apache Virtual Hosts and configure a Virtual Hosts file to ref the NFS mount:

http://shapeshed.com/journal/setting_up_local_websites_on_snow_leopard/

> HINT The apache files are in /etc/apache2 and /etc/apache2/extra, to restart apache 'sudo apachectl restart'


3. My file looks like httpd-vhosts.conf:

<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "/Volumes/Gooseberry/music"
ServerName itunes.alistairthomas.com
ServerAlias itunes.alistairthomas.com
ErrorLog "/private/var/log/apache2/itunes.alistairthomas.com-error_log"
CustomLog "/private/var/log/apache2/itunes.alistairthomas.com-access_log" common


<Directory "/Volumes/Gooseberry/music">
Options Indexes FollowSymLinks MultiViews
Order allow,deny
Allow from all
</Directory>

</VirtualHost>

4. Mess about with no-ip and the Firewall.....

 
Tuesday, November 29, 2005
  WebLogic Platform Security Roles & Groups
Using an External Store for User Information
 
  Solaris File Descriptors
A good overview of the actual issue relating to WebLogic, WebLogic Pro - Too Many Open Files, this recommends using the lsof command. Some useful UNIX one liners including the lsof command, http://www.unixguide.net/sun/sunoneliners.shtml. Something from the BEA dev2dev site about this problem http://forums.bea.com/bea/message.jspa?messageID=600008401&tstart=0.
 
Saturday, November 26, 2005
 
WebLogic tuning reference guide:e-docs.bea.com/wls/docs81/perform/WLSTuning.html
 
Wednesday, November 23, 2005
 
You can support single sign-on with weblogic and windows out of the box as of 8.1 SP4 using the SPNEGO protocol. However, this uses Windows 2000sp2 only, Intenet Expolorer only (not FireFox) and requires some additions to the active directory.... Configuring Single Sign-On with Microsoft Clients
 
Tuesday, November 22, 2005
 
Creating a new ext3 file system, paritions, format and mount. This worked ok with a vmware image....

Creating an ext3 File System
 
Monday, November 21, 2005
 
Now you can download pre-build vmware images with Red Hat, Oracle DB, BEA WebLogic etc and run them for free on the new vmware viewer. No need to build images any more or pay for them! VMTN - Virtual Machine Center
 
Alistair Thomas's 'everything to do with enterprise computing'.

Archives
03/01/2004 - 04/01/2004 / 04/01/2004 - 05/01/2004 / 05/01/2004 - 06/01/2004 / 08/01/2004 - 09/01/2004 / 03/01/2005 - 04/01/2005 / 04/01/2005 - 05/01/2005 / 06/01/2005 - 07/01/2005 / 08/01/2005 - 09/01/2005 / 09/01/2005 - 10/01/2005 / 11/01/2005 - 12/01/2005 / 02/01/2010 - 03/01/2010 / 06/01/2013 - 07/01/2013 /


Powered by Blogger

Subscribe to
Posts [Atom]