Advertisement
Guest User

Nintendo.com server config file

a guest
Jun 3rd, 2011
41,448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 142.37 KB | None | 0 0
  1. Just for fun while we at LulzSec warm up #FuckFBIFriday
  2.  
  3. web server config file of nintendo.com
  4.  
  5.  
  6. #
  7. ## httpd.conf -- Apache HTTP server configuration file
  8. ##
  9.  
  10. # This is the main server configuration file. See URL http://www.apache.org/
  11. # for instructions.
  12.  
  13. # Do NOT simply read the instructions in here without understanding
  14. # what they do, if you are unsure consult the online docs. You have been
  15. # warned.
  16.  
  17. # Originally by Rob McCool
  18.  
  19. # These two directives are used to combine the three config files into one.
  20. # The three config files are a legacy setup and are not needed.
  21.  
  22. #AccessConfig /dev/null
  23. #ResourceConfig /dev/null
  24.  
  25. # ServerRoot: The directory the server's config, error, and log files
  26. # are kept in.
  27. # NOTE! If you intend to place this on a NFS (or otherwise network)
  28. # mounted filesystem then please read the LockFile documentation,
  29. # you will save yourself a lot of trouble.
  30.  
  31. ServerRoot /opt/apache2
  32.  
  33. ServerSignature Off
  34. ServerTokens Prod
  35. extendedstatus on
  36. # Listen: The listen directive is required only if the server
  37. # will be listening on more than 1 port.
  38. #Listen 10.99.97.171:80
  39. Listen loghost:80
  40.  
  41. #
  42. # Dynamic Shared Object (DSO) Support
  43. #
  44. # To be able to use the functionality of a module which was built as a DSO you
  45. # have to place corresponding `LoadModule' lines at this location so the
  46. # directives contained in it are actually available _before_ they are used.
  47. # Statically compiled modules (those listed by `httpd -l') do not need
  48. # to be loaded here.
  49. #
  50. # Example:
  51. # LoadModule foo_module modules/mod_foo.so
  52. #
  53. LoadModule authn_file_module modules/mod_authn_file.so
  54. #LoadModule authn_dbm_module modules/mod_authn_dbm.so
  55. #LoadModule authn_anon_module modules/mod_authn_anon.so
  56. #LoadModule authn_dbd_module modules/mod_authn_dbd.so
  57. LoadModule authn_default_module modules/mod_authn_default.so
  58. #LoadModule authn_alias_module modules/mod_authn_alias.so
  59. LoadModule authz_host_module modules/mod_authz_host.so
  60. #LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
  61. LoadModule authz_user_module modules/mod_authz_user.so
  62. #LoadModule authz_dbm_module modules/mod_authz_dbm.so
  63. #LoadModule authz_owner_module modules/mod_authz_owner.so
  64. #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
  65. LoadModule authz_default_module modules/mod_authz_default.so
  66. LoadModule auth_basic_module modules/mod_auth_basic.so
  67. LoadModule auth_digest_module modules/mod_auth_digest.so
  68. #LoadModule file_cache_module modules/mod_file_cache.so
  69. LoadModule cache_module modules/mod_cache.so
  70. #LoadModule disk_cache_module modules/mod_disk_cache.so
  71. LoadModule mem_cache_module modules/mod_mem_cache.so
  72. #LoadModule dbd_module modules/mod_dbd.so
  73. #LoadModule dumpio_module modules/mod_dumpio.so
  74. #LoadModule reqtimeout_module modules/mod_reqtimeout.so
  75. #LoadModule ext_filter_module modules/mod_ext_filter.so
  76. LoadModule include_module modules/mod_include.so
  77. LoadModule filter_module modules/mod_filter.so
  78. #LoadModule substitute_module modules/mod_substitute.so
  79. #LoadModule charset_lite_module modules/mod_charset_lite.so
  80. LoadModule deflate_module modules/mod_deflate.so
  81. #LoadModule ldap_module modules/mod_ldap.so
  82. LoadModule log_config_module modules/mod_log_config.so
  83. #LoadModule log_forensic_module modules/mod_log_forensic.so
  84. #LoadModule logio_module modules/mod_logio.so
  85. LoadModule env_module modules/mod_env.so
  86. #LoadModule mime_magic_module modules/mod_mime_magic.so
  87. #LoadModule cern_meta_module modules/mod_cern_meta.so
  88. LoadModule expires_module modules/mod_expires.so
  89. LoadModule headers_module modules/mod_headers.so
  90. #LoadModule ident_module modules/mod_ident.so
  91. LoadModule usertrack_module modules/mod_usertrack.so
  92. #LoadModule unique_id_module modules/mod_unique_id.so
  93. LoadModule setenvif_module modules/mod_setenvif.so
  94. #LoadModule version_module modules/mod_version.so
  95. #LoadModule proxy_module modules/mod_proxy.so
  96. #LoadModule proxy_connect_module modules/mod_proxy_connect.so
  97. #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
  98. #LoadModule proxy_http_module modules/mod_proxy_http.so
  99. #LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
  100. #LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
  101. #LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
  102. #LoadModule ssl_module modules/mod_ssl.so
  103. LoadModule mime_module modules/mod_mime.so
  104. #LoadModule dav_module modules/mod_dav.so
  105. LoadModule status_module modules/mod_status.so
  106. LoadModule autoindex_module modules/mod_autoindex.so
  107. LoadModule asis_module modules/mod_asis.so
  108. #LoadModule info_module modules/mod_info.so
  109. LoadModule cgid_module modules/mod_cgid.so
  110. #LoadModule dav_fs_module modules/mod_dav_fs.so
  111. #LoadModule dav_lock_module modules/mod_dav_lock.so
  112. #LoadModule vhost_alias_module modules/mod_vhost_alias.so
  113. LoadModule negotiation_module modules/mod_negotiation.so
  114. LoadModule dir_module modules/mod_dir.so
  115. #LoadModule imagemap_module modules/mod_imagemap.so
  116. LoadModule actions_module modules/mod_actions.so
  117. LoadModule speling_module modules/mod_speling.so
  118. LoadModule userdir_module modules/mod_userdir.so
  119. LoadModule alias_module modules/mod_alias.so
  120. LoadModule rewrite_module modules/mod_rewrite.so
  121. LoadModule jk_module modules/mod_jk.so
  122.  
  123.  
  124. # HostnameLookups: Log the names of clients or just their IP numbers
  125. # e.g. www.apache.org (on) or 204.62.129.132 (off)
  126. # The default is off because it'd be overall better for the net if people
  127. # had to knowingly turn this feature on.
  128.  
  129. HostnameLookups off
  130.  
  131. # If you wish httpd to run as a different user or group, you must run
  132. # httpd as root initially and it will switch.
  133.  
  134. # User/Group: The name (or #number) of the user/group to run httpd as.
  135. # On SCO (ODT 3) use User nouser and Group nogroup
  136. # On HPUX you may not be able to use shared memory as nobody, and the
  137. # suggested workaround is to create a user www and use that user.
  138. # NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)
  139. # when the value of (unsigned)Group is above 60000;
  140. # don't use Group #-1 on these systems!
  141.  
  142. User nobody
  143. Group nobody
  144.  
  145. # ServerAdmin: Your address, where problems with the server should be
  146. # e-mailed.
  147.  
  148. ServerAdmin webadmin@noa.nintendo.com
  149.  
  150. # BindAddress: You can support virtual hosts with this option. This option
  151. # is used to tell the server which IP address to listen to. It can either
  152. # contain "*", an IP address, or a fully qualified Internet domain name.
  153. # See also the VirtualHost directive.
  154.  
  155. #BindAddress *
  156.  
  157. # ErrorLog: The location of the error log file. If this does not start
  158. # with /, ServerRoot is prepended to it.
  159. ErrorLog "|/usr/local/bin/httplog /opt/logs/default/default_err.swebe1.%Y%m%d -u nobody -z"
  160. #
  161. # Log files have been moved to the VirtualHost section below..... Dan
  162.  
  163. # DirectoryIndex: Name of the file or files to use as a pre-written HTML
  164. # directory index. Separate multiple entries with spaces.
  165.  
  166. DirectoryIndex index.jsp index.html index.vm
  167. # LogLevel: Control the number of messages logged to the error_log.
  168. # Possible values include: debug, info, notice, warn, error, crit,
  169. # alert, emerg.
  170.  
  171. LogLevel warn
  172.  
  173. # The following directives define some format nicknames for use with
  174. # a CustomLog directive (see below).
  175.  
  176. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{cookie}n\"" combined
  177. LogFormat "%t \"%r\" %>s %B %D %X" extended
  178. #LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"SID=%{cookie}n\"" urchin
  179. LogFormat "%h %l %u %t \"%r\" %>s %b" common
  180. #LogFormat "%h %t \"%{JSESSIONID}C\"" dtcookie
  181. LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{cookie}n\" \"JSESSIONID=%{JSESSIONID}C\"" dtcookie
  182. LogFormat "%{Referer}i -> %U" referer
  183. LogFormat "%{User-agent}i" agent
  184.  
  185. # The location of the access logfile (Common Logfile Format).
  186. # If this does not start with /, ServerRoot is prepended to it.
  187. #CustomLog /opt/apache/logs/access_log common
  188.  
  189. # If you would like to have an agent and referer logfile uncomment the
  190. # following directives.
  191. #
  192. #CustomLog /opt/apache/logs/referer_log referer
  193. #CustomLog /opt/apache/logs/agent_log agent
  194.  
  195. # If you prefer a single logfile with access, agent and referer information
  196. # (Combined Logfile Format) you can use the following directive.
  197. #
  198. #CustomLog /opt/apache/logs/access_log combined
  199. #CustomLog /opt/logs/nintendo/access_log combined
  200. #
  201.  
  202. # PidFile: The file the server should log its pid to
  203. PidFile /opt/apache2/logs/httpd.pid
  204.  
  205. # ScoreBoardFile: File used to store internal server process information.
  206. # Not all architectures require this. But if yours does (you'll know because
  207. # this file is created when you run Apache) then you *must* ensure that
  208. # no two invocations of Apache share the same scoreboard file.
  209. #ScoreBoardFile /opt/apache/logs/httpd.scoreboard
  210.  
  211. # The LockFile directive sets the path to the lockfile used when Apache
  212. # is compiled with either USE_FCNTL_SERIALIZED_ACCEPT or
  213. # USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally be left at
  214. # its default value. The main reason for changing it is if the logs
  215. # directory is NFS mounted, since the lockfile MUST BE STORED ON A LOCAL
  216. # DISK. The PID of the main server process is automatically appended to
  217. # the filename.
  218. #
  219. #LockFile /opt/apache/logs/httpd.lock
  220.  
  221. # ServerName allows you to set a host name which is sent back to clients for
  222. # your server if it's different than the one the program would get (i.e. use
  223. # "www" instead of the host's real name).
  224. #
  225. # Note: You cannot just invent host names and hope they work. The name you
  226. # define here must be a valid DNS name for your host. If you don't understand
  227. # this, ask your network administrator.
  228.  
  229. ServerName swebe1
  230.  
  231. # UseCanonicalName: (new for 1.3) With this setting turned on, whenever
  232. # Apache needs to construct a self-referencing URL (a url that refers back
  233. # to the server the response is coming from) it will use ServerName and
  234. # Port to form a "canonical" name. With this setting off, Apache will
  235. # use the hostname:port that the client supplied, when possible. This
  236. # also affects SERVER_NAME and SERVER_PORT in CGIs.
  237. UseCanonicalName off
  238.  
  239. # CacheNegotiatedDocs: By default, Apache sends Pragma: no-cache with each
  240. # document that was negotiated on the basis of content. This asks proxy
  241. # servers not to cache the document. Uncommenting the following line disables
  242. # this behavior, and proxies will be allowed to cache the documents.
  243.  
  244. #CacheNegotiatedDocs
  245.  
  246. # Expiration directives for mod_expires
  247.  
  248. ExpiresActive off
  249. #ExpiresByType image/gif "access plus 1 day"
  250. #ExpiresByType image/jpeg "access plus 1 day"
  251. #ExpiresByType audio/basic "access plus 1 day"
  252. #ExpiresByType audio/x-wav "access plus 1 day"
  253. #ExpiresByType audio/x-aiff "access plus 1 day"
  254. #ExpiresByType video/mpeg "access plus 1 day"
  255. #ExpiresByType video/x-msvideo "access plus 1 day"
  256. #ExpiresByType video/mpeg "access plus 1 day"
  257. #ExpiresByType video/quicktime "access plus 1 day"
  258. #ExpiresByType video/x-motion-jpeg "access plus 1 day"
  259. #ExpiresByType text/javascript "access plus 1 day"
  260. #ExpiresByType text/css "access plus 1 day"
  261. #ExpiresByType application/x-javascript "access plus 1 day"
  262. #ExpiresByType application/x-shockwave-flash "access plus 1 day"
  263.  
  264.  
  265. # Timeout: The number of seconds before receives and sends time out
  266.  
  267. Timeout 10
  268.  
  269. # KeepAlive: Whether or not to allow persistent connections (more than
  270. # one request per connection). Set to "Off" to deactivate.
  271.  
  272. KeepAlive On
  273.  
  274. # MaxKeepAliveRequests: The maximum number of requests to allow
  275. # during a persistent connection. Set to 0 to allow an unlimited amount.
  276. # We reccomend you leave this number high, for maximum performance.
  277.  
  278. MaxKeepAliveRequests 0
  279.  
  280. # KeepAliveTimeout: Number of seconds to wait for the next request
  281.  
  282. KeepAliveTimeout 120
  283. # worker MPM
  284. # StartServers: initial number of server processes to start
  285. # MaxClients: maximum number of simultaneous client connections
  286. # MinSpareThreads: minimum number of worker threads which are kept spare
  287. # MaxSpareThreads: maximum number of worker threads which are kept spare
  288. # ThreadsPerChild: constant number of worker threads in each server process
  289. # MaxRequestsPerChild: maximum number of requests a server process serves
  290.  
  291. <IfModule worker.c>
  292. ServerLimit 16
  293. ThreadLimit 1024
  294. #StartServers 2
  295. MaxClients 2048
  296. MinSpareThreads 100
  297. MaxSpareThreads 512
  298. ThreadsPerChild 128
  299. MaxRequestsPerChild 3000
  300. </IfModule>
  301.  
  302. #############################################################################
  303. ## VirtualHost Configuration
  304. #############################################################################
  305. #<IfModule mod_ssl.c>
  306. # Include conf/ssl.conf
  307. #</IfModule>
  308.  
  309. <Location ~ "/WEB-INF/*">
  310. #AllowOverride None
  311. deny from all
  312. </Location>
  313. <Location ~ "/META-INF/*">
  314. #AllowOverride None
  315. deny from all
  316. </Location>
  317.  
  318.  
  319. NameVirtualHost loghost:80
  320.  
  321. ##*************** Default Host forces redirect to www.nintendo.com ************
  322. <VirtualHost loghost:80>
  323. # ServerName must be unused elsewhere and
  324. # not likely to be a name chosen for an actual site
  325. ServerName default
  326.  
  327. # Log access
  328. CustomLog "|/usr/local/bin/httplog /opt/logs/unknown-host/acc.swebe1.%Y%m%d -z -u nobody" combined
  329.  
  330. # Force all clients that hit this host to www.nintendo.com
  331. RewriteEngine on
  332. RewriteRule .* http://www.nintendo.com/ [R,L]
  333. </VirtualHost>
  334. ##*************************** Nintendo.com 3.0 ********************************
  335. <VirtualHost loghost:80>
  336. serverAdmin webadm@noa.nintendo.com
  337. DocumentRoot /opt/webapps/nintendo
  338. ServerName www.nintendo.com
  339. 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
  340. #DirectoryIndex index.html index.jsp index.vm
  341. RewriteEngine on
  342. RewriteCond %{HTTP_HOST} =nintendo.com [NC]
  343. RewriteRule ^/(.*) http://www.nintendo.com/$1 [QSA]
  344. RewriteCond %{REQUEST_URI} ^/games/mgs\/*$
  345. RewriteRule .* /np/mgs/$1 [R]
  346. RewriteCond %{REQUEST_URI} ^/games/hm\/*$
  347. RewriteRule .* /np/harvestmoon/$1 [R]
  348. RewriteCond %{REQUEST_METHOD} ^TRACE
  349. RewriteRule .* - [F]
  350. # Added rules for areas that no longer exist in 3.0
  351. RewriteCond %{REQUEST_URI} ^/home*$
  352. RewriteRule .* / [R]
  353. RewriteCond %{REQUEST_URI} ^/healthandsafety\/*$
  354. RewriteRule .* /consumer/language_selector/index.jsp [R]
  355. RewriteCond %{REQUEST_URI} ^/healthsafety\/*$
  356. RewriteRule .* /consumer/language_selector/index.jsp [R]
  357. RewriteCond %{REQUEST_URI} ^/community\/*$
  358. RewriteRule .* http://forums.nintendo.com/ [R]
  359. RewriteCond %{REQUEST_URI} ^/global\/*$
  360. RewriteRule .* /countryselector [R]
  361. RewriteCond %{REQUEST_URI} ^/channel/ds\/*$
  362. RewriteRule .* /ds [R]
  363. RewriteCond %{REQUEST_URI} ^/channel/wii\/*$
  364. RewriteRule .* /wii [R]
  365. RewriteCond %{REQUEST_URI} ^/channel/gba\/*$
  366. RewriteRule .* /consumer/retail/index.jsp#oldproduct [redirect=permanent,noescape]
  367. RewriteCond %{REQUEST_URI} ^/channel/gcn\/*$
  368. RewriteRule .* /consumer/retail/index.jsp#oldproduct [redirect=permanent,noescape]
  369. RewriteCond %{REQUEST_URI} ^/channel/wifi\/*$
  370. RewriteRule .* /games/wifi [R]
  371. RewriteCond %{REQUEST_URI} ^/channel\/*$
  372. RewriteRule .* / [R]
  373. RewriteCond %{REQUEST_URI} ^/systemsds\/*$
  374. RewriteRule .* /ds [R]
  375. RewriteCond %{REQUEST_URI} ^/systemswii\/*$
  376. RewriteRule .* /wii [R]
  377. RewriteCond %{REQUEST_URI} ^/systemsgba\/*$
  378. RewriteRule .* /consumer/retail/index.jsp#oldproduct [redirect=permanent,noescape]
  379. RewriteCond %{REQUEST_URI} ^/systemsgcn\/*$
  380. RewriteRule .* /consumer/retail/index.jsp#oldproduct [redirect=permanent,noescape]
  381. RewriteCond %{REQUEST_URI} ^/theater\/*$
  382. RewriteRule .* /wii/videos [R]
  383. #Old format gamelist parameters 500 with /games/guide. Disabling 20100907 per Dan.
  384. #RewriteCond %{REQUEST_URI} ^/gamelist\/*$
  385. #RewriteRule .* /games/guide [R]
  386. RewriteCond %{REQUEST_URI} ^/games/guide/?$
  387. RewriteRule .* /games/gameGuide [R=permanent]
  388. RewriteCond %{REQUEST_URI} ^/gamemini.*/$
  389. RewriteRule .* /games/gameGuide [R=permanent]
  390. RewriteCond %{REQUEST_URI} ^/consumersurvey.jsp$
  391. RewriteRule .* /consumer/consumersurvey.jsp [R]
  392. RewriteCond %{REQUEST_URI} ^/privacy(\.jsp)?$
  393. RewriteRule .* /corp/privacy.jsp [R]
  394. RewriteCond %{REQUEST_URI} ^/copyright$
  395. RewriteRule .* /corp/copyright.jsp [R]
  396. RewriteCond %{REQUEST_URI} ^/parents$
  397. RewriteRule .* /corp/parents.jsp [R]
  398. RewriteCond %{REQUEST_URI} ^/help$
  399. RewriteRule .* /corp/help.jsp [R]
  400. RewriteCond %{REQUEST_URI} ^/contact$
  401. RewriteRule .* /corp/contact.jsp [R]
  402. RewriteCond %{REQUEST_URI} ^/partnerships$
  403. RewriteRule .* /corp/partnerships.jsp [R]
  404. RewriteCond %{REQUEST_URI} ^/hourglass$
  405. RewriteRule .* /corp/surveys/hourglass [R]
  406. RewriteCond %{REQUEST_URI} ^/brainage2$
  407. RewriteRule .* /corp/surveys/brainage2 [R]
  408. RewriteCond %{REQUEST_URI} ^/keychain$
  409. RewriteRule .* /corp/surveys/keychain [R]
  410. RewriteCond %{REQUEST_URI} ^/sweepstakes$
  411. RewriteRule .* http://sweepstakes.nintendo.com/sweepstakes?%{QUERY_STRING} [noescape,L]
  412. RewriteCond %{REQUEST_URI} ^/sweepstakessubmit$
  413. RewriteRule .* http://sweepstakes.nintendo.com/sweepstakessubmit?%{QUERY_STRING} [noescape,L]
  414. RewriteCond %{REQUEST_URI} ^/support$
  415. RewriteRule .* /consumer [R]
  416. RewriteCond %{REQUEST_URI} ^/smashbros\/*$
  417. RewriteRule .* /games/detail/KnFMt3BjmYvIGiGjIfIXqkuretT-KLyA [R]
  418. RewriteCond %{REQUEST_URI} ^/braingames\/*$ [NC]
  419. RewriteRule .* /games/gameGuide?system=ds&genre=edutainment,puzzle [R=permanent]
  420. RewriteCond %{REQUEST_URI} ^/games/crosswords\/*$
  421. RewriteRule .* /games/detail/EMhTj-8YQ4ebfxAJCm6UrYn567YLGU24 [R]
  422. RewriteCond %{REQUEST_URI} ^/ippolicy\/*$
  423. RewriteRule .* /corp/ippolicy.jsp [R]
  424. RewriteCond %{REQUEST_URI} <
  425. RewriteRule .* /blank.html [R]
  426. RewriteCond %{REQUEST_URI} ^/giftcenter\/*$ [NC]
  427. RewriteRule .* http://giftcenter.nintendo.com/ [R]
  428.  
  429. # Redirect productreg URLs to new productreg.jsp per Jeremey Scherer
  430. RewriteCond %{REQUEST_URI} ^/register\/*$
  431. RewriteRule .* http://www.nintendo.com/consumer/club/en/prodreg.jsp [R]
  432. #RewriteRule .* https://club.nintendo.com/ [R]
  433. RewriteCond %{REQUEST_URI} ^/productreg$
  434. RewriteRule .* http://www.nintendo.com/consumer/club/en/prodreg.jsp [R]
  435. RewriteCond %{REQUEST_URI} ^/registergcn\/*$
  436. RewriteRule .* http://www.nintendo.com/consumer/club/en/prodreg.jsp [R]
  437. #RewriteRule .* https://club.nintendo.com/ [R]
  438. RewriteCond %{REQUEST_URI} ^/registerwii\/*$
  439. RewriteRule .* http://www.nintendo.com/consumer/club/en/prodreg.jsp [R]
  440. #RewriteRule .* https://club.nintendo.com/ [R]
  441.  
  442. # Redirect wiiware, virtualconsole and dsiware areas for Matt Kassan 5/5/2010
  443. RewriteCond %{REQUEST_URI} ^/ds\/dsiware\/*$
  444. RewriteRule .* /ds/online/dsiware/$1 [R]
  445. RewriteCond %{REQUEST_URI} ^/wii\/wiiware\/*$
  446. RewriteRule .* /wii/online/wiiware/$1 [R]
  447. RewriteCond %{REQUEST_URI} ^/wii\/virtualconsole\/*$
  448. RewriteRule .* /wii/online/virtualconsole/$1 [R]
  449.  
  450. # Redirect old CPP to consumer area
  451. RewriteCond %{REQUEST_URI} ^/cpp(/|$)
  452. RewriteRule .* /consumer/index.jsp [R]
  453.  
  454. # Rewrite Legal cpsia URLs
  455. RewriteCond %{REQUEST_URI} ^/cpsia\/.+\..*$
  456. RewriteRule ^/cpsia\/(.+)\..* /consumer/cpsia/$1.jsp [R]
  457.  
  458. # Forward /wiifit to wiifit.com
  459. RewriteCond %{REQUEST_URI} ^/wiifit(/|$)
  460. RewriteRule .* http://wiifit.com/ [R]
  461.  
  462. # Rewrite Holiday 2010 site for Matt Kassan 11/4/2010
  463. RewriteCond %{REQUEST_URI} ^/happyholidays(/|$)
  464. RewriteRule .* http://happyholidays.nintendo.com [R=301]
  465.  
  466. ## End of the 3.0 rewrite rules for non-existant 2.5 areas
  467. #
  468. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  469. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  470. RewriteCond %{REQUEST_URI} ^/.*;$
  471. RewriteRule .* /404.jsp [R]
  472. CookieTracking on
  473. CookieExpires "5 years"
  474. CookieDomain ".nintendo.com"
  475. CookieName "NINTENDO"
  476. ErrorDocument 404 /notfound
  477. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nintendo/acc.swebe1.%Y%m%d" combined
  478. #CustomLog "|/usr/local/bin/httplog /opt/logs/nintendo/cookie.swebe1.%Y%m%d" dtcookie
  479. #CustomLog "|/usr/local/bin/httplog /opt/logs/nintendo/ext.swebe1.%Y%m%d -u nobody -z" extended
  480. ErrorLog /opt/logs/nintendo/err.swebe1
  481. Alias /img/ /opt/webapps/nintendo/img/
  482. Alias /mediaFiles/ /export/nintendo/
  483.  
  484. # NOA 3.0 static content Aliases
  485. Alias /css/ /opt/webapps/nintendo/cocoon/noa3/css/
  486. Alias /images/ /opt/webapps/nintendo/cocoon/noa3/images/
  487. Alias /js/ /opt/webapps/nintendo/cocoon/noa3/js/
  488. Alias /video/ /opt/webapps/nintendo/cocoon/noa3/video/
  489. Alias /bin/ /export/nintendo/
  490. Alias /final/ /opt/webapps/nintendo/final/
  491. Alias /robots.txt /opt/webapps/nintendo/cocoon/robots.txt
  492. Alias /en/ /opt/webapps/nintendo/cocoon/noa3/en/
  493. Alias /fr/ /opt/webapps/nintendo/cocoon/noa3/fr/
  494.  
  495. ExpiresActive On
  496. ExpiresByType image/* "access plus 1 week"
  497. ExpiresByType video/* "access plus 1 week"
  498. ExpiresByType image/x-icon "access plus 1 month"
  499.  
  500. #Blast test 22/8/06
  501. Alias /webIndexer/ /opt/webapps/webIndexer/
  502.  
  503. #
  504. #Workers to mappings to servlets in Java
  505. #
  506. JkMount /* worker1
  507. JkUnMount /*.png worker1
  508. JkUnMount /*.gif worker1
  509. JkUnMount /*.jpg worker1
  510. JkUnMount /*.flv worker1
  511. JkUnMount /*.ico worker1
  512.  
  513. #### This stuff should not be pushed to production # DONOTSYNC
  514. #Include /opt/apache/conf/cgi.conf
  515.  
  516. #### P3P Compact Policy implementation, 7/7/03 Dan
  517. 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\""
  518. Header append NODE "swebe1"
  519. #
  520. </VirtualHost>
  521. ##******************* ap.nintendo.com - Anti-Piracy site ******************
  522. <VirtualHost loghost:80>
  523. ServerAdmin webadm@noa.nintendo.com
  524. DocumentRoot /opt/webapps/antipiracy
  525. ServerName ap.nintendo.com
  526. ServerAlias ap.noa.com antipiracy.nintendo.com ap.stg.noa.com
  527. RewriteEngine On
  528. RewriteCond %{REQUEST_METHOD} ^TRACE
  529. RewriteRule .* - [F]
  530. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  531. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  532. RewriteCond %{REQUEST_URI} ^/.*;$
  533. RewriteRule .* /404.jsp [R]
  534. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/antipiracy/acc.swebe1.%Y%m%d" combined
  535. ##CustomLog "| /usr/local/bin/httplog /opt/logs/antipiracy/acc.swebe1.%Y%m%d -u nobody -z" combined
  536. ErrorLog /opt/logs/antipiracy/err.swebe1
  537. Header append NODE "swebe1"
  538. # mod_jk mappings
  539. JkMount /*.jsp worker1
  540. JkMount /manager/* worker1
  541. </VirtualHost>
  542. ##************ advancewars.com ***********************************
  543. <VirtualHost loghost:80>
  544. ServerAdmin webadm@noa.nintendo.com
  545. DocumentRoot /opt/webapps/awdr
  546. ServerName www.advancewars.com
  547. ServerAlias advancewars.com
  548. RewriteEngine On
  549. RewriteCond %{REQUEST_METHOD} ^TRACE
  550. RewriteRule .* - [F]
  551. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  552. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  553. #Added to avoid tomcat bug with ; causing jsp source to show up
  554. RewriteCond %{REQUEST_URI} ^/.*;$
  555. RewriteRule .* /404.jsp [R]
  556. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/awdr/acc.swebe1.%Y%m%d" combined
  557. ErrorLog /opt/logs/awdr/err.swebe1
  558. Header append NODE "swebe1"
  559. JkMount /*.jsp worker1
  560. </VirtualHost>
  561. ##***************** bigbrainacademy.com *************************
  562. <VirtualHost loghost:80>
  563. ServerAdmin webadm@noa.nintendo.com
  564. DocumentRoot /opt/webapps/bigbrain
  565. ServerName bigbrainacademy.com
  566. ServerAlias www.bigbrainacademy.com bigbrain.uat.noa.com bigbrain.pubs.noa.com bigbrain.pubs2.noa.com
  567. RewriteEngine on
  568. RewriteCond %{REQUEST_METHOD} ^TRACE
  569. RewriteRule .* - [F]
  570. RewriteCond %{REQUEST_URI} ^/.*;$
  571. RewriteRule .* /404.jsp [R]
  572. CookieTracking on
  573. CookieExpires "5 years"
  574. CookieDomain ".bigbrainacademy.com"
  575. CookieName "BIGBRAIN"
  576. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/bigbrain/acc.swebe1.%Y%m%d" combined
  577. ErrorLog /opt/logs/bigbrain/err.swebe1
  578. Header append NODE "swebe1"
  579. JkMount /*.jsp worker1
  580. </VirtualHost>
  581. ##***************** batenkaitosorigins.com *************************
  582. <VirtualHost loghost:80>
  583. ServerAdmin webadm@noa.nintendo.com
  584. DocumentRoot /opt/webapps/bko
  585. ServerName batenkaitosorigins.com
  586. ServerAlias www.batenkaitosorigins.com
  587. RewriteEngine on
  588. RewriteCond %{REQUEST_METHOD} ^TRACE
  589. RewriteRule .* - [F]
  590. CookieTracking on
  591. CookieExpires "5 years"
  592. CookieDomain ".batenkaitosorigins.com"
  593. CookieName "BATENKAITOSORIGINS"
  594. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/bko/acc.swebe1.%Y%m%d" combined
  595. ErrorLog /opt/logs/bko/err.swebe1
  596. Header append NODE "swebe1"
  597. </VirtualHost>
  598. ##***************** brainage.nintendo.com *************************
  599. <VirtualHost loghost:80>
  600. ServerAdmin webadm@noa.nintendo.com
  601. DocumentRoot /opt/webapps/brainage
  602. ServerName www.brainage.com
  603. ServerAlias brainage.com brainageds.com www.brainageds.com dsbrainage.com www.dsbrainage.com brainage.nintendo.com brainage.uat.noa.com brainage.pubs.noa.com
  604. RewriteEngine on
  605. RewriteCond %{REQUEST_METHOD} ^TRACE
  606. RewriteRule .* - [F]
  607. RewriteCond %{REQUEST_URI} ^/.*;$
  608. RewriteRule .* /404.jsp [R]
  609. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  610. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  611. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/brainage/acc.swebe1.%Y%m%d" combined
  612. ErrorLog /opt/logs/brainage/err.swebe1
  613. ErrorDocument 404 /404.html
  614. ErrorDocument 500 /500.html
  615. Header append NODE "swebe1"
  616. JkMount /*.jsp worker1
  617. JkMount /manager/html* worker1
  618. </VirtualHost>
  619. ##***************** ca.wii.com *************************
  620. <VirtualHost loghost:80>
  621. ServerAdmin webadm@noa.nintendo.com
  622. DocumentRoot /opt/webapps/cawii
  623. ServerName ca.wii.com
  624. ServerAlias cawii.uat.noa.com cawii.pubs.noa.com
  625. RewriteEngine on
  626. RewriteCond %{REQUEST_METHOD} ^TRACE
  627. RewriteRule .* - [F]
  628. CookieTracking on
  629. CookieExpires "5 years"
  630. CookieDomain ".wii.com"
  631. CookieName "CAWII"
  632. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/cawii/acc.swebe1.%Y%m%d" combined
  633. ErrorLog /opt/logs/cawii/err.swebe1
  634. Header append NODE "swebe1"
  635. JkMount /*.jsp worker1
  636. </VirtualHost>
  637. ##************************ www.chibi-robo.com ********************************
  638. <VirtualHost loghost:80>
  639. ServerAdmin webadm@noa.nintendo.com
  640. DocumentRoot /opt/webapps/chibirobo
  641. ServerName www.chibi-robo.com
  642. ServerAlias chibirobo.noa.com chibi-robo.com www.chibirobo.com chibirobo.com
  643. RewriteEngine on
  644. RewriteCond %{REQUEST_METHOD} ^TRACE
  645. RewriteRule .* - [F]
  646. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  647. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  648. RewriteCond %{REQUEST_URI} ^/.*;$
  649. RewriteRule .* /404.jsp [R]
  650. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/chibirobo/acc.swebe1.%Y%m%d" combined
  651. ErrorLog /opt/logs/chibirobo/err.swebe1
  652. Header append NODE "swebe1"
  653. JkMount /*.jsp worker1
  654. </VirtualHost>
  655. ##***************** childrenofmana.nintendods.com *************************
  656. <VirtualHost loghost:80>
  657. ServerAdmin webadm@noa.nintendo.com
  658. DocumentRoot /opt/webapps/childmana
  659. ServerName childrenofmana.nintendods.com
  660. RewriteEngine on
  661. RewriteCond %{REQUEST_METHOD} ^TRACE
  662. RewriteRule .* - [F]
  663. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/childmana/acc.swebe1.%Y%m%d" combined
  664. ErrorLog /opt/logs/childmana/err.swebe1
  665. Header append NODE "swebe1"
  666. </VirtualHost>
  667. ##*********************** dkjunglebeat.nintendo.com ****************************
  668. <VirtualHost loghost:80>
  669. ServerAdmin webadm@noa.nintendo.com
  670. DocumentRoot /opt/webapps/dkjb
  671. ServerName dkjunglebeat.nintendo.com
  672. ServerAlias www.dkjunglebeat.nintendo.com dkjb.noa.com
  673. RewriteEngine on
  674. RewriteCond %{REQUEST_METHOD} ^TRACE
  675. RewriteRule .* - [F]
  676. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  677. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  678. #Added to avoid tomcat bug with ; causing jsp source to show up
  679. RewriteCond %{REQUEST_URI} ^/.*;$
  680. RewriteRule .* /404.jsp [R]
  681. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dkjb/acc.swebe1.%Y%m%d" combined
  682. ErrorLog /opt/logs/dkjb/err.swebe1
  683. ErrorDocument 404 /404.html
  684. ErrorDocument 500 /500.html
  685. Header append NODE "swebe1"
  686. #JkMount /*.jsp worker1
  687. </VirtualHost>
  688. ##***************** dkjungleclimber.com *************************
  689. <VirtualHost loghost:80>
  690. ServerAdmin webadm@noa.nintendo.com
  691. DocumentRoot /opt/webapps/dkjc
  692. ServerName dkjungleclimber.com
  693. ServerAlias www.dkjungleclimber.com
  694. RewriteEngine on
  695. RewriteCond %{REQUEST_METHOD} ^TRACE
  696. RewriteRule .* - [F]
  697. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dkjc/acc.swebe1.%Y%m%d" combined
  698. ErrorLog /opt/logs/dkjc/err.swebe1
  699. Header append NODE "swebe1"
  700. </VirtualHost>
  701. ##***************** diddykongracing.com *************************
  702. <VirtualHost loghost:80>
  703. ServerAdmin webadm@noa.nintendo.com
  704. DocumentRoot /opt/webapps/dkr
  705. ServerName diddykongracing.com
  706. ServerAlias www.dkr.com dkr.com www.diddykongracing.com dkr.stg.noa.com
  707. RewriteEngine on
  708. RewriteCond %{REQUEST_METHOD} ^TRACE
  709. RewriteRule .* - [F]
  710. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  711. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  712. #Added to avoid tomcat bug with ; causing jsp source to show up
  713. RewriteCond %{REQUEST_URI} ^/.*;$
  714. RewriteRule .* /404.jsp [R]
  715. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dkr/acc.swebe1.%Y%m%d" combined
  716. ErrorLog /opt/logs/dkr/err.swebe1
  717. ErrorDocument 404 /404.html
  718. ErrorDocument 500 /500.html
  719. Header append NODE "swebe1"
  720. JkMount /*.jsp worker1
  721. </VirtualHost>
  722. ## **************** dsbrowser *********************
  723. <VirtualHost loghost:80>
  724. ServerAdmin webadm@noa.nintendo.com
  725. DocumentRoot /opt/webapps/dsbrowser
  726. ServerName dsbrowser.nintendo.com
  727. ServerAlias dsbrowser.noa.com
  728. RewriteEngine on
  729. RewriteCond %{REQUEST_METHOD} ^TRACE
  730. RewriteRule .* - [F]
  731. CustomLog "|/usr/local/bin/httplog /opt/logs/dsbrowser/acc.swebe1.%Y%m%d -z -u nobody" combined
  732. ErrorLog /opt/logs/dsbrowser/err.swebe1
  733. Header append NODE "swebe1"
  734. </VirtualHost>
  735.  
  736. ##***************** NINTENDODSi *************************
  737. <VirtualHost loghost:80>
  738. ServerAdmin webadm@noa.nintendo.com
  739. DocumentRoot /opt/webapps/dsi
  740. ServerName nintendodsi.com
  741. ServerAlias www.nintendods.com nintendods.com www.nintendodsi.com
  742. RewriteEngine on
  743. RewriteCond %{REQUEST_METHOD} ^TRACE
  744. RewriteRule .* - [F]
  745. CookieTracking on
  746. CookieExpires "5 years"
  747. CookieDomain ".nintendods.com"
  748. CookieName "NINTENDODS"
  749. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ds/acc.swebe1.%Y%m%d" combined
  750. ErrorLog /opt/logs/ds/err.swebe1
  751. Header append NODE "swebe1"
  752. JkMount /*.jsp worker1
  753. </VirtualHost>
  754. ##***************** ds-rpg.com *************************
  755. <VirtualHost loghost:80>
  756. ServerAdmin webadm@noa.nintendo.com
  757. DocumentRoot /opt/webapps/dsrpg
  758. ServerName ds-rpg.com
  759. ServerAlias www.ds-rpg.com
  760. RewriteEngine on
  761. RewriteCond %{REQUEST_METHOD} ^TRACE
  762. RewriteRule .* - [F]
  763. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dsrpg/acc.swebe1.%Y%m%d" combined
  764. ErrorLog /opt/logs/dsrpg/err.swebe1
  765. Header append NODE "swebe1"
  766. </VirtualHost>
  767. # ----------------- e3.nintendo.com --------------------------
  768. <VirtualHost loghost:80>
  769. ServerAdmin webadm@noa.nintendo.com
  770. DocumentRoot /opt/webapps/e3
  771. ServerName e3.nintendo.com
  772. ServerAlias e32007.nintendo.com e3src.nintendo.com e32k7.nintendo.com 205.166.76.124 e3nin.nintendo.com e3.pubs.noa.com
  773. RewriteEngine on
  774. RewriteCond %{REQUEST_METHOD} ^TRACE
  775. RewriteRule .* - [F]
  776. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  777. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  778. #Added to avoid tomcat bug with ; causing jsp source to show up
  779. RewriteCond %{REQUEST_URI} ^/.*;$
  780. RewriteRule .* /404.jsp [R]
  781. CookieTracking on
  782. CookieName "NINTENDO_E3"
  783. CookieExpires "1 hour"
  784. CookieDomain ".e3.nintendo.com"
  785. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/e3/acc.swebe1.%Y%m%d" combined
  786. ErrorLog /opt/logs/e3/err.swebe1
  787. ErrorDocument 404 /404.html
  788. Header append NODE "swebe1"
  789. </VirtualHost>
  790. ##***************** elitebeatagents.com *************************
  791. <VirtualHost loghost:80>
  792. ServerAdmin webadm@noa.nintendo.com
  793. DocumentRoot /opt/webapps/eba
  794. ServerName elitebeatagents.com
  795. ServerAlias www.elitebeatagents.com
  796. RewriteEngine on
  797. RewriteCond %{REQUEST_METHOD} ^TRACE
  798. RewriteRule .* - [F]
  799. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/eba/acc.swebe1.%Y%m%d" combined
  800. ErrorLog /opt/logs/eba/err.swebe1
  801. Header append NODE "swebe1"
  802. JkMount /*.jsp worker1
  803. </VirtualHost>
  804. ##************ endlessocean.com ***********************************
  805. <VirtualHost loghost:80>
  806. ServerAdmin webadm@noa.nintendo.com
  807. DocumentRoot /opt/webapps/eo
  808. ServerName www.endlessocean.com
  809. ServerAlias endlessocean.com endlessocean2.com www.endlessocean2.com
  810. RewriteEngine On
  811. RewriteCond %{REQUEST_METHOD} ^TRACE
  812. RewriteRule .* - [F]
  813. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  814. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  815. #Added to avoid tomcat bug with ; causing jsp source to show up
  816. RewriteCond %{REQUEST_URI} ^/.*;$
  817. RewriteRule .* /404.jsp [R]
  818. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/eo/acc.swebe1.%Y%m%d" combined
  819. ErrorLog /opt/logs/eo/err.swebe1
  820. Header append NODE "swebe1"
  821. JkMount /*.jsp worker1
  822. </VirtualHost>
  823. ##************ fire-emblem.com ***********************************
  824. <VirtualHost loghost:80>
  825. ServerAdmin webadm@noa.nintendo.com
  826. DocumentRoot /opt/webapps/fireemblem
  827. ServerName www.fire-emblem.com
  828. ServerAlias fire-emblem.com fireemblem.gameboyadvance.com fireemblem.gameboy.com
  829. RewriteEngine On
  830. RewriteCond %{REQUEST_METHOD} ^TRACE
  831. RewriteRule .* - [F]
  832. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  833. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  834. #Added to avoid tomcat bug with ; causing jsp source to show up
  835. RewriteCond %{REQUEST_URI} ^/.*;$
  836. RewriteRule .* /404.jsp [R]
  837. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/fireemblem/acc.swebe1.%Y%m%d" combined
  838. ErrorLog /opt/logs/fireemblem/err.swebe1
  839. Header append NODE "swebe1"
  840. JkMount /*.jsp worker1
  841. </VirtualHost>
  842. ##***************** flashfocus.net *************************
  843. <VirtualHost loghost:80>
  844. ServerAdmin webadm@noa.nintendo.com
  845. DocumentRoot /opt/webapps/flashfocus
  846. ServerName www.flashfocus.net
  847. ServerAlias flashfocus.net
  848. RewriteEngine on
  849. RewriteCond %{REQUEST_METHOD} ^TRACE
  850. RewriteRule .* - [F]
  851. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  852. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  853. #Added to avoid tomcat bug with ; causing jsp source to show up
  854. RewriteCond %{REQUEST_URI} ^/.*;$
  855. RewriteRule .* /404.jsp [R]
  856. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/flashfocus/acc.swebe1.%Y%m%d" combined
  857. ErrorLog /opt/logs/flashfocus/err.swebe1
  858. Header append NODE "swebe1"
  859. JkMount /*.jsp worker1
  860. JkMount /manager worker1
  861. </VirtualHost>
  862. ## ****************** GDC2011.com ************************
  863. <VirtualHost loghost:80>
  864. ServerAdmin webadm@noa.nintendo.com
  865. DocumentRoot /opt/webapps/gdc2011
  866. ServerName gdc2011.nintendo.com
  867. ServerAlias gdc2011.stg.noa.com
  868. RewriteEngine on
  869. RewriteCond %{REQUEST_METHOD} ^TRACE
  870. RewriteRule .* - [F]
  871. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  872. #Added to avoid tomcat bug with ; causing jsp source to show up
  873. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/gdc2011/acc.swebe1.%Y%m%d" combined
  874. ErrorLog /opt/logs/gdc2011/err.swebe1
  875. Header append NODE "swebe1"
  876. </VirtualHost>
  877. ## ****************** gloryofheracles.com ************************
  878. <VirtualHost loghost:80>
  879. ServerAdmin webadm@noa.nintendo.com
  880. DocumentRoot /opt/webapps/gloryofheracles
  881. ServerName www.gloryofheracles.com
  882. ServerAlias gloryofheracles.com www.thegloryofheracles.com thegloryofheracles.com www.gloryofhercules.com gloryofhercules.com www.thegloryofhercules.com thegloryofhercules.com
  883. RewriteEngine on
  884. RewriteCond %{REQUEST_METHOD} ^TRACE
  885. RewriteRule .* - [F]
  886. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  887. #Added to avoid tomcat bug with ; causing jsp source to show up
  888. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/gloryofheracles/acc.swebe1.%Y%m%d" combined
  889. ErrorLog /opt/logs/gloryofheracles/err.swebe1
  890. Header append NODE "swebe1"
  891. </VirtualHost>
  892. ##************ iplayforme.com ***********************************
  893. <VirtualHost loghost:80>
  894. ServerAdmin webadm@noa.nintendo.com
  895. DocumentRoot /opt/webapps/playforme
  896. ServerName www.iplayforme.com
  897. ServerAlias iplayforme.com playforme.com www.playforme.com
  898. RewriteEngine On
  899. RewriteCond %{REQUEST_METHOD} ^TRACE
  900. RewriteRule .* - [F]
  901. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  902. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  903. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/playforme/acc.swebe1.%Y%m%d" combined
  904. ErrorLog /opt/logs/playforme/err.swebe1
  905. Header append NODE "swebe1"
  906. </VirtualHost>
  907. ##************ ProfessorLaytonDS.com ***********************************
  908. <VirtualHost loghost:80>
  909. ServerAdmin webadm@noa.nintendo.com
  910. DocumentRoot /opt/webapps/layton
  911. ServerName www.professorlaytonds.com
  912. ServerAlias professorlaytonds.com
  913. RewriteEngine On
  914. RewriteCond %{REQUEST_METHOD} ^TRACE
  915. RewriteRule .* - [F]
  916. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  917. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  918. #Added to avoid tomcat bug with ; causing jsp source to show up
  919. RewriteCond %{REQUEST_URI} ^/.*;$
  920. RewriteRule .* /404.jsp [R]
  921. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/layton/acc.swebe1.%Y%m%d" combined
  922. ErrorLog /opt/logs/layton/err.swebe1
  923. Header append NODE "swebe1"
  924. JkMount /*.jsp worker1
  925. </VirtualHost>
  926. ##************ professorlayton.ca ***********************************
  927. <VirtualHost loghost:80>
  928. ServerAdmin webadm@noa.nintendo.com
  929. DocumentRoot /opt/webapps/laytoncontest
  930. ServerName www.professorlayton.ca
  931. ServerAlias professorlayton.ca
  932. RewriteEngine On
  933. RewriteCond %{REQUEST_METHOD} ^TRACE
  934. RewriteRule .* - [F]
  935. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  936. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  937. #Added to avoid tomcat bug with ; causing jsp source to show up
  938. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/laytoncontest/acc.swebe1.%Y%m%d" combined
  939. ErrorLog /opt/logs/laytoncontest/err.swebe1
  940. Header append NODE "swebe1"
  941. #JkMount /*.jsp worker1
  942. </VirtualHost>
  943. ## ***************** bowsersinsidestory.com *****************************
  944. <VirtualHost loghost:80>
  945. ServerAdmin webadm@noa.nintendo.com
  946. DocumentRoot /opt/webapps/marioandluigi3
  947. ServerName www.bowsersinsidestory.com
  948. ServerAlias bowsersinsidestory.com www.marioandluigi3.com marioandluigi3.com
  949. RewriteEngine on
  950. RewriteCond %{REQUEST_METHOD} ^TRACE
  951. RewriteRule .* - [F]
  952. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/marioandluigi3/acc.swebe1.%Y%m%d" combined
  953. ErrorLog /opt/logs/marioandluigi3/err.swebe1
  954. Header append NODE "swebe1"
  955. </VirtualHost>
  956. ##***************** mcdonalds.nintendowifi.com *************************
  957. <VirtualHost loghost:80>
  958. ServerAdmin webadm@noa.nintendo.com
  959. DocumentRoot /opt/webapps/mcwifi
  960. ServerName mcdonalds.nintendowifi.com
  961. ServerAlias mcwifi.pubs.noa.com mcwifi.uat.noa.com mcwifi.stg.noa.com www.mcdonalds.nintendowifi.com
  962. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mcwifi/acc.swebe1.%Y%m%d" combined
  963. ErrorLog /opt/logs/mcwifi/err.swebe1
  964. Header append NODE "swebe1"
  965. </VirtualHost>
  966. ##*************************** media/images ********************************
  967. <VirtualHost loghost:80>
  968. serverAdmin webadm@noa.nintendo.com
  969. DocumentRoot /opt/webapps
  970. ServerName media.nintendo.com
  971. ServerAlias images.nintendo.com 205.166.76.126 205.166.76.145 192.195.204.126 192.195.204.145 mediasrc.nintendo.com
  972. RewriteEngine On
  973. RewriteCond %{REQUEST_METHOD} ^TRACE
  974. RewriteRule .* - [F]
  975. #Added so to prevent jsp source from showing for this site.
  976. RewriteRule (\.jsp|\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ - [F]
  977. #Added to avoid tomcat bug with ; causing jsp source to show up
  978. RewriteCond %{REQUEST_URI} ^/.*;$
  979. RewriteRule .* /404.jsp [R]
  980. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/images/acc.swebe1.%Y%m%d" combined
  981. ErrorLog "|/usr/local/bin/httplog /opt/logs/images/err.swebe1.%Y%m%d.log"
  982. Alias /mediaFiles/ /media/WebContent/
  983.  
  984. ExpiresActive On
  985. ExpiresByType image/* "access plus 1 week"
  986. ExpiresByType video/* "access plus 1 week"
  987. ExpiresByType image/x-icon "access plus 1 month"
  988.  
  989. Header append NODE "swebe1"
  990. #
  991. </VirtualHost>
  992. ##***************** marioparty-ds.com *************************
  993. <VirtualHost loghost:80>
  994. ServerAdmin webadm@noa.nintendo.com
  995. DocumentRoot /opt/webapps/mpds
  996. ServerName marioparty-ds.com
  997. ServerAlias www.marioparty-ds.com
  998. RewriteEngine on
  999. RewriteCond %{REQUEST_METHOD} ^TRACE
  1000. RewriteRule .* - [F]
  1001. CookieTracking on
  1002. CookieExpires "5 years"
  1003. CookieDomain ".marioparty-ds.com"
  1004. CookieName "MARIOPARTYDS"
  1005. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mpds/acc.swebe1.%Y%m%d" combined
  1006. ErrorLog /opt/logs/mpds/err.swebe1
  1007. Header append NODE "swebe1"
  1008. JkMount /*.jsp worker1
  1009. </VirtualHost>
  1010. ##********************** nintendopower.com *********************************
  1011. <VirtualHost loghost:80>
  1012. ServerAdmin webadm@noa.nintendo.com
  1013. DocumentRoot /opt/webapps/nintendopower
  1014. ServerName www.nintendopower.com
  1015. ServerAlias nintendopower.com np.noa.com
  1016. RewriteEngine on
  1017. RewriteCond %{REQUEST_METHOD} ^TRACE
  1018. RewriteRule .* - [F]
  1019. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1020. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1021. #Added to avoid tomcat bug with ; causing jsp source to show up
  1022. RewriteCond %{REQUEST_URI} ^/.*;$
  1023. RewriteRule .* /404.jsp [R]
  1024. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nintendopower/acc.swebe1.%Y%m%d" combined
  1025. ErrorLog /opt/logs/nintendopower/err.swebe1
  1026. Header append NODE "swebe1"
  1027. JkMount /*.jsp worker1
  1028. JkMount /xmlpipe/archive* worker1
  1029. JkMount /xmlpipe/issue* worker1
  1030. JkMount /xmlpipe/guide* worker1
  1031. JkMount /xmlpipe/guideindex* worker1
  1032. JkMount /home worker1
  1033. JkMount /xmlpipe/homepage* worker1
  1034. JkMount /mediaFiles/* worker1
  1035. JkMount /notfound worker1
  1036. JkMount /errorpage worker1
  1037. JkMount /manager/html* worker1
  1038. ErrorDocument 404 /404.html
  1039. </VirtualHost>
  1040. ## **************** test-pass.net / test-fail.net *********************
  1041. <VirtualHost loghost:80>
  1042. ServerAdmin webadm@noa.nintendo.com
  1043. DocumentRoot /opt/www/testfail
  1044. ServerName www.test-fail.net
  1045. ServerAlias www.test-pass.net test-fail.net test-pass.net
  1046. RewriteEngine on
  1047. RewriteCond %{REQUEST_METHOD} ^TRACE
  1048. RewriteRule .* - [F]
  1049. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1050. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1051. #Added to avoid tomcat bug with ; causing jsp source to show up
  1052. RewriteCond %{REQUEST_URI} ^/.*;$
  1053. RewriteRule .* /404.jsp [R]
  1054. CustomLog "|/usr/local/bin/httplog /opt/logs/testfail/acc.swebe1.%Y%m%d -z -u nobody" combined
  1055. ErrorLog /opt/logs/testfail/err.swebe1
  1056. Header append NODE "swebe1"
  1057. </VirtualHost>
  1058. ##********************** animal-crossing.com ****************************
  1059. <VirtualHost loghost:80>
  1060. ServerAdmin webadm@noa.nintendo.com
  1061. DocumentRoot /opt/webapps/animal
  1062. ServerName www.animal-crossing.com
  1063. ServerAlias animal-crossing.com acrossing.noa.com acrossing.pubs.noa.com acrossing.uat.noa.com
  1064. Options Indexes Includes FollowSymLinks
  1065. ## This is to prevent the '.' bug that produces jsp source...
  1066. RewriteEngine on
  1067. RewriteCond %{HTTP_HOST} ^(.*)\.$
  1068. RewriteRule ^(.*) http://www.animal-crossing.com [R]
  1069. RewriteCond %{REQUEST_METHOD} ^TRACE
  1070. RewriteRule .* - [F]
  1071. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1072. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1073. RewriteCond %{REQUEST_URI} ^/.*;$
  1074. RewriteRule .* /404.jsp [R]
  1075. CookieTracking on
  1076. CookieExpires "5 years"
  1077. CookieDomain ".animal-crossing.com"
  1078. CookieName "AnimalCrossing"
  1079. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/acrossing/acc.swebe1.%Y%m%d" combined
  1080. ##CustomLog "| /usr/local/bin/httplog /opt/logs/acrossing/acc.swebe1.%Y%m%d -u nobody -z" combined
  1081. ErrorLog /opt/logs/acrossing/err.swebe1
  1082. Header append NODE "swebe1"
  1083. JkMount /*.jsp worker1
  1084. </VirtualHost>
  1085. ##***************** customroboarena.com *************************
  1086. <VirtualHost loghost:80>
  1087. ServerAdmin webadm@noa.nintendo.com
  1088. DocumentRoot /opt/webapps/customroboarena
  1089. ServerName customroboarena.com
  1090. ServerAlias www.customroboarena.com
  1091. RewriteEngine on
  1092. RewriteCond %{REQUEST_METHOD} ^TRACE
  1093. RewriteRule .* - [F]
  1094. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/customroboarena/acc.swebe1.%Y%m%d" combined
  1095. ErrorLog /opt/logs/customroboarena/err.swebe1
  1096. Header append NODE "swebe1"
  1097. JkMount /*.jsp worker1
  1098. </VirtualHost>
  1099. ##*********************** customrobo.com ************************************
  1100. <VirtualHost loghost:80>
  1101. ServerAdmin webadm@noa.nintendo.com
  1102. DocumentRoot /opt/webapps/customrobo
  1103. ServerName www.customrobo.com
  1104. ServerAlias customrobo.com customrobo.noa.com
  1105. RewriteEngine on
  1106. RewriteCond %{REQUEST_METHOD} ^TRACE
  1107. RewriteRule .* - [F]
  1108. RewriteCond %{REQUEST_URI} ^/.*;$
  1109. RewriteRule .* /404.jsp [R]
  1110. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1111. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1112. ErrorDocument 404 /error_404.jsp
  1113. ErrorDocument 500 /error_500.jsp
  1114. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/customrobo/acc.swebe1.%Y%m%d" combined
  1115. ErrorLog /opt/logs/customrobo/err.swebe1
  1116. Header append NODE "swebe1"
  1117. JkMount /*.jsp worker1
  1118. </VirtualHost>
  1119. ##***************** nintendogs.com *************************
  1120. <VirtualHost loghost:80>
  1121. ServerAdmin webadm@noa.nintendo.com
  1122. DocumentRoot /opt/webapps/dogs
  1123. ServerName nintendogs.com
  1124. ServerAlias www.nintendogs.com dogsstg.noa.com
  1125. RewriteEngine on
  1126. RewriteCond %{REQUEST_METHOD} ^TRACE
  1127. RewriteRule .* - [F]
  1128. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1129. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1130. #Added to avoid tomcat bug with ; causing jsp source to show up
  1131. RewriteCond %{REQUEST_URI} ^/.*;$
  1132. RewriteRule .* /404.jsp [R]
  1133. CookieTracking on
  1134. CookieName "NINTENDOGS"
  1135. CookieExpires "1 hour"
  1136. CookieDomain ".nintendogs.com"
  1137. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dogs/acc.swebe1.%Y%m%d" combined
  1138. ErrorLog /opt/logs/dogs/err.swebe1
  1139. JkMount /*.jsp worker1
  1140. ErrorDocument 404 /404.jsp
  1141. ErrorDocument 500 /500.jsp
  1142. Header append NODE "swebe1"
  1143. </VirtualHost>
  1144. ##******************* electroplankton.nintendods.com **************************
  1145. <VirtualHost loghost:80>
  1146. ServerAdmin webadm@noa.nintendo.com
  1147. DocumentRoot /opt/webapps/electroplankton
  1148. ServerName electroplankton.nintendods.com
  1149. RewriteEngine on
  1150. RewriteCond %{REQUEST_METHOD} ^TRACE
  1151. RewriteRule .* - [F]
  1152. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1153. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1154. #Added to avoid tomcat bug with ; causing jsp source to show up
  1155. RewriteCond %{REQUEST_URI} ^/.*;$
  1156. RewriteRule .* /404.jsp [R]
  1157. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/electroplankton/acc.swebe1.%Y%m%d" combined
  1158. ErrorLog /opt/logs/electroplankton/err.swebe1
  1159. Header append NODE "swebe1"
  1160. JkMount /*.jsp worker1
  1161. </VirtualHost>
  1162. ## ***************** excitebots.com ************************************
  1163. <VirtualHost loghost:80>
  1164. ServerAdmin webadm@noa.nintendo.com
  1165. DocumentRoot /opt/webapps/excitebots
  1166. ServerName www.excitebots.com
  1167. ServerAlias excitebots.com excitebotstrickracing.com excitebots-trickracing.com
  1168. RewriteEngine on
  1169. RewriteCond %{REQUEST_METHOD} ^TRACE
  1170. RewriteRule .* - [F]
  1171. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1172. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1173. #Added to avoid tomcat bug with ; causing jsp source to show up
  1174. RewriteCond %{REQUEST_URI} ^/.*;$
  1175. RewriteRule .* /404.jsp [R]
  1176. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/excitebots/acc.swebe1.%Y%m%d" combined
  1177. ErrorLog /opt/logs/excitebots/err.swebe1
  1178. Header append NODE "swebe1"
  1179. </VirtualHost>
  1180. ##***************** ff.nintendo.com ***********************************
  1181. <VirtualHost loghost:80>
  1182. ServerAdmin webadm@noa.nintendo.com
  1183. DocumentRoot /opt/webapps/ffportal
  1184. ServerName ff.nintendo.com
  1185. ServerAlias ff.noa.com ffportal.nintendo.com ffportal.noa.com
  1186. RewriteEngine On
  1187. RewriteCond %{REQUEST_METHOD} ^TRACE
  1188. RewriteRule .* - [F]
  1189. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1190. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1191. #Added to avoid tomcat bug with ; causing jsp source to show up
  1192. RewriteCond %{REQUEST_URI} ^/.*;$
  1193. RewriteRule .* /404.jsp [R]
  1194. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ffportal/acc.swebe1.%Y%m%d" combined
  1195. ##CustomLog "| /usr/local/bin/httplog /opt/logs/ffportal/acc.swebe1.%Y%m%d -u nobody -z" combined
  1196. ErrorLog /opt/logs/ffportal/err.swebe1
  1197. Header append NODE "swebe1"
  1198. JkMount /*.jsp worker1
  1199. </VirtualHost>
  1200. ##***************** ffv.nintendo.com *************************
  1201. <VirtualHost loghost:80>
  1202. ServerAdmin webadm@noa.nintendo.com
  1203. DocumentRoot /opt/webapps/ffv
  1204. ServerName ffv.nintendo.com
  1205. RewriteEngine on
  1206. RewriteCond %{REQUEST_METHOD} ^TRACE
  1207. RewriteRule .* - [F]
  1208. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ffv/acc.swebe1.%Y%m%d" combined
  1209. ErrorLog /opt/logs/ffv/err.swebe1
  1210. Header append NODE "swebe1"
  1211. </VirtualHost>
  1212. ## ***************** fossilfighters.com ************************************
  1213. <VirtualHost loghost:80>
  1214. ServerAdmin webadm@noa.nintendo.com
  1215. DocumentRoot /opt/webapps/fossilfighters
  1216. ServerName fossilfighters.com
  1217. ServerAlias www.fossilfighters.com
  1218. RewriteEngine on
  1219. RewriteCond %{REQUEST_METHOD} ^TRACE
  1220. RewriteRule .* - [F]
  1221. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1222. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1223. #Added to avoid tomcat bug with ; causing jsp source to show up
  1224. RewriteCond %{REQUEST_URI} ^/.*;$
  1225. RewriteRule .* /404.jsp [R]
  1226. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/fossilfighters/acc.swebe1.%Y%m%d" combined
  1227. ErrorLog /opt/logs/fossilfighters/err.swebe1
  1228. Header append NODE "swebe1"
  1229. JkMount /*.jsp worker1
  1230. JkMount /manager/* worker1
  1231. </VirtualHost>
  1232. ##************** www.gameboy.com ***********************************
  1233. <VirtualHost loghost:80>
  1234. ServerAdmin webadm@noa.nintendo.com
  1235. DocumentRoot /opt/webapps/gba
  1236. ServerName www.gameboy.com
  1237. ServerAlias gameboy.com gameboyadvance.com www.gameboyadvance.com gba.noa.com gba.nintendo.com
  1238. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/gba/acc.swebe1.%Y%m%d" combined
  1239. ErrorLog /opt/logs/gba/err.swebe1
  1240. RewriteEngine on
  1241. RewriteCond %{REQUEST_METHOD} ^TRACE
  1242. RewriteRule .* - [F]
  1243. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1244. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1245. #Added to avoid tomcat bug with ; causing jsp source to show up
  1246. RewriteCond %{REQUEST_URI} ^/.*;$
  1247. RewriteRule .* /404.jsp [R]
  1248. JkMount /*.jsp worker1
  1249. JkMount /gamelist worker1
  1250. JkMount /sp/gamerating worker1
  1251. JkMount /gamerating worker1
  1252. JkMount /submitGameRating worker1
  1253. JkMount /submitGameRatingThanks worker1
  1254. Header append NODE "swebe1"
  1255. Options Indexes FollowSymLinks
  1256. DirectoryIndex index.html choose.jsp index.jsp
  1257. </VirtualHost>
  1258. ##***************** hoteldusk.com *************************
  1259. <VirtualHost loghost:80>
  1260. ServerAdmin webadm@noa.nintendo.com
  1261. DocumentRoot /opt/webapps/hoteldusk
  1262. ServerName hoteldusk.com
  1263. ServerAlias www.hoteldusk.com
  1264. RewriteEngine on
  1265. RewriteCond %{REQUEST_METHOD} ^TRACE
  1266. RewriteRule .* - [F]
  1267. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/hoteldusk/acc.swebe1.%Y%m%d" combined
  1268. ErrorLog /opt/logs/hoteldusk/err.swebe1
  1269. Header append NODE "swebe1"
  1270. </VirtualHost>
  1271. ##************************* kirbykirbykirby.com ****************************
  1272. <VirtualHost loghost:80>
  1273. ServerAdmin webadm@noa.nintendo.com
  1274. DocumentRoot /opt/webapps/kirby
  1275. ServerName www.kirbykirbykirby.com
  1276. 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
  1277. RewriteEngine on
  1278. RewriteCond %{REQUEST_METHOD} ^TRACE
  1279. RewriteRule .* - [F]
  1280. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/kirby/acc.swebe1.%Y%m%d" combined
  1281. ErrorLog /opt/logs/kirby/err.swebe1
  1282. Header append NODE "swebe1"
  1283. JkMount /*.jsp worker1
  1284. JkMount /manager* worker1
  1285. </VirtualHost>
  1286. ##************************* kirbysuperstarultra.nintendo.com ****************************
  1287. <VirtualHost loghost:80>
  1288. ServerAdmin webadm@noa.nintendo.com
  1289. DocumentRoot /opt/webapps/kirbyultra
  1290. ServerName kirbysuperstarultra.nintendo.com
  1291. ServerAlias www.kirbysuperstarultra.nintendo.com kirbyultra.stg.noa.com kirbyultra.uat.noa.com
  1292. Options FollowSymLinks
  1293. ## This is to prevent the '.' bug that produces jsp source...
  1294. RewriteEngine on
  1295. ##RewriteCond %{HTTP_HOST} ^(.*)\.$
  1296. ##RewriteRule ^(.*) http://www.kirbykirbykirby.com [R]
  1297. ##RewriteCond %{HTTP_HOST} =kirbykirbykirby.com [NC]
  1298. ##RewriteRule ^/(.*) http://www.kirbykirbykirby.com/$1 [QSA]
  1299. RewriteCond %{REQUEST_METHOD} ^TRACE
  1300. RewriteRule .* - [F]
  1301. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1302. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1303. #Added to avoid tomcat bug with ; causing jsp source to show up
  1304. RewriteCond %{REQUEST_URI} ^/.*;$
  1305. RewriteRule .* /404.jsp [R]
  1306. ##
  1307. ##CookieTracking on
  1308. ##CookieExpires "5 years"
  1309. ##CookieDomain ".kirbykirbykirby.com"
  1310. ##CookieName "KirbyPortal"
  1311. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/kirby/acc.swebe1.%Y%m%d" combined
  1312. ##CustomLog "| /usr/local/bin/httplog /opt/logs/kirby/acc.swebe1.%Y%m%d -u nobody -z" combined
  1313. ErrorLog /opt/logs/kirby/err.swebe1
  1314. JkMount /*.jsp worker1
  1315. JkMount /user/AddPoints worker1
  1316. JkMount /kollectibles worker1
  1317. JkMount /user/Login worker1
  1318. JkMount /user/NewUser worker1
  1319. JkMount /user/PasswordAnswer worker1
  1320. JkMount /user/PasswordQuestion worker1
  1321. JkMount /xml/UserCharacters.xml worker1
  1322. JkMount /xml/UserExtras.xml worker1
  1323. JkMount /xml/UserScenes.xml worker1
  1324. JkMount /xml/User.xml worker1
  1325. JkMount /cards/NewCard worker1
  1326. JkMount /xml/Card.xml worker1
  1327. JkMount /cards/ViewCard worker1
  1328. JkMount /user/Logout worker1
  1329. JkMount /xml/UserKirby.xml worker1
  1330. JkMount /xml/UserKingDedede.xml worker1
  1331. JkMount /xml/UserEscargoon.xml worker1
  1332. JkMount /xml/UserTiff.xml worker1
  1333. JkMount /xml/UserTuff.xml worker1
  1334. JkMount /xml/UserMetaKnight.xml worker1
  1335. JkMount /xml/UserFriends.xml worker1
  1336. JkMount /xml/UserFoes.xml worker1
  1337. JkMount /xml/UserFoes worker1
  1338. Header append NODE "swebe1"
  1339. </VirtualHost>
  1340. ##***************** magicalstarsign.com *************************
  1341. <VirtualHost loghost:80>
  1342. ServerAdmin webadm@noa.nintendo.com
  1343. DocumentRoot /opt/webapps/magical
  1344. ServerName magicalstarsign.com
  1345. ServerAlias www.magicalstarsign.com
  1346. RewriteEngine on
  1347. RewriteCond %{REQUEST_METHOD} ^TRACE
  1348. RewriteRule .* - [F]
  1349. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/magical/acc.swebe1.%Y%m%d" combined
  1350. ErrorLog /opt/logs/magical/err.swebe1
  1351. Header append NODE "swebe1"
  1352. </VirtualHost>
  1353. ##***************** magnetica.nintendods.com *************************
  1354. <VirtualHost loghost:80>
  1355. ServerAdmin webadm@noa.nintendo.com
  1356. DocumentRoot /opt/webapps/magnetica
  1357. ServerName magnetica.nintendods.com
  1358. RewriteEngine on
  1359. RewriteCond %{REQUEST_METHOD} ^TRACE
  1360. RewriteRule .* - [F]
  1361. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1362. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1363. #Added to avoid tomcat bug with ; causing jsp source to show up
  1364. RewriteCond %{REQUEST_URI} ^/.*;$
  1365. RewriteRule .* /404.jsp [R]
  1366. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/magnetica/acc.swebe1.%Y%m%d" combined
  1367. ErrorLog /opt/logs/magnetica/err.swebe1
  1368. Header append NODE "swebe1"
  1369. </VirtualHost>
  1370. ## ***************** mario.nintendo.com ***********************************
  1371. <VirtualHost loghost:80>
  1372. ServerAdmin webadm@noa.nintendo.com
  1373. DocumentRoot /opt/webapps/mario
  1374. ServerName mario.nintendo.com
  1375. ServerAlias marioportal.noa.com marioportal.nintendo.com
  1376. RewriteEngine on
  1377. RewriteCond %{REQUEST_METHOD} ^TRACE
  1378. RewriteRule .* - [F]
  1379. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1380. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1381. #Added to avoid tomcat bug with ; causing jsp source to show up
  1382. RewriteCond %{REQUEST_URI} ^/.*;$
  1383. RewriteRule .* /404.jsp [R]
  1384. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mario/acc.swebe1.%Y%m%d" combined
  1385. ErrorLog /opt/logs/mario/err.swebe1
  1386. ErrorDocument 404 /404.jsp
  1387. ErrorDocument 500 /500.jsp
  1388. Header append NODE "swebe1"
  1389. JkMount /*.jsp worker1
  1390. </VirtualHost>
  1391. ##***************** supermariogalaxy.com *************************
  1392. <VirtualHost loghost:80>
  1393. ServerAdmin webadm@noa.nintendo.com
  1394. DocumentRoot /opt/webapps/mariogalaxy
  1395. ServerName www.supermariogalaxy.com
  1396. ServerAlias supermariogalaxy.com
  1397. CookieTracking on
  1398. CookieName "MARIOGALAXY"
  1399. CookieExpires "1 hour"
  1400. CookieDomain ".supermariogalaxy.com"
  1401. RewriteEngine on
  1402. RewriteCond %{REQUEST_METHOD} ^TRACE
  1403. RewriteRule .* - [F]
  1404. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1405. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1406. #Added to avoid tomcat bug with ; causing jsp source to show up
  1407. RewriteCond %{REQUEST_URI} ^/.*;$
  1408. RewriteRule .* /404.jsp [R]
  1409. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariogalaxy/acc.swebe1.%Y%m%d" combined
  1410. ErrorLog /opt/logs/mariogalaxy/err.swebe1
  1411. Header append NODE "swebe1"
  1412. JkMount /*.jsp worker1
  1413. JkMount /manager worker1
  1414. </VirtualHost>
  1415. ##***************** mariohoops.com *************************
  1416. <VirtualHost loghost:80>
  1417. ServerAdmin webadm@noa.nintendo.com
  1418. DocumentRoot /opt/webapps/mariohoops
  1419. ServerName mariohoops.com
  1420. ServerAlias www.mariohoops.com
  1421. RewriteEngine on
  1422. RewriteCond %{REQUEST_METHOD} ^TRACE
  1423. RewriteRule .* - [F]
  1424. #Added to avoid tomcat bug with ; causing jsp source to show up
  1425. RewriteCond %{REQUEST_URI} ^/.*;$
  1426. RewriteRule .* /404.jsp [R]
  1427. CookieTracking on
  1428. CookieExpires "5 years"
  1429. CookieDomain ".mariohoops.com"
  1430. CookieName "MARIOHOOPS"
  1431. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariohoops/acc.swebe1.%Y%m%d" combined
  1432. ErrorLog /opt/logs/mariohoops/err.swebe1
  1433. Header append NODE "swebe1"
  1434. JkMount /*.jsp worker1
  1435. </VirtualHost>
  1436. ##************ www.mariokart.com ***********************************
  1437. <VirtualHost loghost:80>
  1438. ServerAdmin webadm@noa.nintendo.com
  1439. DocumentRoot /opt/webapps/mariokart
  1440. ServerName www.mariokart.com
  1441. ServerAlias mariokart.com mkdd.noa.com mariokart.pubs.noa.com mariokart.uat.noa.com
  1442. RewriteEngine on
  1443. RewriteCond %{REQUEST_METHOD} ^TRACE
  1444. RewriteRule .* - [F]
  1445. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1446. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1447. #Added to avoid tomcat bug with ; causing jsp source to show up
  1448. RewriteCond %{REQUEST_URI} ^/.*;$
  1449. RewriteRule .* /404.jsp [R]
  1450. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariokart/acc.swebe1.%Y%m%d" combined
  1451. ErrorLog /opt/logs/mariokart/err.swebe1
  1452. Header append NODE "swebe1"
  1453. JkMount /*.jsp worker1
  1454. </VirtualHost>
  1455. ##**************************** marioparty7.com *********************************
  1456. <VirtualHost loghost:80>
  1457. ServerAdmin webadm@noa.nintendo.com
  1458. DocumentRoot /opt/webapps/mp7
  1459. ServerName www.marioparty7.com
  1460. ServerAlias marioparty7.com mp7stg.noa.com marioparty.com www.marioparty.com
  1461. RewriteEngine on
  1462. RewriteCond %{HTTP_HOST} ^(.*)\.$
  1463. RewriteRule ^(.*) http://www.marioparty.com [R]
  1464. RewriteCond %{REQUEST_METHOD} ^TRACE
  1465. RewriteRule .* - [F]
  1466. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1467. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1468. #Added to avoid tomcat bug with ; causing jsp source to show up
  1469. RewriteCond %{REQUEST_URI} ^/.*;$
  1470. RewriteRule .* /404.jsp [R]
  1471. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mp7/acc.swebe1.%Y%m%d" combined
  1472. ErrorLog /opt/logs/mp7/err.swebe1
  1473. Header append NODE "swebe1"
  1474. JkMount /*.jsp worker1
  1475. </VirtualHost>
  1476. ## ***************** mariotennis.com ************************************
  1477. <VirtualHost loghost:80>
  1478. ServerAdmin webadm@noa.nintendo.com
  1479. DocumentRoot /opt/webapps/mariopowertennis
  1480. ServerName www.mariotennis.com
  1481. ServerAlias mariotennis.com
  1482. RewriteEngine on
  1483. RewriteCond %{REQUEST_METHOD} ^TRACE
  1484. RewriteRule .* - [F]
  1485. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1486. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1487. #Added to avoid tomcat bug with ; causing jsp source to show up
  1488. RewriteCond %{REQUEST_URI} ^/.*;$
  1489. RewriteRule .* /404.jsp [R]
  1490. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariopowertennis/acc.swebe1.%Y%m%d" combined
  1491. ErrorLog /opt/logs/mariopowertennis/err.swebe1
  1492. Header append NODE "swebe1"
  1493. JkMount /*.jsp worker1
  1494. </VirtualHost>
  1495. ##*******************************metroidprime.com******************************
  1496. <VirtualHost loghost:80>
  1497. ServerAdmin webadm@noa.nintendo.com
  1498. DocumentRoot /opt/webapps/metroid
  1499. ServerName www.metroid.com
  1500. ServerAlias metroid.com metroid.noa.com metroid.pubs.noa.com metroid.uat.noa.com
  1501. ## This is to prevent the '.' bug that produces jsp source...
  1502. RewriteEngine on
  1503. RewriteCond %{HTTP_HOST} ^(.*)\.$
  1504. RewriteRule ^(.*) http://www.metroid.com [R]
  1505. RewriteCond %{REQUEST_METHOD} ^TRACE
  1506. RewriteRule .* - [F]
  1507. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1508. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1509. #Added to avoid tomcat bug with ; causing jsp source to show up
  1510. RewriteCond %{REQUEST_URI} ^/.*;$
  1511. RewriteRule .* /404.jsp [R]
  1512. ##
  1513. CookieTracking on
  1514. CookieExpires "5 years"
  1515. CookieDomain ".metroid.com"
  1516. CookieName "Metroid"
  1517. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/metroid/acc.swebe1.%Y%m%d" combined
  1518. ##CustomLog "| /usr/local/bin/httplog /opt/logs/metroid/acc.swebe1.%Y%m%d -u nobody -z" combined
  1519. ErrorLog /opt/logs/metroid/err.swebe1
  1520. Header append NODE "swebe1"
  1521. JkMount /*.jsp worker1
  1522. </VirtualHost>
  1523. ##***************** micro.gameboy.com *************************
  1524. <VirtualHost loghost:80>
  1525. ServerAdmin webadm@noa.nintendo.com
  1526. DocumentRoot /opt/webapps/micro
  1527. ServerName micro.gameboy.com
  1528. RewriteEngine on
  1529. RewriteCond %{REQUEST_METHOD} ^TRACE
  1530. RewriteRule .* - [F]
  1531. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1532. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1533. #Added to avoid tomcat bug with ; causing jsp source to show up
  1534. RewriteCond %{REQUEST_URI} ^/.*;$
  1535. RewriteRule .* /404.jsp [R]
  1536. LimitRequestBody 307201
  1537. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/micro/acc.swebe1.%Y%m%d" combined
  1538. ErrorLog /opt/logs/micro/err.swebe1
  1539. Header append NODE "swebe1"
  1540. JkMount /*.jsp worker1
  1541. </VirtualHost>
  1542. ##***************** masterofillusion.net *************************
  1543. <VirtualHost loghost:80>
  1544. ServerAdmin webadm@noa.nintendo.com
  1545. DocumentRoot /opt/webapps/moi
  1546. ServerName www.masterofillusion.net
  1547. ServerAlias masterofillusion.net
  1548. RewriteEngine on
  1549. RewriteCond %{REQUEST_METHOD} ^TRACE
  1550. RewriteRule .* - [F]
  1551. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1552. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1553. #Added to avoid tomcat bug with ; causing jsp source to show up
  1554. RewriteCond %{REQUEST_URI} ^/.*;$
  1555. RewriteRule .* /404.jsp [R]
  1556. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/moi/acc.swebe1.%Y%m%d" combined
  1557. ErrorLog /opt/logs/moi/err.swebe1
  1558. Header append NODE "swebe1"
  1559. JkMount /*.jsp worker1
  1560. JkMount /manager worker1
  1561. </VirtualHost>
  1562. ##***************** mx.wii.com *************************
  1563. <VirtualHost loghost:80>
  1564. ServerAdmin webadm@noa.nintendo.com
  1565. DocumentRoot /opt/webapps/mxwii
  1566. ServerName mx.wii.com
  1567. ServerAlias latam.wii.com mxwii.pubse.noa.com mxwii.pubs.noa.com mxwii.uat.noa.com
  1568. RewriteEngine on
  1569. RewriteCond %{REQUEST_METHOD} ^TRACE
  1570. RewriteRule .* - [F]
  1571. CookieTracking on
  1572. CookieExpires "5 years"
  1573. CookieDomain ".wii.com"
  1574. CookieName "MXWII"
  1575. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mxwii/acc.swebe1.%Y%m%d" combined
  1576. ErrorLog /opt/logs/mxwii/err.swebe1
  1577. Header append NODE "swebe1"
  1578. JkMount /*.jsp worker1
  1579. </VirtualHost>
  1580. ##***************** nintendofannetwork.com *************************
  1581. <VirtualHost loghost:80>
  1582. ServerAdmin webadm@noa.nintendo.com
  1583. DocumentRoot /opt/webapps/nfn
  1584. ServerName nintendofannetwork.com
  1585. 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
  1586. RewriteEngine on
  1587. RewriteCond %{REQUEST_METHOD} ^TRACE
  1588. RewriteRule .* - [F]
  1589. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nfn/acc.swebe1.%Y%m%d" combined
  1590. ErrorLog /opt/logs/nfn/err.swebe1
  1591. Header append NODE "swebe1"
  1592. JkMount /*.jsp worker1
  1593. JkMount /manager/* worker1
  1594. </VirtualHost>
  1595. ## ***************** holiday.nintendo.com ************************************
  1596. <VirtualHost loghost:80>
  1597. ServerAdmin webadm@noa.nintendo.com
  1598. DocumentRoot /opt/webapps/noaholiday
  1599. ServerName holiday.nintendo.com
  1600. RewriteEngine on
  1601. RewriteCond %{REQUEST_METHOD} ^TRACE
  1602. RewriteRule .* - [F]
  1603. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1604. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/noaholiday/acc.swebe1.%Y%m%d" combined
  1605. ErrorLog /opt/logs/noaholiday/err.swebe1
  1606. Header append NODE "swebe1"
  1607. </VirtualHost>
  1608. ##*****************nintendoworldstore.com *************************
  1609. <VirtualHost loghost:80>
  1610. ServerAdmin webadm@noa.nintendo.com
  1611. DocumentRoot /opt/webapps/nws
  1612. ServerName nintendoworldstore.com
  1613. ServerAlias www.nintendoworldstore.com nwsstg.noa.com
  1614. RewriteEngine on
  1615. RewriteCond %{REQUEST_METHOD} ^TRACE
  1616. RewriteRule .* - [F]
  1617. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1618. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1619. #Added to avoid tomcat bug with ; causing jsp source to show up
  1620. RewriteCond %{REQUEST_URI} ^/.*;$
  1621. RewriteRule .* /404.jsp [R]
  1622. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nws/acc.swebe1.%Y%m%d" combined
  1623. ErrorLog /opt/logs/nws/err.swebe1
  1624. ErrorDocument 404 /404.html
  1625. ErrorDocument 500 /500.html
  1626. Header append NODE "swebe1"
  1627. JkMount /*.jsp worker1
  1628. <Files "*.xml">
  1629. Header append Pragma "no-cache"
  1630. </Files>
  1631. </VirtualHost>
  1632. ##*********************** pikmin.com ****************************
  1633. <VirtualHost loghost:80>
  1634. ServerAdmin webadm@noa.nintendo.com
  1635. DocumentRoot /opt/webapps/pikmin
  1636. ServerName www.pikmin.com
  1637. ServerAlias pikmin.com
  1638. RewriteEngine on
  1639. RewriteCond %{REQUEST_METHOD} ^TRACE
  1640. RewriteRule .* - [F]
  1641. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1642. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1643. #Added to avoid tomcat bug with ; causing jsp source to show up
  1644. RewriteCond %{REQUEST_URI} ^/.*;$
  1645. RewriteRule .* /404.jsp [R]
  1646. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pikmin/acc.swebe1.%Y%m%d" combined
  1647. ErrorLog /opt/logs/pikmin/err.swebe1
  1648. Header append NODE "swebe1"
  1649. JkMount /*.jsp worker1
  1650. </VirtualHost>
  1651. ##************** phantasia ***********************************
  1652. <VirtualHost loghost:80>
  1653. ServerAdmin webadm@noa.nintendo.com
  1654. DocumentRoot /opt/webapps/phantasia
  1655. ServerName phantasia.gameboy.com
  1656. ServerAlias phantasia.noa.com
  1657. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/phantasia/acc.swebe1.%Y%m%d" combined
  1658. ErrorLog /opt/logs/phantasia/err.swebe1
  1659. RewriteEngine on
  1660. RewriteCond %{REQUEST_METHOD} ^TRACE
  1661. RewriteRule .* - [F]
  1662. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1663. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1664. #Added to avoid tomcat bug with ; causing jsp source to show up
  1665. RewriteCond %{REQUEST_URI} ^/.*;$
  1666. RewriteRule .* /404.jsp [R]
  1667. JkMount /*.jsp worker1
  1668. JkMount /manager/html* worker1
  1669. Header append NODE "swebe1"
  1670. Options Indexes FollowSymLinks
  1671. DirectoryIndex choose.jsp index.html index.jsp
  1672. </VirtualHost>
  1673. ## ***************** photodojo.nintendo.com ************************************
  1674. <VirtualHost loghost:80>
  1675. ServerAdmin webadm@noa.nintendo.com
  1676. DocumentRoot /opt/webapps/photodojo
  1677. ServerName photodojo.nintendo.com
  1678. ServerAlias www.photodojo.nintendo.com
  1679. RewriteEngine on
  1680. RewriteCond %{REQUEST_METHOD} ^TRACE
  1681. RewriteRule .* - [F]
  1682. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1683. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1684. #Added to avoid tomcat bug with ; causing jsp source to show up
  1685. RewriteCond %{REQUEST_URI} ^/.*;$
  1686. RewriteRule .* /404.jsp [R]
  1687. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/photodojo/acc.swebe1.%Y%m%d" combined
  1688. ErrorLog /opt/logs/photodojo/err.swebe1
  1689. Header append NODE "swebe1"
  1690. JkMount /*.jsp worker1
  1691. </VirtualHost>
  1692. ##***************** pokemonmysterydungeon.com *************************
  1693. <VirtualHost loghost:80>
  1694. ServerAdmin webadm@noa.nintendo.com
  1695. DocumentRoot /opt/webapps/pokemd
  1696. ServerName pokemonmysterydungeon.com
  1697. ServerAlias www.pokemonmysterydungeon.com pokemd.stg.noa.com
  1698. RewriteEngine on
  1699. RewriteCond %{REQUEST_METHOD} ^TRACE
  1700. RewriteRule .* - [F]
  1701. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1702. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1703. #Added to avoid tomcat bug with ; causing jsp source to show up
  1704. RewriteCond %{REQUEST_URI} ^/.*;$
  1705. RewriteRule .* /404.jsp [R]
  1706. CookieTracking on
  1707. CookieName "POKEMD"
  1708. CookieExpires "1 hour"
  1709. CookieDomain ".pokemonmysterydungeon.com"
  1710. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pokemd/acc.swebe1.%Y%m%d" combined
  1711. ErrorLog /opt/logs/pokemd/err.swebe1
  1712. JkMount /*.jsp worker1
  1713. ErrorDocument 404 /404.jsp
  1714. ErrorDocument 500 /500.jsp
  1715. Header append NODE "swebe1"
  1716. </VirtualHost>
  1717. ##************************* pokemon-games.com ******************************
  1718. <VirtualHost loghost:80>
  1719. ServerAdmin webadm@noa.nintendo.com
  1720. DocumentRoot /opt/webapps/pokemongames
  1721. ServerName www.pokemon-games.com
  1722. ServerAlias pokemongames.com www.pokemongames.com pokemon-games.com pokemongames.noa.com pokemongames.pubs.noa.com pokemongames.uat.noa.com
  1723. AddDefaultCharset iso-8859-1
  1724. ## This is to prevent the '.' bug that produces jsp source...
  1725. RewriteEngine on
  1726. RewriteCond %{HTTP_HOST} ^(www.pokemongames.com)$
  1727. RewriteRule ^(.*) http://www.pokemon-games.com [R]
  1728. RewriteCond %{HTTP_HOST} ^(pokemongames.com)$
  1729. RewriteRule ^(.*) http://www.pokemon-games.com [R]
  1730. RewriteCond %{REQUEST_METHOD} ^TRACE
  1731. RewriteRule .* - [F]
  1732. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1733. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1734. #Added to avoid tomcat bug with ; causing jsp source to show up
  1735. RewriteCond %{REQUEST_URI} ^/.*;$
  1736. RewriteRule .* /404.jsp [R]
  1737. ##
  1738. CookieTracking on
  1739. CookieExpires "5 years"
  1740. CookieDomain ".pokemon-games.com"
  1741. CookieName "PokemonGames"
  1742. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pokemongames/acc.swebe1.%Y%m%d" combined
  1743. ErrorLog /opt/logs/pokemongames/err.swebe1
  1744. Header append NODE "swebe1"
  1745. JkMount /*.jsp worker1
  1746. </VirtualHost>
  1747. ##************************ www.pokemontrozei.com ********************************
  1748. <VirtualHost loghost:80>
  1749. ServerAdmin webadm@noa.nintendo.com
  1750. DocumentRoot /opt/webapps/pokemontrozei
  1751. ServerName www.pokemontrozei.com
  1752. ServerAlias pokemontrozei.noa.com pokemontrozei.com
  1753. RewriteEngine on
  1754. RewriteCond %{REQUEST_METHOD} ^TRACE
  1755. RewriteRule .* - [F]
  1756. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1757. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1758. #Added to avoid tomcat bug with ; causing jsp source to show up
  1759. RewriteCond %{REQUEST_URI} ^/.*;$
  1760. RewriteRule .* /404.jsp [R]
  1761. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pokemontrozei/acc.swebe1.%Y%m%d" combined
  1762. ErrorLog /opt/logs/pokemontrozei/err.swebe1
  1763. Header append NODE "swebe1"
  1764. JkMount /*.jsp worker1
  1765. JkMount /manager/* worker1
  1766. </VirtualHost>
  1767. ##***************** pokemonxd.com *************************
  1768. <VirtualHost loghost:80>
  1769. ServerAdmin webadm@noa.nintendo.com
  1770. DocumentRoot /opt/webapps/pokemonxd
  1771. ServerName www.pokemonxd.com
  1772. ServerAlias pokemonxdstg.noa.com pokemonxd.com
  1773. RewriteEngine on
  1774. RewriteCond %{REQUEST_METHOD} ^TRACE
  1775. RewriteRule .* - [F]
  1776. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1777. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1778. #Added to avoid tomcat bug with ; causing jsp source to show up
  1779. RewriteCond %{REQUEST_URI} ^/.*;$
  1780. RewriteRule .* /404.jsp [R]
  1781. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pokemonxd/acc.swebe1.%Y%m%d" combined
  1782. ErrorLog /opt/logs/pokemonxd/err.swebe1
  1783. ErrorDocument 404 /404.jsp
  1784. ErrorDocument 500 /500.jsp
  1785. Header append NODE "swebe1"
  1786. JkMount /*.jsp worker1
  1787. </VirtualHost>
  1788. ##***************** pokemonranger.com *************************
  1789. <VirtualHost loghost:80>
  1790. ServerAdmin webadm@noa.nintendo.com
  1791. DocumentRoot /opt/webapps/pokerange
  1792. ServerName pokemonranger.com
  1793. ServerAlias www.pokemonranger.com pokerange.stg.noa.com pokerange.pubs.noa.com pokerange.uat.noa.com
  1794. RewriteEngine on
  1795. RewriteCond %{REQUEST_METHOD} ^TRACE
  1796. RewriteRule .* - [F]
  1797. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1798. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1799. #Added to avoid tomcat bug with ; causing jsp source to show up
  1800. RewriteCond %{REQUEST_URI} ^/.*;$
  1801. RewriteRule .* /404.jsp [R]
  1802. CookieTracking on
  1803. CookieName "POKEMONRANGER"
  1804. CookieExpires "1 hour"
  1805. CookieDomain ".pokemonranger.com"
  1806. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pokerange/acc.swebe1.%Y%m%d" combined
  1807. ErrorLog /opt/logs/pokerange/err.swebe1
  1808. ##JkMount /*.jsp worker1
  1809. Header append NODE "swebe1"
  1810. </VirtualHost>
  1811. ##************************ PRESSROOM *************************************
  1812. <VirtualHost loghost:80>
  1813. ServerAdmin webadm@noa.nintendo.com
  1814. DocumentRoot /opt/webapps/pressroom
  1815. UseCanonicalName off
  1816. ServerName press.nintendo.com
  1817. 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
  1818. RewriteEngine on
  1819. RewriteCond %{REQUEST_METHOD} ^TRACE
  1820. RewriteRule .* - [F]
  1821. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1822. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1823. #Added to avoid tomcat bug with ; causing jsp source to show up
  1824. RewriteCond %{REQUEST_URI} ^/.*;$
  1825. RewriteRule .* /404.jsp [R]
  1826. <Directory /opt/webapps/pressroom/wiipreview/>
  1827. AllowOverride AuthConfig
  1828. AuthType Basic
  1829. AuthName "Password Required"
  1830. AuthUserFile /opt/scripts/pressroom.password
  1831. Require valid-user
  1832. </Directory>
  1833. <Directory /opt/webapps/pressroom/wiisportsresort/>
  1834. AllowOverride AuthConfig
  1835. AuthType Basic
  1836. AuthName "Password Required"
  1837. AuthUserFile /opt/scripts/wiisportsresort.password
  1838. Require valid-user
  1839. </Directory>
  1840. <Directory /opt/webapps/pressroom/E32009/>
  1841. AllowOverride AuthConfig
  1842. AuthType Basic
  1843. AuthName "Password Required"
  1844. AuthUserFile /opt/scripts/pressroom.password
  1845. Require valid-user
  1846. </Directory>
  1847. <Directory /opt/webapps/pressroom/E32010/>
  1848. AllowOverride AuthConfig
  1849. AuthType Basic
  1850. AuthName "Password Required"
  1851. AuthUserFile /opt/scripts/pressroom.password
  1852. Require valid-user
  1853. </Directory>
  1854. <Directory /opt/webapps/pressroom/GDC2009/>
  1855. AllowOverride AuthConfig
  1856. AuthType Basic
  1857. AuthName "Password Required"
  1858. AuthUserFile /opt/scripts/pressroom.password
  1859. Require valid-user
  1860. </Directory>
  1861. <Directory /opt/webapps/pressroom/Q1mediasummit2010/>
  1862. AllowOverride AuthConfig
  1863. AuthType Basic
  1864. AuthName "Password Required"
  1865. AuthUserFile /opt/scripts/Q1mediasummit2010.password
  1866. Require valid-user
  1867. </Directory>
  1868. <Directory /opt/webapps/pressroom/PAX09/>
  1869. AllowOverride AuthConfig
  1870. AuthType Basic
  1871. AuthName "Password Required"
  1872. AuthUserFile /opt/scripts/pax09.password
  1873. Require valid-user
  1874. </Directory>
  1875. <Directory /opt/webapps/pressroom/ENT09/>
  1876. AllowOverride AuthConfig
  1877. AuthType Basic
  1878. AuthName "Password Required"
  1879. AuthUserFile /opt/scripts/ent09.password
  1880. Require valid-user
  1881. </Directory>
  1882. <Directory /opt/webapps/pressroom/AHA/>
  1883. AllowOverride AuthConfig
  1884. AuthType Basic
  1885. AuthName "Password Required"
  1886. AuthUserFile /opt/scripts/AHA.password
  1887. Require valid-user
  1888. </Directory>
  1889. <Directory /opt/webapps/pressroom/CES2011/>
  1890. AllowOverride AuthConfig
  1891. AuthType Basic
  1892. AuthName "Password Required"
  1893. AuthUserFile /opt/scripts/CES2011.password
  1894. Require valid-user
  1895. </Directory>
  1896. <Directory /opt/webapps/pressroom/nintendo3ds/>
  1897. AllowOverride AuthConfig
  1898. AuthType Basic
  1899. AuthName "Password Required"
  1900. AuthUserFile /opt/scripts/pressroom.password
  1901. Require valid-user
  1902. </Directory>
  1903. <Directory /opt/webapps/pressroom/nintendo3dspresstour/>
  1904. AllowOverride AuthConfig
  1905. AuthType Basic
  1906. AuthName "Password Required"
  1907. AuthUserFile /opt/scripts/pressroom.password
  1908. Require valid-user
  1909. </Directory>
  1910. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pressroom/acc.swebe1.%Y%m%d" combined
  1911. ErrorLog /opt/logs/pressroom/err.swebe1
  1912. JkMount /*.jsp worker1
  1913. JkMount /object worker1
  1914. JkMount /downloadArt worker1
  1915. Header append NODE "swebe1"
  1916. </VirtualHost>
  1917. ## ********************** personaltrainercooking.com *******************
  1918. <VirtualHost loghost:80>
  1919. ServerAdmin webadm@noa.nintendo.com
  1920. DocumentRoot /opt/webapps/ptcooking
  1921. ServerName www.personaltrainercooking.com
  1922. ServerAlias personaltrainercooking.com cocina-conmigo.com www.cocina-conmigo.com
  1923. RewriteEngine on
  1924. RewriteCond %{HTTP_HOST} cocina-conmigo.com$ [NC]
  1925. RewriteCond %{REQUEST_URI} !(^/es) [NC]
  1926. RewriteRule ^/(.*)$ http://cocina-conmigo.com/es/$1
  1927. RewriteCond %{HTTP_HOST} personaltrainercooking.com$ [NC]
  1928. RewriteCond %{REQUEST_URI} (^/es) [NC]
  1929. RewriteRule ^/(.*)$ http://cocina-conmigo.com/$1
  1930. RewriteCond %{REQUEST_METHOD} ^TRACE
  1931. RewriteRule .* - [F]
  1932. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ptcooking/acc.swebe1.%Y%m%d" combined
  1933. ErrorLog /opt/logs/ptcooking/err.swebe1
  1934. Header append NODE "swebe1"
  1935. ErrorDocument 404 "HTTP 404 Not Found"
  1936. ErrorDocument 500 "HTTP 500 Server Error"
  1937. </VirtualHost>
  1938. ## ********************** personaltrainermath.com *******************
  1939. <VirtualHost loghost:80>
  1940. ServerAdmin webadm@noa.nintendo.com
  1941. DocumentRoot /opt/webapps/ptmath
  1942. ServerName www.personaltrainermath.com
  1943. ServerAlias personaltrainermath.com
  1944. RewriteEngine on
  1945. RewriteCond %{REQUEST_METHOD} ^TRACE
  1946. RewriteRule .* - [F]
  1947. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ptmath/acc.swebe1.%Y%m%d" combined
  1948. ErrorLog /opt/logs/ptmath/err.swebe1
  1949. Header append NODE "swebe1"
  1950. </VirtualHost>
  1951. ## ********************** personaltrainerwalking.com *******************
  1952. <VirtualHost loghost:80>
  1953. ServerAdmin webadm@noa.nintendo.com
  1954. DocumentRoot /opt/webapps/ptwalking
  1955. ServerName www.personaltrainerwalking.com
  1956. ServerAlias personaltrainerwalking.com
  1957. RewriteEngine on
  1958. RewriteCond %{REQUEST_METHOD} ^TRACE
  1959. RewriteRule .* - [F]
  1960. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/ptwalking/acc.swebe1.%Y%m%d" combined
  1961. ErrorLog /opt/logs/ptwalking/err.swebe1
  1962. Header append NODE "swebe1"
  1963. </VirtualHost>
  1964. ## ***************** punchout.nintendo.com ************************************
  1965. <VirtualHost loghost:80>
  1966. ServerAdmin webadm@noa.nintendo.com
  1967. DocumentRoot /opt/webapps/punchout
  1968. ServerName punchout.nintendo.com
  1969. ServerAlias www.punchout.nintendo.com punchout.com www.punchout.com punch-out.com www.punch-out.com
  1970. RewriteEngine on
  1971. RewriteCond %{REQUEST_METHOD} ^TRACE
  1972. RewriteRule .* - [F]
  1973. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1974. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1975. #Added to avoid tomcat bug with ; causing jsp source to show up
  1976. RewriteCond %{REQUEST_URI} ^/.*;$
  1977. RewriteRule .* /404.jsp [R]
  1978. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/punchout/acc.swebe1.%Y%m%d" combined
  1979. ErrorLog /opt/logs/punchout/err.swebe1
  1980. Header append NODE "swebe1"
  1981. JkMount /*.jsp worker1
  1982. </VirtualHost>
  1983. # ----------------- revolution.nintendo.com --------------------------
  1984. <VirtualHost loghost:80>
  1985. ServerAdmin webadm@noa.nintendo.com
  1986. DocumentRoot /opt/webapps/rvl
  1987. ServerName revolution.nintendo.com
  1988. ServerAlias rvl.nintendo.com wii.nintendo.com wiisrc.nintendo.com rvl.pubse.noa.com rvl.pubs.noa.com rvl.uat.noa.com
  1989. RewriteEngine on
  1990. RewriteCond %{REQUEST_METHOD} ^TRACE
  1991. RewriteRule .* - [F]
  1992. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  1993. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  1994. #Added to avoid tomcat bug with ; causing jsp source to show up
  1995. RewriteCond %{REQUEST_URI} ^/.*;$
  1996. RewriteRule .* /404.jsp [R]
  1997. CookieTracking on
  1998. CookieName "WII"
  1999. CookieExpires "1 hour"
  2000. CookieDomain ".wii.nintendo.com"
  2001. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/rvl/acc.swebe1.%Y%m%d" combined
  2002. ErrorLog /opt/logs/rvl/err.swebe1
  2003. ErrorDocument 404 /404.html
  2004. Header append NODE "swebe1"
  2005. JkMount /*.jsp worker1
  2006. </VirtualHost>
  2007. ## ***************** rhythmheaven.com ************************************
  2008. <VirtualHost loghost:80>
  2009. ServerAdmin webadm@noa.nintendo.com
  2010. DocumentRoot /opt/webapps/rheaven
  2011. ServerName www.rhythmheaven.com
  2012. ServerAlias rhythmheaven.com rhythm-heaven.com
  2013. RewriteEngine on
  2014. RewriteCond %{REQUEST_METHOD} ^TRACE
  2015. RewriteRule .* - [F]
  2016. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2017. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2018. #Added to avoid tomcat bug with ; causing jsp source to show up
  2019. RewriteCond %{REQUEST_URI} ^/.*;$
  2020. RewriteRule .* /404.jsp [R]
  2021. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/rheaven/acc.swebe1.%Y%m%d" combined
  2022. ErrorLog /opt/logs/rheaven/err.swebe1
  2023. Header append NODE "swebe1"
  2024. JkMount /*.jsp worker1
  2025. </VirtualHost>
  2026. ##***************** sfc.com *************************
  2027. <VirtualHost loghost:80>
  2028. ServerAdmin webadm@noa.nintendo.com
  2029. DocumentRoot /opt/webapps/sfc
  2030. ServerName starfoxcommand.com
  2031. ServerAlias www.starfoxcommand.com
  2032. RewriteEngine on
  2033. RewriteCond %{REQUEST_METHOD} ^TRACE
  2034. RewriteRule .* - [F]
  2035. CookieTracking on
  2036. CookieExpires "5 years"
  2037. CookieDomain ".starfoxcommand.com"
  2038. CookieName "STARFOXCOMMAND"
  2039. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/sfc/acc.swebe1.%Y%m%d" combined
  2040. ErrorLog /opt/logs/sfc/err.swebe1
  2041. Header append NODE "swebe1"
  2042. </VirtualHost>
  2043. ##***************** nintendoshortcuts.com *************************
  2044. <VirtualHost loghost:80>
  2045. ServerAdmin webadm@noa.nintendo.com
  2046. DocumentRoot /opt/webapps/shortcuts
  2047. ServerName nintendoshortcuts.com
  2048. ServerAlias www.nintendoshortcuts.com
  2049. RewriteEngine on
  2050. RewriteCond %{REQUEST_METHOD} ^TRACE
  2051. RewriteRule .* - [F]
  2052. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/shortcuts/acc.swebe1.%Y%m%d" combined
  2053. ErrorLog /opt/logs/shortcuts/err.swebe1
  2054. Header append NODE "swebe1"
  2055. JkMount /*.jsp worker1
  2056. </VirtualHost>
  2057. ##***************** mariosupersluggers.com *************************
  2058. <VirtualHost loghost:80>
  2059. ServerAdmin webadm@noa.nintendo.com
  2060. DocumentRoot /opt/webapps/sluggers
  2061. ServerName mariosupersluggers.com
  2062. ServerAlias www.mariosupersluggers.com sluggers.stg.noa.com
  2063. RewriteEngine on
  2064. RewriteCond %{REQUEST_METHOD} ^TRACE
  2065. RewriteRule .* - [F]
  2066. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/sluggers/acc.swebe1.%Y%m%d" combined
  2067. ErrorLog /opt/logs/sluggers/err.swebe1
  2068. Header append NODE "swebe1"
  2069. </VirtualHost>
  2070. ##***************** wiimusic.com *************************
  2071. <VirtualHost loghost:80>
  2072. ServerAdmin webadm@noa.nintendo.com
  2073. DocumentRoot /opt/webapps/wiimusic
  2074. ServerName www.wiimusic.com
  2075. 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
  2076. RewriteEngine on
  2077. RewriteCond %{REQUEST_METHOD} ^TRACE
  2078. RewriteRule .* - [F]
  2079. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2080. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2081. #Added to avoid tomcat bug with ; causing jsp source to show up
  2082. RewriteCond %{REQUEST_URI} ^/.*;$
  2083. RewriteRule .* /404.jsp [R]
  2084. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiimusic/acc.swebe1.%Y%m%d" combined
  2085. ErrorLog /opt/logs/wiimusic/err.swebe1
  2086. ErrorDocument 404 /404.jsp
  2087. ErrorDocument 500 /500.jsp
  2088. Header append NODE "swebe1"
  2089. JkMount /*.jsp worker1
  2090. JkMount /*.do worker1
  2091. </VirtualHost>
  2092. ## ********************** wiiware.com *******************
  2093. <VirtualHost loghost:80>
  2094. ServerAdmin webadm@noa.nintendo.com
  2095. DocumentRoot /opt/webapps/wiiware
  2096. ServerName www.wiiware.com
  2097. ServerAlias wiiware.com
  2098. RewriteEngine on
  2099. RewriteCond %{REQUEST_METHOD} ^TRACE
  2100. RewriteRule .* - [F]
  2101. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiiware/acc.swebe1.%Y%m%d" combined
  2102. ErrorLog /opt/logs/wiiware/err.swebe1
  2103. Header append NODE "swebe1"
  2104. </VirtualHost>
  2105. ## ***************** share.nintendo.com ************************************
  2106. <VirtualHost loghost:80>
  2107. ServerAdmin webadm@noa.nintendo.com
  2108. DocumentRoot /opt/webapps/share
  2109. ServerName share.nintendo.com
  2110. ServerAlias www.share.nintendo.com
  2111. RewriteEngine on
  2112. RewriteCond %{REQUEST_METHOD} ^TRACE
  2113. RewriteRule .* - [F]
  2114. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2115. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2116. #Added to avoid tomcat bug with ; causing jsp source to show up
  2117. RewriteCond %{REQUEST_URI} ^/.*;$
  2118. RewriteRule .* /404.jsp [R]
  2119. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/share/acc.swebe1.%Y%m%d" combined
  2120. ErrorLog /opt/logs/share/err.swebe1
  2121. Header append NODE "swebe1"
  2122. JkMount /*.jsp worker1
  2123. JkMount /manager/* worker1
  2124. </VirtualHost>
  2125. ##***************** superprincesspeach.com *************************
  2126. <VirtualHost loghost:80>
  2127. ServerAdmin webadm@noa.nintendo.com
  2128. DocumentRoot /opt/webapps/spp
  2129. ServerName superprincesspeach.com
  2130. ServerAlias www.superprincesspeach.com spp.noa.com
  2131. RewriteEngine on
  2132. RewriteCond %{REQUEST_METHOD} ^TRACE
  2133. RewriteRule .* - [F]
  2134. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2135. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2136. #Added to avoid tomcat bug with ; causing jsp source to show up
  2137. RewriteCond %{REQUEST_URI} ^/.*;$
  2138. RewriteRule .* /404.jsp [R]
  2139. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/spp/acc.swebe1.%Y%m%d" combined
  2140. ErrorLog /opt/logs/spp/err.swebe1
  2141. ErrorDocument 404 /404.html
  2142. ErrorDocument 500 /500.html
  2143. Header append NODE "swebe1"
  2144. JkMount /*.jsp worker1
  2145. </VirtualHost>
  2146. ##************************** starfox.com ***********************************
  2147. <VirtualHost loghost:80>
  2148. ServerAdmin webadm@noa.nintendo.com
  2149. DocumentRoot /opt/webapps/starfox
  2150. ServerName www.starfox.com
  2151. ServerAlias starfox.com sfa.noa.com
  2152. RewriteEngine on
  2153. RewriteCond %{REQUEST_METHOD} ^TRACE
  2154. RewriteRule .* - [F]
  2155. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2156. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2157. #Added to avoid tomcat bug with ; causing jsp source to show up
  2158. RewriteCond %{REQUEST_URI} ^/.*;$
  2159. RewriteRule .* /404.jsp [R]
  2160. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/starfox/acc.swebe1.%Y%m%d" combined
  2161. ErrorLog /opt/logs/starfox/err.swebe1
  2162. Header append NODE "swebe1"
  2163. JkMount /*.jsp worker1
  2164. </VirtualHost>
  2165. ##*********************** starfy.com ****************************
  2166. <VirtualHost loghost:80>
  2167. ServerAdmin webadm@noa.nintendo.com
  2168. DocumentRoot /opt/webapps/starfy
  2169. ServerName www.starfy.com
  2170. ServerAlias starfy.com starfy.noa.com legendofstarfy.com www.legendofstarfy.com thelegendofstarfy.com www.thelegendofstarfy.com
  2171. RewriteEngine on
  2172. RewriteCond %{REQUEST_METHOD} ^TRACE
  2173. RewriteRule .* - [F]
  2174. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2175. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2176. #Added to avoid tomcat bug with ; causing jsp source to show up
  2177. RewriteCond %{REQUEST_URI} ^/.*;$
  2178. RewriteRule .* /404.jsp [R]
  2179. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/starfy/acc.swebe1.%Y%m%d" combined
  2180. ErrorLog /opt/logs/starfy/err.swebe1
  2181. ErrorDocument 404 /404.html
  2182. ErrorDocument 500 /500.html
  2183. Header append NODE "swebe1"
  2184. #JkMount /*.jsp worker1
  2185. </VirtualHost>
  2186. ## ************** samuraiwarriors3.nintendo.com ****************
  2187. <VirtualHost loghost:80>
  2188. ServerAdmin webadm@noa.nintendo.com
  2189. DocumentRoot /opt/webapps/swarriors3
  2190. ServerName samuraiwarriors3.nintendo.com
  2191. ServerAlias samuraiwarriors3.com www.samuraiwarriors3.com samuraiwii.com www.samuraiwii.com
  2192. RewriteEngine on
  2193. RewriteCond %{REQUEST_METHOD} ^TRACE
  2194. RewriteRule .* - [F]
  2195. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/swarriors3/acc.swebe1.%Y%m%d" combined
  2196. ErrorLog /opt/logs/swarriors3/err.swebe1
  2197. Header append NODE "swebe1"
  2198. </VirtualHost>
  2199. ## ***************** artacademy.nintendo.com **********************************
  2200. <VirtualHost loghost:80>
  2201. ServerAdmin webadm@noa.nintendo.com
  2202. DocumentRoot /opt/webapps/artacademy
  2203. ServerName artacademy.nintendo.com
  2204. ServerAlias www.artacademy.nintendo.com artacademygame.com www.artacademygame.com martha.artacademygame.com demo.artacademygame.com discover.artacademygame.com
  2205. RewriteEngine on
  2206. RewriteCond %{REQUEST_METHOD} ^TRACE
  2207. RewriteRule .* - [F]
  2208. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2209. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2210. #Added to avoid tomcat bug with ; causing jsp source to show up
  2211. RewriteCond %{REQUEST_URI} ^/.*;$
  2212. RewriteRule .* /404.jsp [R]
  2213. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/artacademy/acc.swebe1.%Y%m%d" combined
  2214. ErrorLog /opt/logs/artacademy/err.swebe1
  2215. Header append NODE "swebe1"
  2216. #JkMount /*.jsp worker1
  2217. DirectoryIndex index.html
  2218. </VirtualHost>
  2219.  
  2220. ## ***************** mario25.nintendo.com ********************************
  2221. <VirtualHost loghost:80>
  2222. ServerAdmin webadm@noa.nintendo.com
  2223. DocumentRoot /opt/webapps/mario25
  2224. ServerName mario25.nintendo.com
  2225. ServerAlias www.mario25.nintendo.com mario25th.nintendo.com www.mario25th.nintendo.com
  2226. RewriteEngine on
  2227. RewriteCond %{REQUEST_METHOD} ^TRACE
  2228. RewriteRule .* - [F]
  2229. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2230. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2231. #Added to avoid tomcat bug with ; causing jsp source to show up
  2232. RewriteCond %{REQUEST_URI} ^/.*;$
  2233. RewriteRule .* /404.jsp [R]
  2234. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mario25/acc.swebe1.%Y%m%d" combined
  2235. ErrorLog /opt/logs/mario25/err.swebe1
  2236. Header append NODE "swebe1"
  2237. DirectoryIndex index.html
  2238. </VirtualHost>
  2239.  
  2240. ##*********************** mariovsdk.com *************************************
  2241. <VirtualHost loghost:80>
  2242. ServerAdmin webadm@noa.nintendo.com
  2243. DocumentRoot /opt/webapps/mariovsdk
  2244. ServerName mariovsdk.nintendo.com
  2245. ServerAlias www.mariovsdk.nintendo.com
  2246. RewriteEngine on
  2247. RewriteCond %{REQUEST_METHOD} ^TRACE
  2248. RewriteRule .* - [F]
  2249. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2250. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2251. #Added to avoid tomcat bug with ; causing jsp source to show up
  2252. RewriteCond %{REQUEST_URI} ^/.*;$
  2253. RewriteRule .* /404.jsp [R]
  2254. ErrorDocument 404 /error_404.jsp
  2255. ErrorDocument 500 /error_500.jsp
  2256. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariovsdk/acc.swebe1.%Y%m%d" combined
  2257. ErrorLog /opt/logs/mariovsdk/err.swebe1
  2258. Header append NODE "swebe1"
  2259. #JkMount /*.jsp worker1
  2260. </VirtualHost>
  2261. ## ***************** flingsmash.nintendo.com ******************************
  2262. <VirtualHost loghost:80>
  2263. ServerAdmin webadm@noa.nintendo.com
  2264. DocumentRoot /opt/webapps/flingsmash
  2265. ServerName flingsmash.nintendo.com
  2266. ServerAlias www.flingsmash.nintendo.com flingsmash.com www.flingsmash.com
  2267. RewriteEngine on
  2268. RewriteCond %{REQUEST_METHOD} ^TRACE
  2269. RewriteRule .* - [F]
  2270. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2271. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2272. #Added to avoid tomcat bug with ; causing jsp source to show up
  2273. RewriteCond %{REQUEST_URI} ^/.*;$
  2274. RewriteRule .* /404.jsp [R]
  2275. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/flingsmash/acc.swebe1.%Y%m%d" combined
  2276. ErrorLog /opt/logs/flingsmash/err.swebe1
  2277. Header append NODE "swebe1"
  2278. #JkMount /*.jsp worker1
  2279. </VirtualHost>
  2280.  
  2281. ## ***************** goldensundarkdawn.com ********************
  2282. <VirtualHost loghost:80>
  2283. ServerAdmin webadm@noa.nintendo.com
  2284. DocumentRoot /opt/webapps/goldensundd
  2285. ServerName goldensundarkdawn.com
  2286. 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
  2287. RewriteEngine on
  2288. RewriteCond %{REQUEST_METHOD} ^TRACE
  2289. RewriteRule .* - [F]
  2290. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2291. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2292. #Added to avoid tomcat bug with ; causing jsp source to show up
  2293. RewriteCond %{REQUEST_URI} ^/.*;$
  2294. RewriteRule .* /404.jsp [R]
  2295. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/goldensundd/acc.swebe1.%Y%m%d" combined
  2296. ErrorLog /opt/logs/goldensundd/err.swebe1
  2297. Header append NODE "swebe1"
  2298. #JkMount /*.jsp worker1
  2299. </VirtualHost>
  2300.  
  2301. ## ************ happyholidays.nintendo.com ***************
  2302. <VirtualHost loghost:80>
  2303. ServerAdmin webadm@noa.nintendo.com
  2304. DocumentRoot /opt/webapps/happyholidays
  2305. ServerName happyholidays.nintendo.com
  2306. ServerAlias www.happyholidays.nintendo.com
  2307. RewriteEngine on
  2308. RewriteCond %{REQUEST_METHOD} ^TRACE
  2309. RewriteRule .* - [F]
  2310. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2311. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2312. #Added to avoid tomcat bug with ; causing jsp source to show up
  2313. RewriteCond %{REQUEST_URI} ^/.*;$
  2314. RewriteRule .* /404.jsp [R]
  2315. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/happyholidays/acc.swebe1.%Y%m%d" combined
  2316. ErrorLog /opt/logs/happyholidays/err.swebe1
  2317. Header append NODE "swebe1"
  2318. #JkMount /*.jsp worker1
  2319. </VirtualHost>
  2320.  
  2321. ##***************** support.nintendo.com *************************
  2322. <VirtualHost loghost:80>
  2323. ServerAdmin webadm@noa.nintendo.com
  2324. DocumentRoot /opt/webapps/support
  2325. ServerName support.nintendo.com
  2326. ServerAlias www.support.nintendo.com
  2327. RewriteEngine on
  2328. RewriteCond %{REQUEST_METHOD} ^TRACE
  2329. RewriteRule .* - [F]
  2330. RewriteCond %{REQUEST_URI} ^/wiimemory$
  2331. RewriteRule .* http://www.nintendo.com/consumer/systems/wii/en_na/memoryManage.jsp [R]
  2332. RewriteCond %{REQUEST_URI} ^/wiispeak$
  2333. RewriteRule .* http://www.nintendo.com/consumer/systems/wii/en_na/setupWiiSpeakOptimal.jsp [R]
  2334. RewriteCond %{REQUEST_URI} ^/soundtest$
  2335. RewriteRule .* http://www.nintendo.com/consumer/systems/dsi/en_na/soundTest.jsp [R]
  2336. RewriteCond %{REQUEST_URI} ^/music$
  2337. RewriteRule .* http://www.nintendo.com/consumer/systems/dsi/en_na/music/index.jsp [R]
  2338. RewriteCond %{REQUEST_URI} ^/netflixsupport$ [NC]
  2339. RewriteRule .* http://www.nintendo.com/consumer/netflix/netflix_vru_interim.jsp [R]
  2340. RewriteCond %{REQUEST_URI} ^/netflix$ [NC]
  2341. RewriteRule .* http://www.nintendo.com/consumer/netflix/netflix_sleeve_interim.jsp [R]
  2342. RewriteCond %{REQUEST_URI} ^/netflixconnect$
  2343. RewriteRule .* http://www.nintendo.com/consumer/netflix/netflix_email_interim.jsp [R]
  2344. RewriteCond %{REQUEST_URI} ^/netflixhelp$
  2345. RewriteRule .* http://www.nintendo.com/consumer/netflix/netflix_netflixcom_interim.jsp [R]
  2346. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/support/acc.swebe1.%Y%m%d" combined
  2347. ErrorLog /opt/logs/support/err.swebe1
  2348. Header append NODE "swebe1"
  2349. JkMount /*.jsp worker1
  2350. </VirtualHost>
  2351. ##***************** kirbysqueaksquad.com *************************
  2352. <VirtualHost loghost:80>
  2353. ServerAdmin webadm@noa.nintendo.com
  2354. DocumentRoot /opt/webapps/squeaksquad
  2355. ServerName kirbysqueaksquad.com
  2356. ServerAlias www.kirbysqueaksquad.com squeaksquad.stg.noa.com
  2357. RewriteEngine on
  2358. RewriteCond %{REQUEST_METHOD} ^TRACE
  2359. RewriteRule .* - [F]
  2360. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2361. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2362. #Added to avoid tomcat bug with ; causing jsp source to show up
  2363. RewriteCond %{REQUEST_URI} ^/.*;$
  2364. RewriteRule .* /404.jsp [R]
  2365. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/squeaksquad/acc.swebe1.%Y%m%d" combined
  2366. ErrorLog /opt/logs/squeaksquad/err.swebe1
  2367. ErrorDocument 404 /404.html
  2368. ErrorDocument 500 /500.html
  2369. Header append NODE "swebe1"
  2370. JkMount /*.jsp worker1
  2371. </VirtualHost>
  2372. ##************ stylesavvyds.com ***********************************
  2373. <VirtualHost loghost:80>
  2374. ServerAdmin webadm@noa.nintendo.com
  2375. DocumentRoot /opt/webapps/stylesavvy
  2376. ServerName www.stylesavvyds.com
  2377. ServerAlias stylesavvyds.com stylesavvy-ds.com www.stylesavvy-ds.com stylesavy.com www.stylesavy.com stylesavyds.com www.stylesavy.com
  2378. RewriteEngine On
  2379. RewriteCond %{REQUEST_METHOD} ^TRACE
  2380. RewriteRule .* - [F]
  2381. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2382. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2383. #Added to avoid tomcat bug with ; causing jsp source to show up
  2384. RewriteCond %{REQUEST_URI} ^/.*;$
  2385. RewriteRule .* /404.jsp [R]
  2386. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/stylesavvy/acc.swebe1.%Y%m%d" combined
  2387. ErrorLog /opt/logs/stylesavvy/err.swebe1
  2388. Header append NODE "swebe1"
  2389. JkMount /*.jsp worker1
  2390. </VirtualHost>
  2391. ##***************** tetrisds.com *************************
  2392. <VirtualHost loghost:80>
  2393. ServerAdmin webadm@noa.nintendo.com
  2394. DocumentRoot /opt/webapps/tetrisds
  2395. ServerName tetrisds.com
  2396. ServerAlias www.tetrisds.com tetrisds.noa.com
  2397. RewriteEngine on
  2398. RewriteCond %{REQUEST_METHOD} ^TRACE
  2399. RewriteRule .* - [F]
  2400. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2401. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2402. #Added to avoid tomcat bug with ; causing jsp source to show up
  2403. RewriteCond %{REQUEST_URI} ^/.*;$
  2404. RewriteRule .* /404.jsp [R]
  2405. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/tetrisds/acc.swebe1.%Y%m%d" combined
  2406. ErrorLog /opt/logs/tetrisds/err.swebe1
  2407. ErrorDocument 404 /404.html
  2408. ErrorDocument 500 /500.html
  2409. Header append NODE "swebe1"
  2410. </VirtualHost>
  2411. ##*************************** touchgenerations.com ********************************
  2412. <VirtualHost loghost:80>
  2413. ServerAdmin webadm@noa.nintendo.com
  2414. DocumentRoot /opt/webapps/touchgen
  2415. ServerName www.touchgenerations.com
  2416. 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
  2417. ## This is to prevent the '.' bug that produces jsp source...
  2418. RewriteEngine on
  2419. RewriteCond %{HTTP_HOST} ^(.*)\.$
  2420. RewriteRule ^(.*) http://us.touchgenerations.com [R]
  2421. RewriteCond %{REQUEST_METHOD} ^TRACE
  2422. RewriteRule .* - [F]
  2423. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2424. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2425. #Added to avoid tomcat bug with ; causing jsp source to show up
  2426. RewriteCond %{REQUEST_URI} ^/.*;$
  2427. RewriteRule .* /404.jsp [R]
  2428. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/touchgen/acc.swebe1.%Y%m%d" combined
  2429. ErrorLog /opt/logs/touchgen/err.swebe1
  2430. Header append NODE "swebe1"
  2431. JkMount /*.jsp worker1
  2432. </VirtualHost>
  2433. ##******************* trueswinggolf.com.com ***************************
  2434. <VirtualHost loghost:80>
  2435. ServerAdmin webadm@noa.nintendo.com
  2436. DocumentRoot /opt/webapps/trueswing
  2437. ServerName trueswinggolf.com
  2438. ServerAlias www.trueswinggolf.com tsg.noa.com
  2439. RewriteEngine on
  2440. RewriteCond %{REQUEST_METHOD} ^TRACE
  2441. RewriteRule .* - [F]
  2442. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2443. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2444. #Added to avoid tomcat bug with ; causing jsp source to show up
  2445. RewriteCond %{REQUEST_URI} ^/.*;$
  2446. RewriteRule .* /404.jsp [R]
  2447. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/trueswing/acc.swebe1.%Y%m%d" combined
  2448. ErrorLog /opt/logs/trueswing/err.swebe1
  2449. ErrorDocument 404 /404.html
  2450. ErrorDocument 500 /500.html
  2451. Header append NODE "swebe1"
  2452. JkMount /*.jsp worker1
  2453. </VirtualHost>
  2454. ##***************** smashbros.com *************************
  2455. <VirtualHost loghost:80>
  2456. ServerAdmin webadm@noa.nintendo.com
  2457. DocumentRoot /opt/webapps/smashbros
  2458. ServerName smashbros.com
  2459. ServerAlias www.smashbros.com smashstg.noa.com
  2460. RewriteEngine on
  2461. RewriteCond %{REQUEST_METHOD} ^TRACE
  2462. RewriteRule .* - [F]
  2463. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2464. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2465. #Added to avoid tomcat bug with ; causing jsp source to show up
  2466. RewriteCond %{REQUEST_URI} ^/.*;$
  2467. RewriteRule .* /404.jsp [R]
  2468. CookieTracking on
  2469. CookieName "SMASHBROS"
  2470. CookieExpires "1 hour"
  2471. CookieDomain ".smashbros.com"
  2472. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/smashbros/acc.swebe1.%Y%m%d" combined
  2473. ErrorLog /opt/logs/smashbros/err.swebe1
  2474. JkMount /*.jsp worker1
  2475. ErrorDocument 404 /404.jsp
  2476. ErrorDocument 500 /500.jsp
  2477. Header append NODE "swebe1"
  2478. </VirtualHost>
  2479. ## ************ steeldiver.nintendo.com ***************
  2480. <VirtualHost loghost:80>
  2481. ServerAdmin webadm@noa.nintendo.com
  2482. DocumentRoot /opt/webapps/steeldiver
  2483. ServerName steeldiver.nintendo.com
  2484. ServerAlias www.steeldiver.nintendo.com
  2485. RewriteEngine on
  2486. RewriteCond %{REQUEST_METHOD} ^TRACE
  2487. RewriteRule .* - [F]
  2488. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2489. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2490. #Added to avoid tomcat bug with ; causing jsp source to show up
  2491. RewriteCond %{REQUEST_URI} ^/.*;$
  2492. RewriteRule .* /404.jsp [R]
  2493. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/steeldiver/acc.swebe1.%Y%m%d" combined
  2494. ErrorLog /opt/logs/steeldiver/err.swebe1
  2495. Header append NODE "swebe1"
  2496. #JkMount /*.jsp worker1
  2497. </VirtualHost>
  2498.  
  2499. ## ************ pilotwingsresort.com ***************
  2500. <VirtualHost loghost:80>
  2501. ServerAdmin webadm@noa.nintendo.com
  2502. DocumentRoot /opt/webapps/pilotwings
  2503. ServerName pilotwingsresort.nintendo.com
  2504. ServerAlias www.pilotwingsresort.nintendo.com
  2505. RewriteEngine on
  2506. RewriteCond %{REQUEST_METHOD} ^TRACE
  2507. RewriteRule .* - [F]
  2508. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2509. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2510. #Added to avoid tomcat bug with ; causing jsp source to show up
  2511. RewriteCond %{REQUEST_URI} ^/.*;$
  2512. RewriteRule .* /404.jsp [R]
  2513. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/pilotwings/acc.swebe1.%Y%m%d" combined
  2514. ErrorLog /opt/logs/pilotwings/err.swebe1
  2515. Header append NODE "swebe1"
  2516. #JkMount /*.jsp worker1
  2517. </VirtualHost>
  2518.  
  2519. ## ************ nintendogs.nintendo.com ***************
  2520. <VirtualHost loghost:80>
  2521. ServerAdmin webadm@noa.nintendo.com
  2522. DocumentRoot /opt/webapps/nintendogs
  2523. ServerName nintendogspluscats.nintendo.com
  2524. ServerAlias www.nintendogspluscats.nintendo.com
  2525. RewriteEngine on
  2526. RewriteCond %{REQUEST_METHOD} ^TRACE
  2527. RewriteRule .* - [F]
  2528. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2529. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2530. #Added to avoid tomcat bug with ; causing jsp source to show up
  2531. RewriteCond %{REQUEST_URI} ^/.*;$
  2532. RewriteRule .* /404.jsp [R]
  2533. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nintendogs/acc.swebe1.%Y%m%d" combined
  2534. ErrorLog /opt/logs/nintendogs/err.swebe1
  2535. Header append NODE "swebe1"
  2536. #JkMount /*.jsp worker1
  2537. </VirtualHost>
  2538.  
  2539. ##***************** us.wii.com *************************
  2540. <VirtualHost loghost:80>
  2541. ServerAdmin webadm@noa.nintendo.com
  2542. DocumentRoot /opt/webapps/uswii
  2543. ServerName us.wii.com
  2544. ServerAlias media.wii.com mediasrc.wii.com uswii.pubse.noa.com
  2545. RewriteEngine on
  2546. RewriteCond %{REQUEST_METHOD} ^TRACE
  2547. RewriteRule .* - [F]
  2548. CookieTracking on
  2549. CookieExpires "5 years"
  2550. CookieDomain ".wii.com"
  2551. CookieName "WII"
  2552. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/uswii/acc.swebe1.%Y%m%d" combined
  2553. ErrorLog /opt/logs/uswii/err.swebe1
  2554. Header append NODE "swebe1"
  2555. JkMount /*.jsp worker1
  2556. </VirtualHost>
  2557. ##***************** wariolandshakeit.com *************************
  2558. <VirtualHost loghost:80>
  2559. ServerAdmin webadm@noa.nintendo.com
  2560. DocumentRoot /opt/webapps/warioshake
  2561. ServerName wariolandshakeit.com
  2562. ServerAlias www.wariolandshakeit.com
  2563. RewriteEngine on
  2564. RewriteCond %{REQUEST_METHOD} ^TRACE
  2565. RewriteRule .* - [F]
  2566. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2567. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2568. RewriteCond %{REQUEST_URI} ^/.*;$
  2569. RewriteRule .* /404.jsp [R]
  2570. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/warioshake/acc.swebe1.%Y%m%d" combined
  2571. ErrorLog /opt/logs/warioshake/err.swebe1
  2572. Header append NODE "swebe1"
  2573. </VirtualHost>
  2574. ##********************* warioware.biz ***************************************
  2575. <VirtualHost loghost:80>
  2576. ServerAdmin webadm@noa.nintendo.com
  2577. DocumentRoot /opt/webapps/warioware
  2578. ServerName www.warioware.biz
  2579. ServerAlias warioware.biz warioware.noa.com www.warioware.com warioware.com
  2580. RewriteEngine on
  2581. RewriteCond %{REQUEST_METHOD} ^TRACE
  2582. RewriteRule .* - [F]
  2583. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2584. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2585. #Added to avoid tomcat bug with ; causing jsp source to show up
  2586. RewriteCond %{REQUEST_URI} ^/.*;$
  2587. RewriteRule .* /404.jsp [R]
  2588. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/warioware/acc.swebe1.%Y%m%d" combined
  2589. ##CustomLog "| /usr/local/bin/httplog /opt/logs/warioware/acc.swebe1.%Y%m%d -u nobody -z" combined
  2590. ErrorLog /opt/logs/warioware/err.swebe1
  2591. Header append NODE "swebe1"
  2592. JkMount /*.jsp worker1
  2593. </VirtualHost>
  2594. ##************ wariowarediy.com ***********************************
  2595. <VirtualHost loghost:80>
  2596. ServerAdmin webadm@noa.nintendo.com
  2597. DocumentRoot /opt/webapps/wariowarediy
  2598. ServerName wariowarediy.com
  2599. ServerAlias www.wariowarediy.com
  2600. RewriteEngine On
  2601. RewriteCond %{REQUEST_METHOD} ^TRACE
  2602. RewriteRule .* - [F]
  2603. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2604. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2605. #Added to avoid tomcat bug with ; causing jsp source to show up
  2606. RewriteCond %{REQUEST_URI} ^/.*;$
  2607. RewriteRule .* /404.jsp [R]
  2608. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wariowarediy/acc.swebe1.%Y%m%d" combined
  2609. ErrorLog /opt/logs/wariowarediy/err.swebe1
  2610. Header append NODE "swebe1"
  2611. JkMount /*.jsp worker1
  2612. </VirtualHost>
  2613. ##***************** wii.com ( Global Region Select ) ************************
  2614. <VirtualHost loghost:80>
  2615. ServerAdmin webadm@noa.nintendo.com
  2616. DocumentRoot /opt/webapps/wii
  2617. ServerName wii.com
  2618. ServerAlias www.wii.com src.wii.com
  2619. RewriteEngine on
  2620. RewriteCond %{REQUEST_METHOD} ^TRACE
  2621. RewriteRule .* - [F]
  2622. RewriteCond %{HTTP_HOST} ^www.wii
  2623. RewriteRule (.*) http://wii.com/$1 [L]
  2624. #Big list of language/region redirects for NCL
  2625. RewriteCond %{REQUEST_URI} ^/en_US/$
  2626. RewriteRule (.*) http://us.wii.com [R=301,L]
  2627. RewriteCond %{REQUEST_URI} ^/fr_CA/$
  2628. RewriteRule (.*) http://ca.wii.com [R=301,L]
  2629. RewriteCond %{REQUEST_URI} ^/es_MX/$
  2630. RewriteRule (.*) http://mx.wii.com [R=301,L]
  2631. RewriteCond %{REQUEST_URI} ^/uk/$
  2632. RewriteRule (.*) http://uk.wii.com [R=301,L]
  2633. RewriteCond %{REQUEST_URI} ^/de/$
  2634. RewriteRule (.*) http://de.wii.com [R=301,L]
  2635. RewriteCond %{REQUEST_URI} ^/nl/$
  2636. RewriteRule (.*) http://nl.wii.com [R=301,L]
  2637. RewriteCond %{REQUEST_URI} ^/nlbe/$
  2638. RewriteRule (.*) http://nlbe.wii.com [R=301,L]
  2639. RewriteCond %{REQUEST_URI} ^/frbe/$
  2640. RewriteRule (.*) http://frbe.wii.com [R=301,L]
  2641. RewriteCond %{REQUEST_URI} ^/es/$
  2642. RewriteRule (.*) http://es.wii.com [R=301,L]
  2643. RewriteCond %{REQUEST_URI} ^/fr/$
  2644. RewriteRule (.*) http://fr.wii.com [R=301,L]
  2645. RewriteCond %{REQUEST_URI} ^/it/$
  2646. RewriteRule (.*) http://it.wii.com [R=301,L]
  2647. RewriteCond %{REQUEST_URI} ^/pt/$
  2648. RewriteRule (.*) http://pt.wii.com [R=301,L]
  2649. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2650. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2651. #Added to avoid tomcat bug with ; causing jsp source to show up
  2652. RewriteCond %{REQUEST_URI} ^/.*;$
  2653. RewriteRule .* /404.jsp [R]
  2654. ErrorDocument 404 /jp/index.html
  2655. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wii/acc.ext.swebe1.%Y%m%d" combined
  2656. ErrorLog /opt/logs/wii/err.ext.swebe1
  2657. Header append NODE "swebe1"
  2658. ## JkMount /*.jsp worker1
  2659. </VirtualHost>
  2660.  
  2661. # ----------------- nintendowifi.com --------------------------
  2662. <VirtualHost loghost:80>
  2663. ServerAdmin webadm@noa.nintendo.com
  2664. DocumentRoot /opt/webapps/wifidotcom
  2665. ServerName nintendowifi.com
  2666. ServerAlias www.nintendowifi.com swebe1.nintendowifi.com 205.166.76.176 192.195.204.176 wifi.pubs.noa.com wifi.uat.noa.com
  2667. RewriteEngine on
  2668. RewriteCond %{REQUEST_METHOD} ^TRACE
  2669. RewriteRule .* - [F]
  2670. RewriteCond %{HTTP_HOST} =nintendowifi.com [NC]
  2671. RewriteRule ^/(.*) http://www.nintendowifi.com/$1 [QSA]
  2672. RewriteCond %{REQUEST_URI} ^/global/terms.jsp$
  2673. RewriteRule .* /global/Terms.jsp [R]
  2674. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2675. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2676. RewriteCond %{REQUEST_URI} ^/.*;$
  2677. RewriteRule .* /404.jsp [R]
  2678. CookieTracking on
  2679. CookieName "NINTENDOWIFI_COM"
  2680. CookieExpires "1 hour"
  2681. CookieDomain ".nintendowifi.com"
  2682. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wifidotcom/acc.swebe1.%Y%m%d" combined
  2683. ErrorLog /opt/logs/wifidotcom/err.swebe1
  2684. JkMount /*.jsp worker1
  2685. JkMount /dwr/* worker1
  2686. JkMount /*.do worker1
  2687. JkMount /manager/html* worker1
  2688. ErrorDocument 404 /404.jsp
  2689. ErrorDocument 500 /500.jsp
  2690. Header append NODE "swebe1"
  2691. </VirtualHost>
  2692. # ----------------- NINTENDOWIFI AU ---------------------------
  2693. <VirtualHost loghost:80>
  2694. ServerAdmin webadm@noa.nintendo.com
  2695. DocumentRoot /opt/webapps/wifi_au
  2696. ServerName www.nintendowifi.com.au
  2697. ServerAlias swebe1.nintendowifi.au swebe1.nintendowifi.com.au nintendowifi.com.au www.nintendowifi.au nintendowifi.au wifiau.pubs.noa.com wifiau.uat.noa.com
  2698. RewriteEngine on
  2699. RewriteCond %{REQUEST_METHOD} ^TRACE
  2700. RewriteRule .* - [F]
  2701. RewriteCond %{REQUEST_URI} ^/global/terms.jsp$
  2702. RewriteRule .* /global/Terms.jsp [R]
  2703. RewriteCond %{REQUEST_URI} ^/.*;$
  2704. RewriteRule .* /404.jsp [R]
  2705. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2706. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2707. CookieTracking on
  2708. CookieName "NINTENDOWIFI_AU"
  2709. CookieExpires "1 hour"
  2710. CookieDomain ".nintendowifi.au"
  2711. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wifi_au/acc.swebe1.%Y%m%d" combined
  2712. ErrorLog /opt/logs/wifi_au/err.swebe1
  2713. JkMount /*.jsp worker1
  2714. JkMount /*.do worker1
  2715. ErrorDocument 404 /404.jsp
  2716. ErrorDocument 500 /500.jsp
  2717. Header append NODE "swebe1"
  2718. </VirtualHost>
  2719. # ----------------- NINTENDOWIFI EU ---------------------------
  2720. <VirtualHost loghost:80>
  2721. ServerAdmin webadm@noa.nintendo.com
  2722. DocumentRoot /opt/webapps/wifi_eu
  2723. ServerName www.nintendowifi.de
  2724. 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
  2725. RewriteEngine on
  2726. RewriteCond %{REQUEST_METHOD} ^TRACE
  2727. RewriteRule .* - [F]
  2728. RewriteCond %{REQUEST_URI} ^/global/terms.jsp$
  2729. RewriteRule .* /global/Terms.jsp [R]
  2730. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2731. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2732. RewriteCond %{REQUEST_URI} ^/.*;$
  2733. RewriteRule .* /404.jsp [R]
  2734. CookieTracking on
  2735. CookieName "NINTENDOWIFI_EU"
  2736. CookieExpires "1 hour"
  2737. CookieDomain ".nintendowifi.de"
  2738. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wifi_eu/acc.swebe1.%Y%m%d" combined
  2739. ErrorLog /opt/logs/wifi_eu/err.swebe1
  2740. JkMount /*.jsp worker1
  2741. JkMount /*.do worker1
  2742. ErrorDocument 404 /404.jsp
  2743. ErrorDocument 500 /500.jsp
  2744. Header append NODE "swebe1"
  2745. </VirtualHost>
  2746. # ----------------- NINTENDOWIFI LATAM ------------------------
  2747. <VirtualHost loghost:80>
  2748. ServerAdmin webadm@noa.nintendo.com
  2749. DocumentRoot /opt/webapps/wifi_la
  2750. ServerName latam.nintendowifi.com
  2751. ServerAlias swebe1.la.nintendowifi.com wifila.pubs.noa.com wifila.uat.noa.com
  2752. RewriteEngine on
  2753. RewriteCond %{REQUEST_METHOD} ^TRACE
  2754. RewriteRule .* - [F]
  2755. RewriteCond %{REQUEST_URI} ^/global/terms.jsp$
  2756. RewriteRule .* /global/Terms.jsp [R]
  2757. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2758. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2759. RewriteCond %{REQUEST_URI} ^/.*;$
  2760. RewriteRule .* /404.jsp [R]
  2761. CookieTracking on
  2762. CookieName "NINTENDOWIFI_LA"
  2763. CookieExpires "1 hour"
  2764. CookieDomain ".latam.nintendowifi.com"
  2765. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wifi_la/acc.swebe1.%Y%m%d" combined
  2766. ErrorLog /opt/logs/wifi_la/err.swebe1
  2767. JkMount /*.jsp worker1
  2768. JkMount /*.do worker1
  2769. ErrorDocument 404 /404.jsp
  2770. ErrorDocument 500 /500.jsp
  2771. Header append NODE "swebe1"
  2772. </VirtualHost>
  2773. ## ***************** wiifit.com (WiiFit+)************************************
  2774. <VirtualHost loghost:80>
  2775. ServerAdmin webadm@noa.nintendo.com
  2776. DocumentRoot /opt/webapps/wiifitplus
  2777. ServerName wiifit.com
  2778. 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
  2779. RewriteEngine on
  2780. RewriteCond %{REQUEST_METHOD} ^TRACE
  2781. RewriteRule .* - [F]
  2782. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2783. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2784. #Added to avoid tomcat bug with ; causing jsp source to show up
  2785. RewriteCond %{REQUEST_URI} ^/.*;$
  2786. RewriteRule .* /404.jsp [R]
  2787. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiifitplus/acc.swebe1.%Y%m%d" combined
  2788. ErrorLog /opt/logs/wiifitplus/err.swebe1
  2789. Header append NODE "swebe1"
  2790. #JkMount /*.jsp worker1
  2791. </VirtualHost>
  2792. ## ***************** wiiparty.nintendo.com **********************************
  2793. <VirtualHost loghost:80>
  2794. ServerAdmin webadm@noa.nintendo.com
  2795. DocumentRoot /opt/webapps/wiiparty
  2796. ServerName wiiparty.nintendo.com
  2797. ServerAlias www.wiiparty.nintendo.com wiipartyparty.com www.wiipartyparty.com
  2798. RewriteEngine on
  2799. RewriteCond %{REQUEST_METHOD} ^TRACE
  2800. RewriteRule .* - [F]
  2801. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2802. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2803. #Added to avoid tomcat bug with ; causing jsp source to show up
  2804. RewriteCond %{REQUEST_URI} ^/.*;$
  2805. RewriteRule .* /404.jsp [R]
  2806. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiiparty/acc.swebe1.%Y%m%d" combined
  2807. ErrorLog /opt/logs/wiiparty/err.swebe1
  2808. Header append NODE "swebe1"
  2809. JkMount /*.jsp worker1
  2810. DirectoryIndex index.html
  2811. </VirtualHost>
  2812.  
  2813. ## ***************** mariobroswii.com ************************************
  2814. <VirtualHost loghost:80>
  2815. ServerAdmin webadm@noa.nintendo.com
  2816. DocumentRoot /opt/webapps/nsmbwii
  2817. ServerName mariobroswii.com
  2818. ServerAlias www.mariobroswii.com
  2819. RewriteEngine on
  2820. RewriteCond %{REQUEST_METHOD} ^TRACE
  2821. RewriteRule .* - [F]
  2822. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2823. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2824. #Added to avoid tomcat bug with ; causing jsp source to show up
  2825. RewriteCond %{REQUEST_URI} ^/.*;$
  2826. RewriteRule .* /404.jsp [R]
  2827. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/nsmbwii/acc.swebe1.%Y%m%d" combined
  2828. ErrorLog /opt/logs/nsmbwii/err.swebe1
  2829. Header append NODE "swebe1"
  2830. #JkMount /*.jsp worker1
  2831. </VirtualHost>
  2832. ## ***************** wiisportsresort.com ************************************
  2833. <VirtualHost loghost:80>
  2834. ServerAdmin webadm@noa.nintendo.com
  2835. DocumentRoot /opt/webapps/wiiresort
  2836. ServerName wiisportsresort.com
  2837. 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
  2838. RewriteEngine on
  2839. RewriteCond %{REQUEST_METHOD} ^TRACE
  2840. RewriteRule .* - [F]
  2841. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2842. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2843. #Added to avoid tomcat bug with ; causing jsp source to show up
  2844. RewriteCond %{REQUEST_URI} ^/.*;$
  2845. RewriteRule .* /404.jsp [R]
  2846. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiiresort/acc.swebe1.%Y%m%d" combined
  2847. ErrorLog /opt/logs/wiiresort/err.swebe1
  2848. Header append NODE "swebe1"
  2849. #JkMount /*.jsp worker1
  2850. </VirtualHost>
  2851. ## ***************** wiisports.com ************************************
  2852. <VirtualHost loghost:80>
  2853. ServerAdmin webadm@noa.nintendo.com
  2854. DocumentRoot /opt/webapps/wiisports
  2855. ServerName wiisports.nintendo.com
  2856. ServerAlias www.wiisports.nintendo.com
  2857. RewriteEngine on
  2858. RewriteCond %{REQUEST_METHOD} ^TRACE
  2859. RewriteRule .* - [F]
  2860. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2861. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2862. #Added to avoid tomcat bug with ; causing jsp source to show up
  2863. RewriteCond %{REQUEST_URI} ^/.*;$
  2864. RewriteRule .* /404.jsp [R]
  2865. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/wiisports/acc.swebe1.%Y%m%d" combined
  2866. ErrorLog /opt/logs/wiisports/err.swebe1
  2867. Header append NODE "swebe1"
  2868. #JkMount /*.jsp worker1
  2869. </VirtualHost>
  2870. ##***************** yoshisisland.nintendods.com *************************
  2871. <VirtualHost loghost:80>
  2872. ServerAdmin webadm@noa.nintendo.com
  2873. DocumentRoot /opt/webapps/yoshisisland
  2874. ServerName yoshisisland.nintendods.com
  2875. RewriteEngine on
  2876. RewriteCond %{REQUEST_METHOD} ^TRACE
  2877. RewriteRule .* - [F]
  2878. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/yoshisisland/acc.swebe1.%Y%m%d" combined
  2879. ErrorLog /opt/logs/yoshisisland/err.swebe1
  2880. Header append NODE "swebe1"
  2881. </VirtualHost>
  2882. ##************************ zelda.com ****************************************
  2883. <VirtualHost loghost:80>
  2884. ServerAdmin webadm@noa.nintendo.com
  2885. DocumentRoot /opt/webapps/zelda
  2886. ServerName www.zelda.com
  2887. ServerAlias zelda.com zelda.noa.com media.zelda.com zelda.pubse.noa.com media.zelda.pubse.noa.com
  2888. RewriteEngine on
  2889. RewriteCond %{REQUEST_METHOD} ^TRACE
  2890. RewriteRule .* - [F]
  2891. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2892. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2893. #Added to avoid tomcat bug with ; causing jsp source to show up
  2894. RewriteCond %{REQUEST_URI} ^/.*;$
  2895. RewriteRule .* /404.jsp [R]
  2896. RewriteCond %{REQUEST_URI} ^/SpiritTracks
  2897. RewriteRule .* /spirittracks/$1 [R]
  2898. RewriteCond %{REQUEST_URI} ^/spiritTracks
  2899. RewriteRule .* /spirittracks/$1 [R]
  2900. RewriteCond %{REQUEST_URI} ^/Spirittracks
  2901. RewriteRule .* /spirittracks/$1 [R,L]
  2902. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/zelda/acc.swebe1.%Y%m%d" combined
  2903. ##CustomLog "| /usr/local/bin/httplog /opt/logs/zelda/acc.swebe1.%Y%m%d -u nobody -z" combined
  2904. ErrorLog /opt/logs/zelda/err.swebe1
  2905. Header append NODE "swebe1"
  2906. JkMount /*.jsp worker1
  2907. </VirtualHost>
  2908. ##************** welcomewaggincontest.com - Animal Crossing PR ***********
  2909. <VirtualHost loghost:80>
  2910. ServerAdmin webadm@noa.nintendo.com
  2911. DocumentRoot /opt/webapps/accf
  2912. ServerName www.welcomewaggincontest.com
  2913. ServerAlias welcomewaggincontest.com
  2914. RewriteEngine on
  2915. RewriteCond %{REQUEST_METHOD} ^TRACE
  2916. RewriteRule .* - [F]
  2917. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2918. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2919. #Added to avoid tomcat bug with ; causing jsp source to show up
  2920. RewriteCond %{REQUEST_URI} ^/.*;$
  2921. RewriteRule .* /404.jsp [R]
  2922. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/accf/acc.swebe1.%Y%m%d" combined
  2923. ErrorLog /opt/logs/accf/err.swebe1
  2924. Header append NODE "swebe1"
  2925. JkMount /*.jsp worker1
  2926. JkMount /manager worker1
  2927. </VirtualHost>
  2928. ##********************** club.nintendo.com *********************************
  2929. <VirtualHost loghost:80>
  2930. ServerAdmin webadm@noa.nintendo.com
  2931. DocumentRoot /opt/webapps/clubnintendo
  2932. ServerName club.nintendo.com
  2933. ServerAlias 205.166.76.115 192.195.204.115
  2934. RewriteEngine on
  2935. RewriteCond %{REQUEST_METHOD} ^TRACE
  2936. RewriteRule .* - [F]
  2937. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/clubnintendo/acc.swebe1.%Y%m%d" combined
  2938. CustomLog "|/usr/local/bin/httplog /opt/logs/clubnintendo/cookie.swebe1.%Y%m%d" dtcookie
  2939. ErrorLog /opt/logs/clubnintendo/err.swebe1
  2940. Header append NODE "swebe1"
  2941. JkMount /* worker1
  2942. JkUnMount /*.html worker1
  2943. JkUnMount /*.js worker1
  2944. JkUnMount /*.css worker1
  2945. JkUnMount /*.gif worker1
  2946. JkUnMount /*.jpg worker1
  2947. JkUnMount /*.png worker1
  2948. JkUnMount /robots.txt worker1
  2949.  
  2950. <Location /api/activity/cache>
  2951. order deny,allow
  2952. deny from all
  2953. allow from 10.0.0.0/255.0.0.0
  2954. </Location>
  2955.  
  2956. <Location /cache.do>
  2957. order deny,allow
  2958. deny from all
  2959. allow from 10.0.0.0/255.0.0.0
  2960. </Location>
  2961.  
  2962. <Location /cache.jsp>
  2963. order deny,allow
  2964. deny from all
  2965. allow from 10.0.0.0/255.0.0.0
  2966. </Location>
  2967.  
  2968. <Location /timings>
  2969. order deny,allow
  2970. deny from all
  2971. allow from 10.0.0.0/255.0.0.0
  2972. </Location>
  2973.  
  2974. <Location /api/activity/completed>
  2975. order deny,allow
  2976. deny from all
  2977. </Location>
  2978.  
  2979. </VirtualHost>
  2980. ## ***************** cnrewards.nintendo.com *******************************
  2981. <VirtualHost loghost:80>
  2982. ServerAdmin webadm@noa.nintendo.com
  2983. DocumentRoot /opt/webapps/cnrewards
  2984. ServerName cnrewards.nintendo.com
  2985. RewriteEngine on
  2986. RewriteCond %{REQUEST_METHOD} ^TRACE
  2987. RewriteRule .* - [F]
  2988. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  2989. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  2990. #Added to avoid tomcat bug with ; causing jsp source to show up
  2991. RewriteCond %{REQUEST_URI} ^/.*;$
  2992. RewriteRule .* /404.jsp [R]
  2993. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/cnrewards/acc.swebe1.%Y%m%d" combined
  2994. ErrorLog /opt/logs/cnrewards/err.swebe1
  2995. Header append NODE "swebe1"
  2996. JkMount /* worker1
  2997. </VirtualHost>
  2998.  
  2999. ##************** giftcenter.nintendo.com ****************
  3000. <VirtualHost loghost:80>
  3001. ServerAdmin webadm@noa.nintendo.com
  3002. DocumentRoot /opt/webapps/giftcenter
  3003. ServerName giftcenter.nintendo.com
  3004. RewriteEngine on
  3005. RewriteCond %{REQUEST_METHOD} ^TRACE
  3006. RewriteRule .* - [F]
  3007. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  3008. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  3009. #Added to avoid tomcat bug with ; causing jsp source to show up
  3010. RewriteCond %{REQUEST_URI} ^/.*;$
  3011. RewriteRule .* /404.jsp [R]
  3012. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/giftcenter/acc.swebe1.%Y%m%d" combined
  3013. ErrorLog /opt/logs/giftcenter/err.swebe1
  3014. Header append NODE "swebe1"
  3015. JkMount /*.jsp worker1
  3016. JkMount /manager worker1
  3017. </VirtualHost>
  3018. ##*********** rs.nintendo.com t) ********************************
  3019. <VirtualHost loghost:80>
  3020. ServerAdmin webadm@noa.nintendo.com
  3021. DocumentRoot /opt/webapps/VCFavorites
  3022. ServerName rs.nintendo.com
  3023. ServerAlias rs.uat.noa.com
  3024. ServerAlias rs.stg.noa.com
  3025. RewriteEngine on
  3026. RewriteCond %{REQUEST_METHOD} ^TRACE
  3027. RewriteRule .* - [F]
  3028. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  3029. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  3030. #Added to avoid tomcat bug with ; causing jsp source to show up
  3031. RewriteCond %{REQUEST_URI} ^/.*;$
  3032. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/VCFavorites/acc.swebe1.%Y%m%d" combined
  3033. ErrorLog /opt/logs/VCFavorites/err.swebe1
  3034. Header append NODE "swebe1"
  3035. # mod_jk mappings
  3036. JkMount /manager* worker1
  3037. JkMount / worker1
  3038. JkMount /*.jsp worker1
  3039. </VirtualHost>
  3040. ## ***************** grilloff.nintendo.com ************************************
  3041. <VirtualHost loghost:80>
  3042. ServerAdmin webadm@noa.nintendo.com
  3043. DocumentRoot /opt/webapps/grilloff
  3044. ServerName grilloff.nintendo.com
  3045. ServerAlias www.grilloff.nintendo.com
  3046. RewriteEngine on
  3047. RewriteCond %{REQUEST_METHOD} ^TRACE
  3048. RewriteRule .* - [F]
  3049. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  3050. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  3051. #Added to avoid tomcat bug with ; causing jsp source to show up
  3052. RewriteCond %{REQUEST_URI} ^/.*;$
  3053. RewriteRule .* /404.jsp [R]
  3054. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/grilloff/acc.swebe1.%Y%m%d" combined
  3055. ErrorLog /opt/logs/grilloff/err.swebe1
  3056. Header append NODE "swebe1"
  3057. #JkMount /*.jsp worker1
  3058. </VirtualHost>
  3059. ## ***************** picross3d.com ************************************
  3060. <VirtualHost loghost:80>
  3061. ServerAdmin webadm@noa.nintendo.com
  3062. DocumentRoot /opt/webapps/picross3d
  3063. ServerName picross3d.com
  3064. ServerAlias www.picross3d.com
  3065. RewriteEngine on
  3066. RewriteCond %{REQUEST_METHOD} ^TRACE
  3067. RewriteRule .* - [F]
  3068. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  3069. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  3070. #Added to avoid tomcat bug with ; causing jsp source to show up
  3071. RewriteCond %{REQUEST_URI} ^/.*;$
  3072. RewriteRule .* /404.jsp [R]
  3073. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/picross3d/acc.swebe1.%Y%m%d" combined
  3074. ErrorLog /opt/logs/picross3d/err.swebe1
  3075. Header append NODE "swebe1"
  3076. #JkMount /*.jsp worker1
  3077. </VirtualHost>
  3078. ## ***************** atk.nintendods.com ************************************
  3079. <VirtualHost loghost:80>
  3080. ServerAdmin webadm@noa.nintendo.com
  3081. DocumentRoot /opt/webapps/atkvanity
  3082. ServerName atk.nintendods.com
  3083. ServerAlias atk.nintendodsi.com
  3084. RewriteEngine on
  3085. RewriteCond %{REQUEST_METHOD} ^TRACE
  3086. RewriteRule .* - [F]
  3087. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  3088. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  3089. #Added to avoid tomcat bug with ; causing jsp source to show up
  3090. RewriteCond %{REQUEST_URI} ^/.*;$
  3091. RewriteRule .* /404.jsp [R]
  3092. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/atkvanity/acc.swebe1.%Y%m%d" combined
  3093. ErrorLog /opt/logs/atkvanity/err.swebe1
  3094. Header append NODE "swebe1"
  3095. </VirtualHost>
  3096. ## ***************** 100classicbooks.com ************************************
  3097. <VirtualHost loghost:80>
  3098. ServerAdmin webadm@noa.nintendo.com
  3099. DocumentRoot /opt/webapps/books
  3100. ServerName 100classicbooks.com
  3101. ServerAlias www.100classicbooks.com
  3102. RewriteEngine on
  3103. RewriteCond %{REQUEST_METHOD} ^TRACE
  3104. RewriteRule .* - [F]
  3105. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  3106. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  3107. #Added to avoid tomcat bug with ; causing jsp source to show up
  3108. RewriteCond %{REQUEST_URI} ^/.*;$
  3109. RewriteRule .* /404.jsp [R]
  3110. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/books/acc.swebe1.%Y%m%d" combined
  3111. ErrorLog /opt/logs/books/err.swebe1
  3112. Header append NODE "swebe1"
  3113. #JkMount /*.jsp worker1
  3114. </VirtualHost>
  3115. ## ***************** dragonquest.nintendo.com ************************************
  3116. <VirtualHost loghost:80>
  3117. ServerAdmin webadm@noa.nintendo.com
  3118. DocumentRoot /opt/webapps/dq9
  3119. ServerName dragonquest.nintendo.com
  3120. ServerAlias www.dragonquest.nintendo.com dqnine.com www.dqnine.com
  3121. DirectoryIndex index.shtml index.html
  3122. <Directory /opt/webapps/dq9>
  3123. AllowOverride FileInfo Options=Includes
  3124. Options +IncludesNOEXEC
  3125. AddType text/html .shtml
  3126. AddOutputFilter INCLUDES shtml
  3127. </Directory>
  3128. RewriteEngine on
  3129. RewriteCond %{REQUEST_METHOD} ^TRACE
  3130. RewriteRule .* - [F]
  3131. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dq9/acc.swebe1.%Y%m%d" combined
  3132. ErrorLog /opt/logs/dq9/err.swebe1
  3133. Header append NODE "swebe1"
  3134. </VirtualHost>
  3135. ## ***************** dragonquest6.nintendo.com ************************************
  3136. <VirtualHost loghost:80>
  3137. ServerAdmin webadm@noa.nintendo.com
  3138. DocumentRoot /opt/webapps/dq6
  3139. ServerName dragonquest6.nintendo.com
  3140. ServerAlias www.dragonquest6.nintendo.com dq6.nintendo.com www.dq6.nintendo.com
  3141. RewriteEngine on
  3142. RewriteCond %{REQUEST_METHOD} ^TRACE
  3143. RewriteRule .* - [F]
  3144. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dq6/acc.swebe1.%Y%m%d" combined
  3145. ErrorLog /opt/logs/dq6/err.swebe1
  3146. Header append NODE "swebe1"
  3147. </VirtualHost>
  3148. ## ***************** iwataasks.nintendo.com ************************************
  3149. <VirtualHost loghost:80>
  3150. ServerAdmin webadm@noa.nintendo.com
  3151. DocumentRoot /opt/webapps/iwataasks
  3152. ServerName iwataasks.nintendo.com
  3153. ServerAlias www.iwataasks.nintendo.com
  3154. RewriteEngine on
  3155. RewriteCond %{REQUEST_METHOD} ^TRACE
  3156. RewriteRule .* - [F]
  3157. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/iwataasks/acc.swebe1.%Y%m%d" combined
  3158. ErrorLog /opt/logs/iwataasks/err.swebe1
  3159. Header append NODE "swebe1"
  3160. </VirtualHost>
  3161. ## ***************** publicspace.nintendo.com ************************************
  3162. <VirtualHost loghost:80>
  3163. ServerAdmin webadm@noa.nintendo.com
  3164. DocumentRoot /opt/webapps/publicspace
  3165. ServerName publicspace.nintendo.com
  3166. ServerAlias www.publicspace.nintendo.com
  3167. RewriteEngine on
  3168. RewriteCond %{REQUEST_METHOD} ^TRACE
  3169. RewriteRule .* - [F]
  3170. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/publicspace/acc.swebe1.%Y%m%d" combined
  3171. ErrorLog /opt/logs/publicspace/err.swebe1
  3172. Header append NODE "swebe1"
  3173. </VirtualHost>
  3174. ## ***************** sinandpunishment.com *********************************
  3175. <VirtualHost loghost:80>
  3176. ServerAdmin webadm@noa.nintendo.com
  3177. DocumentRoot /opt/webapps/sinandpunishment
  3178. ServerName sinandpunishment.com
  3179. ServerAlias www.sinandpunishment.com sin-and-punishment.com sinandpunishment2.com sinandpunishmentstarsuccessor.com
  3180. RewriteEngine on
  3181. RewriteCond %{REQUEST_METHOD} ^TRACE
  3182. RewriteRule .* - [F]
  3183. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/sinandpunishment/acc.swebe1.%Y%m%d" combined
  3184. ErrorLog /opt/logs/sinandpunishment/err.swebe1
  3185. Header append NODE "swebe1"
  3186. </VirtualHost>
  3187. ## ***************** artstyle.nintendo.com ************************************
  3188. <VirtualHost loghost:80>
  3189. ServerAdmin webadm@noa.nintendo.com
  3190. DocumentRoot /opt/webapps/artstyle
  3191. ServerName artstyle.nintendo.com
  3192. ServerAlias www.artstyle.nintendo.com
  3193. RewriteEngine on
  3194. RewriteCond %{REQUEST_METHOD} ^TRACE
  3195. RewriteRule .* - [F]
  3196. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  3197. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  3198. #Added to avoid tomcat bug with ; causing jsp source to show up
  3199. RewriteCond %{REQUEST_URI} ^/.*;$
  3200. RewriteRule .* /404.jsp [R]
  3201. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/artstyle/acc.swebe1.%Y%m%d" combined
  3202. ErrorLog /opt/logs/artstyle/err.swebe1
  3203. Header append NODE "swebe1"
  3204. </VirtualHost>
  3205. ## ***************** activeplaynow.com ************************************
  3206. <VirtualHost loghost:80>
  3207. ServerAdmin webadm@noa.nintendo.com
  3208. DocumentRoot /opt/webapps/aha
  3209. ServerName activeplaynow.com
  3210. ServerAlias www.activeplaynow.com
  3211. RewriteEngine on
  3212. RewriteCond %{REQUEST_METHOD} ^TRACE
  3213. RewriteRule .* - [F]
  3214. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  3215. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  3216. #Added to avoid tomcat bug with ; causing jsp source to show up
  3217. RewriteCond %{REQUEST_URI} ^/.*;$
  3218. RewriteRule .* /404.jsp [R]
  3219. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/aha/acc.swebe1.%Y%m%d" combined
  3220. ErrorLog /opt/logs/aha/err.swebe1
  3221. Header append NODE "swebe1"
  3222. #JkMount /*.jsp worker1
  3223. DirectoryIndex index.html
  3224. </VirtualHost>
  3225.  
  3226. ##******************* donkeykong.nintendo.com *******************************
  3227. <VirtualHost loghost:80>
  3228. ServerAdmin webadm@noa.nintendo.com
  3229. DocumentRoot /opt/webapps/dkcr
  3230. ServerName www.donkeykong.nintendo.com
  3231. ServerAlias donkeykong.nintendo.com dkcr.noa.com donkeykong.com www.donkeykong.com
  3232. RewriteEngine on
  3233. RewriteCond %{REQUEST_METHOD} ^TRACE
  3234. RewriteRule .* - [F]
  3235. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  3236. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  3237. #Added to avoid tomcat bug with ; causing jsp source to show up
  3238. RewriteCond %{REQUEST_URI} ^/.*;$
  3239. RewriteRule .* /404.jsp [R]
  3240. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/dkcr/acc.swebe1.%Y%m%d" combined
  3241. ##CustomLog "| /usr/local/bin/httplog /opt/logs/dkcr/acc.swebe1.%Y%m%d -u nobody -z" combined
  3242. ErrorLog /opt/logs/dkcr/err.swebe1
  3243. Header append NODE "swebe1"
  3244. #JkMount /*.jsp worker1
  3245. </VirtualHost>
  3246. ##******************* mariosportsmix.nintendo.com *****************************
  3247. <VirtualHost loghost:80>
  3248. ServerAdmin webadm@noa.nintendo.com
  3249. DocumentRoot /opt/webapps/mariosportsmix
  3250. ServerName www.mariosportsmix.nintendo.com
  3251. ServerAlias mariosportsmix.nintendo.com mariosportsmix.com www.mariosportsmix.com mariosportsmix.noa.com
  3252. RewriteEngine on
  3253. RewriteCond %{REQUEST_METHOD} ^TRACE
  3254. RewriteRule .* - [F]
  3255. #Added so jsp source wont show up on case-insensitive OSs, like xwebs
  3256. RewriteRule (\.JSP|\.jSP|\.jsP|\.JsP|\.Jsp|\.jSp|\.JSp)$ /index.html [R]
  3257. #Added to avoid tomcat bug with ; causing jsp source to show up
  3258. RewriteCond %{REQUEST_URI} ^/.*;$
  3259. RewriteRule .* /404.jsp [R]
  3260. CustomLog "|/opt/scripts/log-filter.pl /opt/logs/mariosportsmix/acc.swebe1.%Y%m%d" combined
  3261. ##CustomLog "| /usr/local/bin/httplog /opt/logs/mariosportsmix/acc.swebe1.%Y%m%d -u nobody -z" combined
  3262. ErrorLog /opt/logs/mariosportsmix/err.swebe1
  3263. Header append NODE "swebe1"
  3264. JkMount /*.jsp worker1
  3265. JkMount /insertvote* worker1
  3266. JkMount /votecount* worker1
  3267. JkMount /manager* worker1
  3268. </VirtualHost>
  3269.  
  3270. ##***************************************************************************
  3271. ## NOTE: Additional Virtual Server sites that DO NOT go on the production sweb servers
  3272. ## go in the swebstg1.conf file, which does not get sync'd to production
  3273. ## Include /opt/apache/conf/swebstg1.conf
  3274. ##
  3275. ##
  3276. #######
  3277.  
  3278. ############################################################################
  3279. # Each directory to which Apache has access, can be configured with respect
  3280. # to which services and features are allowed and/or disabled in that
  3281. # directory (and its subdirectories).
  3282.  
  3283. # First, we configure the "default" to be a very restrictive set of
  3284. # permissions.
  3285.  
  3286. <Directory />
  3287. Options FollowSymLinks
  3288. AllowOverride Indexes None
  3289. </Directory>
  3290.  
  3291. # Note that from this point forward you must specifically allow
  3292. # particular features to be enabled - so if something's not working as
  3293. # you might expect, make sure that you have specifically enabled it
  3294. # below.
  3295.  
  3296. # This should be changed to whatever you set DocumentRoot to.
  3297.  
  3298. # /opt/apache/cgi-bin should be changed to whatever your ScriptAliased
  3299. # CGI directory exists, if you have that configured.
  3300.  
  3301. #<Directory /opt/apache2/cgi-bin>
  3302. #AllowOverride None
  3303. #Options None
  3304. #</Directory>
  3305.  
  3306.  
  3307. # ScriptAlias: This controls which directories contain server scripts.
  3308. # Format: ScriptAlias fakename realname
  3309.  
  3310. #ScriptAlias /cgi-bin/ /opt/apache2/cgi-bin/
  3311. AddOutputFilterByType DEFLATE text/html text/plain text/css application/x-javascript
  3312.  
  3313. # Allow server status reports, with the URL of http://servername/server-status
  3314. # Change the ".your_domain.com" to match your domain to enable.
  3315.  
  3316. <Location /server-status>
  3317. SetHandler server-status
  3318. order deny,allow
  3319. deny from all
  3320. allow from 10.1.20.0/255.255.255.0
  3321. allow from 10.1.19.0/255.255.255.0
  3322. allow from 10.8.20.0/255.255.255.0
  3323. </Location>
  3324.  
  3325. <Location /manager>
  3326. order deny,allow
  3327. deny from all
  3328. allow from 10.1.20.0/255.255.255.0
  3329. allow from 10.1.19.0/255.255.255.0
  3330. allow from 10.8.20.0/255.255.255.0
  3331. </Location>
  3332.  
  3333. <Location /jkstatus>
  3334. order deny,allow
  3335. deny from all
  3336. allow from 10.1.20.0/255.255.255.0
  3337. allow from 10.1.19.0/255.255.255.0
  3338. allow from 10.8.20.0/255.255.255.0
  3339. </Location>
  3340.  
  3341. <Location /util>
  3342. order deny,allow
  3343. deny from all
  3344. allow from 10.0.0.0/255.0.0.0
  3345. allow from 205.166.76.0/255.255.255.0
  3346. </Location>
  3347.  
  3348. <Location /admin>
  3349. order deny,allow
  3350. deny from all
  3351. allow from 10.0.0.0/255.0.0.0
  3352. allow from 205.166.76.0/255.255.255.0
  3353. </Location>
  3354.  
  3355. # There have been reports of people trying to abuse an old bug from pre-1.1
  3356. # days. This bug involved a CGI script distributed as a part of Apache.
  3357. # By uncommenting these lines you can redirect these attacks to a logging
  3358. # script on phf.apache.org. Or, you can record them yourself, using the script
  3359. # support/phf_abuse_log.cgi.
  3360.  
  3361. #<Location /cgi-bin/phf*>
  3362. #deny from all
  3363. #ErrorDocument 403 http://phf.apache.org/phf_abuse_log.cgi
  3364. #</Location>
  3365.  
  3366. # You may place any other directories or locations you wish to have
  3367. # access information for after this one.
  3368.  
  3369. # With this document, you define the name space that users see of your http
  3370. # server. This file also defines server settings which affect how requests are
  3371. # serviced, and how results should be formatted.
  3372.  
  3373. # See the tutorials at http://www.apache.org/ for
  3374. # more information.
  3375.  
  3376. # Originally by Rob McCool; Adapted for Apache
  3377.  
  3378.  
  3379. # DocumentRoot: The directory out of which you will serve your
  3380. # documents. By default, all requests are taken from this directory, but
  3381. # symbolic links and aliases may be used to point to other locations.
  3382.  
  3383. #DocumentRoot /opt/apache/htdocs/en_US
  3384.  
  3385. # UserDir: The name of the directory which is appended onto a user's home
  3386. # directory if a ~user request is recieved.
  3387.  
  3388. #DLT UserDir public_html
  3389. UserDir disabled
  3390.  
  3391.  
  3392. # FancyIndexing is whether you want fancy directory indexing or standard
  3393.  
  3394. #DLT FancyIndexing on
  3395.  
  3396. # IndexIgnore is a set of filenames which directory indexing should ignore
  3397. # Format: IndexIgnore name1 name2...
  3398.  
  3399. #DLT IndexIgnore .??* *~ *# HEADER* README* RCS
  3400.  
  3401. # AccessFileName: The name of the file to look for in each directory
  3402. # for access control information.
  3403.  
  3404. AccessFileName .htaccess
  3405.  
  3406. # DefaultType is the default MIME type for documents which the server
  3407. # cannot find the type of from filename extensions.
  3408.  
  3409. DefaultType text/html
  3410.  
  3411. # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
  3412. # information on the fly. Note: Not all browsers support this.
  3413.  
  3414. AddEncoding x-compress Z
  3415. AddEncoding x-gzip gz
  3416.  
  3417. # AddLanguage allows you to specify the language of a document. You can
  3418. # then use content negotiation to give a browser a file in a language
  3419. # it can understand. Note that the suffix does not have to be the same
  3420. # as the language keyword --- those with documents in Polish (whose
  3421. # net-standard language code is pl) may wish to use "AddLanguage pl .po"
  3422. # to avoid the ambiguity with the common suffix for perl scripts.
  3423.  
  3424. AddLanguage en .en
  3425. AddLanguage fr .fr
  3426. AddLanguage de .de
  3427. AddLanguage it .it
  3428. AddLanguage ko .ko
  3429. AddLanguage es .es
  3430. AddLanguage ja .ja
  3431. AddLanguage zh-CN .cn
  3432. AddLanguage zh-TW .tw
  3433. AddLanguage pt-BR .pt
  3434.  
  3435. # LanguagePriority allows you to give precedence to some languages
  3436. # in case of a tie during content negotiation.
  3437. # Just list the languages in decreasing order of preference.
  3438.  
  3439. LanguagePriority en
  3440.  
  3441. # Redirect allows you to tell clients about documents which used to exist in
  3442. # your server's namespace, but do not anymore. This allows you to tell the
  3443. # clients where to look for the relocated document.
  3444. # Format: Redirect fakename url
  3445.  
  3446.  
  3447. # Aliases: Add here as many aliases as you need (with no limit). The format is
  3448. # Alias fakename realname
  3449.  
  3450. # Note that if you include a trailing / on fakename then the server will
  3451. # require it to be present in the URL. So "/icons" isn't aliased in this
  3452. # example.
  3453.  
  3454. ##CSD##Alias /icons/ /opt/apache2/icons/
  3455.  
  3456. # If you want to use server side includes, or CGI outside
  3457. # ScriptAliased directories, uncomment the following lines.
  3458.  
  3459. # AddType allows you to tweak mime.types without actually editing it, or to
  3460. # make certain files to be certain types.
  3461. # Format: AddType type/subtype ext1
  3462.  
  3463. # For example, the PHP3 module (not part of the Apache distribution)
  3464. # will typically use:
  3465. #AddType application/x-httpd-php3 .phtml
  3466. #AddType application/x-httpd-php3-source .phps
  3467. # AddType audio/mp3 .mp3
  3468. AddType video/x-ms-wmv .wmv
  3469.  
  3470. # AddHandler allows you to map certain file extensions to "handlers",
  3471. # actions unrelated to filetype. These can be either built into the server
  3472. # or added with the Action command (see below)
  3473. # Format: AddHandler action-name ext1
  3474.  
  3475. # To use CGI scripts:
  3476. #AddHandler cgi-script .cgi
  3477.  
  3478. # To use server-parsed HTML files
  3479. AddType text/html .shtml
  3480. AddHandler server-parsed .shtml
  3481.  
  3482. # Uncomment the following line to enable Apache's send-asis HTTP file
  3483. # feature
  3484. #AddHandler send-as-is asis
  3485.  
  3486. # If you wish to use server-parsed imagemap files, use
  3487. #AddHandler imap-file map
  3488.  
  3489. # To enable type maps, you might want to use
  3490. #AddHandler type-map var
  3491.  
  3492. # Action lets you define media types that will execute a script whenever
  3493. # a matching file is called. This eliminates the need for repeated URL
  3494. # pathnames for oft-used CGI file processors.
  3495. # Format: Action media/type /cgi-script/location
  3496. # Format: Action handler-name /cgi-script/location
  3497.  
  3498. # MetaDir: specifies the name of the directory in which Apache can find
  3499. # meta information files. These files contain additional HTTP headers
  3500. # to include when sending the document
  3501.  
  3502. #MetaDir .web
  3503.  
  3504. # MetaSuffix: specifies the file name suffix for the file containing the
  3505. # meta information.
  3506.  
  3507. #MetaSuffix .meta
  3508.  
  3509. # Customizable error response (Apache style)
  3510. # these come in three flavors
  3511. #
  3512. # 1) plain text
  3513. #ErrorDocument 500 "The server made a boo boo.
  3514. # n.b. the (") marks it as text, it does not get output
  3515. #
  3516. # 2) local redirects
  3517. ErrorDocument 404 /404.vm
  3518. ErrorDocument 500 /500.html
  3519. # to redirect to local url /missing.html
  3520. #ErrorDocument 404 /cgi-bin/missing_handler.pl
  3521. # n.b. can redirect to a script or a document using server-side-includes.
  3522. #
  3523. # 3) external redirects
  3524. #ErrorDocument 402 http://some.other_server.com/subscription_info.html
  3525. #
  3526.  
  3527. # mod_mime_magic allows the server to use various hints from the file itself
  3528. # to determine its type.
  3529. #CSD MimeMagicFile /opt/apache/conf/magic
  3530.  
  3531. # DefaultIcon is which icon to show for files which do not have an icon
  3532. # explicitly set.
  3533.  
  3534. #DLT DefaultIcon /icons/unknown.gif
  3535.  
  3536. # AddDescription allows you to place a short description after a file in
  3537. # server-generated indexes.
  3538. # Format: AddDescription "description" filename
  3539.  
  3540. # ReadmeName is the name of the README file the server will look for by
  3541. # default. Format: ReadmeName name
  3542. #
  3543. # The server will first look for name.html, include it if found, and it will
  3544. # then look for name and include it as plaintext if found.
  3545. #
  3546. # HeaderName is the name of a file which should be prepended to
  3547. # directory indexes.
  3548.  
  3549. #DLT ReadmeName README
  3550. #DLT HeaderName HEADER
  3551.  
  3552. # The following directives disable keepalives and HTTP header flushes.
  3553. # The first directive disables it for Netscape 2.x and browsers which
  3554. # spoof it. There are known problems with these.
  3555. # The second directive is for Microsoft Internet Explorer 4.0b2
  3556. # which has a broken HTTP/1.1 implementation and does not properly
  3557. # support keepalive when it is used on 301 or 302 (redirect) responses.
  3558.  
  3559. BrowserMatch "Mozilla/2" nokeepalive
  3560. BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
  3561.  
  3562. # The following directive disables HTTP/1.1 responses to browsers which
  3563. # are in violation of the HTTP/1.0 spec by not being able to grok a
  3564. # basic 1.1 response.
  3565.  
  3566. BrowserMatch "RealPlayer 4\.0" force-response-1.0
  3567. BrowserMatch "Java/1\.0" force-response-1.0
  3568. BrowserMatch "JDK/1\.0" force-response-1.0
  3569.  
  3570. #JkWorkersFile /opt/apache/conf/workers.properties
  3571. ### Using JkWorkerProperty now.
  3572.  
  3573. JkWorkerProperty worker.list=worker1,jkstatus
  3574. JkWorkerProperty worker.worker1.port=8009
  3575. JkWorkerProperty worker.worker1.host=localhost
  3576. JkWorkerProperty worker.worker1.type=ajp13
  3577. JkWorkerProperty worker.worker1.socket_keepalive=1
  3578. JkWorkerProperty worker.worker1.socket_timeout=40
  3579. JkWorkerProperty worker.worker1.cachesize=100
  3580. JkWorkerProperty worker.worker1.cache_timeout=0
  3581. JkWorkerProperty worker.jkstatus.type=status
  3582. JkWorkerProperty worker.maintain=60
  3583. JkWorkerProperty worker.recycle_timeout=45
  3584.  
  3585. #JkLogFile /opt/apache/logs/mod_jk.log
  3586. JkLogLevel error
  3587. #JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
  3588. #JkShmFile logs/jk.shm
  3589. #### DanTest This change was added on 8/11/04 at 3:52pm Testing TripWire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement