Excellent Apache mod_rewrite Cheat Sheet
REQUEST_URI
Excellent Apache mod_rewrite Cheat Sheet
REQUEST_URI
Simple Apache setup for local development
When setting this up on Linux make sure to restart your browser after editing the /etc/hosts file. This was the case with Firefox anyway.
What if you want to test your example.dev in internet exploder on your windows computer? Simply edit c:system32driversetchosts by adding a line with your development server’s IP address and “example.dev” or whatever you named your virtual host entry.
192.168.1.123 myexamplesite.dev
Then you can enter myexamplesite.dev in your browser and apache will load up the virtual host for myexamplesite.dev
Ta da!
Recompiling PHP5 With Bundled Support for GD on Ubuntu – CuMu.Li
This helped me resolve the Drupal error when setting up a local development environment.
Using Capistrano with Passenger (mod_rails) | Ruby on Rails http://www.gotripod.com/2008/11/22/rails-deployment-is-so-easy-these-days/ http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/
No entries found. |
No entries found. |
0.5908 |
|
0.6421 |
|
0.6251 |
|
0.4301 |
|
0.4919 |
|
0.6430 |
|
0.4210 |
|
3.4530 |
|
0.2329 |
|
0.6242 |
|
0.1979 |
|
0.6421 |
|
0.0682 |
|
0.3080 |
|
1.3201 |
|
1.6122 |
|
0.5410 |
|
0.5412 |
|
0.3910 |
|
0.4671 |
|
0.6828 |
|
1.6909 |
|
1.3180 |
|
0.8059 |
|
0.9141 |
|
1.3990 |
|
0.4900 |
|
1.4188 |
|
13.7231 |
|
0.7341 |
|
1.1728 |
|
0.7150 |
|
0.5660 |
|
5.1529 |
|
0.5980 |
|
0.4320 |
|
[0] => themes/twentyeleven/inc/theme-options.php [1] => themes/twentyeleven/inc/widgets.php [2] => themes/twentyeleven/tag.php [3] => themes/twentyeleven/header.php [4] => themes/twentyeleven/searchform.php [5] => themes/twentyeleven/content-link.php [6] => themes/twentyeleven/content.php [7] => themes/twentyeleven/sidebar.php [8] => themes/twentyeleven/footer.php [9] => themes/twentyeleven/sidebar-footer.php
$_GET = array (
);
$_POST = array (
);
$_COOKIE = array (
);
$_SESSION = array (
);
$_SERVER = array (
'SERVER_SOFTWARE' => 'Apache',
'REQUEST_URI' => '/tag/apache/',
'LSPHP_ENABLE_USER_INI' => 'on',
'PATH' => '/usr/local/bin:/usr/bin:/bin',
'TEMP' => '/tmp',
'TMP' => '/tmp',
'TMPDIR' => '/tmp',
'PWD' => '/',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'gzip, br, zstd, deflate',
'CONTENT_LENGTH' => '0',
'HTTP_HOST' => 'www.zzzzzzzzz.net',
'HTTP_REFERER' => 'https://zzzzzzzzz.net/tag/apache',
'HTTP_USER_AGENT' => 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)',
'HTTP_X_HTTPS' => '1',
'REDIRECT_UNIQUE_ID' => 'Z4sl4uCiR34pZ_C0ZzWNhQAASnE',
'REDIRECT_QS_ConnectionId' => '173717245025179657792117',
'REDIRECT_SCRIPT_URL' => '/tag/apache/',
'REDIRECT_SCRIPT_URI' => 'https://www.zzzzzzzzz.net/tag/apache/',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_SSL_TLS_SNI' => 'www.zzzzzzzzz.net',
'REDIRECT_HTTP2' => 'on',
'REDIRECT_H2PUSH' => 'off',
'REDIRECT_H2_PUSH' => 'off',
'REDIRECT_H2_PUSHED' => '',
'REDIRECT_H2_PUSHED_ON' => '',
'REDIRECT_H2_STREAM_ID' => '1',
'REDIRECT_H2_STREAM_TAG' => '792117-145-1',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'Z4sl4uCiR34pZ_C0ZzWNhQAASnE',
'QS_ConnectionId' => '173717245025179657792117',
'SCRIPT_URL' => '/tag/apache/',
'SCRIPT_URI' => 'https://www.zzzzzzzzz.net/tag/apache/',
'HTTPS' => 'on',
'SSL_TLS_SNI' => 'www.zzzzzzzzz.net',
'HTTP2' => 'on',
'H2PUSH' => 'off',
'H2_PUSH' => 'off',
'H2_PUSHED' => '',
'H2_PUSHED_ON' => '',
'H2_STREAM_ID' => '1',
'H2_STREAM_TAG' => '792117-145-1',
'SERVER_SIGNATURE' => '',
'SERVER_NAME' => 'www.zzzzzzzzz.net',
'SERVER_ADDR' => '192.185.137.117',
'SERVER_PORT' => '443',
'REMOTE_ADDR' => '3.137.162.107',
'DOCUMENT_ROOT' => '/home1/zzz/public_html',
'REQUEST_SCHEME' => 'https',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/home1/zzz/public_html',
'SERVER_ADMIN' => 'webmaster@zzzzzzzzz.net',
'SCRIPT_FILENAME' => '/home1/zzz/public_html/index.php',
'REMOTE_PORT' => '6006',
'REDIRECT_URL' => '/tag/apache/',
'SERVER_PROTOCOL' => 'HTTP/2.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => 1737172450.25837802886962890625,
'REQUEST_TIME' => 1737172450,
'argv' =>
array (
),
'argc' => 0,
);