Updates for business critical functions vs twitter updates
Updates for business critical functions vs twitter updates. http://performance360.blogspot.com/2009/06/irony-updates-for-business-critical.html
Personal Jottings ....
Updates for business critical functions vs twitter updates. http://performance360.blogspot.com/2009/06/irony-updates-for-business-critical.html
OK time for some shameless self promotion.
If you get in to trouble with some parameter for a command line tool in windows, you get an annoying - LOUD noise. Irritating to say the very least. Now you can turn this windows beep sound by running the below 2 commands in a command prompt.
Simple troubleshooting tips to get Apache Module Rewrite to work. This is most probably an idiots guide so geeks excuse.
Not Found
The requested URL /test-programs/modrewrite/alice.html was not found on this server.
Alias / "C:/wwwroot/"
Directory "C:/wwwroot">
Options All MultiViews
AllowOverride All
Order allow,deny
Allow from all
Alias / "C:/wwwroot/"
Options FollowSymLinks SymLinksIfOwnerMatch MultiViews
AllowOverride All
Order allow,deny
Allow from all
DocumentRoot "C:/wwwroot/"
#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
Options FollowSymLinks
AllowOverride All
Order deny,allow
Deny from all
#
# This should be changed to whatever you set DocumentRoot to.
#
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
#
Options Indexes
#Options Indexes All
#Options Indexes MultiViews
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.2"
LoadModule dir_module modules/mod_dir.so
The below is required only if you also want PHP to be working.
LoadModule php5_module "C:/SoftwareInstallations/PHP5292/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/SoftwareInstallations/PHP5292"
Here are the alias entries with relevant permissions.
Alias / "C:/wwwroot/"
Options All MultiViews
AllowOverride All
Order allow,deny
Allow from all
Alias / "C:/wwwroot/"
#Options All MultiViews
AllowOverride All
Order allow,deny
Allow from all
Options All MultiViews
RewriteEngine On
RewriteRule ^link([^/]*).html$ rewrite.php?link=$1 [L]
RewriteRule ^alice.html$ bob.html
Options Indexes SymLinksIfOwnerMatch MultiViews
RewriteEngine On
RewriteRule ^link([^/]*).html$ rewrite.php?link=$1 [L]
RewriteRule ^alice.html$ bob.html
Labels: technical apache
Login as "su" super user on your linux machine and add the line below that helps you mount the jump drive on boot up. Addd the line in bold below.
US tops based on Gold held by Govt. China is also buying gold to diversify its reserves. See new article on this story here. This is good for the overall Gold market as prices could remain stable for more time. People are slowly moving out or diversifying out of the dollar ?
PM Manmohan Singh : Iron Fist in Velvet Glove : A nice articel about the PM in rediff.com. I agree that this is one of the better Prime Ministers we have had. The achievement of this man starts right from 1990 with economic reforms. Kudos to Congress President Sonia to choose him as PM instead of herself !