Ok, I've been following the instructions given by IBM on the developerworks area in their site. They created those tutorials using Suse and they said that other distributions can work as well; one of them being Ubuntu. Well things seem to go well and I've experienced some slight differences, but I've run into a small problem with the Apache configuration. Their main config file on Suse is found in /etc/sysconfig/apache2 while Ubuntu doesn't have a sysconfig folder. When you download all of the software you need for apache2, it creates it's own apache2 folder so it's path is /etc/apache2. The main config file is apache2.config, but IBM tells you to do this:
apache
Shibbolized GridSphere for UABgrid
Submitted by jgemmill on Tue, 05/09/2006 - 18:21. collabgrant | grid | shibboleth | apache | Grid Computing | shibbolethAs of this week, gridsphere V 2.1.4 and gridportlets are running. Tomcat version is 5.0.X. Apache version is 2.2.2
- gridportlet as SP must be apache protected ->
- install and configure mod_jk 4.1.30 (as ajp1.3)
Description of Connector Protocol
- be sure mod_jk.so is installed (via RPM)
- create mod_jk.conf in /etc/apache2 and Include in httpd.conf
- NOTE: skipped steps to secure WEB-INF Directory
- Reconfigure gridsphere so that tomcat connector is used (5/10/06)
- install and configure mod_jk 4.1.30 (as ajp1.3)
How do I get Apache 2.0 to start with SSL enabled
Submitted by jpr on Tue, 08/03/2004 - 16:45. faq | website | apache[phpwiki]
By default Apache 2.0 wraps the ssl server portion of it's configuration file in and
The default way to start apache (or otherwise control apache) is with the apachectl command. This command is found in the directory $PREFIX/bin, where $PREFIX is the install prefix defined at compile time. When building from the source tarball, this is usually /usr/local/apache2/bin.

