{"commit":"290c6bfc4cbb3f85f150027fb7cf17356e4be7e0","subject":"2067 update path","message":"2067 update path\n","repos":"spryker\/demoshop,spryker\/demoshop,spryker\/demoshop,spryker\/demoshop","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- config\/Shared\/ci\/circle\/zed.vhost\n+++ config\/Shared\/ci\/circle\/zed.vhost\n@@ -4,14 +4,14 @@\n \n   LoadModule php5_module \/home\/ubuntu\/.phpenv\/versions\/5.6.5\/libexec\/apache2\/libphp5.so\n \n-  DocumentRoot \/home\/ubuntu\/zed\/public\/Zed\n+  DocumentRoot \/home\/ubuntu\/project\/public\/Zed\n   ServerName zed.de.spryker.com\n \n   <FilesMatch \\.php$>\n     SetHandler application\/x-httpd-php\n   <\/FilesMatch>\n \n-  <Directory \/home\/ubuntu\/zed\/public\/Zed>\n+  <Directory \/home\/ubuntu\/project\/public\/Zed>\n       Options Indexes FollowSymLinks MultiViews\n       AllowOverride All\n       Order allow,deny\n"}
{"commit":"7c6cf2fa27cda28b714b130c2f4b8bdc289fd865","subject":"add newline at end of file","message":"add newline at end of file\n","repos":"geometalab\/osmaxx,geometalab\/osmaxx-frontend,geometalab\/osmaxx-frontend,geometalab\/osmaxx-frontend,geometalab\/osmaxx,geometalab\/drf-utm-zone-info,geometalab\/osmaxx,geometalab\/osmaxx-frontend,geometalab\/osmaxx,geometalab\/drf-utm-zone-info","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- deployment\/osmaxxProduction.vhost\n+++ deployment\/osmaxxProduction.vhost\n@@ -11,4 +11,4 @@\n     <Files osmaxx\/wsgi.py>\n         Require all granted\n     <\/Files>\n-<\/Directory>+<\/Directory>\n"}
{"commit":"ea17f2140e0ecd1c1cf34a72fe12c6c65bd15780","subject":"update vs site","message":"update vs site\n","repos":"newbdez33\/phpstack","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- images\/nginx\/xtc.vhost\n+++ images\/nginx\/xtc.vhost\n@@ -54,3 +54,32 @@\n     fastcgi_pass  unix:\/var\/run\/php5-fpm.sock;\n   }\n }\n+\n+server {\n+  server_name viewspeaker.com www.viewspeaker.com;\n+  root        \/var\/www\/vs;\n+  index       index.html;\n+\n+  client_max_body_size 100M;\n+  fastcgi_read_timeout 1800;\n+\n+  location \/ {\n+    try_files $uri $uri\/ \/index.html;\n+  }\n+\n+  location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n+    expires       max;\n+    log_not_found off;\n+    access_log    off;\n+  }\n+\n+  location ~ \\.php$ {\n+    try_files     $uri =404;\n+    fastcgi_split_path_info ^(.+\\.php)(\/.+)$;\n+    include       fastcgi_params;\n+    fastcgi_index index.php;\n+    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n+    fastcgi_param PHP_VALUE \"upload_max_filesize = 100M \\n post_max_size=100M\";\n+    fastcgi_pass  unix:\/var\/run\/php5-fpm.sock;\n+  }\n+}"}
{"commit":"6551a0286f0b3650749c704ade3b075cba75d640","subject":"the vhost also needs some care","message":"the vhost also needs some care\n","repos":"strycore\/djung,strycore\/djung,strycore\/djung,strycore\/djung","returncode":0,"stderr":"","license":"bsd-3-clause","lang":"ApacheConf","diff":"--- config\/project_name.vhost\n+++ config\/project_name.vhost\n@@ -5,9 +5,10 @@\n     WSGIApplicationGroup %PROJECT%-%ENV%\n     WSGIPassAuthorization On\n \n-    WSGIScriptAlias \/ %ROOT%\/%ENV%\/%PROJECT%\/%PROJECT%\/wsgi.py\n+    WSGIScriptAlias \/ %ROOT%\/%PROJECT%\/%PROJECT%\/wsgi.py\n \n-    ServerName %PROJECT%.%DOMAIN%\n+    ServerName %DOMAIN%\n+    ServerAlias www.%DOMAIN%\n \n     <Location \"\/\">\n         Order Allow,Deny\n@@ -17,15 +18,17 @@\n     <Location \"\/static\">\n         SetHandler None\n     <\/Location>\n-    Alias \/static %ROOT%\/%ENV%\/%PROJECT%\/static\n+    Alias \/static %ROOT%\/%PROJECT%\/static\n \n     <Location \"\/media\">\n         SetHandler None\n     <\/Location>\n-    Alias \/media %ROOT%\/%ENV%\/%PROJECT%\/media\n+    Alias \/media %ROOT%\/%PROJECT%\/media\n \n-    ErrorLog \/var\/log\/apache2\/%PROJECT%_%ENV%_error.log\n+    Alias \/robots.txt %ROOT%\/%PROJECT%\/static\/robots.txt\n+\n+    ErrorLog \/var\/log\/apache2\/%DOMAINROJECT%_error.log\n     LogLevel info\n-    CustomLog \/var\/log\/apache2\/%PROJECT%_%ENV%_access.log combined\n+    CustomLog \/var\/log\/apache2\/%DOMAIN%_access.log combined\n <\/VirtualHost>\n \n"}
{"commit":"b879e117963635056adf1d2029e3d4e6d44eede4","subject":"Remove .php extensions from url","message":"Remove .php extensions from url","repos":"hector-valdivia\/docker-php-mongodb-mysql-nginx","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- sites\/default.vhost\n+++ sites\/default.vhost\n@@ -7,7 +7,11 @@\n   fastcgi_read_timeout 1800;\n \n   location \/ {\n-    try_files $uri $uri\/ \/index.php$is_args$args;\n+    try_files $uri $uri.html $uri\/ @extensionless-php;\n+  }\n+\n+  location @extensionless-php {\n+    rewrite ^(.*)$ $1.php last;\n   }\n \n   location \/status {\n"}
{"commit":"03d24d5af1354b7c85761f1003134f64f173d20f","subject":"Set default vhost expires off for assets","message":"Set default vhost expires off for assets\n","repos":"honeylex\/honeylex,honeylex\/honeylex,honeylex\/honeylex","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- var\/docker\/conf\/nginx\/sites\/default.vhost\n+++ var\/docker\/conf\/nginx\/sites\/default.vhost\n@@ -23,7 +23,7 @@\n   }\n \n   location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n-    expires       max;\n+    expires       off;\n     log_not_found off;\n     access_log    off;\n   }\n"}
{"commit":"3c470ae21d04628cbeee46daaef428949951d625","subject":"Add DocumentRoot to apache config","message":"Add DocumentRoot to apache config\n","repos":"strycore\/djung,strycore\/djung,strycore\/djung,strycore\/djung","returncode":0,"stderr":"unknown","license":"bsd-3-clause","lang":"ApacheConf","diff":""}
{"commit":"08df864bf9a9acfe18be4b81c4f88211efd2c2ee","subject":"nginx configuration","message":"nginx configuration\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- travis\/nginx\/travis.vhost\n+++ travis\/nginx\/travis.vhost\n@@ -12,7 +12,7 @@\n         fastcgi_pass   127.0.0.1:9000;\n         fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n         include fastcgi_params;\n-        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n+        fastcgi_param SCRIPT_FILENAME $document_root\/$fastcgi_script_name;\n         fastcgi_param HTTPS off;\n     }\n }\n"}
{"commit":"332cc5421c3264b33d32f3fb5ebb65fa074509a4","subject":"nginx configuration","message":"nginx configuration\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- travis\/nginx\/travis.vhost\n+++ travis\/nginx\/travis.vhost\n@@ -3,10 +3,10 @@\n     server_name localhost;\n     root LOCAL_DIR\/web;\n \n-    index  app_dev.php;\n+    index  app.php;\n \n     location \/ {\n-        try_files $uri \/app_dev.php$is_args$args;\n+        try_files $uri $uri\/ \/index.php?$uri&$args;\n     }\n \n     # static content\n@@ -14,12 +14,12 @@\n         expires 15d;\n     }\n     \n-    location ~ ^\/(app_dev|config)\\.php(\/|$) {\n+    location ~ \\.php($|\/) {\n         fastcgi_pass   127.0.0.1:9000;\n-        fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n+        fastcgi_index app.php;\n+        fastcgi_pass_header Authorization;\n         include fastcgi_params;\n-        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n-        fastcgi_param HTTPS off;\n+        fastcgi_param SCRIPT_FILENAME $document_root\/$fastcgi_script_name;\n     }\n \n     gzip on;\n"}
{"commit":"57d1f6d8ff85ed313a0de0587d42923d7aa96dd8","subject":"fix virtual root","message":"fix virtual root\n","repos":"xphere\/project-manager","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- config\/devel.vhost\n+++ config\/devel.vhost\n@@ -12,8 +12,10 @@\n     ServerAlias *.devel\n \n     DocumentRoot \/var\/www\/public\n-    VirtualDocumentRoot \/var\/www\/public\/%-2+\n+    VirtualDocumentRoot \/var\/www\/public\/%-1+\n     php_admin_value auto_prepend_file \/var\/www\/boot\/docroot.php\n+    UseCanonicalName Off\n+    AcceptPathInfo On\n \n     # combined log for all virtual hosts\n     # can be split per-vhost based on the first field\n@@ -21,9 +23,6 @@\n     CustomLog  \/var\/www\/log\/access.log vcommon\n     ErrorLog   \/var\/www\/log\/errors.log\n \n-    UseCanonicalName Off\n-    AcceptPathInfo On\n-\n     <IfModule mod_rewrite.c>\n         RewriteLog \/var\/www\/log\/rewrite.log\n         RewriteLogLevel 1\n"}
{"commit":"ce95cbae420b99535cdc20c267ab3af809841a3e","subject":"Update example vhost file for Apache2","message":"Update example vhost file for Apache2\n","repos":"MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager","returncode":0,"stderr":"","license":"mpl-2.0","lang":"ApacheConf","diff":"--- examples\/apache2\/default.vhost\n+++ examples\/apache2\/default.vhost\n@@ -1,11 +1,14 @@\n-WSGIPythonPath \/path\/to\/repo\/FuzzManager\/server\n+WSGIDaemonProcess fuzzmanager.your.domain python-path=\/path\/to\/repo\/FuzzManager\/server\n+WSGIProcessGroup fuzzmanager.your.domain\n+WSGIApplicationGroup %{GLOBAL}\n+\n <VirtualHost *:80>\n \tServerName fuzzmanager.your.domain\n \n \tAlias \/static\/ \/path\/to\/repo\/FuzzManager\/server\/crashmanager\/static\/\n \tAlias \/tests\/ \/path\/to\/repo\/FuzzManager\/server\/tests\/\n \n-\tWSGIScriptAlias \/ \/path\/to\/repo\/FuzzManager\/server\/server\/wsgi.py\n+\tWSGIScriptAlias \/ \/path\/to\/repo\/FuzzManager\/server\/server\/wsgi.py process-group=fuzzmanager.your.domain\n \tWSGIPassAuthorization On\n \n \t<Location \/>\n@@ -23,6 +26,11 @@\n \t\tSatisfy Any\n \t\tAllow from all\n \t<\/Location>\n+\n+\t<Location \/ec2spotmanager\/rest\/>\n+\t\tSatisfy Any\n+\t\tAllow from all\n+\t<\/Location>\n \t\n \t<Directory \/path\/to\/repo\/FuzzManager\/server>\n \t\t<Files wsgi.py>\n"}
{"commit":"7248f0fcc6dceef69df96c0e7279953f243f289d","subject":"travis script","message":"travis script\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- travis\/nginx\/travis.vhost\n+++ travis\/nginx\/travis.vhost\n@@ -2,30 +2,32 @@\n     listen 80;\n     server_name localhost;\n     root LOCAL_DIR\/web;\n-\n-    index  app.php;\n-\n     location \/ {\n-        try_files $uri $uri\/ \/index.php?$uri&$args;\n+        # try to serve file directly, fallback to app.php\n+        try_files $uri \/app.php$is_args$args;\n     }\n-\n-    # static content\n-    location ~* ^.+\\.(wsf|xml|pdf|doc|jpg|jpeg|gif|css|png|js|ico|ttf|eot|otf|svg)$ {\n-        expires 15d;\n+    # DEV\n+    # This rule should only be placed on your development environment\n+    # In production, don't include this and don't deploy app_dev.php or config.php\n+    location ~ ^\/(app_dev|config)\\.php(\/|$) {\n+        fastcgi_pass   127.0.0.1:9000;\n+        fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n+        include fastcgi_params;\n+        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n+        fastcgi_param HTTPS off;\n     }\n-    \n-    location ~ \\.php($|\/) {\n+    # PROD\n+    location ~ ^\/app_dev\\.php(\/|$) {\n         fastcgi_pass   127.0.0.1:9000;\n-        fastcgi_index app.php;\n-        fastcgi_pass_header Authorization;\n+        fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n         include fastcgi_params;\n-        fastcgi_param SCRIPT_FILENAME $document_root\/$fastcgi_script_name;\n+        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n+        fastcgi_param HTTPS off;\n+        # Prevents URIs that include the front controller. This will 404:\n+        # http:\/\/domain.tld\/app.php\/some-path\n+        # Remove the internal directive to allow URIs like this\n+        internal;\n     }\n-\n-    gzip on;\n-    gzip_comp_level 2;\n-    gzip_proxied any;\n-    gzip_min_length  1000;\n-    gzip_disable     \"MSIE [1-6]\\.\"\n-    gzip_types text\/plain text\/css application\/json application\/x-javascript text\/xml application\/xml application\/xml+rss text\/javascript;\n+    error_log \/var\/log\/nginx\/project_error.log;\n+    access_log \/var\/log\/nginx\/project_access.log;\n }"}
{"commit":"80105348f5cf99c72b0856d1af27dabae7cb9ac7","subject":"behat and Selenium (Under development)","message":"behat and Selenium (Under development)\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- travis\/nginx\/travis.vhost\n+++ travis\/nginx\/travis.vhost\n@@ -8,13 +8,18 @@\n         try_files $uri @rewriteapp;\n     }\n \n+    # static content\n+    location ~* ^.+\\.(wsf|xml|pdf|doc|jpg|jpeg|gif|css|png|js|ico|ttf|eot|otf|svg)$ {\n+        expires 15d;\n+    }\n+\n     location @rewriteapp {\n         # rewrite all to app_dev.php\n         rewrite ^(.*)$ \/app_dev.php\/$1 last;\n     }\n \n     location ~ ^\/(app|app_dev)\\.php(\/|$) {\n-        fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n+        fastcgi_pass   127.0.0.1:9000;\n         fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n         include fastcgi_params;\n         fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n"}
{"commit":"8bebd2a290732cc173f95796d9f076264c887bd8","subject":"set the app as the default server","message":"set the app as the default server\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf","diff":"--- nginx\/api.gouv.vhost\n+++ nginx\/api.gouv.vhost\n@@ -1,5 +1,5 @@\n server {\n-        listen   80;\n+        listen 80 default_server;\n \n         root \/var\/www\/app;\n         index index.html;\n"}
{"commit":"952bea7ad935d8087c1838e29c120b3e6fc6a1b7","subject":"damette","message":"damette\n","repos":"strycore\/djung,strycore\/djung,strycore\/djung,strycore\/djung","returncode":0,"stderr":"","license":"bsd-3-clause","lang":"ApacheConf","diff":"--- config\/project_name.vhost\n+++ config\/project_name.vhost\n@@ -27,7 +27,7 @@\n \n     Alias \/robots.txt %ROOT%\/%PROJECT%\/static\/robots.txt\n \n-    ErrorLog \/var\/log\/apache2\/%DOMAINROJECT%_error.log\n+    ErrorLog \/var\/log\/apache2\/%DOMAIN%_error.log\n     LogLevel info\n     CustomLog \/var\/log\/apache2\/%DOMAIN%_access.log combined\n <\/VirtualHost>\n"}
{"commit":"5d06fb4ae01ac901aeda2a8ad390475586361819","subject":"Improved location blocks for nginx configs, including fix for url params breaking in views ajax and batch api","message":"Improved location blocks for nginx configs, including fix for url params breaking in views ajax and batch api\n","repos":"ctestama\/docker_drupalstack,ctestama\/sweetstack,ctestama\/phpstack,ctestama\/docker_drupalstack,ctestama\/sweetstack,ctestama\/phpstack","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- sites\/default.vhost\n+++ sites\/default.vhost\n@@ -6,25 +6,29 @@\n   client_max_body_size 100M;\n   fastcgi_read_timeout 1800;\n \n-  location \/ {\n-    try_files $uri $uri\/ \/index.php;\n+  location ~ \\.php$ {\n+    fastcgi_index index.php;\n+    fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n+    #try_files $uri $uri\/ index.php \/index.php$is_args$args;\n+    include \/etc\/nginx\/fastcgi_params;\n+    fastcgi_pass unix:\/var\/run\/php\/php7.0-fpm.sock;\n+    #fastcgi_pass 127.0.0.1:9000;\n+    fastcgi_read_timeout 600;\n+    fastcgi_param SCRIPT_FILENAME $request_filename;\n+    fastcgi_param APP_ENV dev;\n   }\n \n-  location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n-    expires       max;\n-    log_not_found off;\n-    access_log    off;\n+  location \/ {\n+    index  index.html index.htm index.php;\n+    try_files $uri @rewrite;\n+    error_page 405 = $uri;\n+\n   }\n \n-  location ~ \\.(hh|php) {\n-    proxy_intercept_errors on;\n-\n-    try_files     $uri =404;\n-    include       fastcgi_params;\n-    fastcgi_index index.php;\n-    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n-    fastcgi_pass  unix:\/var\/run\/php\/php7.0-fpm.sock;\n-    #fastcgi_pass  unix:\/var\/run\/hhvm\/hhvm.sock;\n+  location @rewrite {\n+    rewrite ^ \/index.php;\n   }\n   \n }\n+\n+\n"}
{"commit":"937572ad9b31f87565bde5a462ce094ee3416323","subject":"nginx configuration","message":"nginx configuration\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- travis\/nginx\/travis.vhost\n+++ travis\/nginx\/travis.vhost\n@@ -2,32 +2,36 @@\n     listen 80;\n     server_name localhost;\n     root LOCAL_DIR\/web;\n+\n+    index  app.php;\n+\n     location \/ {\n         # try to serve file directly, fallback to app.php\n         try_files $uri \/app.php$is_args$args;\n     }\n-    # DEV\n-    # This rule should only be placed on your development environment\n-    # In production, don't include this and don't deploy app_dev.php or config.php\n-    location ~ ^\/(app_dev|config)\\.php(\/|$) {\n+\n+    # static content\n+    location ~* ^.+\\.(wsf|xml|pdf|doc|jpg|jpeg|gif|css|png|js|ico|ttf|eot|otf|svg)$ {\n+        expires 15d;\n+    }\n+\n+    # PROD\n+    location ~ ^\/app\\.php(\/|$) {\n         fastcgi_pass   127.0.0.1:9000;\n         fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n         include fastcgi_params;\n         fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n         fastcgi_param HTTPS off;\n-    }\n-    # PROD\n-    location ~ ^\/app_dev\\.php(\/|$) {\n-        fastcgi_pass   127.0.0.1:9000;\n-        fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n-        include fastcgi_params;\n-        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n-        fastcgi_param HTTPS off;\n-        # Prevents URIs that include the front controller. This will 404:\n-        # http:\/\/domain.tld\/app.php\/some-path\n-        # Remove the internal directive to allow URIs like this\n         internal;\n     }\n+\n     error_log \/var\/log\/nginx\/project_error.log;\n     access_log \/var\/log\/nginx\/project_access.log;\n+\n+    gzip on;\n+    gzip_comp_level 2;\n+    gzip_proxied any;\n+    gzip_min_length  1000;\n+    gzip_disable     \"MSIE [1-6]\\.\"\n+    gzip_types text\/plain text\/css application\/json application\/x-javascript text\/xml application\/xml application\/xml+rss text\/javascript;\n }"}
{"commit":"8df7c8359ed3d94d6baf96e1a5867398f2425264","subject":"Bugfix: Fix alias for apache to server static files. Fixes #3","message":"Bugfix: Fix alias for apache to server static files. Fixes #3\n","repos":"geometalab\/drf-utm-zone-info,geometalab\/osmaxx-frontend,geometalab\/osmaxx,geometalab\/osmaxx,geometalab\/osmaxx,geometalab\/osmaxx-frontend,geometalab\/osmaxx,geometalab\/osmaxx-frontend,geometalab\/drf-utm-zone-info,geometalab\/osmaxx-frontend","returncode":0,"stderr":"","license":"isc","lang":"ApacheConf","diff":"--- developmentEnvironment\/osmaxx.vhost\n+++ developmentEnvironment\/osmaxx.vhost\n@@ -5,7 +5,7 @@\n WSGIScriptAlias \/ \/var\/www\/eda\/projects\/osmaxx\/wsgi.py\n \n Alias \"\/static\/admin\" \"\/var\/www\/eda\/environment\/lib\/python3.4\/site-packages\/django\/contrib\/admin\/static\/admin\"\n-Alias \/resources\/ \/var\/www\/eda\/projects\/resources\/public\/\n+Alias \"\/static\/excerptexport\" \"\/var\/www\/eda\/projects\/excerptexport\/static\/excerptexport\"\n \n <Directory \/var\/www\/eda\/projects>\n     <Files osmaxx\/wsgi.py>\n"}
{"commit":"3006d63bfc74417280f421ecf962ff982cada01c","subject":"Update default.vhost","message":"Update default.vhost\n\n","repos":"hector-valdivia\/docker-php-mongodb-mysql-nginx","returncode":0,"stderr":"unknown","license":"mit","lang":"ApacheConf","diff":""}
{"commit":"0c631635d8913470f58b9f01f51dcf3c5f0e7b92","subject":"mod nginx config","message":"mod nginx config\n","repos":"yazashin\/php-dockerized","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- sites\/default.vhost\n+++ sites\/default.vhost\n@@ -1,6 +1,6 @@\n server {\n   server_name default;\n-  root      \/var\/www\/macaron\/public;\n+  root      \/var\/www\/app\/public;\n   index     index.php;\n \n   client_max_body_size 100M;\n@@ -10,35 +10,41 @@\n     try_files $uri $uri\/ \/index.php$is_args$args;\n   }\n \n-  location \/status {\n+  # location ~ ^\/macaron((\/)?(.+))?$ {\n+  #   root \/var\/www\/app\/public;\n+  #   try_files $1 \/macaron\/index.php?$query_string;\n+  #\n+  #   location ~ \\.php$ {\n+  #       include fastcgi_params;\n+  #       #try_files                $uri = 404;\n+  #       include                  fastcgi_params;\n+  #       fastcgi_param            SCRIPT_FILENAME $document_root$fastcgi_script_name;\n+  #       fastcgi_param            PATHINFO        $fastcgi_path_info;\n+  #       fastcgi_param            PATH_TRANSLATED $document_root$fastcgi_path_info;\n+  #       fastcgi_split_path_info  ^(.+\u00a5.php)(\/.+)$;\n+  #       fastcgi_pass  unix:\/var\/run\/hhvm\/hhvm.sock;\n+  #       fastcgi_index index.php;\n+  #   }\n+  # }\n+\n+    location ~ \\.php$ {\n+          include fastcgi_params;\n+          #try_files                $uri = 404;\n+          include                  fastcgi_params;\n+          fastcgi_param            SCRIPT_FILENAME $document_root$fastcgi_script_name;\n+          fastcgi_param            PATHINFO        $fastcgi_path_info;\n+          fastcgi_param            PATH_TRANSLATED $document_root$fastcgi_path_info;\n+          fastcgi_split_path_info  ^(.+\u00a5.php)(\/.+)$;\n+          fastcgi_pass  unix:\/var\/run\/hhvm\/hhvm.sock;\n+          fastcgi_index index.php;\n+    }\n+\n+\n+    location \/status {\n      access_log off;\n-     allow 192.168.99.0\/16;\n-     deny all;\n      include \/etc\/nginx\/fastcgi_params;\n      fastcgi_param SCRIPT_FILENAME \/status;\n      fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n-  }\n+    }\n \n-  location \/ping {\n-     access_log off;\n-     allow all;\n-     include fastcgi_params;\n-     fastcgi_param SCRIPT_FILENAME \/ping;\n-     fastcgi_pass unix:\/Var\/run\/php5-fpm.sock;\n-  }\n-\n-  location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n-    expires       max;\n-    log_not_found off;\n-    access_log    off;\n-  }\n-\n-  location ~ \\.php$ {\n-    try_files     $uri =404;\n-    include       fastcgi_params;\n-    fastcgi_index index.php;\n-    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n-    # fastcgi_pass  unix:\/var\/run\/php5-fpm.sock;\n-    fastcgi_pass  unix:\/var\/run\/hhvm\/hhvm.sock;\n-  }\n }\n"}
{"commit":"aa1113cbb2e7c9f6939dad4359591307c3cde692","subject":"nginx configuration","message":"nginx configuration\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- travis\/nginx\/travis.vhost\n+++ travis\/nginx\/travis.vhost\n@@ -3,13 +3,17 @@\n     server_name localhost;\n     root LOCAL_DIR\/web;\n \n+    index  app_dev.php;\n+\n     location \/ {\n-        # try to serve file directly, fallback to app.php\n-        try_files $uri \/app.php$is_args$args;\n+        try_files $uri \/app_dev.php$is_args$args;\n     }\n-    # DEV\n-    # This rule should only be placed on your development environment\n-    # In production, don't include this and don't deploy app_dev.php or config.php\n+\n+    # static content\n+    location ~* ^.+\\.(wsf|xml|pdf|doc|jpg|jpeg|gif|css|png|js|ico|ttf|eot|otf|svg)$ {\n+        expires 15d;\n+    }\n+    \n     location ~ ^\/(app_dev|config)\\.php(\/|$) {\n         fastcgi_pass   127.0.0.1:9000;\n         fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n@@ -17,19 +21,11 @@\n         fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n         fastcgi_param HTTPS off;\n     }\n-    # PROD\n-    location ~ ^\/app\\.php(\/|$) {\n-        fastcgi_pass   127.0.0.1:9000;\n-        fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n-        include fastcgi_params;\n-        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n-        fastcgi_param HTTPS off;\n-        # Prevents URIs that include the front controller. This will 404:\n-        # http:\/\/domain.tld\/app.php\/some-path\n-        # Remove the internal directive to allow URIs like this\n-        internal;\n-    }\n \n-    error_log \/var\/log\/nginx\/project_error.log;\n-    access_log \/var\/log\/nginx\/project_access.log;\n+    gzip on;\n+    gzip_comp_level 2;\n+    gzip_proxied any;\n+    gzip_min_length  1000;\n+    gzip_disable     \"MSIE [1-6]\\.\"\n+    gzip_types text\/plain text\/css application\/json application\/x-javascript text\/xml application\/xml application\/xml+rss text\/javascript;\n }"}
{"commit":"119205e6c7c81b6bd6603302df74255d45a6490f","subject":"Signatures (#323)","message":"Signatures (#323)\n\n* Update example default.vhost\r\n* The default.vhost file misses two aliases that allow downloading signatures.zip","repos":"MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager","returncode":0,"stderr":"","license":"mpl-2.0","lang":"ApacheConf","diff":"--- examples\/apache2\/default.vhost\n+++ examples\/apache2\/default.vhost\n@@ -7,6 +7,8 @@\n \n \tAlias \/static\/ \/path\/to\/repo\/FuzzManager\/server\/crashmanager\/static\/\n \tAlias \/tests\/ \/path\/to\/repo\/FuzzManager\/server\/tests\/\n+    Alias \/crashmanager\/tests\/ \/path\/to\/FuzzManager\/server\/tests\/\n+    Alias \/crashmanager\/files\/ \/path\/to\/FuzzManager\/server\/files\/\n \n \tWSGIScriptAlias \/ \/path\/to\/repo\/FuzzManager\/server\/server\/wsgi.py process-group=fuzzmanager.your.domain\n \tWSGIPassAuthorization On\n"}
{"commit":"8ca9557147d347c3539bc61a012f714b8758cb40","subject":"updated default vhost for php 7","message":"updated default vhost for php 7\n","repos":"ctestama\/docker_drupalstack,ctestama\/sweetstack,ctestama\/docker_drupalstack,ctestama\/phpstack,ctestama\/sweetstack,ctestama\/phpstack","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- sites\/default.vhost\n+++ sites\/default.vhost\n@@ -18,22 +18,13 @@\n \n   location ~ \\.(hh|php) {\n     proxy_intercept_errors on;\n-    error_page 502 = @fpm;\n \n     try_files     $uri =404;\n     include       fastcgi_params;\n     fastcgi_index index.php;\n     fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n-    #fastcgi_pass  unix:\/var\/run\/php5-fpm.sock;\n-    fastcgi_pass  unix:\/var\/run\/hhvm\/hhvm.sock;\n-  }\n-\n-  location @fpm {\n-    try_files $uri \/index.php;\n-    include fastcgi_params;\n-    fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n-    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n-    fastcgi_index index.php;\n+    fastcgi_pass  unix:\/var\/run\/php\/php7.0-fpm.sock;\n+    #fastcgi_pass  unix:\/var\/run\/hhvm\/hhvm.sock;\n   }\n   \n }\n"}
{"commit":"4363c195b4b7b04285dc713eb59ae5231dab24d2","subject":"*.gouv.fr site can access the swagger documentation","message":"*.gouv.fr site can access the swagger documentation\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf","diff":"--- nginx\/apiparticulier.vhost\n+++ nginx\/apiparticulier.vhost\n@@ -9,6 +9,7 @@\n \n         location \/docs {\n           root \/var\/www;\n+          add_header 'Access-Control-Allow-Origin' '*.gouv.fr';\n         }\n \n         location \/status {\n"}
{"commit":"1236d98eb69537c4c7b54f052cf7230da7849333","subject":"Delete mataharimall.vhost","message":"Delete mataharimall.vhost\n\nremove another vhost","repos":"mfalfaruqi\/docker-cf","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- sites\/mataharimall.vhost\n+++ sites\/mataharimall.vhost\n@@ -1,44 +0,0 @@\n-server {\n-  server_name mataharimall.dev alias www.mataharimall.dev;\n-  root        \/html\/cf-desktop\/public;\n-  index       index.php;\n-\n-  client_max_body_size 100M;\n-  fastcgi_read_timeout 1800;\n-\n-  location \/ {\n-    try_files $uri $uri\/ \/app_dev.php$is_args$args;\n-  }\n-\n-  location \/status {\n-     access_log off;\n-     allow 172.17.0.0\/16;\n-     deny all;\n-     include \/etc\/nginx\/fastcgi_params;\n-     fastcgi_param SCRIPT_FILENAME \/status;\n-     fastcgi_pass unix:\/var\/run\/php\/php5.6-fpm.sock;\n-  }\n-\n-  location \/ping {\n-     access_log off;\n-     allow all;\n-     include fastcgi_params;\n-     fastcgi_param SCRIPT_FILENAME \/ping;\n-     fastcgi_pass unix:\/var\/run\/php\/php5.6-fpm.sock;\n-  }\n-\n-  location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n-    expires       max;\n-    log_not_found off;\n-    access_log    off;\n-  }\n-\n-  location ~ \\.php$ {\n-    try_files     $uri =404;\n-    #include       fastcgi_params;\n-    include \/etc\/nginx\/fastcgi_params;\n-    fastcgi_index app_dev.php;\n-    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n-    fastcgi_pass  unix:\/var\/run\/php\/php5.6-fpm.sock;\n-  }\n-}\n"}
{"commit":"837b1ec139f990f12bd7d15c952c1d82427aae3f","subject":"default vhost updated","message":"default vhost updated\n","repos":"ctestama\/docker_drupalstack,ctestama\/phpstack,ctestama\/phpstack,ctestama\/sweetstack,ctestama\/sweetstack,ctestama\/docker_drupalstack","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- sites\/default.vhost\n+++ sites\/default.vhost\n@@ -1,30 +1,37 @@\n server {\n+\n+  listen *:80;\n+\n   server_name default;\n+\n   root        \/var\/www\/default;\n   index       index.php;\n \n-  client_max_body_size 100M;\n-  fastcgi_read_timeout 1800;\n+  location ~ \\.php$ {\n+\n+   fastcgi_index index.php;\n+   fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n+   #try_files $uri $uri\/ index.php \/index.php$is_args$args;\n+   include \/etc\/nginx\/fastcgi_params;\n+   fastcgi_pass unix:\/var\/run\/php\/php7.0-fpm.sock;\n+   #fastcgi_pass 127.0.0.1:9000;\n+   fastcgi_read_timeout 600;\n+   fastcgi_param SCRIPT_FILENAME $request_filename;\n+   fastcgi_param APP_ENV dev;\n+  }\n \n   location \/ {\n-    try_files $uri $uri\/ \/index.php;\n+   index  index.html index.htm index.php;\n+   try_files $uri @rewrite;\n+   error_page 405 = $uri;\n+   \n   }\n \n-  location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n-    expires       max;\n-    log_not_found off;\n-    access_log    off;\n+  location @rewrite {\n+   rewrite ^ \/index.php;\n   }\n \n-  location ~ \\.(hh|php) {\n-    proxy_intercept_errors on;\n \n-    try_files     $uri =404;\n-    include       fastcgi_params;\n-    fastcgi_index index.php;\n-    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n-    fastcgi_pass  unix:\/var\/run\/php\/php7.0-fpm.sock;\n-    #fastcgi_pass  unix:\/var\/run\/hhvm\/hhvm.sock;\n-  }\n+  sendfile off;\n   \n }\n"}
{"commit":"a1bb3fb2848d10dbaf68b5d531e0836813a5c110","subject":"Delete cf2.vhost","message":"Delete cf2.vhost\n\nremove another vhost","repos":"mfalfaruqi\/docker-cf","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- sites\/cf2.vhost\n+++ sites\/cf2.vhost\n@@ -1,44 +0,0 @@\n-server {\n-  server_name cf2.dev;\n-  root        \/html\/cf2;\n-  index       index.php;\n-\n-  client_max_body_size 100M;\n-  fastcgi_read_timeout 1800;\n-\n-  location \/ {\n-    try_files $uri $uri\/ \/app_dev.php$is_args$args;\n-  }\n-\n-  location \/status {\n-     access_log off;\n-     allow 172.17.0.0\/16;\n-     deny all;\n-     include \/etc\/nginx\/fastcgi_params;\n-     fastcgi_param SCRIPT_FILENAME \/status;\n-     fastcgi_pass unix:\/var\/run\/php\/php5.6-fpm.sock;\n-  }\n-\n-  location \/ping {\n-     access_log off;\n-     allow all;\n-     include fastcgi_params;\n-     fastcgi_param SCRIPT_FILENAME \/ping;\n-     fastcgi_pass unix:\/var\/run\/php\/php5.6-fpm.sock;\n-  }\n-\n-  location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n-    expires       max;\n-    log_not_found off;\n-    access_log    off;\n-  }\n-\n-  location ~ \\.php$ {\n-    try_files     $uri =404;\n-    #include       fastcgi_params;\n-    include \/etc\/nginx\/fastcgi_params;\n-    fastcgi_index app_dev.php;\n-    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n-    fastcgi_pass  unix:\/var\/run\/php\/php5.6-fpm.sock;\n-  }\n-}\n"}
{"commit":"27e0ac67b0e2fb336f9ef640b7c4640df8ba482b","subject":"Update default.vhost","message":"Update default.vhost","repos":"hector-valdivia\/docker-php-mongodb-mysql-nginx","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- sites\/default.vhost\n+++ sites\/default.vhost\n@@ -1,5 +1,5 @@\n server {\n-  server_name default;\n+  server_name keya;\n   root        \/var\/www\/public;\n   index       main.php;\n \n"}
{"commit":"c04f44b5f5b104d49bbecc94bed2e08732484cd0","subject":"behat and Selenium (Under development)","message":"behat and Selenium (Under development)\n","repos":"masterzion\/symfonytemplate,masterzion\/symfonytemplate,masterzion\/symfonytemplate","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- travis\/nginx\/travis.vhost\n+++ travis\/nginx\/travis.vhost\n@@ -19,7 +19,7 @@\n     }\n     # PROD\n     location ~ ^\/app\\.php(\/|$) {\n-        fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n+        fastcgi_pass   127.0.0.1:9000;\n         fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n         include fastcgi_params;\n         fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n"}
{"commit":"e7f3b55c8cfa0f43011773a090bb9795cbaf3e05","subject":"add regex to tolerate all env","message":"add regex to tolerate all env\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf","diff":"--- nginx\/apiparticulier.vhost\n+++ nginx\/apiparticulier.vhost\n@@ -4,7 +4,7 @@\n         root \/var\/www\/app;\n         index index.html;\n \n-        server_name apiparticulier.sgmap.fr default;\n+        server_name ~^apiparticulier(-dev|-test|-local|)\\.sgmap\\.fr$ default;\n \n \n         location \/docs {\n"}
{"commit":"202f2c7e12579e850b048ad9ccaff68bc1700b95","subject":"add url rewritting for tech redirect","message":"add url rewritting for tech redirect\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf","diff":"--- nginx\/apiparticulier.vhost\n+++ nginx\/apiparticulier.vhost\n@@ -13,20 +13,19 @@\n \n         location \/api {\n \n-            proxy_set_header X-Real-IP  $remote_addr;\n-            proxy_set_header X-Forwarded-For $remote_addr;\n-            proxy_set_header Host $host;\n-            proxy_pass http:\/\/app:3004;\n+          proxy_set_header X-Real-IP  $remote_addr;\n+          proxy_set_header X-Forwarded-For $remote_addr;\n+          proxy_set_header Host $host;\n+          proxy_pass http:\/\/app:3004;\n \n-         }\n+        }\n \n-         location \/tech {\n-\n-             proxy_set_header X-Real-IP  $remote_addr;\n-             proxy_set_header X-Forwarded-For $remote_addr;\n-             proxy_set_header Host $host;\n-             proxy_pass http:\/\/tech:4567;\n-\n-          }\n+        location \/tech {\n+          rewrite \/tech(.*) \/$1  break;\n+          proxy_set_header X-Real-IP  $remote_addr;\n+          proxy_set_header X-Forwarded-For $remote_addr;\n+          proxy_set_header Host $host;\n+          proxy_pass http:\/\/tech:4567;\n+        }\n \n }\n"}
{"commit":"56f41e883bc46d05ecb71bec97e2fea738897d0d","subject":"redirect to the correct environment","message":"redirect to the correct environment\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf","diff":"--- nginx\/sgmap.vhost\n+++ nginx\/sgmap.vhost\n@@ -4,7 +4,7 @@\n         root \/var\/www\/app;\n         index index.html;\n \n-        server_name ~^apiparticulier(-dev|-test|-local|)\\.sgmap\\.fr$;\n+        server_name ~^apiparticulier(?<env>-dev|-test|-local|)\\.sgmap\\.fr$;\n \n \n         location \/api {\n@@ -17,6 +17,6 @@\n         }\n \n         location \/ {\n-          return         301 $scheme:\/\/particulier.api.gouv.fr$request_uri;\n+          return         301 $scheme:\/\/particulier$env.api.gouv.fr$request_uri;\n         }\n }\n"}
{"commit":"ef422488a438302b5959cd3e97edb6f393a0085c","subject":"Fix vhost","message":"Fix vhost\n","repos":"honeylex\/honeylex,honeylex\/honeylex,honeylex\/honeylex","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- var\/docker\/conf\/nginx\/sites\/default.vhost\n+++ var\/docker\/conf\/nginx\/sites\/default.vhost\n@@ -6,12 +6,20 @@\n   client_max_body_size 16M;\n   fastcgi_read_timeout 60;\n \n-  location @rewrite {\n-    rewrite ^\/([^?]*)$ \/index.php?\/$1 last;\n+  location \/ {\n+    try_files $uri \/index.php$is_args$args;\n   }\n \n-  location \/ {\n-    try_files $uri $uri\/ @rewrite;\n+  location ~ ^\/(index|index_dev)\\.php(\/|$) {\n+    fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n+    fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n+    include fastcgi_params;\n+    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n+    fastcgi_param HTTPS off;\n+  }\n+\n+  location ~ \\.php$ {\n+    return 404;\n   }\n \n   location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n@@ -19,14 +27,4 @@\n     log_not_found off;\n     access_log    off;\n   }\n-\n-  location ~ \\.php$ {\n-    try_files     $uri =404;\n-    include       fastcgi_params;\n-    fastcgi_index index.php;\n-    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n-    fastcgi_param PATH_INFO $fastcgi_script_name;\n-    fastcgi_param REQUEST_URI $request_uri;\n-    fastcgi_pass  unix:\/var\/run\/php5-fpm.sock;\n-  }\n }"}
{"commit":"999c78b5f87585abe821ec425e8cb1b81d1d4a2e","subject":"Updated the server name directive in the sample vhost config for the hellworld example.","message":"Updated the server name directive in the sample vhost config for the hellworld example.\n","repos":"360i\/sonno","returncode":0,"stderr":"","license":"bsd-3-clause","lang":"ApacheConf","diff":"--- examples\/helloworld\/tpl\/sample.vhost\n+++ examples\/helloworld\/tpl\/sample.vhost\n@@ -1,7 +1,7 @@\n # Unless otherwise noted, replace all settings w\/in curly braces with values\n # suited to your own environment.\n <VirtualHost *:80>\n-    ServerName  example.sonno.dev\n+    ServerName  helloworld.example.sonno.dev\n     ServerAdmin {youraddress@you.com}\n \n     DocumentRoot {your\/path\/to}\/examples\/helloworld\/www\n"}
{"commit":"f85cca2c42547907264a94cdc7d72e271de67bda","subject":"fix nginx vhost","message":"fix nginx vhost\n","repos":"tobiasge\/cpves,tobiasge\/cpves,hggh\/cpves,hggh\/cpves,tobiasge\/cpves,hggh\/cpves,tobiasge\/cpves,hggh\/cpves","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf","diff":"--- support\/nginx.vhost\n+++ support\/nginx.vhost\n@@ -2,8 +2,8 @@\n     listen <YOURIP>:443 ssl;\n     server_name <YOURFQDN>;\n \n-    ssl_certificate         \/etc\/nginx\/ssl\/server.pem;\n-    ssl_certificate_key     \/etc\/nginx\/ssl\/server.pem;\n+    ssl_certificate         \/etc\/nginx\/ssl\/cpves.pem;\n+    ssl_certificate_key     \/etc\/nginx\/ssl\/cpves.pem;\n     ssl_protocols           SSLv3 TLSv1 TLSv1.1 TLSv1.2;\n     ssl_ciphers             HIGH:!aNULL:!MD5;\n \n"}
{"commit":"2c6bda58cdf1056e61685c68bdfbc39ddfacc4e2","subject":"update xtc web config","message":"update xtc web config\n","repos":"newbdez33\/phpstack","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- images\/nginx\/xtc.vhost\n+++ images\/nginx\/xtc.vhost\n@@ -1,5 +1,5 @@\n server {\n-  server_name mobile.viewspeaker.com;\n+  server_name mobile.viewspeaker.com mobile.viewspeaker.cat;\n   root        \/var\/www\/xtc;\n   index       index.php;\n \n@@ -27,7 +27,7 @@\n }\n \n server {\n-  server_name mobile.api.viewspeaker.com;\n+  server_name mobile.api.viewspeaker.com mobile.api.viewspeaker.cat;\n   root        \/var\/www\/xtc;\n   index       index.php;\n \n"}
{"commit":"139ff2fefb711c06ac02a99ca5a26cfa6b8fd670","subject":"Enable GET parameters","message":"Enable GET parameters\n","repos":"inhere\/dockerenv,inhere\/dockerenv,myorb\/php-dockerized,mmswebinternet\/php-dockerized,kasperisager\/phpstack,mmswebinternet\/php-dockerized,mmswebinternet\/php-dockerized,mmswebinternet\/php-dockerized,yazashin\/php-dockerized,kasperisager\/php-dockerized","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- sites\/default.vhost\n+++ sites\/default.vhost\n@@ -7,7 +7,7 @@\n   fastcgi_read_timeout 1800;\n \n   location \/ {\n-    try_files $uri $uri\/ \/index.php;\n+    try_files $uri $uri\/ \/index.php$is_args$args;\n   }\n \n   location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n"}
{"commit":"6005466152f20f85707767cc00bf42482eb55215","subject":"test with new default.vhost file","message":"test with new default.vhost file\n","repos":"mitchellkrogza\/Travis-CI-Nginx-for-Testing-Nginx-Configuration,mitchellkrogza\/Travis-CI-Nginx-for-Testing-Nginx-Configuration","returncode":0,"stderr":"","license":"mit","lang":"ApacheConf","diff":"--- travis-ci\/default.vhost\n+++ travis-ci\/default.vhost\n@@ -5,7 +5,7 @@\n \tserver_name localhost;\n \tcharset UTF-8;\n \n-\t\t# Block Bad Bots\n-\t\tinclude \/etc\/nginx\/bots.d\/blockbots.conf;\n-\t\tinclude \/etc\/nginx\/bots.d\/ddos.conf;\n+    location \/ {\n+      root \/var\/www\/html\/;\n+        }\n }\n"}
{"commit":"555333287eff87cf5652500f224e18428b179f99","subject":"remove restriction on CORS","message":"remove restriction on CORS\n","repos":"sgmap\/api-particulier,sgmap\/api-particulier","returncode":0,"stderr":"","license":"agpl-3.0","lang":"ApacheConf","diff":"--- nginx\/apiparticulier.vhost\n+++ nginx\/apiparticulier.vhost\n@@ -9,7 +9,7 @@\n \n         location \/docs {\n           root \/var\/www;\n-          add_header 'Access-Control-Allow-Origin' '*.gouv.fr';\n+          add_header 'Access-Control-Allow-Origin' '*';\n         }\n \n         location \/status {\n"}
{"commit":"d9c2d137f7f5f9339b23f69086020b680c136afc","subject":"Modification config VHOST","message":"Modification config VHOST\n","repos":"FHenry\/zf2biz,FHenry\/zf2biz,FHenry\/zf2biz","returncode":0,"stderr":"","license":"bsd-3-clause","lang":"ApacheConf","diff":"--- server_config\/site.vhost\n+++ server_config\/site.vhost\n@@ -1,10 +1,10 @@\n <VirtualHost *:80>\n-\tServerName appblanche.local\n-\tDocumentRoot \/var\/git\/zf2biz\/application-blanche\/public\n+\tServerName galerie.local\n+\tDocumentRoot \/var\/git\/zf2biz\/gallerie\/public\n \n \tSetEnv APPLICATION_ENV \"development\"\n \n-\t<Directory \/var\/git\/zf2biz\/application-blanche\/public>\n+\t<Directory \/var\/git\/zf2biz\/galerie\/public>\n \t\tOrder deny,allow\n \t\tAllow from all\n \n"}
{"commit":"3622256e6ffb026af1ba30131027ed8109c668e7","subject":"Add nginx configuration","message":"Add nginx configuration\n\nSigned-off-by: Konosprod <220f1eb1aca902f59b8c2b389e151298848b6ae6@free.fr>\n","repos":"Konosprod\/ciconia,Konosprod\/ciconia,Konosprod\/ciconia,Konosprod\/ciconia","returncode":1,"stderr":"error: pathspec 'nginx.vhost' did not match any file(s) known to git\n","license":"apache-2.0","lang":"ApacheConf","diff":"--- nginx.vhost\n+++ nginx.vhost\n@@ -0,0 +1,28 @@\n+server {\n+\tserver_name push.example.fr;\n+        root \/var\/www\/push.example.fr;\n+        access_log \/var\/log\/nginx\/push.example.fr.access.log;\n+        error_log \/var\/log\/nginx\/push.example.fr.error.log;\n+\n+        index index.php;\n+\n+\tlocation \/ {\n+\t\t\n+\t\ttry_files $uri $uri\/ \/index.php?$args;\n+        }\n+\n+\tlocation ~ \"^\/([\\w\\d]{4})$\" {\n+\t\ttry_files $uri \/pages\/decoder.php?decode=$1;\n+\t}\n+\n+        location ~ \\.php$ {\n+                include fastcgi_params;\n+                fastcgi_intercept_errors on;\n+                fastcgi_pass unix:\/var\/run\/php5-fpm.sock;\n+        }\n+\n+        location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n+                expires max;\n+                log_not_found off;\n+        }\n+}\n"}
{"commit":"7d32d68a37a29ef7ab1092287cd224236a2f4e05","subject":"apache vhost config file","message":"apache vhost config file\n","repos":"strycore\/djung,strycore\/djung,strycore\/djung,strycore\/djung","returncode":1,"stderr":"error: pathspec 'config\/project_name.vhost' did not match any file(s) known to git\n","license":"bsd-3-clause","lang":"ApacheConf","diff":"--- config\/project_name.vhost\n+++ config\/project_name.vhost\n@@ -0,0 +1,31 @@\n+<VirtualHost *:80>\n+    WSGIScriptReloading On\n+    WSGIDaemonProcess %PROJECT%-%ENV%\n+    WSGIProcessGroup %PROJECT%-%ENV%\n+    WSGIApplicationGroup %PROJECT%-%ENV%\n+    WSGIPassAuthorization On\n+\n+    WSGIScriptAlias \/ %ROOT%\/%ENV%\/%PROJECT%\/config\/%PROJECT%.wsgi\n+\n+    ServerName %PROJECT%.%DOMAIN%\n+\n+    <Location \"\/\">\n+        Order Allow,Deny\n+        Allow from all\n+    <\/Location>\n+\n+    <Location \"\/static\">\n+        SetHandler None\n+    <\/Location>\n+    Alias \/static %ROOT%\/%ENV%\/%PROJECT%\/static\n+\n+    <Location \"\/media\">\n+        SetHandler None\n+    <\/Location>\n+    Alias \/media %ROOT%\/%ENV%\/%PROJECT%\/media\n+\n+    ErrorLog \/var\/log\/apache2\/%PROJECT%_%ENV%_error.log\n+    LogLevel info\n+    CustomLog \/var\/log\/apache2\/%PROJECT%_%ENV%_access.log combined\n+<\/VirtualHost>\n+\n"}
{"commit":"23aeb2a1cd143b7f757fc3aef866aba4727e44d3","subject":"update nginx example conf","message":"update nginx example conf\n","repos":"pleebe\/fuuka4plebs,pleebe\/fuuka4plebs,pleebe\/fuuka4plebs,pleebe\/fuuka4plebs","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pleebe\/fuuka4plebs.git\/'\n","license":"mit","lang":"ApacheConf","diff":""}
{"commit":"44ba7c16998a9af9ea592866113b9750f685ce9c","subject":"add nginx sample config","message":"add nginx sample config\n","repos":"syrma-php\/web-container-bundle","returncode":1,"stderr":"error: pathspec 'Resources\/doc\/sample\/nginx.vhost' did not match any file(s) known to git\n","license":"mit","lang":"ApacheConf","diff":"--- Resources\/doc\/sample\/nginx.vhost\n+++ Resources\/doc\/sample\/nginx.vhost\n@@ -0,0 +1,13 @@\n+server {\n+    server_name [domain];\n+    root  [symfony-web-root]\n+\n+\tlocation \/ {\n+\t\tinclude proxy_params;\n+\t\tproxy_set_header X-Forwarded-Host \"$http_host:$server_port\";\n+        proxy_pass  http:\/\/127.0.0.1:9100$request_uri;\n+    }\n+\n+    error_log \/var\/log\/nginx\/syrma.log;\n+    access_log \/var\/log\/nginx\/syrma.log;\n+}\n"}
{"commit":"ac81205b04933ea0afe450609a00e5f54f1804cd","subject":"adding php-fpm support","message":"adding php-fpm support\n","repos":"ynk\/vhs","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/ynk\/vhs.git\/'\n","license":"mit","lang":"ApacheConf","diff":""}
{"commit":"ba4612fbc9ab9d15e5b53507bdaf0d53fdcff13f","subject":"Example configuration for Apache with LDAP authentication","message":"Example configuration for Apache with LDAP authentication\n","repos":"MozillaSecurity\/FuzzManager,cihatix\/FuzzManager,sigma-random\/FuzzManager,MozillaSecurity\/FuzzManager,MozillaSecurity\/FuzzManager,cihatix\/FuzzManager,sigma-random\/FuzzManager,MozillaSecurity\/FuzzManager,lazyparser\/FuzzManager,cihatix\/FuzzManager,sigma-random\/FuzzManager,lazyparser\/FuzzManager,cihatix\/FuzzManager,lazyparser\/FuzzManager,lazyparser\/FuzzManager,sigma-random\/FuzzManager","returncode":1,"stderr":"error: pathspec 'examples\/apache2\/default.vhost' did not match any file(s) known to git\n","license":"mpl-2.0","lang":"ApacheConf","diff":"--- examples\/apache2\/default.vhost\n+++ examples\/apache2\/default.vhost\n@@ -0,0 +1,33 @@\n+WSGIPythonPath \/path\/to\/repo\/FuzzManager\/server\n+<VirtualHost *:80>\n+\tServerName fuzzmanager.your.domain\n+\n+\tAlias \/static\/ \/path\/to\/repo\/FuzzManager\/server\/crashmanager\/static\/\n+\tAlias \/tests\/ \/path\/to\/repo\/FuzzManager\/server\/tests\/\n+\n+\tWSGIScriptAlias \/ \/path\/to\/repo\/FuzzManager\/server\/server\/wsgi.py\n+\tWSGIPassAuthorization On\n+\n+\t<Location \/>\n+\t\tAuthType Basic\n+\t\tAuthName \"LDAP Login\"\n+\t\tAuthBasicProvider file ldap\n+\t\tAuthUserFile \/path\/to\/.htpasswd\n+\t\t# Your LDAP configuration here, including Require directives\n+\n+\t\t# This user is used by clients to download test cases and signatures\n+\t\tRequire user fuzzmanager\n+\t<\/Location>\n+\n+\t<Location \/crashmanager\/rest\/>\n+\t\tSatisfy Any\n+\t\tAllow from all\n+\t<\/Location>\n+\t\n+\t<Directory \/path\/to\/repo\/FuzzManager\/server>\n+\t\t<Files wsgi.py>\n+\t\t\tOrder deny,allow\n+\t\t\tAllow from all\n+\t\t<\/Files>\n+\t<\/Directory>\n+<\/VirtualHost>\n"}
{"commit":"45bdf825091f5a786567eaa4747eeb5e2ecaa955","subject":"add nginx vhost","message":"add nginx vhost\n","repos":"BillRun\/system,BillRun\/system,BillRun\/system,BillRun\/system","returncode":1,"stderr":"error: pathspec 'nginx.vhost' did not match any file(s) known to git\n","license":"agpl-3.0","lang":"ApacheConf","diff":"--- nginx.vhost\n+++ nginx.vhost\n@@ -0,0 +1,17 @@\n+server {\n+        root \/path\/to\/vhost\/public;\n+        index index.php index.html index.htm;\n+        server_name localhost;\n+        client_max_body_size 20M;\n+        location \/ {\n+                try_files $uri $uri\/ \/index.php?$args;\n+        }\n+\n+        location ~ .*.php$ {\n+            fastcgi_pass  127.0.0.1:9000;\n+            fastcgi_index index.php;\n+            include fastcgi_params;\n+            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n+        }\n+\n+}\n"}
{"commit":"d409200a74b191cd0459f893357003b7dc7d46b3","subject":"Add example vhost file","message":"Add example vhost file\n","repos":"jerram\/symfony-preloaded","returncode":1,"stderr":"error: pathspec 'symfony.vhost' did not match any file(s) known to git\n","license":"mit","lang":"ApacheConf","diff":"--- symfony.vhost\n+++ symfony.vhost\n@@ -0,0 +1,67 @@\n+<VirtualHost *:80>\n+        ServerName symfony.dev\n+        ServerAdmin webmaster@localhost\n+        DocumentRoot \/var\/vhosts\/symfony\/web\n+#        DirectoryIndex app.php\n+        <Directory \/>\n+                Options FollowSymLinks\n+                AllowOverride None\n+        <\/Directory>\n+        <Directory \/var\/vhosts\/symfony\/>\n+                DirectoryIndex app.php\n+                AllowOverride All\n+                Order allow,deny\n+                Allow from all\n+                RewriteEngine On\n+                RewriteCond %{REQUEST_FILENAME} !-f\n+                RewriteRule ^(.*)$ app.php [QSA,L]\n+                RedirectMatch permanent ^\/app\\.php\/(.*) \/$1\n+                Options FollowSymLinks\n+        <\/Directory>\n+\n+        ErrorLog ${APACHE_LOG_DIR}\/symfony-error.log\n+\n+        # Possible values include: debug, info, notice, warn, error, crit,\n+        # alert, emerg.\n+        LogLevel warn\n+\n+        CustomLog ${APACHE_LOG_DIR}\/symfony-access.log combined\n+<\/VirtualHost>\n+\n+<IfModule mod_ssl.c>\n+<VirtualHost *:443>\n+        ServerName symfony.dev\n+        ServerAdmin webmaster@localhost\n+        DocumentRoot \/var\/vhosts\/symfony\/web\n+        <Directory \/>\n+                Options FollowSymLinks\n+                AllowOverride None\n+        <\/Directory>\n+        <Directory \/var\/vhosts\/symfony\/>\n+                Options FollowSymLinks\n+                AllowOverride All\n+                Order allow,deny\n+                allow from all\n+        <\/Directory>\n+\n+        ErrorLog ${APACHE_LOG_DIR}\/symfony-error.log\n+\n+        # Possible values include: debug, info, notice, warn, error, crit,\n+        # alert, emerg.\n+        LogLevel warn\n+\n+        CustomLog ${APACHE_LOG_DIR}\/symfony-access.log combined\n+\n+        SSLEngine on\n+        SSLCertificateFile    \/etc\/ssl\/certs\/ssl-cert-snakeoil.pem\n+        SSLCertificateKeyFile \/etc\/ssl\/private\/ssl-cert-snakeoil.key\n+\n+        BrowserMatch \"MSIE [2-6]\" \\\n+                nokeepalive ssl-unclean-shutdown \\\n+                downgrade-1.0 force-response-1.0\n+        # MSIE 7 and newer should be able to use keepalive\n+        BrowserMatch \"MSIE [17-9]\" ssl-unclean-shutdown\n+\n+<\/VirtualHost>\n+<\/IfModule>\n+\n"}
{"commit":"e8390ea321fa631ddf2275275691ecbb503b8796","subject":"Correct servername","message":"Correct servername\n","repos":"pluxain\/dotfiles","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pluxain\/dotfiles.git\/'\n","license":"mit","lang":"ApacheConf","diff":""}
{"commit":"7bae2b160aa0ac83ee442ab8286dd5232fcbb32e","subject":"nginx demo config","message":"nginx demo config\n\ncloses #2\n","repos":"foodsharing-dev\/foodsharing-api,foodsharing-dev\/foodsharing-api,foodsharing-dev\/foodsharing-api","returncode":1,"stderr":"error: pathspec 'scripts\/fslight.nginx.vhost' did not match any file(s) known to git\n","license":"mit","lang":"ApacheConf","diff":"--- scripts\/fslight.nginx.vhost\n+++ scripts\/fslight.nginx.vhost\n@@ -0,0 +1,56 @@\n+server {\n+  listen\t 443 ssl;\n+\n+  server_name YourServerName\n+  root \/var\/www\/fslight\/www\/foodsharing-api\/web;\n+\n+  ssl_certificate PathToCrt.pem\n+  ssl_certificate_key PathToKey.pem\n+\n+  location \/ {\n+# try to serve file directly, fallback to app.php\n+    try_files $uri \/foodsharing-light$uri \/app.php$is_args$args;\n+  }\n+# PROD\n+  location ~ ^\/app\\.php(\/|$) {\n+    fastcgi_pass unix:\/var\/run\/php5-fpm-fslight.sock;\n+    fastcgi_split_path_info ^(.+\\.php)(\/.*)$;\n+    include fastcgi_params;\n+# Prevents URIs that include the front controller. This will 404:\n+# http:\/\/domain.tld\/app.php\/some-path\n+# Remove the internal directive to allow URIs like this\n+    internal;\n+  }\n+\n+  location ^~ \/foodsharing\/socket\/ {\n+    include nodejs_proxy_params;\n+    access_log off;\n+    proxy_pass http:\/\/lmr_dev_nodejs\/;\n+  }\n+\n+  location = \/fs\/xhrapp.php {\n+    rewrite \/fs(.*) $1 break;\n+    fastcgi_split_path_info ^(.+?\\.php)(\/.*)$;\n+    if (!-f $document_root$fastcgi_script_name) {\n+      return 404;\n+    }\n+    fastcgi_pass lmr_prod_php;\n+    fastcgi_index index.php;\n+    include fastcgi_params;\n+    alias \/var\/www\/lmr-prod\/www;\n+  }\n+\n+  location \/fs\/images\/ {\n+    alias \/var\/www\/lmr-prod\/www\/images\/;\n+    try_files $uri =404;\n+  }\n+\n+# return 404 for all other php files not matching the front controller\n+# this prevents access to other php files you don't want to be accessible.\n+  location ~ \\.php$ {\n+    return 404;\n+  }\n+\n+  error_log \/var\/www\/fslight\/log\/nginx_error.log;\n+  access_log \/var\/www\/fslight\/log\/nginx_access.log;\n+}\n"}
{"commit":"478475db1feffd715d7438fcc4e5bd729b66d127","subject":"updated rewriting rules for apache","message":"updated rewriting rules for apache\n","repos":"rossjones\/ScraperWikiX,rossjones\/ScraperWikiX,rossjones\/ScraperWikiX,rossjones\/ScraperWikiX,rossjones\/ScraperWikiX,rossjones\/ScraperWikiX","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/rossjones\/ScraperWikiX.git\/'\n","license":"agpl-3.0","lang":"ApacheConf","diff":""}
{"commit":"54209d7809966d599494ff4787a0aa303e3630c5","subject":"allow access only from local networks","message":"allow access only from local networks\n","repos":"morawskim\/puppet-mopensuse,morawskim\/puppet-mopensuse,morawskim\/puppet-mopensuse","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/morawskim\/puppet-mopensuse.git\/'\n","license":"mit","lang":"ApacheConf","diff":""}
{"commit":"a3c637baf0dfe424f97385d68213ce26990a1002","subject":"refine for xtc","message":"refine for xtc\n","repos":"newbdez33\/phpstack","returncode":1,"stderr":"error: pathspec 'images\/nginx\/xtc.vhost' did not match any file(s) known to git\n","license":"mit","lang":"ApacheConf","diff":"--- images\/nginx\/xtc.vhost\n+++ images\/nginx\/xtc.vhost\n@@ -0,0 +1,26 @@\n+server {\n+  server_name mobile.api.viewspeaker.dog mobile.viewspeaker.dog;\n+  root        \/var\/www\/xtc;\n+  index       index.php;\n+\n+  client_max_body_size 100M;\n+  fastcgi_read_timeout 1800;\n+\n+  location \/ {\n+    try_files $uri $uri\/ \/index.php;\n+  }\n+\n+  location ~* \\.(js|css|png|jpg|jpeg|gif|ico)$ {\n+    expires       max;\n+    log_not_found off;\n+    access_log    off;\n+  }\n+\n+  location ~ \\.php$ {\n+    try_files     $uri =404;\n+    include       fastcgi_params;\n+    fastcgi_index index.php;\n+    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n+    fastcgi_pass  unix:\/var\/run\/php5-fpm.sock;\n+  }\n+}\n"}
{"commit":"1b2a075733bacdf7d97c7171a2fe78bda0524795","subject":"N\u00b0commit: d9c2d13","message":"N\u00b0commit: d9c2d13\n","repos":"debruyne0\/galerie,debruyne0\/application-blanche","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/debruyne0\/application-blanche.git\/'\n","license":"bsd-3-clause","lang":"ApacheConf","diff":""}
{"commit":"a7480a1cdf5489ee20f2d0818d2108b1505fca5a","subject":"add apache vhost","message":"add apache vhost\n","repos":"BillRun\/system,BillRun\/system,BillRun\/system,BillRun\/system","returncode":1,"stderr":"error: pathspec 'apache.vhost' did not match any file(s) known to git\n","license":"agpl-3.0","lang":"ApacheConf","diff":"--- apache.vhost\n+++ apache.vhost\n@@ -0,0 +1,26 @@\n+<VirtualHost *:80>\n+\n+        ServerAdmin webmaster@localhost\n+        ServerName localhost\n+        \n+        DocumentRoot \/path\/to\/vhost\/public\/\n+        <Directory \/>\n+                Options FollowSymLinks\n+                AllowOverride None\n+        <\/Directory>\n+        <Directory \/path\/to\/vhost\/public\/>\n+                Options Indexes FollowSymLinks MultiViews\n+                AllowOverride None\n+                Order allow,deny\n+                allow from all\n+        <\/Directory>\n+\n+        ErrorLog ${APACHE_LOG_DIR}\/error.log\n+\n+        # Possible values include: debug, info, notice, warn, error, crit,\n+        # alert, emerg.\n+        LogLevel warn\n+\n+        CustomLog ${APACHE_LOG_DIR}\/access.log combined\n+\n+<\/VirtualHost>\n"}
{"commit":"6240d218c3d191cb027ca574cf4100ce6483d111","subject":"Add vhost for local luxain.pro under WP","message":"Add vhost for local luxain.pro under WP\n","repos":"pluxain\/dotfiles","returncode":128,"stderr":"remote: Support for password authentication was removed on August 13, 2021.\nremote: Please see https:\/\/docs.github.com\/en\/get-started\/getting-started-with-git\/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.\nfatal: Authentication failed for 'https:\/\/github.com\/pluxain\/dotfiles.git\/'\n","license":"mit","lang":"ApacheConf","diff":""}
{"commit":"ed53e73bd81572873b6ab761b27b198269d6b490","subject":"add support directory and nginx example vhost","message":"add support directory and nginx example vhost\n","repos":"hggh\/cpves,hggh\/cpves,tobiasge\/cpves,tobiasge\/cpves,tobiasge\/cpves,hggh\/cpves,tobiasge\/cpves,hggh\/cpves","returncode":128,"stderr":"fatal: unable to access 'https:\/\/github.com\/hggh\/cpves.git\/': The requested URL returned error: 403\n","license":"agpl-3.0","lang":"ApacheConf","diff":""}
{"commit":"1f5a2fb06093e8e11d38ae23ea51d06a70147db9","subject":"add apache vhost to data folder","message":"add apache vhost to data folder\n\nuseful for fresh installation","repos":"BillRun\/NPG,BillRun\/NPG,BillRun\/NPG","returncode":1,"stderr":"error: pathspec 'data\/apache.vhost' did not match any file(s) known to git\n","license":"agpl-3.0","lang":"ApacheConf","diff":"--- data\/apache.vhost\n+++ data\/apache.vhost\n@@ -0,0 +1,26 @@\n+<VirtualHost *:80>\n+\n+        ServerAdmin webmaster@localhost\n+        ServerName localhost\n+        \n+        DocumentRoot \/path\/to\/vhost\/public\/\n+        <Directory \/>\n+                Options FollowSymLinks\n+                AllowOverride None\n+        <\/Directory>\n+        <Directory \/path\/to\/vhost\/public\/>\n+                Options Indexes FollowSymLinks MultiViews\n+                AllowOverride None\n+                Order allow,deny\n+                allow from all\n+        <\/Directory>\n+\n+        ErrorLog ${APACHE_LOG_DIR}\/error.log\n+\n+        # Possible values include: debug, info, notice, warn, error, crit,\n+        # alert, emerg.\n+        LogLevel warn\n+\n+        CustomLog ${APACHE_LOG_DIR}\/access.log combined\n+\n+<\/VirtualHost>\n"}
{"commit":"a947e1d230fad40dfd23105f5841c764b2c0904d","subject":"Update default.vhost (#45)","message":"Update default.vhost (#45)","repos":"mmswebinternet\/php-dockerized,mmswebinternet\/php-dockerized,kasperisager\/php-dockerized,mmswebinternet\/php-dockerized,kasperisager\/phpstack,mmswebinternet\/php-dockerized,inhere\/dockerenv,inhere\/dockerenv","returncode":128,"stderr":"fatal: unable to access 'https:\/\/github.com\/kasperisager\/phpstack.git\/': The requested URL returned error: 403\n","license":"mit","lang":"ApacheConf","diff":""}
