Skip to content

Commit 5f7d5ea

Browse files
authored
add instruction to replace with actual path
1 parent e6465a4 commit 5f7d5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Create `pascal.load` file in `/etc/apache2/mods-available` directory with conten
3535
LoadModule pascal_module /path/to/mod_pascal.so
3636
```
3737

38-
It is important that you use `pascal_module` to identify mod_pascal module and
38+
Do not forget to replace `/path/to/mod_pascal.so` with actual path of `mod_pascal.so`. It is important that you use `pascal_module` to identify mod_pascal module and
3939
`pascal-handler` to identify handler.
4040

4141
### Enable mod_pascal

0 commit comments

Comments
 (0)