Bläddra i källkod

added apache conf and urls for js modules

master
root 5 år sedan
förälder
incheckning
8ee52ceaf4
4 ändrade filer med 39 tillägg och 0 borttagningar
  1. 26
    0
      etc/apache2.conf
  2. 3
    0
      src/urls.txt
  3. 5
    0
      www/js/popper.js
  4. 5
    0
      www/js/tooltip.js

+ 26
- 0
etc/apache2.conf Visa fil

@@ -0,0 +1,26 @@
# requires debian/ubuntu: libaprutil1-dbd-mysql libapache2-mod-fcgid
# run:
# a2enmod dbd
# a2enmod authn_dbd
# a2enmod authn_socache
# a2enmod fcgid

DBDriver mysql
DBDParams "host=localhost dbname=autodoc user=autodoc pass=autodoc"
DBDMin 4
DBDKeep 8
DBDMax 20
DBDExptime 300

<Directory "/opt/autodoc">
AuthType Basic
AuthName "AutoDoc Authentication"
AuthBasicProvider socache dbd
AuthnCacheProvideFor dbd
AuthnCacheContext autodoc
Require valid-user
AuthDBDUserPWQuery "SELECT passwd FROM users WHERE username = %s"
</Directory>

DocumentRoot "/opt/autodoc/www"
ScriptAliasMatch /v1/.* /opt/autodoc/cgi/autodoc.fcgi

+ 3
- 0
src/urls.txt Visa fil

@@ -0,0 +1,3 @@
# source https://popper.js.org
https://unpkg.com/popper.js
https://unpkg.com/tooltip.js

+ 5
- 0
www/js/popper.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 5
- 0
www/js/tooltip.js
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


Laddar…
Avbryt
Spara