Author: jleroux
Date: Sun Jul 28 16:42:30 2019 New Revision: 1863897 URL: http://svn.apache.org/viewvc?rev=1863897&view=rev Log: site-enabled3 files, more for history. They are actually generated by Puppet from ofbiz-vm3.apache.org.yaml in https://github.com/apache/infrastructure-p6 Added: ofbiz/tools/demo-backup/site-enabled3/ ofbiz/tools/demo-backup/site-enabled3/10-ofbiz-vm-bigfiles-80.conf ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-old-vm3-80.conf ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-stable-vm3-80.conf ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-trunk-vm3-80.conf ofbiz/tools/demo-backup/site-enabled3/15-default.conf ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-old-vm3-443.conf ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-stable-vm3-443.conf ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-trunk-vm3-443.conf ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-vm-bigfiles-443.conf Added: ofbiz/tools/demo-backup/site-enabled3/10-ofbiz-vm-bigfiles-80.conf URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/site-enabled3/10-ofbiz-vm-bigfiles-80.conf?rev=1863897&view=auto ============================================================================== --- ofbiz/tools/demo-backup/site-enabled3/10-ofbiz-vm-bigfiles-80.conf (added) +++ ofbiz/tools/demo-backup/site-enabled3/10-ofbiz-vm-bigfiles-80.conf Sun Jul 28 16:42:30 2019 @@ -0,0 +1,31 @@ +# ************************************ +# Vhost template in module puppetlabs-apache +# Managed by Puppet +# ************************************ +# +<VirtualHost *:80> + ServerName ofbiz-vm3.apache.org + + ## Vhost docroot + DocumentRoot "/var/www/ofbiz/big-files" + + ## Directories, there should at least be a declaration for /var/www/ofbiz/big-files + + <Directory "/var/www/ofbiz/big-files"> + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Require all granted + </Directory> + + ## Logging + ErrorLog "/var/log/apache2/ofbiz-bigfiles_error.log" + ServerSignature Off + CustomLog "/var/log/apache2/ofbiz-vm-bigfiles-80_access.log" combined + + ## Server aliases + ServerAlias ofbiz-bigfiles.apache.org + + ## Custom fragment + RedirectMatch permanent ^/(.*)$ https://ofbiz-vm3.apache.org/$1 + +</VirtualHost> Added: ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-old-vm3-80.conf URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-old-vm3-80.conf?rev=1863897&view=auto ============================================================================== --- ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-old-vm3-80.conf (added) +++ ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-old-vm3-80.conf Sun Jul 28 16:42:30 2019 @@ -0,0 +1,28 @@ +# ************************************ +# Vhost template in module puppetlabs-apache +# Managed by Puppet +# ************************************ +# +<VirtualHost *:80> + ServerName demo-old.ofbiz.apache.org + + ## Vhost docroot + DocumentRoot "/var/www/ofbiz/big-files" + + ## Directories, there should at least be a declaration for /var/www/ofbiz/big-files + + <Directory "/var/www/ofbiz/big-files"> + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Require all granted + </Directory> + + ## Logging + ErrorLog "/var/log/apache2/ofbiz-old_error.log" + ServerSignature Off + CustomLog "/var/log/apache2/demo-old.ofbiz.apache.org.http_access.log" combined + + ## Custom fragment + RedirectMatch permanent ^/(.*)$ https://demo-old.ofbiz.apache.org/$1 + +</VirtualHost> Added: ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-stable-vm3-80.conf URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-stable-vm3-80.conf?rev=1863897&view=auto ============================================================================== --- ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-stable-vm3-80.conf (added) +++ ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-stable-vm3-80.conf Sun Jul 28 16:42:30 2019 @@ -0,0 +1,28 @@ +# ************************************ +# Vhost template in module puppetlabs-apache +# Managed by Puppet +# ************************************ +# +<VirtualHost *:80> + ServerName demo-stable.ofbiz.apache.org + + ## Vhost docroot + DocumentRoot "/var/www/ofbiz/big-files" + + ## Directories, there should at least be a declaration for /var/www/ofbiz/big-files + + <Directory "/var/www/ofbiz/big-files"> + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Require all granted + </Directory> + + ## Logging + ErrorLog "/var/log/apache2/ofbiz-stable_error.log" + ServerSignature Off + CustomLog "/var/log/apache2/demo-stable.ofbiz.apache.org.http_access.log" combined + + ## Custom fragment + RedirectMatch permanent ^/(.*)$ https://demo-stable.ofbiz.apache.org/$1 + +</VirtualHost> Added: ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-trunk-vm3-80.conf URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-trunk-vm3-80.conf?rev=1863897&view=auto ============================================================================== --- ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-trunk-vm3-80.conf (added) +++ ofbiz/tools/demo-backup/site-enabled3/12-ofbiz-trunk-vm3-80.conf Sun Jul 28 16:42:30 2019 @@ -0,0 +1,28 @@ +# ************************************ +# Vhost template in module puppetlabs-apache +# Managed by Puppet +# ************************************ +# +<VirtualHost *:80> + ServerName demo-trunk.ofbiz.apache.org + + ## Vhost docroot + DocumentRoot "/var/www/ofbiz/big-files" + + ## Directories, there should at least be a declaration for /var/www/ofbiz/big-files + + <Directory "/var/www/ofbiz/big-files"> + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Require all granted + </Directory> + + ## Logging + ErrorLog "/var/log/apache2/ofbiz-trunk_error.log" + ServerSignature Off + CustomLog "/var/log/apache2/demo-trunk.ofbiz.apache.org.http_access.log" combined + + ## Custom fragment + RedirectMatch permanent ^/(.*)$ https://demo-trunk.ofbiz.apache.org/$1 + +</VirtualHost> Added: ofbiz/tools/demo-backup/site-enabled3/15-default.conf URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/site-enabled3/15-default.conf?rev=1863897&view=auto ============================================================================== --- ofbiz/tools/demo-backup/site-enabled3/15-default.conf (added) +++ ofbiz/tools/demo-backup/site-enabled3/15-default.conf Sun Jul 28 16:42:30 2019 @@ -0,0 +1,27 @@ +# ************************************ +# Vhost template in module puppetlabs-apache +# Managed by Puppet +# ************************************ +# +<VirtualHost *:80> + ServerName default + ServerAdmin root@localhost + + ## Vhost docroot + DocumentRoot "/var/www/html" + + ## Directories, there should at least be a declaration for /var/www/html + + <Directory "/var/www/html"> + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Require all granted + </Directory> + + ## Logging + ErrorLog "/var/log/apache2/default_error.log" + ServerSignature Off + CustomLog "/var/log/apache2/access.log" combined + ## Script alias directives + ScriptAlias /cgi-bin "/usr/lib/cgi-bin" +</VirtualHost> Added: ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-old-vm3-443.conf URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-old-vm3-443.conf?rev=1863897&view=auto ============================================================================== --- ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-old-vm3-443.conf (added) +++ ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-old-vm3-443.conf Sun Jul 28 16:42:30 2019 @@ -0,0 +1,44 @@ +# ************************************ +# Vhost template in module puppetlabs-apache +# Managed by Puppet +# ************************************ +# +<VirtualHost *:443> + ServerName demo-old.ofbiz.apache.org + + ## Vhost docroot + DocumentRoot "/var/www/ofbiz/big-files" + + ## Directories, there should at least be a declaration for /var/www/ofbiz/big-files + + <Directory "/var/www/ofbiz/big-files"> + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Require all granted + </Directory> + + ## Logging + ErrorLog "/var/log/apache2/ofbiz-ssl-old_error.log" + ServerSignature Off + CustomLog "/var/log/apache2/ofbiz-ssl-old.apache.org.http_access.log" combined + + ## SSL directives + SSLEngine on + SSLCertificateFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/cert.pem" + SSLCertificateKeyFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/privkey.pem" + SSLCertificateChainFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/chain.pem" + + ## Custom fragment + ProxyRequests Off +ProxyPreserveHost On +# do not proxy letsencrypt cert renewal requests +ProxyPass /.well-known ! +ProxyPass / ajp://localhost:28009/ +ProxyPassReverse / ajp://localhost:28009/ +Header set Access-Control-Allow-Origin "https://localhost:28009" +Header set Access-Control-Allow-Headers "Authorization" +Header set Access-Control-Allow-Credentials "true" +ProxyErrorOverride On +ErrorDocument 503 https://ofbiz-vm3.apache.org/errorPage/503.html + +</VirtualHost> Added: ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-stable-vm3-443.conf URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-stable-vm3-443.conf?rev=1863897&view=auto ============================================================================== --- ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-stable-vm3-443.conf (added) +++ ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-stable-vm3-443.conf Sun Jul 28 16:42:30 2019 @@ -0,0 +1,44 @@ +# ************************************ +# Vhost template in module puppetlabs-apache +# Managed by Puppet +# ************************************ +# +<VirtualHost *:443> + ServerName demo-stable.ofbiz.apache.org + + ## Vhost docroot + DocumentRoot "/var/www/ofbiz/big-files" + + ## Directories, there should at least be a declaration for /var/www/ofbiz/big-files + + <Directory "/var/www/ofbiz/big-files"> + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Require all granted + </Directory> + + ## Logging + ErrorLog "/var/log/apache2/ofbiz-ssl-stable_error.log" + ServerSignature Off + CustomLog "/var/log/apache2/ofbiz-ssl-stable.apache.org.http_access.log" combined + + ## SSL directives + SSLEngine on + SSLCertificateFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/cert.pem" + SSLCertificateKeyFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/privkey.pem" + SSLCertificateChainFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/chain.pem" + + ## Custom fragment + ProxyRequests Off +ProxyPreserveHost On +# do not proxy letsencrypt cert renewal requests +ProxyPass /.well-known ! +ProxyPass / ajp://localhost:18009/ +ProxyPassReverse / ajp://localhost:18009/ +Header set Access-Control-Allow-Origin "https://localhost:18009" +Header set Access-Control-Allow-Headers "Authorization" +Header set Access-Control-Allow-Credentials "true" +ProxyErrorOverride On +ErrorDocument 503 https://ofbiz-vm3.apache.org/errorPage/503.html + +</VirtualHost> Added: ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-trunk-vm3-443.conf URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-trunk-vm3-443.conf?rev=1863897&view=auto ============================================================================== --- ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-trunk-vm3-443.conf (added) +++ ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-trunk-vm3-443.conf Sun Jul 28 16:42:30 2019 @@ -0,0 +1,44 @@ +# ************************************ +# Vhost template in module puppetlabs-apache +# Managed by Puppet +# ************************************ +# +<VirtualHost *:443> + ServerName demo-trunk.ofbiz.apache.org + + ## Vhost docroot + DocumentRoot "/var/www/ofbiz/big-files" + + ## Directories, there should at least be a declaration for /var/www/ofbiz/big-files + + <Directory "/var/www/ofbiz/big-files"> + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Require all granted + </Directory> + + ## Logging + ErrorLog "/var/log/apache2/ofbiz-ssl-trunk_error.log" + ServerSignature Off + CustomLog "/var/log/apache2/ofbiz-ssl-trunk.apache.org.http_access.log" combined + + ## SSL directives + SSLEngine on + SSLCertificateFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/cert.pem" + SSLCertificateKeyFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/privkey.pem" + SSLCertificateChainFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/chain.pem" + + ## Custom fragment + ProxyRequests Off +ProxyPreserveHost On +# do not proxy letsencrypt cert renewal requests +ProxyPass /.well-known ! +ProxyPass / ajp://localhost:8009/ +ProxyPassReverse / ajp://localhost:8009/ +Header set Access-Control-Allow-Origin "https://localhost:8443" +Header set Access-Control-Allow-Headers "Authorization" +Header set Access-Control-Allow-Credentials "true" +ProxyErrorOverride On +ErrorDocument 503 https://ofbiz-vm3.apache.org/errorPage/503.html + +</VirtualHost> Added: ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-vm-bigfiles-443.conf URL: http://svn.apache.org/viewvc/ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-vm-bigfiles-443.conf?rev=1863897&view=auto ============================================================================== --- ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-vm-bigfiles-443.conf (added) +++ ofbiz/tools/demo-backup/site-enabled3/25-ofbiz-vm-bigfiles-443.conf Sun Jul 28 16:42:30 2019 @@ -0,0 +1,33 @@ +# ************************************ +# Vhost template in module puppetlabs-apache +# Managed by Puppet +# ************************************ +# +<VirtualHost *:443> + ServerName ofbiz-vm3.apache.org + + ## Vhost docroot + DocumentRoot "/var/www/ofbiz/big-files" + + ## Directories, there should at least be a declaration for /var/www/ofbiz/big-files + + <Directory "/var/www/ofbiz/big-files"> + Options Indexes FollowSymLinks MultiViews + AllowOverride None + Require all granted + </Directory> + + ## Logging + ErrorLog "/var/log/apache2/ofbiz-ssl-bigfiles_error.log" + ServerSignature Off + CustomLog "/var/log/apache2/ofbiz-ssl-bigfiles.apache.org.http_access.log" combined + + ## Server aliases + ServerAlias ofbiz-bigfiles.apache.org + + ## SSL directives + SSLEngine on + SSLCertificateFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/cert.pem" + SSLCertificateKeyFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/privkey.pem" + SSLCertificateChainFile "/etc/letsencrypt/live/ofbiz-vm3.apache.org/chain.pem" +</VirtualHost> |
Free forum by Nabble | Edit this page |