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.