This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
VIEW COMPLETE CODE AT | |
===================== | |
* https://github.com/six519/libreoffice_convert | |
THANKS | |
====== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## WARNING THIS IS NOT YET IN PRODUCTION. IT SEEMS TO WORK IN TESTING THOUGH | |
<VirtualHost *:80> | |
ServerName test.dspacedirect.org | |
## Logging Settings ## | |
ErrorLog ${APACHE_LOG_DIR}/test.dspacedirect.org-error.log | |
CustomLog ${APACHE_LOG_DIR}/test.dspacedirect.org-access.log combined | |
# Possible values include: debug, info, notice, warn, error, crit, | |
# alert, emerg. |