Subversion Repositories oidplus

Compare Revisions

No changes between revisions

Regard whitespace Rev 225 → Rev 226

/trunk_oldversion/_profiling/.htaccess
0,0 → 1,25
# https://stackoverflow.com/a/26155051/488539
 
# Redirect to HTTPS
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
 
# Authenticate users only when using HTTPS
<If "%{HTTPS} == 'on'">
AuthType Basic
AuthName "ViaThinkSoft"
AuthUserFile /home/daniel-marschall/.htpasswd
# Prevent this 'Require' directive from overriding any merged previously
<IfVersion >= 2.4>
AuthMerging And
</IfVersion>
Require valid-user
</If>
 
# ---
 
RewriteEngine Off
RewriteOptions Inherit
Options +Indexes
 
/trunk_oldversion/_profiling/do_profile.sh
0,0 → 1,5
#!/bin/bash
rm profiling_/cachegrind.out.*
php -d xdebug.profiler_enable=On whois.php
mv /global/php-profiling/cachegrind.out.* profiling_/
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:mime-type
+text/x-sh
\ No newline at end of property
/trunk_oldversion/_profiling/profiler-enable
0,0 → 1,2
php -d xdebug.profiler_enable=On index.php
 
/trunk_oldversion/_profiling/wincachegrind-1.0.0.9b.zip
Cannot display: file marked as a binary type.
svn:mime-type = application/zip
Property changes:
Added: svn:mime-type
+application/zip
\ No newline at end of property