summaryrefslogtreecommitdiff
path: root/www/foswiki/files/pkg-message-apache.in
blob: 453a2bad857ebd24cc0b6e8feaf986ec969a00c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[
{ type: install
  message: <<EOM
You have just installed Foswiki with a sample Apache configuration
file.

To complete the installation, please:

- Copy %%FOSCONFDIR%%/foswiki.conf.sample to
  %%FOSCONFDIR%%/foswiki.conf

- Review the contents of %%FOSCONFDIR%%/foswiki.conf
  to ensure they match your local security policies, and modify the
  file if necessary.

- If you want to configure Foswiki from a remote machine, search for the
  following in %%FOSCONFDIR%%/foswiki.conf:

  <FilesMatch "^configure.*">
      SetHandler cgi-script
      Order Deny,Allow
      Deny from all
      Allow from 127.0.0.1
      Require user JohnDoe
      Satisfy Any
  </FilesMatch>

  Add your IP address to the end of the "Allow from 127.0.0.1" line, and
  you will be able to access the configure script without logging in. Make
  sure to remove your IP after you have set up your own user account.

- Restart Apache.

- Browse to the /foswiki URL on your web server and enter the configuration
  page.

- Configure the Foswiki installation according to your needs.

- Visit http://foswiki.org/System/InstallationGuide#Configure_Foswiki for
  additional post-installation configuration information.
EOM
}
]