<div dir="ltr">Hi,<br>Sorry, I've forgot to mention a second correction.<br>You must do the same to the mapguide init script!<br>sudo vi /etc/init.d/mapguide<br>And replace the 1st line:<br>#!/bin/sh to  #!/bin/bash<br><br>And by the way, to get rid of the Apache message:<br>"httpd: Could not reliably determine the server's fully qualified domain name..."<br>You can edit the file:<br>sudo vi /usr/local/mapguideopensource-3.0.0/webserverextensions/apache2/conf/httpd.conf<br>And insert the line (anywhere):<br>ServerName localhost<br><br clear="all">Cheers,<br>--<br>Ricardo Pinho</div>