Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Just for fun while we at LulzSec warm up #FuckFBIFriday
- web server config file of nintendo.com
- #
- ## httpd.conf -- Apache HTTP server configuration file
- ##
- # This is the main server configuration file. See URL http://www.apache.org/
- # for instructions.
- # Do NOT simply read the instructions in here without understanding
- # what they do, if you are unsure consult the online docs. You have been
- # warned.
- # Originally by Rob McCool
- # These two directives are used to combine the three config files into one.
- # The three config files are a legacy setup and are not needed.
- #AccessConfig /dev/null
- #ResourceConfig /dev/null
- # ServerRoot: The directory the server's config, error, and log files
- # are kept in.
- # NOTE! If you intend to place this on a NFS (or otherwise network)
- # mounted filesystem then please read the LockFile documentation,
- # you will save yourself a lot of trouble.
- ServerRoot /opt/apache2
- ServerSignature Off
- ServerTokens Prod
- extendedstatus on
- # Listen: The listen directive is required only if the server
- # will be listening on more than 1 port.
- #Listen 10.99.97.171:80
- Listen loghost:80
- #
- # Dynamic Shared Object (DSO) Support
- #
- # To be able to use the functionality of a module which was built as a DSO you
- # have to place corresponding `LoadModule' lines at this location so the
- # directives contained in it are actually available _before_ they are used.
- # Statically compiled modules (those listed by `httpd -l') do not need
- # to be loaded here.
- #
- # Example:
- # LoadModule foo_module modules/mod_foo.so
- #
- LoadModule authn_file_module modules/mod_authn_file.so
- #LoadModule authn_dbm_module modules/mod_authn_dbm.so
- #LoadModule authn_anon_module modules/mod_authn_anon.so
- #LoadModule authn_dbd_module modules/mod_authn_dbd.so
- LoadModule authn_default_module modules/mod_authn_default.so
- #LoadModule authn_alias_module modules/mod_authn_alias.so
- LoadModule authz_host_module modules/mod_authz_host.so
- #LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
- LoadModule authz_user_module modules/mod_authz_user.so
- #LoadModule authz_dbm_module modules/mod_authz_dbm.so
- #LoadModule authz_owner_module modules/mod_authz_owner.so
- #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
- LoadModule authz_default_module modules/mod_authz_default.so
- LoadModule auth_basic_module modules/mod_auth_basic.so
- LoadModule auth_digest_module modules/mod_auth_digest.so
- #LoadModule file_cache_module modules/mod_file_cache.so
- LoadModule cache_module modules/mod_cache.so
- #LoadModule disk_cache_module modules/mod_disk_cache.so
- LoadModule mem_cache_module modules/mod_mem_cache.so
- #LoadModule dbd_module modules/mod_dbd.so
- #LoadModule dumpio_module modules/mod_dumpio.so
- #LoadModule reqtimeout_module modules/mod_reqtimeout.so
- #LoadModule ext_filter_module modules/mod_ext_filter.so
- LoadModule include_module modules/mod_include.so
- LoadModule filter_module modules/mod_filter.so
- #LoadModule substitute_module modules/mod_substitute.so
- #LoadModule charset_lite_module modules/mod_charset_lite.so
- LoadModule deflate_module modules/mod_deflate.so
- #LoadModule ldap_module modules/mod_ldap.so
- LoadModule log_config_module modules/mod_log_config.so
- #LoadModule log_forensic_module modules/mod_log_forensic.so
- #LoadModule logio_module modules/mod_logio.so
- LoadModule env_module modules/mod_env.so
- #LoadModule mime_magic_module modules/mod_mime_magic.so
- #LoadModule cern_meta_module modules/mod_cern_meta.so
- LoadModule expires_module modules/mod_expires.so
- LoadModule headers_module modules/mod_headers.so
- #LoadModule ident_module modules/mod_ident.so
- LoadModule usertrack_module modules/mod_usertrack.so
- #LoadModule unique_id_module modules/mod_unique_id.so
- LoadModule setenvif_module modules/mod_setenvif.so
- #LoadModule version_module modules/mod_version.so
- #LoadModule proxy_module modules/mod_proxy.so
- #LoadModule proxy_connect_module modules/mod_proxy_connect.so
- #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
- #LoadModule proxy_http_module modules/mod_proxy_http.so
- #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
- #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
- #LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
- #LoadModule ssl_module modules/mod_ssl.so
- LoadModule mime_module modules/mod_mime.so
- #LoadModule dav_module modules/mod_dav.so
- LoadModule status_module modules/mod_status.so
- LoadModule autoindex_module modules/mod_autoindex.so
- LoadModule asis_module modules/mod_asis.so
- #LoadModule info_module modules/mod_info.so
- LoadModule cgid_module modules/mod_cgid.so
- #LoadModule dav_fs_module modules/mod_dav_fs.so
- #LoadModule dav_lock_module modules/mod_dav_lock.so
- #LoadModule vhost_alias_module modules/mod_vhost_alias.so
- LoadModule negotiation_module modules/mod_negotiation.so
- LoadModule dir_module modules/mod_dir.so
- #LoadModule imagemap_module modules/mod_imagemap.so
- LoadModule actions_module modules/mod_actions.so
- LoadModule speling_module modules/mod_speling.so
- LoadModule userdir_module modules/mod_userdir.so
- LoadModule alias_module modules/mod_alias.so
- LoadModule rewrite_module modules/mod_rewrite.so
- LoadModule jk_module modules/mod_jk.so
- # HostnameLookups: Log the names of clients or just their IP numbers
- # e.g. www.apache.org (on) or 204.62.129.132 (off)
- # The default is off because it'd be overall better for the net if people
- # had to knowingly turn this feature on.
- HostnameLookups off
- # If you wish httpd to run as a different user or group, you must run
- # httpd as root initially and it will switch.
- # User/Group: The name (or #number) of the user/group to run httpd as.
- # On SCO (ODT 3) use User nouser and Group nogroup
- # On HPUX you may not be able to use shared memory as nobody, and the
- # suggested workaround is to create a user www and use that user.
- # NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
- # when the value of (unsigned)Group is above 60000;
- # don't use Group #-1 on these systems!
- User nobody
- Group nobody
- # ServerAdmin: Your address, where problems with the server should be
- # e-mailed.
- ServerAdmin webadmin@noa.nintendo.com
- # BindAddress: You can support virtual hosts with this option. This option
- # is used to tell the server which IP address to listen to. It can either
- # contain "*", an IP address, or a fully qualified Internet domain name.
- # See also the VirtualHost directive.
- #BindAddress *
- # ErrorLog: The location of the error log file. If this does not start
- # with /, ServerRoot is prepended to it.
- ErrorLog "|/usr/local/bin/httplog /opt/logs/default/default_err.swebe1.%Y%m%d -u nobody -z"
- #
- # Log files have been moved to the VirtualHost section below..... Dan
- # DirectoryIndex: Name of the file or files to use as a pre-written HTML
- # directory index. Separate multiple entries with spaces.
- DirectoryIndex index.jsp index.html index.vm
- # LogLevel: Control the number of messages logged to the error_log.
- # Possible values include: debug, info, notice, warn, error, crit,
- # alert, emerg.
- LogLevel warn
- # The following directives define some format nicknames for use with
- # a CustomLog directive (see below).
- LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{cookie}n\"" combined
- LogFormat "%t \"%r\" %>s %B %D %X" extended
- #LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"SID=%{cookie}n\"" urchin
- LogFormat "%h %l %u %t \"%r\" %>s %b" common
- #LogFormat "%h %t \"%{JSESSIONID}C\"" dtcookie
- LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{cookie}n\" \"JSESSIONID=%{JSESSIONID}C\"" dtcookie
- LogFormat "%{Referer}i -> %U" referer
- LogFormat "%{User-agent}i" agent
- # The location of the access logfile (Common Logfile Format).
- # If this does not start with /, ServerRoot is prepended to it.
- #CustomLog /opt/apache/logs/access_log common
- # If you would like to have an agent and referer logfile uncomment the
- # following directives.
- #
- #CustomLog /opt/apache/logs/referer_log referer
- #CustomLog /opt/apache/logs/agent_log agent
- # If you prefer a single logfile with access, agent and referer information
- # (Combined Logfile Format) you can use the following directive.
- #
- #CustomLog /opt/apache/logs/access_log combined
- #CustomLog /opt/logs/nintendo/access_log combined
- #
- # PidFile: The file the server should log its pid to
- PidFile /opt/apache2/logs/httpd.pid
- # ScoreBoardFile: File used to store internal server process information.
- # Not all architectures require this. But if yours does (you'll know because
- # this file is created when you run Apache) then you *must* ensure that
- # no two invocations of Apache share the same scoreboard file.
- #ScoreBoardFile /opt/apache/logs/httpd.scoreboard
- # The LockFile directive sets the path to the lockfile used when Apache
- # is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or
- # USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left at
- # its default value. The main reason for changing it is if the logs
- # directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL
- # DISK. The PID of the main server process is automatically appended to
- # the filename.
- #
- #LockFile /opt/apache/logs/httpd.lock
- # ServerName allows you to set a host name which is sent back to clients for
- # your server if it's different than the one the program would get (i.e. use
- # "www" instead of the host's real name).
- #
- # Note: You cannot just invent host names and hope they work. The name you
- # define here must be a valid DNS name for your host. If you don't understand
- # this, ask your network administrator.
- ServerName swebe1
- # UseCanonicalName: (new for 1.3) With this setting turned on, whenever
- # Apache needs to construct a self-referencing URL (a url that refers back
- # to the server the response is coming from) it will use ServerName and
- # Port to form a "canonical" name. With this setting off, Apache will
- # use the hostname:port that the client supplied, when possible. This
- # also affects SERVER_NAME and SERVER_PORT in CGIs.
- UseCanonicalName off
- # CacheNegotiatedDocs: By default, Apache sends Pragma: no-cache with each
- # document that was negotiated on the basis of content. This asks proxy
- # servers not to cache the document. Uncommenting the following line disables
- # this behavior, and proxies will be allowed to cache the documents.
- #CacheNegotiatedDocs
- # Expiration directives for mod_expires
- ExpiresActive off
- #ExpiresByType image/gif "access plus 1 day"
- #ExpiresByType image/jpeg "access plus 1 day"
- #ExpiresByType audio/basic "access plus 1 day"
- #ExpiresByType audio/x-wav "access plus 1 day"
- #ExpiresByType audio/x-aiff "access plus 1 day"
- #ExpiresByType video/mpeg "access plus 1 day"
- #ExpiresByType video/x-msvideo "access plus 1 day"
- #ExpiresByType video/mpeg "access plus 1 day"
- #ExpiresByType video/quicktime "access plus 1 day"
- #ExpiresByType video/x-motion-jpeg "access plus 1 day"
- #ExpiresByType text/javascript "access plus 1 day"
- #ExpiresByType text/css "access plus 1 day"
- #ExpiresByType application/x-javascript "access plus 1 day"
- #ExpiresByType application/x-shockwave-flash "access plus 1 day"
- # Timeout: The number of seconds before receives and sends time out
- Timeout 10
- # KeepAlive: Whether or not to allow persistent connections (more than
- # one request per connection). Set to "Off" to deactivate.
- KeepAlive On
- # MaxKeepAliveRequests: The maximum number of requests to allow
- # during a persistent connection. Set to 0 to allow an unlimited amount.
- # We reccomend you leave this number high, for maximum performance.
- MaxKeepAliveRequests 0
- # KeepAliveTimeout: Number of seconds to wait for the next request
- KeepAliveTimeout 120
- # worker MPM
- # StartServers: initial number of server processes to start
- # MaxClients: maximum number of simultaneous client connections
- # MinSpareThreads: minimum number of worker threads which are kept spare
- # MaxSpareThreads: maximum number of worker threads which are kept spare
- # ThreadsPerChild: constant number of worker threads in each server process
- # MaxRequestsPerChild: maximum number of requests a server process serves
- <IfModule worker.c>
- ServerLimit 16
- ThreadLimit 1024
- #StartServers 2
- MaxClients 2048
- MinSpareThreads 100
- MaxSpareThreads 512
- ThreadsPerChild 128
- MaxRequestsPerChild 3000
- </IfModule>
- #############################################################################
- ## VirtualHost Configuration
- #############################################################################
- #<IfModule mod_ssl.c>
- # Include conf/ssl.conf
- #</IfModule>
- <Location ~ "/WEB-INF/*">
- #AllowOverride None
- deny from all
- </Location>
- <Location ~ "/META-INF/*">
- #AllowOverride None
- deny from all
- </Location>
- NameVirtualHost loghost:80
- ##*************** Default Host forces redirect to www.nintendo.com ************
- <VirtualHost loghost:80>
- # ServerName must be unused elsewhere and
- # not likely to be a name chosen for an actual site
- ServerName default
- # Log access
- CustomLog "|/usr/local/bin/httplog /opt/logs/unknown-host/acc.swebe1.%Y%m%d -z -u nobody" combined
- # Force all clients that hit this host to www.nintendo.com
- RewriteEngine on
- RewriteRule .* http://www.nintendo.com/ [R,L]
- </VirtualHost>
- ##*************************** Nintendo.com 3.0 ********************************
- <VirtualHost loghost:80>
- serverAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/nintendo
- ServerName www.nintendo.com
- ServerAlias wwwsrc.nintendo.com nintendo.com swebe1 swebe1.nintendo.com 127.0.0.1 10.8.80.121 205.166.76.26 192.195.204.26 my.nintendo.com 204.188.80.37 199.236.243.26 209.133.66.93 173.226.198.26 loghost noa3qa.nintendo.com noa3test.nintendo.com pubse.noa.com www.pubse.noa.com images.nintendo.com images.pubse.noa.com noa3test.noa.com www.tst.noa.com tst.noa.com
- #DirectoryIndex index.html index.jsp index.vm
- RewriteEngine on
- RewriteCond %{HTTP_HOST} =nintendo.com [NC]
- RewriteRule ^/(.*) http://www.nintendo.com/$1 [QSA]
- RewriteCond %{REQUEST_URI} ^/games/mgs\/*$
- RewriteRule .* /np/mgs/$1 [R]
- RewriteCond %{REQUEST_URI} ^/games/hm\/*$
- RewriteRule .* /np/harvestmoon/$1 [R]
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- # Added rules for areas that no longer exist in 3.0
- RewriteCond %{REQUEST_URI} ^/home*$
- RewriteRule .* / [R]
- RewriteCond %{REQUEST_URI} ^/healthandsafety\/*$
- RewriteRule .* /consumer/language_selector/index.jsp [R]
- RewriteCond %{REQUEST_URI} ^/healthsafety\/*$
- RewriteRule .* /consumer/language_selector/index.jsp [R]
- RewriteCond %{REQUEST_URI} ^/community\/*$
- RewriteRule .* http://forums.nintendo.com/ [R]
- RewriteCond %{REQUEST_URI} ^/global\/*$
- RewriteRule .* /countryselector [R]
- RewriteCond %{REQUEST_URI} ^/channel/ds\/*$
- RewriteRule .* /ds [R]
- RewriteCond %{REQUEST_URI} ^/channel/wii\/*$
- RewriteRule .* /wii [R]
- RewriteCond %{REQUEST_URI} ^/channel/gba\/*$
- RewriteRule .* /consumer/retail/index.jsp#oldproduct [redirect=permanent,noescape]
- RewriteCond %{REQUEST_URI} ^/channel/gcn\/*$
- RewriteRule .* /consumer/retail/index.jsp#oldproduct [redirect=permanent,noescape]
- RewriteCond %{REQUEST_URI} ^/channel/wifi\/*$
- RewriteRule .* /games/wifi [R]
- RewriteCond %{REQUEST_URI} ^/channel\/*$
- RewriteRule .* / [R]
- RewriteCond %{REQUEST_URI} ^/systemsds\/*$
- RewriteRule .* /ds [R]
- RewriteCond %{REQUEST_URI} ^/systemswii\/*$
- RewriteRule .* /wii [R]
- RewriteCond %{REQUEST_URI} ^/systemsgba\/*$
- RewriteRule .* /consumer/retail/index.jsp#oldproduct [redirect=permanent,noescape]
- RewriteCond %{REQUEST_URI} ^/systemsgcn\/*$
- RewriteRule .* /consumer/retail/index.jsp#oldproduct [redirect=permanent,noescape]
- RewriteCond %{REQUEST_URI} ^/theater\/*$
- RewriteRule .* /wii/videos [R]
- #Old format gamelist parameters 500 with /games/guide. Disabling 20100907 per Dan.
- #RewriteCond %{REQUEST_URI} ^/gamelist\/*$
- #RewriteRule .* /games/guide [R]
- RewriteCond %{REQUEST_URI} ^/games/guide/?$
- RewriteRule .* /games/gameGuide [R=permanent]
- RewriteCond %{REQUEST_URI} ^/gamemini.*/$
- RewriteRule .* /games/gameGuide [R=permanent]
- RewriteCond %{REQUEST_URI} ^/consumersurvey.jsp$
- RewriteRule .* /consumer/consumersurvey.jsp [R]
- RewriteCond %{REQUEST_URI} ^/privacy(\.jsp)?$
- RewriteRule .* /corp/privacy.jsp [R]
- RewriteCond %{REQUEST_URI} ^/copyright$
- RewriteRule .* /corp/copyright.jsp [R]
- RewriteCond %{REQUEST_URI} ^/parents$
- RewriteRule .* /corp/parents.jsp [R]
- RewriteCond %{REQUEST_URI} ^/help$
- RewriteRule .* /corp/help.jsp [R]
- RewriteCond %{REQUEST_URI} ^/contact$
- RewriteRule .* /corp/contact.jsp [R]
- RewriteCond %{REQUEST_URI} ^/partnerships$
- RewriteRule .* /corp/partnerships.jsp [R]
- RewriteCond %{REQUEST_URI} ^/hourglass$
- RewriteRule .* /corp/surveys/hourglass [R]
- RewriteCond %{REQUEST_URI} ^/brainage2$
- RewriteRule .* /corp/surveys/brainage2 [R]
- RewriteCond %{REQUEST_URI} ^/keychain$
- RewriteRule .* /corp/surveys/keychain [R]
- RewriteCond %{REQUEST_URI} ^/sweepstakes$
- RewriteRule .* http://sweepstakes.nintendo.com/sweepstakes?%{QUERY_STRING} [noescape,L]
- RewriteCond %{REQUEST_URI} ^/sweepstakessubmit$
- RewriteRule .* http://sweepstakes.nintendo.com/sweepstakessubmit?%{QUERY_STRING} [noescape,L]
- RewriteCond %{REQUEST_URI} ^/support$
- RewriteRule .* /consumer [R]
- RewriteCond %{REQUEST_URI} ^/smashbros\/*$
- RewriteRule .* /games/detail/KnFMt3BjmYvIGiGjIfIXqkuretT-KLyA [R]
- RewriteCond %{REQUEST_URI} ^/braingames\/*$ [NC]
- RewriteRule .* /games/gameGuide?system=ds&genre=edutainment,puzzle [R=permanent]
- RewriteCond %{REQUEST_URI} ^/games/crosswords\/*$
- RewriteRule .* /games/detail/EMhTj-8YQ4ebfxAJCm6UrYn567YLGU24 [R]
- RewriteCond %{REQUEST_URI} ^/ippolicy\/*$
- RewriteRule .* /corp/ippolicy.jsp [R]
- RewriteCond %{REQUEST_URI} <
- RewriteRule .* /blank.html [R]
- RewriteCond %{REQUEST_URI} ^/giftcenter\/*$ [NC]
- RewriteRule .* http://giftcenter.nintendo.com/ [R]
- # Redirect productreg URLs to new productreg.jsp per Jeremey Scherer
- RewriteCond %{REQUEST_URI} ^/register\/*$
- RewriteRule .* http://www.nintendo.com/consumer/club/en/prodreg.jsp [R]
- #RewriteRule .* https://club.nintendo.com/ [R]
- RewriteCond %{REQUEST_URI} ^/productreg$
- RewriteRule .* http://www.nintendo.com/consumer/club/en/prodreg.jsp [R]
- RewriteCond %{REQUEST_URI} ^/registergcn\/*$
- RewriteRule .* http://www.nintendo.com/consumer/club/en/prodreg.jsp [R]
- #RewriteRule .* https://club.nintendo.com/ [R]
- RewriteCond %{REQUEST_URI} ^/registerwii\/*$
- RewriteRule .* http://www.nintendo.com/consumer/club/en/prodreg.jsp [R]
- #RewriteRule .* https://club.nintendo.com/ [R]
- # Redirect wiiware, virtualconsole and dsiware areas for Matt Kassan 5/5/2010
- RewriteCond %{REQUEST_URI} ^/ds\/dsiware\/*$
- RewriteRule .* /ds/online/dsiware/$1 [R]
- RewriteCond %{REQUEST_URI} ^/wii\/wiiware\/*$
- RewriteRule .* /wii/online/wiiware/$1 [R]
- RewriteCond %{REQUEST_URI} ^/wii\/virtualconsole\/*$
- RewriteRule .* /wii/online/virtualconsole/$1 [R]
- # Redirect old CPP to consumer area
- RewriteCond %{REQUEST_URI} ^/cpp(/|$)
- RewriteRule .* /consumer/index.jsp [R]
- # Rewrite Legal cpsia URLs
- RewriteCond %{REQUEST_URI} ^/cpsia\/.+\..*$
- RewriteRule ^/cpsia\/(.+)\..* /consumer/cpsia/$1.jsp [R]
- # Forward /wiifit to wiifit.com
- RewriteCond %{REQUEST_URI} ^/wiifit(/|$)
- RewriteRule .* http://wiifit.com/ [R]
- # Rewrite Holiday 2010 site for Matt Kassan 11/4/2010
- RewriteCond %{REQUEST_URI} ^/happyholidays(/|$)
- RewriteRule .* http://happyholidays.nintendo.com [R=301]
- ## End of the 3.0 rewrite rules for non-existant 2.5 areas
- #
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".nintendo.com"
- CookieName "NINTENDO"
- ErrorDocument 404 /notfound
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nintendo/acc.swebe1.%Y%m%d" combined
- #CustomLog "|/usr/local/bin/httplog /opt/logs/nintendo/cookie.swebe1.%Y%m%d" dtcookie
- #CustomLog "|/usr/local/bin/httplog /opt/logs/nintendo/ext.swebe1.%Y%m%d -u nobody -z" extended
- ErrorLog /opt/logs/nintendo/err.swebe1
- Alias /img/ /opt/webapps/nintendo/img/
- Alias /mediaFiles/ /export/nintendo/
- # NOA 3.0 static content Aliases
- Alias /css/ /opt/webapps/nintendo/cocoon/noa3/css/
- Alias /images/ /opt/webapps/nintendo/cocoon/noa3/images/
- Alias /js/ /opt/webapps/nintendo/cocoon/noa3/js/
- Alias /video/ /opt/webapps/nintendo/cocoon/noa3/video/
- Alias /bin/ /export/nintendo/
- Alias /final/ /opt/webapps/nintendo/final/
- Alias /robots.txt /opt/webapps/nintendo/cocoon/robots.txt
- Alias /en/ /opt/webapps/nintendo/cocoon/noa3/en/
- Alias /fr/ /opt/webapps/nintendo/cocoon/noa3/fr/
- ExpiresActive On
- ExpiresByType image/* "access plus 1 week"
- ExpiresByType video/* "access plus 1 week"
- ExpiresByType image/x-icon "access plus 1 month"
- #Blast test 22/8/06
- Alias /webIndexer/ /opt/webapps/webIndexer/
- #
- #Workers to mappings to servlets in Java
- #
- JkMount /* worker1
- JkUnMount /*.png worker1
- JkUnMount /*.gif worker1
- JkUnMount /*.jpg worker1
- JkUnMount /*.flv worker1
- JkUnMount /*.ico worker1
- #### This stuff should not be pushed to production # DONOTSYNC
- #Include /opt/apache/conf/cgi.conf
- #### P3P Compact Policy implementation, 7/7/03 Dan
- Header append P3P "CP=\"CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa CONo OTPa OUR SAMa NOR IND PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE OTC\", policyref=\"http://www.nintendo.com/w3c/p3p.xml\""
- Header append NODE "swebe1"
- #
- </VirtualHost>
- ##******************* ap.nintendo.com - Anti-Piracy site ******************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/antipiracy
- ServerName ap.nintendo.com
- ServerAlias ap.noa.com antipiracy.nintendo.com ap.stg.noa.com
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/antipiracy/acc.swebe1.%Y%m%d" combined
- ##CustomLog "| /usr/local/bin/httplog /opt/logs/antipiracy/acc.swebe1.%Y%m%d -u nobody -z" combined
- ErrorLog /opt/logs/antipiracy/err.swebe1
- Header append NODE "swebe1"
- # mod_jk mappings
- JkMount /*.jsp worker1
- JkMount /manager/* worker1
- </VirtualHost>
- ##************ advancewars.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/awdr
- ServerName www.advancewars.com
- ServerAlias advancewars.com
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/awdr/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/awdr/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** bigbrainacademy.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/bigbrain
- ServerName bigbrainacademy.com
- ServerAlias www.bigbrainacademy.com bigbrain.uat.noa.com bigbrain.pubs.noa.com bigbrain.pubs2.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".bigbrainacademy.com"
- CookieName "BIGBRAIN"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/bigbrain/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/bigbrain/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** batenkaitosorigins.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/bko
- ServerName batenkaitosorigins.com
- ServerAlias www.batenkaitosorigins.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".batenkaitosorigins.com"
- CookieName "BATENKAITOSORIGINS"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/bko/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/bko/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##***************** brainage.nintendo.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/brainage
- ServerName www.brainage.com
- ServerAlias brainage.com brainageds.com www.brainageds.com dsbrainage.com www.dsbrainage.com brainage.nintendo.com brainage.uat.noa.com brainage.pubs.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/brainage/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/brainage/err.swebe1
- ErrorDocument 404 /404.html
- ErrorDocument 500 /500.html
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /manager/html* worker1
- </VirtualHost>
- ##***************** ca.wii.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/cawii
- ServerName ca.wii.com
- ServerAlias cawii.uat.noa.com cawii.pubs.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".wii.com"
- CookieName "CAWII"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/cawii/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/cawii/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##************************ www.chibi-robo.com ********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/chibirobo
- ServerName www.chibi-robo.com
- ServerAlias chibirobo.noa.com chibi-robo.com www.chibirobo.com chibirobo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/chibirobo/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/chibirobo/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** childrenofmana.nintendods.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/childmana
- ServerName childrenofmana.nintendods.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/childmana/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/childmana/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##*********************** dkjunglebeat.nintendo.com ****************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/dkjb
- ServerName dkjunglebeat.nintendo.com
- ServerAlias www.dkjunglebeat.nintendo.com dkjb.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dkjb/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/dkjb/err.swebe1
- ErrorDocument 404 /404.html
- ErrorDocument 500 /500.html
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** dkjungleclimber.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/dkjc
- ServerName dkjungleclimber.com
- ServerAlias www.dkjungleclimber.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dkjc/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/dkjc/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##***************** diddykongracing.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/dkr
- ServerName diddykongracing.com
- ServerAlias www.dkr.com dkr.com www.diddykongracing.com dkr.stg.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dkr/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/dkr/err.swebe1
- ErrorDocument 404 /404.html
- ErrorDocument 500 /500.html
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ## **************** dsbrowser *********************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/dsbrowser
- ServerName dsbrowser.nintendo.com
- ServerAlias dsbrowser.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/usr/local/bin/httplog /opt/logs/dsbrowser/acc.swebe1.%Y%m%d -z -u nobody" combined
- ErrorLog /opt/logs/dsbrowser/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##***************** NINTENDODSi *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/dsi
- ServerName nintendodsi.com
- ServerAlias www.nintendods.com nintendods.com www.nintendodsi.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".nintendods.com"
- CookieName "NINTENDODS"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ds/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/ds/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** ds-rpg.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/dsrpg
- ServerName ds-rpg.com
- ServerAlias www.ds-rpg.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dsrpg/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/dsrpg/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- # ----------------- e3.nintendo.com --------------------------
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/e3
- ServerName e3.nintendo.com
- ServerAlias e32007.nintendo.com e3src.nintendo.com e32k7.nintendo.com 205.166.76.124 e3nin.nintendo.com e3.pubs.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieName "NINTENDO_E3"
- CookieExpires "1 hour"
- CookieDomain ".e3.nintendo.com"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/e3/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/e3/err.swebe1
- ErrorDocument 404 /404.html
- Header append NODE "swebe1"
- </VirtualHost>
- ##***************** elitebeatagents.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/eba
- ServerName elitebeatagents.com
- ServerAlias www.elitebeatagents.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/eba/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/eba/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##************ endlessocean.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/eo
- ServerName www.endlessocean.com
- ServerAlias endlessocean.com endlessocean2.com www.endlessocean2.com
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/eo/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/eo/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##************ fire-emblem.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/fireemblem
- ServerName www.fire-emblem.com
- ServerAlias fire-emblem.com fireemblem.gameboyadvance.com fireemblem.gameboy.com
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/fireemblem/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/fireemblem/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** flashfocus.net *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/flashfocus
- ServerName www.flashfocus.net
- ServerAlias flashfocus.net
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/flashfocus/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/flashfocus/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /manager worker1
- </VirtualHost>
- ## ****************** GDC2011.com ************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/gdc2011
- ServerName gdc2011.nintendo.com
- ServerAlias gdc2011.stg.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/gdc2011/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/gdc2011/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ****************** gloryofheracles.com ************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/gloryofheracles
- ServerName www.gloryofheracles.com
- ServerAlias gloryofheracles.com www.thegloryofheracles.com thegloryofheracles.com www.gloryofhercules.com gloryofhercules.com www.thegloryofhercules.com thegloryofhercules.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/gloryofheracles/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/gloryofheracles/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##************ iplayforme.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/playforme
- ServerName www.iplayforme.com
- ServerAlias iplayforme.com playforme.com www.playforme.com
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/playforme/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/playforme/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##************ ProfessorLaytonDS.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/layton
- ServerName www.professorlaytonds.com
- ServerAlias professorlaytonds.com
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/layton/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/layton/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##************ professorlayton.ca ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/laytoncontest
- ServerName www.professorlayton.ca
- ServerAlias professorlayton.ca
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/laytoncontest/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/laytoncontest/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** bowsersinsidestory.com *****************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/marioandluigi3
- ServerName www.bowsersinsidestory.com
- ServerAlias bowsersinsidestory.com www.marioandluigi3.com marioandluigi3.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/marioandluigi3/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/marioandluigi3/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##***************** mcdonalds.nintendowifi.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mcwifi
- ServerName mcdonalds.nintendowifi.com
- ServerAlias mcwifi.pubs.noa.com mcwifi.uat.noa.com mcwifi.stg.noa.com www.mcdonalds.nintendowifi.com
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mcwifi/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/mcwifi/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##*************************** media/images ********************************
- <VirtualHost loghost:80>
- serverAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps
- ServerName media.nintendo.com
- ServerAlias images.nintendo.com 205.166.76.126 205.166.76.145 192.195.204.126 192.195.204.145 mediasrc.nintendo.com
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so to prevent jsp source from showing for this site.
- RewriteRule (\.jsp|\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ - [F]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/images/acc.swebe1.%Y%m%d" combined
- ErrorLog "|/usr/local/bin/httplog /opt/logs/images/err.swebe1.%Y%m%d.log"
- Alias /mediaFiles/ /media/WebContent/
- ExpiresActive On
- ExpiresByType image/* "access plus 1 week"
- ExpiresByType video/* "access plus 1 week"
- ExpiresByType image/x-icon "access plus 1 month"
- Header append NODE "swebe1"
- #
- </VirtualHost>
- ##***************** marioparty-ds.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mpds
- ServerName marioparty-ds.com
- ServerAlias www.marioparty-ds.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".marioparty-ds.com"
- CookieName "MARIOPARTYDS"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mpds/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/mpds/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##********************** nintendopower.com *********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/nintendopower
- ServerName www.nintendopower.com
- ServerAlias nintendopower.com np.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nintendopower/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/nintendopower/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /xmlpipe/archive* worker1
- JkMount /xmlpipe/issue* worker1
- JkMount /xmlpipe/guide* worker1
- JkMount /xmlpipe/guideindex* worker1
- JkMount /home worker1
- JkMount /xmlpipe/homepage* worker1
- JkMount /mediaFiles/* worker1
- JkMount /notfound worker1
- JkMount /errorpage worker1
- JkMount /manager/html* worker1
- ErrorDocument 404 /404.html
- </VirtualHost>
- ## **************** test-pass.net / test-fail.net *********************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/www/testfail
- ServerName www.test-fail.net
- ServerAlias www.test-pass.net test-fail.net test-pass.net
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/usr/local/bin/httplog /opt/logs/testfail/acc.swebe1.%Y%m%d -z -u nobody" combined
- ErrorLog /opt/logs/testfail/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##********************** animal-crossing.com ****************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/animal
- ServerName www.animal-crossing.com
- ServerAlias animal-crossing.com acrossing.noa.com acrossing.pubs.noa.com acrossing.uat.noa.com
- Options Indexes Includes FollowSymLinks
- ## This is to prevent the '.' bug that produces jsp source...
- RewriteEngine on
- RewriteCond %{HTTP_HOST} ^(.*)\.$
- RewriteRule ^(.*) http://www.animal-crossing.com [R]
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".animal-crossing.com"
- CookieName "AnimalCrossing"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/acrossing/acc.swebe1.%Y%m%d" combined
- ##CustomLog "| /usr/local/bin/httplog /opt/logs/acrossing/acc.swebe1.%Y%m%d -u nobody -z" combined
- ErrorLog /opt/logs/acrossing/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** customroboarena.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/customroboarena
- ServerName customroboarena.com
- ServerAlias www.customroboarena.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/customroboarena/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/customroboarena/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##*********************** customrobo.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/customrobo
- ServerName www.customrobo.com
- ServerAlias customrobo.com customrobo.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- ErrorDocument 404 /error_404.jsp
- ErrorDocument 500 /error_500.jsp
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/customrobo/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/customrobo/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** nintendogs.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/dogs
- ServerName nintendogs.com
- ServerAlias www.nintendogs.com dogsstg.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieName "NINTENDOGS"
- CookieExpires "1 hour"
- CookieDomain ".nintendogs.com"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dogs/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/dogs/err.swebe1
- JkMount /*.jsp worker1
- ErrorDocument 404 /404.jsp
- ErrorDocument 500 /500.jsp
- Header append NODE "swebe1"
- </VirtualHost>
- ##******************* electroplankton.nintendods.com **************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/electroplankton
- ServerName electroplankton.nintendods.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/electroplankton/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/electroplankton/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** excitebots.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/excitebots
- ServerName www.excitebots.com
- ServerAlias excitebots.com excitebotstrickracing.com excitebots-trickracing.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/excitebots/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/excitebots/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##***************** ff.nintendo.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/ffportal
- ServerName ff.nintendo.com
- ServerAlias ff.noa.com ffportal.nintendo.com ffportal.noa.com
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ffportal/acc.swebe1.%Y%m%d" combined
- ##CustomLog "| /usr/local/bin/httplog /opt/logs/ffportal/acc.swebe1.%Y%m%d -u nobody -z" combined
- ErrorLog /opt/logs/ffportal/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** ffv.nintendo.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/ffv
- ServerName ffv.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ffv/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/ffv/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** fossilfighters.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/fossilfighters
- ServerName fossilfighters.com
- ServerAlias www.fossilfighters.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/fossilfighters/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/fossilfighters/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /manager/* worker1
- </VirtualHost>
- ##************** www.gameboy.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/gba
- ServerName www.gameboy.com
- ServerAlias gameboy.com gameboyadvance.com www.gameboyadvance.com gba.noa.com gba.nintendo.com
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/gba/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/gba/err.swebe1
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- JkMount /*.jsp worker1
- JkMount /gamelist worker1
- JkMount /sp/gamerating worker1
- JkMount /gamerating worker1
- JkMount /submitGameRating worker1
- JkMount /submitGameRatingThanks worker1
- Header append NODE "swebe1"
- Options Indexes FollowSymLinks
- DirectoryIndex index.html choose.jsp index.jsp
- </VirtualHost>
- ##***************** hoteldusk.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/hoteldusk
- ServerName hoteldusk.com
- ServerAlias www.hoteldusk.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/hoteldusk/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/hoteldusk/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##************************* kirbykirbykirby.com ****************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/kirby
- ServerName www.kirbykirbykirby.com
- ServerAlias kirbykirbykirby.com kirby.pubs.noa.com kirby.uat.noa.com kirby.noa.com kirbyepicyarn.com www.kirbyepicyarn.com kirbyepicyarns.com www.kirbyepicyarns.com kirbyepicyarn.co www.kirbyepicyarn.co kirbysepicyarn.com www.kirbysepicyarn.com kirbysepicyarns.com www.kirbysepicyarns.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/kirby/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/kirby/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /manager* worker1
- </VirtualHost>
- ##************************* kirbysuperstarultra.nintendo.com ****************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/kirbyultra
- ServerName kirbysuperstarultra.nintendo.com
- ServerAlias www.kirbysuperstarultra.nintendo.com kirbyultra.stg.noa.com kirbyultra.uat.noa.com
- Options FollowSymLinks
- ## This is to prevent the '.' bug that produces jsp source...
- RewriteEngine on
- ##RewriteCond %{HTTP_HOST} ^(.*)\.$
- ##RewriteRule ^(.*) http://www.kirbykirbykirby.com [R]
- ##RewriteCond %{HTTP_HOST} =kirbykirbykirby.com [NC]
- ##RewriteRule ^/(.*) http://www.kirbykirbykirby.com/$1 [QSA]
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- ##
- ##CookieTracking on
- ##CookieExpires "5 years"
- ##CookieDomain ".kirbykirbykirby.com"
- ##CookieName "KirbyPortal"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/kirby/acc.swebe1.%Y%m%d" combined
- ##CustomLog "| /usr/local/bin/httplog /opt/logs/kirby/acc.swebe1.%Y%m%d -u nobody -z" combined
- ErrorLog /opt/logs/kirby/err.swebe1
- JkMount /*.jsp worker1
- JkMount /user/AddPoints worker1
- JkMount /kollectibles worker1
- JkMount /user/Login worker1
- JkMount /user/NewUser worker1
- JkMount /user/PasswordAnswer worker1
- JkMount /user/PasswordQuestion worker1
- JkMount /xml/UserCharacters.xml worker1
- JkMount /xml/UserExtras.xml worker1
- JkMount /xml/UserScenes.xml worker1
- JkMount /xml/User.xml worker1
- JkMount /cards/NewCard worker1
- JkMount /xml/Card.xml worker1
- JkMount /cards/ViewCard worker1
- JkMount /user/Logout worker1
- JkMount /xml/UserKirby.xml worker1
- JkMount /xml/UserKingDedede.xml worker1
- JkMount /xml/UserEscargoon.xml worker1
- JkMount /xml/UserTiff.xml worker1
- JkMount /xml/UserTuff.xml worker1
- JkMount /xml/UserMetaKnight.xml worker1
- JkMount /xml/UserFriends.xml worker1
- JkMount /xml/UserFoes.xml worker1
- JkMount /xml/UserFoes worker1
- Header append NODE "swebe1"
- </VirtualHost>
- ##***************** magicalstarsign.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/magical
- ServerName magicalstarsign.com
- ServerAlias www.magicalstarsign.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/magical/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/magical/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##***************** magnetica.nintendods.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/magnetica
- ServerName magnetica.nintendods.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/magnetica/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/magnetica/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** mario.nintendo.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mario
- ServerName mario.nintendo.com
- ServerAlias marioportal.noa.com marioportal.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mario/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/mario/err.swebe1
- ErrorDocument 404 /404.jsp
- ErrorDocument 500 /500.jsp
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** supermariogalaxy.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mariogalaxy
- ServerName www.supermariogalaxy.com
- ServerAlias supermariogalaxy.com
- CookieTracking on
- CookieName "MARIOGALAXY"
- CookieExpires "1 hour"
- CookieDomain ".supermariogalaxy.com"
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariogalaxy/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/mariogalaxy/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /manager worker1
- </VirtualHost>
- ##***************** mariohoops.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mariohoops
- ServerName mariohoops.com
- ServerAlias www.mariohoops.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".mariohoops.com"
- CookieName "MARIOHOOPS"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariohoops/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/mariohoops/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##************ www.mariokart.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mariokart
- ServerName www.mariokart.com
- ServerAlias mariokart.com mkdd.noa.com mariokart.pubs.noa.com mariokart.uat.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariokart/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/mariokart/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##**************************** marioparty7.com *********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mp7
- ServerName www.marioparty7.com
- ServerAlias marioparty7.com mp7stg.noa.com marioparty.com www.marioparty.com
- RewriteEngine on
- RewriteCond %{HTTP_HOST} ^(.*)\.$
- RewriteRule ^(.*) http://www.marioparty.com [R]
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mp7/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/mp7/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** mariotennis.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mariopowertennis
- ServerName www.mariotennis.com
- ServerAlias mariotennis.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariopowertennis/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/mariopowertennis/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##*******************************metroidprime.com******************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/metroid
- ServerName www.metroid.com
- ServerAlias metroid.com metroid.noa.com metroid.pubs.noa.com metroid.uat.noa.com
- ## This is to prevent the '.' bug that produces jsp source...
- RewriteEngine on
- RewriteCond %{HTTP_HOST} ^(.*)\.$
- RewriteRule ^(.*) http://www.metroid.com [R]
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- ##
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".metroid.com"
- CookieName "Metroid"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/metroid/acc.swebe1.%Y%m%d" combined
- ##CustomLog "| /usr/local/bin/httplog /opt/logs/metroid/acc.swebe1.%Y%m%d -u nobody -z" combined
- ErrorLog /opt/logs/metroid/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** micro.gameboy.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/micro
- ServerName micro.gameboy.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- LimitRequestBody 307201
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/micro/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/micro/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** masterofillusion.net *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/moi
- ServerName www.masterofillusion.net
- ServerAlias masterofillusion.net
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/moi/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/moi/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /manager worker1
- </VirtualHost>
- ##***************** mx.wii.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mxwii
- ServerName mx.wii.com
- ServerAlias latam.wii.com mxwii.pubse.noa.com mxwii.pubs.noa.com mxwii.uat.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".wii.com"
- CookieName "MXWII"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mxwii/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/mxwii/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** nintendofannetwork.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/nfn
- ServerName nintendofannetwork.com
- ServerAlias www.nintendofannetwork.com nintendofannetwork.net www.nintendofannetwork.net nintendo-fan-network.com www.nintendo-fan-network.com nfn.stg.noa.com nfn.uat.noa.com nfn.pubs.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nfn/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/nfn/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /manager/* worker1
- </VirtualHost>
- ## ***************** holiday.nintendo.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/noaholiday
- ServerName holiday.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/noaholiday/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/noaholiday/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##*****************nintendoworldstore.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/nws
- ServerName nintendoworldstore.com
- ServerAlias www.nintendoworldstore.com nwsstg.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nws/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/nws/err.swebe1
- ErrorDocument 404 /404.html
- ErrorDocument 500 /500.html
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- <Files "*.xml">
- Header append Pragma "no-cache"
- </Files>
- </VirtualHost>
- ##*********************** pikmin.com ****************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/pikmin
- ServerName www.pikmin.com
- ServerAlias pikmin.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pikmin/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/pikmin/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##************** phantasia ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/phantasia
- ServerName phantasia.gameboy.com
- ServerAlias phantasia.noa.com
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/phantasia/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/phantasia/err.swebe1
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- JkMount /*.jsp worker1
- JkMount /manager/html* worker1
- Header append NODE "swebe1"
- Options Indexes FollowSymLinks
- DirectoryIndex choose.jsp index.html index.jsp
- </VirtualHost>
- ## ***************** photodojo.nintendo.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/photodojo
- ServerName photodojo.nintendo.com
- ServerAlias www.photodojo.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/photodojo/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/photodojo/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** pokemonmysterydungeon.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/pokemd
- ServerName pokemonmysterydungeon.com
- ServerAlias www.pokemonmysterydungeon.com pokemd.stg.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieName "POKEMD"
- CookieExpires "1 hour"
- CookieDomain ".pokemonmysterydungeon.com"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pokemd/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/pokemd/err.swebe1
- JkMount /*.jsp worker1
- ErrorDocument 404 /404.jsp
- ErrorDocument 500 /500.jsp
- Header append NODE "swebe1"
- </VirtualHost>
- ##************************* pokemon-games.com ******************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/pokemongames
- ServerName www.pokemon-games.com
- ServerAlias pokemongames.com www.pokemongames.com pokemon-games.com pokemongames.noa.com pokemongames.pubs.noa.com pokemongames.uat.noa.com
- AddDefaultCharset iso-8859-1
- ## This is to prevent the '.' bug that produces jsp source...
- RewriteEngine on
- RewriteCond %{HTTP_HOST} ^(www.pokemongames.com)$
- RewriteRule ^(.*) http://www.pokemon-games.com [R]
- RewriteCond %{HTTP_HOST} ^(pokemongames.com)$
- RewriteRule ^(.*) http://www.pokemon-games.com [R]
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- ##
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".pokemon-games.com"
- CookieName "PokemonGames"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pokemongames/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/pokemongames/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##************************ www.pokemontrozei.com ********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/pokemontrozei
- ServerName www.pokemontrozei.com
- ServerAlias pokemontrozei.noa.com pokemontrozei.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pokemontrozei/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/pokemontrozei/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /manager/* worker1
- </VirtualHost>
- ##***************** pokemonxd.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/pokemonxd
- ServerName www.pokemonxd.com
- ServerAlias pokemonxdstg.noa.com pokemonxd.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pokemonxd/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/pokemonxd/err.swebe1
- ErrorDocument 404 /404.jsp
- ErrorDocument 500 /500.jsp
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** pokemonranger.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/pokerange
- ServerName pokemonranger.com
- ServerAlias www.pokemonranger.com pokerange.stg.noa.com pokerange.pubs.noa.com pokerange.uat.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieName "POKEMONRANGER"
- CookieExpires "1 hour"
- CookieDomain ".pokemonranger.com"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pokerange/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/pokerange/err.swebe1
- ##JkMount /*.jsp worker1
- Header append NODE "swebe1"
- </VirtualHost>
- ##************************ PRESSROOM *************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/pressroom
- UseCanonicalName off
- ServerName press.nintendo.com
- ServerAlias press.noa.com pressroom.noa.com pressroom.nintendo.com presssrc.nintendo.com swebe1.pressroom.com 205.166.76.242 pressroom.pubs.noa.com pressroom.uat.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- <Directory /opt/webapps/pressroom/wiipreview/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/pressroom.password
- Require valid-user
- </Directory>
- <Directory /opt/webapps/pressroom/wiisportsresort/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/wiisportsresort.password
- Require valid-user
- </Directory>
- <Directory /opt/webapps/pressroom/E32009/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/pressroom.password
- Require valid-user
- </Directory>
- <Directory /opt/webapps/pressroom/E32010/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/pressroom.password
- Require valid-user
- </Directory>
- <Directory /opt/webapps/pressroom/GDC2009/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/pressroom.password
- Require valid-user
- </Directory>
- <Directory /opt/webapps/pressroom/Q1mediasummit2010/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/Q1mediasummit2010.password
- Require valid-user
- </Directory>
- <Directory /opt/webapps/pressroom/PAX09/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/pax09.password
- Require valid-user
- </Directory>
- <Directory /opt/webapps/pressroom/ENT09/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/ent09.password
- Require valid-user
- </Directory>
- <Directory /opt/webapps/pressroom/AHA/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/AHA.password
- Require valid-user
- </Directory>
- <Directory /opt/webapps/pressroom/CES2011/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/CES2011.password
- Require valid-user
- </Directory>
- <Directory /opt/webapps/pressroom/nintendo3ds/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/pressroom.password
- Require valid-user
- </Directory>
- <Directory /opt/webapps/pressroom/nintendo3dspresstour/>
- AllowOverride AuthConfig
- AuthType Basic
- AuthName "Password Required"
- AuthUserFile /opt/scripts/pressroom.password
- Require valid-user
- </Directory>
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pressroom/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/pressroom/err.swebe1
- JkMount /*.jsp worker1
- JkMount /object worker1
- JkMount /downloadArt worker1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ********************** personaltrainercooking.com *******************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/ptcooking
- ServerName www.personaltrainercooking.com
- ServerAlias personaltrainercooking.com cocina-conmigo.com www.cocina-conmigo.com
- RewriteEngine on
- RewriteCond %{HTTP_HOST} cocina-conmigo.com$ [NC]
- RewriteCond %{REQUEST_URI} !(^/es) [NC]
- RewriteRule ^/(.*)$ http://cocina-conmigo.com/es/$1
- RewriteCond %{HTTP_HOST} personaltrainercooking.com$ [NC]
- RewriteCond %{REQUEST_URI} (^/es) [NC]
- RewriteRule ^/(.*)$ http://cocina-conmigo.com/$1
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ptcooking/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/ptcooking/err.swebe1
- Header append NODE "swebe1"
- ErrorDocument 404 "HTTP 404 Not Found"
- ErrorDocument 500 "HTTP 500 Server Error"
- </VirtualHost>
- ## ********************** personaltrainermath.com *******************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/ptmath
- ServerName www.personaltrainermath.com
- ServerAlias personaltrainermath.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ptmath/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/ptmath/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ********************** personaltrainerwalking.com *******************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/ptwalking
- ServerName www.personaltrainerwalking.com
- ServerAlias personaltrainerwalking.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ptwalking/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/ptwalking/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** punchout.nintendo.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/punchout
- ServerName punchout.nintendo.com
- ServerAlias www.punchout.nintendo.com punchout.com www.punchout.com punch-out.com www.punch-out.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/punchout/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/punchout/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- # ----------------- revolution.nintendo.com --------------------------
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/rvl
- ServerName revolution.nintendo.com
- ServerAlias rvl.nintendo.com wii.nintendo.com wiisrc.nintendo.com rvl.pubse.noa.com rvl.pubs.noa.com rvl.uat.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieName "WII"
- CookieExpires "1 hour"
- CookieDomain ".wii.nintendo.com"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/rvl/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/rvl/err.swebe1
- ErrorDocument 404 /404.html
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** rhythmheaven.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/rheaven
- ServerName www.rhythmheaven.com
- ServerAlias rhythmheaven.com rhythm-heaven.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/rheaven/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/rheaven/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** sfc.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/sfc
- ServerName starfoxcommand.com
- ServerAlias www.starfoxcommand.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".starfoxcommand.com"
- CookieName "STARFOXCOMMAND"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/sfc/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/sfc/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##***************** nintendoshortcuts.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/shortcuts
- ServerName nintendoshortcuts.com
- ServerAlias www.nintendoshortcuts.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/shortcuts/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/shortcuts/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** mariosupersluggers.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/sluggers
- ServerName mariosupersluggers.com
- ServerAlias www.mariosupersluggers.com sluggers.stg.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/sluggers/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/sluggers/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##***************** wiimusic.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wiimusic
- ServerName www.wiimusic.com
- ServerAlias wiimusic.noa.com wiimusic.com playwiimusic.com www.playwiimusic.com trywiimusic.com www.trywiimusic.com mywiimusic.com www.mywiimusic.com feelwiimusic.com www.feelwiimusic.com hearwiimusic.com www.hearwiimusic.com yourwiimusic.com www.yourwiimusic.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiimusic/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wiimusic/err.swebe1
- ErrorDocument 404 /404.jsp
- ErrorDocument 500 /500.jsp
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /*.do worker1
- </VirtualHost>
- ## ********************** wiiware.com *******************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wiiware
- ServerName www.wiiware.com
- ServerAlias wiiware.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiiware/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wiiware/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** share.nintendo.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/share
- ServerName share.nintendo.com
- ServerAlias www.share.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/share/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/share/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /manager/* worker1
- </VirtualHost>
- ##***************** superprincesspeach.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/spp
- ServerName superprincesspeach.com
- ServerAlias www.superprincesspeach.com spp.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/spp/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/spp/err.swebe1
- ErrorDocument 404 /404.html
- ErrorDocument 500 /500.html
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##************************** starfox.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/starfox
- ServerName www.starfox.com
- ServerAlias starfox.com sfa.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/starfox/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/starfox/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##*********************** starfy.com ****************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/starfy
- ServerName www.starfy.com
- ServerAlias starfy.com starfy.noa.com legendofstarfy.com www.legendofstarfy.com thelegendofstarfy.com www.thelegendofstarfy.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/starfy/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/starfy/err.swebe1
- ErrorDocument 404 /404.html
- ErrorDocument 500 /500.html
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ************** samuraiwarriors3.nintendo.com ****************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/swarriors3
- ServerName samuraiwarriors3.nintendo.com
- ServerAlias samuraiwarriors3.com www.samuraiwarriors3.com samuraiwii.com www.samuraiwii.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/swarriors3/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/swarriors3/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** artacademy.nintendo.com **********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/artacademy
- ServerName artacademy.nintendo.com
- ServerAlias www.artacademy.nintendo.com artacademygame.com www.artacademygame.com martha.artacademygame.com demo.artacademygame.com discover.artacademygame.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/artacademy/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/artacademy/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- DirectoryIndex index.html
- </VirtualHost>
- ## ***************** mario25.nintendo.com ********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mario25
- ServerName mario25.nintendo.com
- ServerAlias www.mario25.nintendo.com mario25th.nintendo.com www.mario25th.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mario25/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/mario25/err.swebe1
- Header append NODE "swebe1"
- DirectoryIndex index.html
- </VirtualHost>
- ##*********************** mariovsdk.com *************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mariovsdk
- ServerName mariovsdk.nintendo.com
- ServerAlias www.mariovsdk.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- ErrorDocument 404 /error_404.jsp
- ErrorDocument 500 /error_500.jsp
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariovsdk/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/mariovsdk/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** flingsmash.nintendo.com ******************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/flingsmash
- ServerName flingsmash.nintendo.com
- ServerAlias www.flingsmash.nintendo.com flingsmash.com www.flingsmash.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/flingsmash/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/flingsmash/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** goldensundarkdawn.com ********************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/goldensundd
- ServerName goldensundarkdawn.com
- ServerAlias www.goldensundarkdawn.com goldensundarkdawn.co www.goldensundarkdawn.co goldensun-games.com www.goldensun-games.com goldensun2.com www.goldensun2.com goldensun3.com www.goldensun3.com goldensunds.com www.goldensunds.com goldensun.nintendo.com www.goldensun.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/goldensundd/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/goldensundd/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ************ happyholidays.nintendo.com ***************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/happyholidays
- ServerName happyholidays.nintendo.com
- ServerAlias www.happyholidays.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/happyholidays/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/happyholidays/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** support.nintendo.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/support
- ServerName support.nintendo.com
- ServerAlias www.support.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- RewriteCond %{REQUEST_URI} ^/wiimemory$
- RewriteRule .* http://www.nintendo.com/consumer/systems/wii/en_na/memoryManage.jsp [R]
- RewriteCond %{REQUEST_URI} ^/wiispeak$
- RewriteRule .* http://www.nintendo.com/consumer/systems/wii/en_na/setupWiiSpeakOptimal.jsp [R]
- RewriteCond %{REQUEST_URI} ^/soundtest$
- RewriteRule .* http://www.nintendo.com/consumer/systems/dsi/en_na/soundTest.jsp [R]
- RewriteCond %{REQUEST_URI} ^/music$
- RewriteRule .* http://www.nintendo.com/consumer/systems/dsi/en_na/music/index.jsp [R]
- RewriteCond %{REQUEST_URI} ^/netflixsupport$ [NC]
- RewriteRule .* http://www.nintendo.com/consumer/netflix/netflix_vru_interim.jsp [R]
- RewriteCond %{REQUEST_URI} ^/netflix$ [NC]
- RewriteRule .* http://www.nintendo.com/consumer/netflix/netflix_sleeve_interim.jsp [R]
- RewriteCond %{REQUEST_URI} ^/netflixconnect$
- RewriteRule .* http://www.nintendo.com/consumer/netflix/netflix_email_interim.jsp [R]
- RewriteCond %{REQUEST_URI} ^/netflixhelp$
- RewriteRule .* http://www.nintendo.com/consumer/netflix/netflix_netflixcom_interim.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/support/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/support/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** kirbysqueaksquad.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/squeaksquad
- ServerName kirbysqueaksquad.com
- ServerAlias www.kirbysqueaksquad.com squeaksquad.stg.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/squeaksquad/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/squeaksquad/err.swebe1
- ErrorDocument 404 /404.html
- ErrorDocument 500 /500.html
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##************ stylesavvyds.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/stylesavvy
- ServerName www.stylesavvyds.com
- ServerAlias stylesavvyds.com stylesavvy-ds.com www.stylesavvy-ds.com stylesavy.com www.stylesavy.com stylesavyds.com www.stylesavy.com
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/stylesavvy/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/stylesavvy/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** tetrisds.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/tetrisds
- ServerName tetrisds.com
- ServerAlias www.tetrisds.com tetrisds.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/tetrisds/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/tetrisds/err.swebe1
- ErrorDocument 404 /404.html
- ErrorDocument 500 /500.html
- Header append NODE "swebe1"
- </VirtualHost>
- ##*************************** touchgenerations.com ********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/touchgen
- ServerName www.touchgenerations.com
- ServerAlias touchgenerations.com us.touchgenerations.com touch-generations.com www.touch-generations.com us.touch-generations.com touchgen.pubs.noa.com touchgen.pubs2.noa.com touchgen.uat.noa.com
- ## This is to prevent the '.' bug that produces jsp source...
- RewriteEngine on
- RewriteCond %{HTTP_HOST} ^(.*)\.$
- RewriteRule ^(.*) http://us.touchgenerations.com [R]
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/touchgen/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/touchgen/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##******************* trueswinggolf.com.com ***************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/trueswing
- ServerName trueswinggolf.com
- ServerAlias www.trueswinggolf.com tsg.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/trueswing/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/trueswing/err.swebe1
- ErrorDocument 404 /404.html
- ErrorDocument 500 /500.html
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** smashbros.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/smashbros
- ServerName smashbros.com
- ServerAlias www.smashbros.com smashstg.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieName "SMASHBROS"
- CookieExpires "1 hour"
- CookieDomain ".smashbros.com"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/smashbros/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/smashbros/err.swebe1
- JkMount /*.jsp worker1
- ErrorDocument 404 /404.jsp
- ErrorDocument 500 /500.jsp
- Header append NODE "swebe1"
- </VirtualHost>
- ## ************ steeldiver.nintendo.com ***************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/steeldiver
- ServerName steeldiver.nintendo.com
- ServerAlias www.steeldiver.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/steeldiver/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/steeldiver/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ************ pilotwingsresort.com ***************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/pilotwings
- ServerName pilotwingsresort.nintendo.com
- ServerAlias www.pilotwingsresort.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pilotwings/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/pilotwings/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ************ nintendogs.nintendo.com ***************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/nintendogs
- ServerName nintendogspluscats.nintendo.com
- ServerAlias www.nintendogspluscats.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nintendogs/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/nintendogs/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** us.wii.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/uswii
- ServerName us.wii.com
- ServerAlias media.wii.com mediasrc.wii.com uswii.pubse.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CookieTracking on
- CookieExpires "5 years"
- CookieDomain ".wii.com"
- CookieName "WII"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/uswii/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/uswii/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** wariolandshakeit.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/warioshake
- ServerName wariolandshakeit.com
- ServerAlias www.wariolandshakeit.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/warioshake/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/warioshake/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##********************* warioware.biz ***************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/warioware
- ServerName www.warioware.biz
- ServerAlias warioware.biz warioware.noa.com www.warioware.com warioware.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/warioware/acc.swebe1.%Y%m%d" combined
- ##CustomLog "| /usr/local/bin/httplog /opt/logs/warioware/acc.swebe1.%Y%m%d -u nobody -z" combined
- ErrorLog /opt/logs/warioware/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##************ wariowarediy.com ***********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wariowarediy
- ServerName wariowarediy.com
- ServerAlias www.wariowarediy.com
- RewriteEngine On
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wariowarediy/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wariowarediy/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** wii.com ( Global Region Select ) ************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wii
- ServerName wii.com
- ServerAlias www.wii.com src.wii.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- RewriteCond %{HTTP_HOST} ^www.wii
- RewriteRule (.*) http://wii.com/$1 [L]
- #Big list of language/region redirects for NCL
- RewriteCond %{REQUEST_URI} ^/en_US/$
- RewriteRule (.*) http://us.wii.com [R=301,L]
- RewriteCond %{REQUEST_URI} ^/fr_CA/$
- RewriteRule (.*) http://ca.wii.com [R=301,L]
- RewriteCond %{REQUEST_URI} ^/es_MX/$
- RewriteRule (.*) http://mx.wii.com [R=301,L]
- RewriteCond %{REQUEST_URI} ^/uk/$
- RewriteRule (.*) http://uk.wii.com [R=301,L]
- RewriteCond %{REQUEST_URI} ^/de/$
- RewriteRule (.*) http://de.wii.com [R=301,L]
- RewriteCond %{REQUEST_URI} ^/nl/$
- RewriteRule (.*) http://nl.wii.com [R=301,L]
- RewriteCond %{REQUEST_URI} ^/nlbe/$
- RewriteRule (.*) http://nlbe.wii.com [R=301,L]
- RewriteCond %{REQUEST_URI} ^/frbe/$
- RewriteRule (.*) http://frbe.wii.com [R=301,L]
- RewriteCond %{REQUEST_URI} ^/es/$
- RewriteRule (.*) http://es.wii.com [R=301,L]
- RewriteCond %{REQUEST_URI} ^/fr/$
- RewriteRule (.*) http://fr.wii.com [R=301,L]
- RewriteCond %{REQUEST_URI} ^/it/$
- RewriteRule (.*) http://it.wii.com [R=301,L]
- RewriteCond %{REQUEST_URI} ^/pt/$
- RewriteRule (.*) http://pt.wii.com [R=301,L]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- ErrorDocument 404 /jp/index.html
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wii/acc.ext.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wii/err.ext.swebe1
- Header append NODE "swebe1"
- ## JkMount /*.jsp worker1
- </VirtualHost>
- # ----------------- nintendowifi.com --------------------------
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wifidotcom
- ServerName nintendowifi.com
- ServerAlias www.nintendowifi.com swebe1.nintendowifi.com 205.166.76.176 192.195.204.176 wifi.pubs.noa.com wifi.uat.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- RewriteCond %{HTTP_HOST} =nintendowifi.com [NC]
- RewriteRule ^/(.*) http://www.nintendowifi.com/$1 [QSA]
- RewriteCond %{REQUEST_URI} ^/global/terms.jsp$
- RewriteRule .* /global/Terms.jsp [R]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieName "NINTENDOWIFI_COM"
- CookieExpires "1 hour"
- CookieDomain ".nintendowifi.com"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wifidotcom/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wifidotcom/err.swebe1
- JkMount /*.jsp worker1
- JkMount /dwr/* worker1
- JkMount /*.do worker1
- JkMount /manager/html* worker1
- ErrorDocument 404 /404.jsp
- ErrorDocument 500 /500.jsp
- Header append NODE "swebe1"
- </VirtualHost>
- # ----------------- NINTENDOWIFI AU ---------------------------
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wifi_au
- ServerName www.nintendowifi.com.au
- ServerAlias swebe1.nintendowifi.au swebe1.nintendowifi.com.au nintendowifi.com.au www.nintendowifi.au nintendowifi.au wifiau.pubs.noa.com wifiau.uat.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- RewriteCond %{REQUEST_URI} ^/global/terms.jsp$
- RewriteRule .* /global/Terms.jsp [R]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- CookieTracking on
- CookieName "NINTENDOWIFI_AU"
- CookieExpires "1 hour"
- CookieDomain ".nintendowifi.au"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wifi_au/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wifi_au/err.swebe1
- JkMount /*.jsp worker1
- JkMount /*.do worker1
- ErrorDocument 404 /404.jsp
- ErrorDocument 500 /500.jsp
- Header append NODE "swebe1"
- </VirtualHost>
- # ----------------- NINTENDOWIFI EU ---------------------------
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wifi_eu
- ServerName www.nintendowifi.de
- ServerAlias swebe1.nintendowifi.de nintendowifi.de nintendowifi.co.uk www.nintendowifi.co.uk nintendowifi.es www.nintendowifi.es nintendowifi.fr www.nintendowifi.fr nintendowifi.it www.nintendowifi.it nintendowifi.nl www.nintendowifi.nl nintendowifi.be www.nintendowifi.be nintendowifi.fi www.nintendowifi.fi wifieu.pubs.noa.com wifieu.uat.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- RewriteCond %{REQUEST_URI} ^/global/terms.jsp$
- RewriteRule .* /global/Terms.jsp [R]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieName "NINTENDOWIFI_EU"
- CookieExpires "1 hour"
- CookieDomain ".nintendowifi.de"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wifi_eu/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wifi_eu/err.swebe1
- JkMount /*.jsp worker1
- JkMount /*.do worker1
- ErrorDocument 404 /404.jsp
- ErrorDocument 500 /500.jsp
- Header append NODE "swebe1"
- </VirtualHost>
- # ----------------- NINTENDOWIFI LATAM ------------------------
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wifi_la
- ServerName latam.nintendowifi.com
- ServerAlias swebe1.la.nintendowifi.com wifila.pubs.noa.com wifila.uat.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- RewriteCond %{REQUEST_URI} ^/global/terms.jsp$
- RewriteRule .* /global/Terms.jsp [R]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CookieTracking on
- CookieName "NINTENDOWIFI_LA"
- CookieExpires "1 hour"
- CookieDomain ".latam.nintendowifi.com"
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wifi_la/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wifi_la/err.swebe1
- JkMount /*.jsp worker1
- JkMount /*.do worker1
- ErrorDocument 404 /404.jsp
- ErrorDocument 500 /500.jsp
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** wiifit.com (WiiFit+)************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wiifitplus
- ServerName wiifit.com
- ServerAlias www.wiifit.com funwiifit.com www.funwiifit.com livewiifit.com www.livewiifit.com lovewiifit.com www.lovewiifit.com sharewiifit.com www.sharewiifit.com staywiifit.com www.staywiifit.com wiifitness.com www.wiifitness.com yeswiifit.com www.yeswiifit.com yourwiifit.com www.yourwiifit.com trywiifit.com www.trywiifit.com playwiifit.com www.playwiifit.com seewiifit.com www.seewiifit.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiifitplus/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wiifitplus/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** wiiparty.nintendo.com **********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wiiparty
- ServerName wiiparty.nintendo.com
- ServerAlias www.wiiparty.nintendo.com wiipartyparty.com www.wiipartyparty.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiiparty/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wiiparty/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- DirectoryIndex index.html
- </VirtualHost>
- ## ***************** mariobroswii.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/nsmbwii
- ServerName mariobroswii.com
- ServerAlias www.mariobroswii.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nsmbwii/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/nsmbwii/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** wiisportsresort.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wiiresort
- ServerName wiisportsresort.com
- ServerAlias www.wiisportsresort.com wiiresort.com www.wiiresort.com wiisports2.com www.wiisports2.com trywiisportsresort.com www.trywiisportsresort.com getwiisportsresort.com www.getwiisportsresort.com playwiisportsresort.com www.playwiisportsresort.com mywiisportsresort.com www.mywiisportsresort.com yourwiisportsresort.com www.yourwiisportsresort.com gowiisportsresort.com www.gowiisportsresort.com bewiisportsresort.com www.bewiisportsresort.com lovewiisportsresort.com www.lovewiisportsresort.com yeswiisportsresort.com www.yeswiisportsresort.com funwiisportsresort.com www.funwiisportsresort.com wisportsresort.com www.wisportsresort.com wisportresort.com www.wisportresort.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiiresort/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wiiresort/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** wiisports.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/wiisports
- ServerName wiisports.nintendo.com
- ServerAlias www.wiisports.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiisports/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/wiisports/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ##***************** yoshisisland.nintendods.com *************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/yoshisisland
- ServerName yoshisisland.nintendods.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/yoshisisland/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/yoshisisland/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ##************************ zelda.com ****************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/zelda
- ServerName www.zelda.com
- ServerAlias zelda.com zelda.noa.com media.zelda.com zelda.pubse.noa.com media.zelda.pubse.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- RewriteCond %{REQUEST_URI} ^/SpiritTracks
- RewriteRule .* /spirittracks/$1 [R]
- RewriteCond %{REQUEST_URI} ^/spiritTracks
- RewriteRule .* /spirittracks/$1 [R]
- RewriteCond %{REQUEST_URI} ^/Spirittracks
- RewriteRule .* /spirittracks/$1 [R,L]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/zelda/acc.swebe1.%Y%m%d" combined
- ##CustomLog "| /usr/local/bin/httplog /opt/logs/zelda/acc.swebe1.%Y%m%d -u nobody -z" combined
- ErrorLog /opt/logs/zelda/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- </VirtualHost>
- ##************** welcomewaggincontest.com - Animal Crossing PR ***********
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/accf
- ServerName www.welcomewaggincontest.com
- ServerAlias welcomewaggincontest.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/accf/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/accf/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /manager worker1
- </VirtualHost>
- ##********************** club.nintendo.com *********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/clubnintendo
- ServerName club.nintendo.com
- ServerAlias 205.166.76.115 192.195.204.115
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/clubnintendo/acc.swebe1.%Y%m%d" combined
- CustomLog "|/usr/local/bin/httplog /opt/logs/clubnintendo/cookie.swebe1.%Y%m%d" dtcookie
- ErrorLog /opt/logs/clubnintendo/err.swebe1
- Header append NODE "swebe1"
- JkMount /* worker1
- JkUnMount /*.html worker1
- JkUnMount /*.js worker1
- JkUnMount /*.css worker1
- JkUnMount /*.gif worker1
- JkUnMount /*.jpg worker1
- JkUnMount /*.png worker1
- JkUnMount /robots.txt worker1
- <Location /api/activity/cache>
- order deny,allow
- deny from all
- allow from 10.0.0.0/255.0.0.0
- </Location>
- <Location /cache.do>
- order deny,allow
- deny from all
- allow from 10.0.0.0/255.0.0.0
- </Location>
- <Location /cache.jsp>
- order deny,allow
- deny from all
- allow from 10.0.0.0/255.0.0.0
- </Location>
- <Location /timings>
- order deny,allow
- deny from all
- allow from 10.0.0.0/255.0.0.0
- </Location>
- <Location /api/activity/completed>
- order deny,allow
- deny from all
- </Location>
- </VirtualHost>
- ## ***************** cnrewards.nintendo.com *******************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/cnrewards
- ServerName cnrewards.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/cnrewards/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/cnrewards/err.swebe1
- Header append NODE "swebe1"
- JkMount /* worker1
- </VirtualHost>
- ##************** giftcenter.nintendo.com ****************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/giftcenter
- ServerName giftcenter.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/giftcenter/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/giftcenter/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /manager worker1
- </VirtualHost>
- ##*********** rs.nintendo.com t) ********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/VCFavorites
- ServerName rs.nintendo.com
- ServerAlias rs.uat.noa.com
- ServerAlias rs.stg.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/VCFavorites/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/VCFavorites/err.swebe1
- Header append NODE "swebe1"
- # mod_jk mappings
- JkMount /manager* worker1
- JkMount / worker1
- JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** grilloff.nintendo.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/grilloff
- ServerName grilloff.nintendo.com
- ServerAlias www.grilloff.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/grilloff/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/grilloff/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** picross3d.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/picross3d
- ServerName picross3d.com
- ServerAlias www.picross3d.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/picross3d/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/picross3d/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** atk.nintendods.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/atkvanity
- ServerName atk.nintendods.com
- ServerAlias atk.nintendodsi.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/atkvanity/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/atkvanity/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** 100classicbooks.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/books
- ServerName 100classicbooks.com
- ServerAlias www.100classicbooks.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/books/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/books/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ## ***************** dragonquest.nintendo.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/dq9
- ServerName dragonquest.nintendo.com
- ServerAlias www.dragonquest.nintendo.com dqnine.com www.dqnine.com
- DirectoryIndex index.shtml index.html
- <Directory /opt/webapps/dq9>
- AllowOverride FileInfo Options=Includes
- Options +IncludesNOEXEC
- AddType text/html .shtml
- AddOutputFilter INCLUDES shtml
- </Directory>
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dq9/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/dq9/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** dragonquest6.nintendo.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/dq6
- ServerName dragonquest6.nintendo.com
- ServerAlias www.dragonquest6.nintendo.com dq6.nintendo.com www.dq6.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dq6/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/dq6/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** iwataasks.nintendo.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/iwataasks
- ServerName iwataasks.nintendo.com
- ServerAlias www.iwataasks.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/iwataasks/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/iwataasks/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** publicspace.nintendo.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/publicspace
- ServerName publicspace.nintendo.com
- ServerAlias www.publicspace.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/publicspace/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/publicspace/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** sinandpunishment.com *********************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/sinandpunishment
- ServerName sinandpunishment.com
- ServerAlias www.sinandpunishment.com sin-and-punishment.com sinandpunishment2.com sinandpunishmentstarsuccessor.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/sinandpunishment/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/sinandpunishment/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** artstyle.nintendo.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/artstyle
- ServerName artstyle.nintendo.com
- ServerAlias www.artstyle.nintendo.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/artstyle/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/artstyle/err.swebe1
- Header append NODE "swebe1"
- </VirtualHost>
- ## ***************** activeplaynow.com ************************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/aha
- ServerName activeplaynow.com
- ServerAlias www.activeplaynow.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/aha/acc.swebe1.%Y%m%d" combined
- ErrorLog /opt/logs/aha/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- DirectoryIndex index.html
- </VirtualHost>
- ##******************* donkeykong.nintendo.com *******************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/dkcr
- ServerName www.donkeykong.nintendo.com
- ServerAlias donkeykong.nintendo.com dkcr.noa.com donkeykong.com www.donkeykong.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dkcr/acc.swebe1.%Y%m%d" combined
- ##CustomLog "| /usr/local/bin/httplog /opt/logs/dkcr/acc.swebe1.%Y%m%d -u nobody -z" combined
- ErrorLog /opt/logs/dkcr/err.swebe1
- Header append NODE "swebe1"
- #JkMount /*.jsp worker1
- </VirtualHost>
- ##******************* mariosportsmix.nintendo.com *****************************
- <VirtualHost loghost:80>
- ServerAdmin webadm@noa.nintendo.com
- DocumentRoot /opt/webapps/mariosportsmix
- ServerName www.mariosportsmix.nintendo.com
- ServerAlias mariosportsmix.nintendo.com mariosportsmix.com www.mariosportsmix.com mariosportsmix.noa.com
- RewriteEngine on
- RewriteCond %{REQUEST_METHOD} ^TRACE
- RewriteRule .* - [F]
- #Added so jsp source wont show up on case-insensitive OSs, like xwebs
- RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
- #Added to avoid tomcat bug with ; causing jsp source to show up
- RewriteCond %{REQUEST_URI} ^/.*;$
- RewriteRule .* /404.jsp [R]
- CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariosportsmix/acc.swebe1.%Y%m%d" combined
- ##CustomLog "| /usr/local/bin/httplog /opt/logs/mariosportsmix/acc.swebe1.%Y%m%d -u nobody -z" combined
- ErrorLog /opt/logs/mariosportsmix/err.swebe1
- Header append NODE "swebe1"
- JkMount /*.jsp worker1
- JkMount /insertvote* worker1
- JkMount /votecount* worker1
- JkMount /manager* worker1
- </VirtualHost>
- ##***************************************************************************
- ## NOTE: Additional Virtual Server sites that DO NOT go on the production sweb servers
- ## go in the swebstg1.conf file, which does not get sync'd to production
- ## Include /opt/apache/conf/swebstg1.conf
- ##
- ##
- #######
- ############################################################################
- # 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
- # permissions.
- <Directory />
- Options FollowSymLinks
- AllowOverride Indexes None
- </Directory>
- # Note that from this point forward you must specifically allow
- # particular features to be enabled - so if something's not working as
- # you might expect, make sure that you have specifically enabled it
- # below.
- # This should be changed to whatever you set DocumentRoot to.
- # /opt/apache/cgi-bin should be changed to whatever your ScriptAliased
- # CGI directory exists, if you have that configured.
- #<Directory /opt/apache2/cgi-bin>
- #AllowOverride None
- #Options None
- #</Directory>
- # ScriptAlias: This controls which directories contain server scripts.
- # Format: ScriptAlias fakename realname
- #ScriptAlias /cgi-bin/ /opt/apache2/cgi-bin/
- AddOutputFilterByType DEFLATE text/html text/plain text/css application/x-javascript
- # Allow server status reports, with the URL of http://servername/server-status
- # Change the ".your_domain.com" to match your domain to enable.
- <Location /server-status>
- SetHandler server-status
- order deny,allow
- deny from all
- allow from 10.1.20.0/255.255.255.0
- allow from 10.1.19.0/255.255.255.0
- allow from 10.8.20.0/255.255.255.0
- </Location>
- <Location /manager>
- order deny,allow
- deny from all
- allow from 10.1.20.0/255.255.255.0
- allow from 10.1.19.0/255.255.255.0
- allow from 10.8.20.0/255.255.255.0
- </Location>
- <Location /jkstatus>
- order deny,allow
- deny from all
- allow from 10.1.20.0/255.255.255.0
- allow from 10.1.19.0/255.255.255.0
- allow from 10.8.20.0/255.255.255.0
- </Location>
- <Location /util>
- order deny,allow
- deny from all
- allow from 10.0.0.0/255.0.0.0
- allow from 205.166.76.0/255.255.255.0
- </Location>
- <Location /admin>
- order deny,allow
- deny from all
- allow from 10.0.0.0/255.0.0.0
- allow from 205.166.76.0/255.255.255.0
- </Location>
- # There have been reports of people trying to abuse an old bug from pre-1.1
- # days. This bug involved a CGI script distributed as a part of Apache.
- # By uncommenting these lines you can redirect these attacks to a logging
- # script on phf.apache.org. Or, you can record them yourself, using the script
- # support/phf_abuse_log.cgi.
- #<Location /cgi-bin/phf*>
- #deny from all
- #ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
- #</Location>
- # You may place any other directories or locations you wish to have
- # access information for after this one.
- # With this document, you define the name space that users see of your http
- # server. This file also defines server settings which affect how requests are
- # serviced, and how results should be formatted.
- # See the tutorials at http://www.apache.org/ for
- # more information.
- # Originally by Rob McCool; Adapted for Apache
- # DocumentRoot: The directory out of which you will serve your
- # documents. By default, all requests are taken from this directory, but
- # symbolic links and aliases may be used to point to other locations.
- #DocumentRoot /opt/apache/htdocs/en_US
- # UserDir: The name of the directory which is appended onto a user's home
- # directory if a ~user request is recieved.
- #DLT UserDir public_html
- UserDir disabled
- # FancyIndexing is whether you want fancy directory indexing or standard
- #DLT FancyIndexing on
- # IndexIgnore is a set of filenames which directory indexing should ignore
- # Format: IndexIgnore name1 name2...
- #DLT IndexIgnore .??* *~ *# HEADER* README* RCS
- # AccessFileName: The name of the file to look for in each directory
- # for access control information.
- AccessFileName .htaccess
- # DefaultType is the default MIME type for documents which the server
- # cannot find the type of from filename extensions.
- DefaultType text/html
- # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
- # information on the fly. Note: Not all browsers support this.
- AddEncoding x-compress Z
- AddEncoding x-gzip gz
- # AddLanguage allows you to specify the language of a document. You can
- # then use content negotiation to give a browser a file in a language
- # it can understand. Note that the suffix does not have to be the same
- # as the language keyword --- those with documents in Polish (whose
- # net-standard language code is pl) may wish to use "AddLanguage pl .po"
- # to avoid the ambiguity with the common suffix for perl scripts.
- AddLanguage en .en
- AddLanguage fr .fr
- AddLanguage de .de
- AddLanguage it .it
- AddLanguage ko .ko
- AddLanguage es .es
- AddLanguage ja .ja
- AddLanguage zh-CN .cn
- AddLanguage zh-TW .tw
- AddLanguage pt-BR .pt
- # LanguagePriority allows you to give precedence to some languages
- # in case of a tie during content negotiation.
- # Just list the languages in decreasing order of preference.
- LanguagePriority en
- # Redirect allows you to tell clients about documents which used to exist in
- # your server's namespace, but do not anymore. This allows you to tell the
- # clients where to look for the relocated document.
- # Format: Redirect fakename url
- # Aliases: Add here as many aliases as you need (with no limit). The format is
- # Alias fakename realname
- # Note that if you include a trailing / on fakename then the server will
- # require it to be present in the URL. So "/icons" isn't aliased in this
- # example.
- ##CSD##Alias /icons/ /opt/apache2/icons/
- # If you want to use server side includes, or CGI outside
- # ScriptAliased directories, uncomment the following lines.
- # AddType allows you to tweak mime.types without actually editing it, or to
- # make certain files to be certain types.
- # Format: AddType type/subtype ext1
- # For example, the PHP3 module (not part of the Apache distribution)
- # will typically use:
- #AddType application/x-httpd-php3 .phtml
- #AddType application/x-httpd-php3-source .phps
- # AddType audio/mp3 .mp3
- AddType video/x-ms-wmv .wmv
- # AddHandler allows you to map certain file extensions to "handlers",
- # actions unrelated to filetype. These can be either built into the server
- # or added with the Action command (see below)
- # Format: AddHandler action-name ext1
- # To use CGI scripts:
- #AddHandler cgi-script .cgi
- # To use server-parsed HTML files
- AddType text/html .shtml
- AddHandler server-parsed .shtml
- # Uncomment the following line to enable Apache's send-asis HTTP file
- # feature
- #AddHandler send-as-is asis
- # If you wish to use server-parsed imagemap files, use
- #AddHandler imap-file map
- # To enable type maps, you might want to use
- #AddHandler type-map var
- # Action lets you define media types that will execute a script whenever
- # a matching file is called. This eliminates the need for repeated URL
- # pathnames for oft-used CGI file processors.
- # Format: Action media/type /cgi-script/location
- # Format: Action handler-name /cgi-script/location
- # MetaDir: specifies the name of the directory in which Apache can find
- # meta information files. These files contain additional HTTP headers
- # to include when sending the document
- #MetaDir .web
- # MetaSuffix: specifies the file name suffix for the file containing the
- # meta information.
- #MetaSuffix .meta
- # Customizable error response (Apache style)
- # these come in three flavors
- #
- # 1) plain text
- #ErrorDocument 500 "The server made a boo boo.
- # n.b. the (") marks it as text, it does not get output
- #
- # 2) local redirects
- ErrorDocument 404 /404.vm
- ErrorDocument 500 /500.html
- # to redirect to local url /missing.html
- #ErrorDocument 404 /cgi-bin/missing_handler.pl
- # n.b. can redirect to a script or a document using server-side-includes.
- #
- # 3) external redirects
- #ErrorDocument 402 http://some.other_server.com/subscription_info.html
- #
- # mod_mime_magic allows the server to use various hints from the file itself
- # to determine its type.
- #CSD MimeMagicFile /opt/apache/conf/magic
- # DefaultIcon is which icon to show for files which do not have an icon
- # explicitly set.
- #DLT DefaultIcon /icons/unknown.gif
- # AddDescription allows you to place a short description after a file in
- # server-generated indexes.
- # Format: AddDescription "description" filename
- # ReadmeName is the name of the README file the server will look for by
- # default. Format: ReadmeName name
- #
- # The server will first look for name.html, include it if found, and it will
- # then look for name and include it as plaintext if found.
- #
- # HeaderName is the name of a file which should be prepended to
- # directory indexes.
- #DLT ReadmeName README
- #DLT HeaderName HEADER
- # The following directives disable keepalives and HTTP header flushes.
- # The first directive disables it for Netscape 2.x and browsers which
- # spoof it. There are known problems with these.
- # The second directive is for Microsoft Internet Explorer 4.0b2
- # which has a broken HTTP/1.1 implementation and does not properly
- # support keepalive when it is used on 301 or 302 (redirect) responses.
- BrowserMatch "Mozilla/2" nokeepalive
- BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
- # The following directive disables HTTP/1.1 responses to browsers which
- # are in violation of the HTTP/1.0 spec by not being able to grok a
- # basic 1.1 response.
- BrowserMatch "RealPlayer 4\.0" force-response-1.0
- BrowserMatch "Java/1\.0" force-response-1.0
- BrowserMatch "JDK/1\.0" force-response-1.0
- #JkWorkersFile /opt/apache/conf/workers.properties
- ### Using JkWorkerProperty now.
- JkWorkerProperty worker.list=worker1,jkstatus
- JkWorkerProperty worker.worker1.port=8009
- JkWorkerProperty worker.worker1.host=localhost
- JkWorkerProperty worker.worker1.type=ajp13
- JkWorkerProperty worker.worker1.socket_keepalive=1
- JkWorkerProperty worker.worker1.socket_timeout=40
- JkWorkerProperty worker.worker1.cachesize=100
- JkWorkerProperty worker.worker1.cache_timeout=0
- JkWorkerProperty worker.jkstatus.type=status
- JkWorkerProperty worker.maintain=60
- JkWorkerProperty worker.recycle_timeout=45
- #JkLogFile /opt/apache/logs/mod_jk.log
- JkLogLevel error
- #JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
- #JkShmFile logs/jk.shm
- #### DanTest This change was added on 8/11/04 at 3:52pm Testing TripWire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement