Share this blog

Bookmark and Share

Expert Tips

Test your Web sites in browsers you dont have!

Adobe recently released a product in BrowserLab, a hosted service that lets users view and test their Web sites in browsers they dont have, such as IE 6 or Firefox 2.

Just enter your Web page URL and then press enter. It will display the screen capture of the browsers you selected. Make sure you set the Delay parameter to something other than 0 to ensure the dynamic part of your Web page is also captured.

Login

Recent Posts

Archives

Categories

Morfik Links

Posts Tagged ‘Amazon Cloud’

How to deploy Morfik XApps as a native Apache module under Linux

In my last blog we went through commissioning and connecting to a Linux virtual machine on the Amazon cloud. Today we’ll look at running a Morfik XApp as an Apache module on that system.

After commissioning the server we used Putty for Windows to connect to the server and we got to the point where we made a secure connection to the server and logged in as the root user.

Since we are going to deploy the XApps as an Apache module we need to make sure an Apache 2 web server is installed and running on the system.

To install the Apache web server we use the “yum” command. Yum is an automatic updater and package installer/uninstaller for systems using rpm packages.

Read more ...