WebMO Home Page
   Features
   Pro Features
   Enterprise Features
   Compare Features
   System Requirements
   Screen Shots
   Working Demo
   Support
   Support Forum
   Testimonials
   Revision History
   Mailing List
   Curriculum Examples
   Workshops
   License Info
   Pricing
   Buy WebMO Pro/Ent
   Obtain Free License
   Download
WebMO - Computational chemistry on the WWW
Recent news

WebMO 12.1 is now available for free download!

WebMO 12.1 Pro and Enterprise have a variety of additional features and is available for purchase.

WebMO can now be installed on Windows, Mac, and Unix servers!

May 17, 2012
Apache Web-Server Configuration Instructions for SuSE

Install SuSE Components

Perform a Normal Installation. Add "Web and LAMP server".

Start Apache2 Web Server

% sudo /sbin/chkconfig apache2 on
% sudo /sbin/service apache2 start

Configure Apache2 Web Server

% cd /etc/apache2
% sudo vi mod_userdir.conf

Add the following lines:
    AddHandler cgi-script .cgi
    <Directory /home/*/public_html/cgi-bin>
        #Enable cgi scripts in user directories
        Options ExecCGI
    </Directory>

Enable Suexec2

% sudo chmod 4555 /usr/sbin/suexec2

Restart Apache2

% sudo /sbin/service apache2 restart

Note: The procedures described on this page have been designed for OpenSuSE 11

Copyright © 2009, WebMO, LLC, all rights reserved.