Apache Concerns

With regard to configuration of my MoinMoin wiki


Typing www.johnson.homelinux.net in the address bar of a browser gets me the Apache test page. This tells me that Apache is working but I'm not being directed to the wiki home page. The solution, as far as I can tell, is to add the file index.html to the folder /var/www/moin. The content of that file is as follows.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
  <head>
    <meta http-equiv="refresh" content="0;URL=/mywiki/">
  </head>

  <body bgcolor="#FFFFFF" text="#000000">
    Click <a href="moin.cgi">here</a> to get to the FrontPage.
  </body>
</html>

Once I added that file the web address worked as expected.


Return home

Apache Concerns (last edited 2009-10-24 10:14:09 by GlennJohnson)