I'm having some problem getting mojoPortal running on Ubuntu 9.10. Perhaps someone here has some experience with this or can lend some insights.
# /etc/init.d/apache2 restart
http://localhost
Not Found
The requested URL / was not found on this server.
Apache/2.2.12 (Ubuntu) Server at localhost Port 80
/var/log/apache2/error.log
[Sat Oct 03 02:07:19 2009] [notice] caught SIGTERM, shutting down
[Sat Oct 03 02:07:20 2009] [notice] Apache/2.2.12 (Ubuntu) mod_mono/2.4.2 configured -- resuming normal operations
[Sat Oct 03 02:07:28 2009] [error] [client 127.0.0.1] Attempt to serve directory: /var/www/
[Sat Oct 03 02:07:28 2009] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico
[Sat Oct 03 02:07:31 2009] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico
[Sat Oct 03 02:08:12 2009] [notice] caught SIGTERM, shutting down
[Sat Oct 03 02:08:14 2009] [notice] Apache/2.2.12 (Ubuntu) mod_mono/2.4.2 configured -- resuming normal operations
Try it. It fails, comment out /etc/apache2/httpd.conf
#DocumentRoot /usr/local/web/mojoportal
#ServerName localhost
#SetHandler mono
/etc/init.d/apache2 restart and "It works." appears from the standard index.html.
mod_mono and XSP2 seem to be working fine.
http://localhost gets "It Works!"
http://localhost/samples version 1
http://localhost:8082/index2.aspx version 1.1 and 2.0 and I think this is XSP2
http://localhost/samples/index2.aspx is mod_mono, I think
Any suggestions are very much appreciated,
Dale E. Moore