You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will start Tika on the host. By default the Tika service is available on: `http://localhost:9998`
54
54
55
55
### Enabling File indexing support in Moodle
56
-
Once a Tika service is available the Postgres Full-Text plugin in Moodle needs to be configured for file indexing support.<br/>
56
+
Once a Tika service is available the Postgres Full-Text plugin in Moodle needs to be configured for file indexing support.
57
+
57
58
Assuming you have already followed the basic installation steps, to enable file indexing support:
58
59
59
60
1. Configure the plugin at: *Site administration > Plugins > Search > Postgres Full Text.
60
61
2. Select the *Enable file indexing* checkbox.
61
62
3. Set *Tika URL*, including the port number e.g. http://localhost:9998.
62
63
4. Click the *Save Changes* button.
63
64
65
+
### Configure your site security
66
+
67
+
Open your site's security settings at *Site administration > General > Security > HTTP Security* and ensure that
68
+
69
+
1. The hostname **and** IP address of your Tika server are not shown in the *cURL blocked hosts list*.
70
+
2. The port number of your Tika server is in the *cURL allowed ports list*.
71
+
72
+
If your Tika instance is running at `http://localhost:9998`, you have to remove both `localhost` and `127.0.0.1` from the *cURL blocked hosts list*, and add `9998` to the *cURL allowed ports list*.
73
+
64
74
### What is Tika
65
75
From the [Apache Tika](https://tika.apache.org/) website:
0 commit comments