[GH-ISSUE #313] Fix a Typo in apache documentation #249

Closed
opened 2026-02-25 21:31:32 +03:00 by kerem · 1 comment
Owner

Originally created by @hillbicks on GitHub (Feb 25, 2021).
Original GitHub issue: https://github.com/ciur/papermerge/issues/313

Hey there,

just installed papermerge and saw a minor typo in the documentation for apache

https://papermerge.com/docs/Installation/server_configuration.html#apache

/etc/apache2/sites-available/papermerge-site.conf


<VirtualHost *:8060>
    <Directory /opt/papermerge/config>
        Require all granted
    </Directory>

    Alias /media/ /var/media/papermerge/
    Alias /static/ /var/static/papermerge/

    <Directory /var/media/papermerge>
       Require all granted
    </Directory>

    <Directory /var/startic/papermerge>
      Require all granted
    </Directory>

    ServerName papermerge.home
    ServerRoot /opt/papermerge
</VirtualHost>

WSGIPythonHome /opt/papermerge/.venv/
WSGIPythonPath /opt/papermerge/
WSGIScriptAlias / /opt/papermerge/config/wsgi.py

<Directory /var/startic/papermerge>

There is an r in static that is not supposed to be there.

Originally created by @hillbicks on GitHub (Feb 25, 2021). Original GitHub issue: https://github.com/ciur/papermerge/issues/313 Hey there, just installed papermerge and saw a minor typo in the documentation for apache https://papermerge.com/docs/Installation/server_configuration.html#apache /etc/apache2/sites-available/papermerge-site.conf ``` <VirtualHost *:8060> <Directory /opt/papermerge/config> Require all granted </Directory> Alias /media/ /var/media/papermerge/ Alias /static/ /var/static/papermerge/ <Directory /var/media/papermerge> Require all granted </Directory> <Directory /var/startic/papermerge> Require all granted </Directory> ServerName papermerge.home ServerRoot /opt/papermerge </VirtualHost> WSGIPythonHome /opt/papermerge/.venv/ WSGIPythonPath /opt/papermerge/ WSGIScriptAlias / /opt/papermerge/config/wsgi.py ``` <Directory /var/**startic**/papermerge> There is an r in static that is not supposed to be there.
kerem closed this issue 2026-02-25 21:31:32 +03:00
Author
Owner

@ciur commented on GitHub (Feb 26, 2021):

@hillbicks, thanks for reporting this typo. It was fixed!

<!-- gh-comment-id:786467924 --> @ciur commented on GitHub (Feb 26, 2021): @hillbicks, thanks for reporting this typo. It was fixed!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/papermerge#249
No description provided.