50 likes | 263 Views
E N D
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="cs" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="description" content="Webhostingové servery - " lang="cs" /> <meta name="keywords" content="webhosting, webmel - " lang="cs" /> <link type="text/css" rel="stylesheet" media="screen,projection" href="/share/webresources/innet2/style.css"/> <link type="text/css" rel="stylesheet" media="screen,projection" href="/share/js/pretty-photo/css/prettyPhoto.css"/> <link type="text/css" rel="stylesheet" media="screen,projection" href="/sys/innet.css"/> <link type="text/css" rel="stylesheet" media="print" href="/share/webresources/innet2/print.css"/> <title>INNET - Webhostingové servery</title> <style type="text/css"> </style> <script type="text/javascript"> function addFavorite(linkObj, addUrl, addTitle) { if (document.all && !window.opera) { window.external.AddFavorite(addUrl,addTitle); return false; } else if (window.opera && window.print) { linkObj.title = addTitle; return true; } else if ((typeof window.sidebar == 'object') && (typeof window.sidebar.addPanel == 'function')) { window.sidebar.addPanel(addTitle,addUrl,''); return false; } window.alert('Po potvrzenà stisknÄ›te CTRL-D,\nstránka bude pÅ™idána k vaÅ¡im oblÃbeným odkazům.'); return false; } /** * Copyright 2010 by GlamThumbs Team. * * This is an example to demostrate the BookmarkApp.js by GlamThumbs Team. * Reference: http://glamthumbs.com/BookmarkApp.js * Reference: http://stackoverflow.com/questions/992844/add-to-browser-favorites-bookmarks-from-javascript-but-for-all-browsers-mine-doe * */ BookmarkApp = function () { var isIEmac = false; /*@cc_on @if(@_jscript&&!(@_win32||@_win16)&&(@_jscript_version<5.5)) isIEmac=true; @end @*/ var isMSIE = (-[1,]) ? false : true; var cjTitle = document.title; // Bookmark title var cjHref = location.href; // Bookmark url function hotKeys() { var ua = navigator.userAgent.toLowerCase(); var str = ''; var isWebkit = (ua.indexOf('webkit') != - 1); var isMac = (ua.indexOf('mac') != - 1); if (ua.indexOf('konqueror') != - 1) { str = 'CTRL + B'; // Konqueror } else if (window.home || isWebkit || isIEmac || isMac) { str = (isMac ? 'Command/Cmd' : 'CTRL') + ' + D'; // Netscape, Safari, iCab, IE5/Mac } return ((str) ? 'ZmáÄkni klávesy ' + str + ' pro pÅ™idánà stránky do oblÃbených záložek.' : str); } function isIE8() { var rv = -1; if (navigator.appName == 'Microsoft Internet Explorer') { var ua = navigator.userAgent; var re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})"); if (re.exec(ua) != null) { rv = parseFloat(RegExp.$1); } } if (rv > - 1) { if (rv >= 8.0) { return true; } } return false; } function addBookmark(a) { try { if (typeof a == "object" && a.tagName.toLowerCase() == "a") { a.style.cursor = 'pointer'; if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) { window.sidebar.addPanel(cjTitle, cjHref, ""); // Gecko return false; } else if (isMSIE && typeof window.external == "object") { if (isIE8()) { window.external.AddToFavoritesBar(cjHref, cjTitle); // IE 8 } else { window.external.AddFavorite(cjHref, cjTitle); // IE <=7 } return false; } else if (window.opera) { a.href = cjHref; a.title = cjTitle; a.rel = 'sidebar'; // Opera 7+ return true; } else { alert(hotKeys()); } } else { throw "Error occured.\r\nNote, only A tagname is allowed!"; } } catch (err) { alert(err); } } return { addBookmark : addBookmark } }(); </script> <script type="text/javascript" src="/share/js/jquery.js"></script> <script type="text/javascript" src="/share/js/easySlider.js"></script> <script type="text/javascript" src="/share/js/slides.min.jquery.js"></script> <script type="text/javascript" src="/share/js/pretty-photo/js/jquery.prettyPhoto.js"></script> <script type="text/javascript" src="/share/js/innet.js"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-13024342-15']); _gaq.push(['_setDomainName', 'vsb.cz']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ // // zobrazeni profilu pomoci pretty photo // showProfilyLinksByPrettyPhoto(); $("a[rel^='prettyPhoto']").prettyPhoto({ social_tools: false, default_width: 650, default_height: 500, deeplinking: false, social_tools: false }); // // nastaveni velikosti iframe // $("iframe").load( function(){ var actualIframe = this; setupIframeHeight(actualIframe); // stavalo se, ze velikost iframu nebyla v udalosti load urcena presne. // Skutecna velikost byla o nekolik stovek pixelu vetsi nebo mensi. // Proto je tu opozdene spusteni nastaveni velikosti, aby se nastavila // velikost, kdy uz je stranka definitivne nactena. // Toto se stavalo ve firefoxu. window.setTimeout( function() { setupIframeHeight(actualIframe); }, 100); window.setTimeout( function() { setupIframeHeight(actualIframe); }, 1000); window.setTimeout( function() { setupIframeHeight(actualIframe); }, 10000); }); // // spusteni slideru // $(function(){ $('#slides').slides({ preload: false, play: 5000, pause: 2500, slideSpeed: 600, fadeSpeed: 600, effect: 'slide', crossfade: true, randomize: true, hoverPause: true }); }); }); </script> </head> <body id="page_bcfa8690-ad3d-11e0-a064-0017a4a7fcbe"> <div class="page"> <div class="page-head"> <div class="banner"> <div class="user"> <a id="language-cs" href="/cs/okruhy/cit/servery/webhosting/">ÄŒESKY</a> | <a id="language-en" href="/en/">ENGLISH</a> | </div> <a href="/" title="homepage" class="page-head-erb"></a> <div class="page-head-title"> <h2 class="banner-title"><a href="/" title="homepage">INNET |</a> <a href="http://www.vsb.cz/" title="VÅ B-TUO">VÅ B - Technická univerzita Ostrava</a></h2> </div> <div class="search-form"> <form id="form_vyhledavani" action="http://idoc.vsb.cz/cs/okruhy/vyhledavani/search"> <a class="search-button" onclick="document.forms['form_vyhledavani'].submit();" title="Vyhledat" href="#"> </a> <input class="search-query" type="text" name="query" /> <input type="hidden" name="pattern" value="((application:web AND (url:www.vsb.cz/innet* OR url:www.vsb.cz/unis* OR url:*idoc.vsb.cz*)) OR application:profily) AND ({title^10} OR {annotation^2} OR {body})" /> </form> </div> </div> <!--banner end--> <!--menu-->
<div class="user-menu"> <a class="active" href="/cs/okruhy/cit/" >Dokumentace a návody (IDOC)</a> <a href="/cs/okruhy/iit/" >Infrastruktura IT</a> <a href="/cs/okruhy/cit_katalog_sluzeb/" >Katalog služeb IIT</a><div class="innet-clear"></div> </div> <div class="user-menu"> <a class="active" href="/cs/okruhy/cit/" >Dokumentace a návody (IDOC)</a> <a href="/cs/okruhy/iit/" >Infrastruktura IT</a> <a href="/cs/okruhy/cit_katalog_sluzeb/" >Katalog služeb IIT</a><div class="innet-clear"></div> </div>
<!--menu-end--> </div> <!--page-head end--> <div class="above-page-body"> <div class="context"> <!--menu-end--> </div> <!--page-head end--> <div class="above-page-body"> <div class="context">
<a href="/">INNET</a> > <a href="/cs/okruhy/cit/">Dokumentace a návody (IDOC)</a> > <a href="/cs/okruhy/cit/servery/">Servery</a> > <a href="/cs/okruhy/cit/servery/webhosting/">Webhostingové servery</a>
</div> <div class="innet-clear"></div> </div> <div class="page-body"> <div class="page-body-left"> <div class="leftMenuHead"><strong>Webhostingové servery</strong></div> <div class="left-menu"> <ul class="firstLevel"> <li class=" 4"><a href="/cs/okruhy/cit/servery/homel/">HomeL</a></li><li class="selected 4"><a href="/cs/okruhy/cit/servery/webhosting/">Webhostingové servery</a></li><ul class="submenu"><li class=""><a href="/cs/okruhy/cit/servery/webhosting/prenosy/">PÅ™enos souborů</a></li><li class=""><a href="/cs/okruhy/cit/servery/webhosting/parametry/">Technické parametry</a></li><li class=""><a href="/cs/okruhy/cit/servery/webhosting/info/">DalÅ¡Ã informace</a></li></ul><li class=" 4"><a href="/cs/okruhy/cit/servery/homen/">HomeN</a></li><li class=" 4"><a href="/cs/okruhy/cit/servery/sso/">Systém jednotného pÅ™ihlášenà (SSO)</a></li><li class=" 4"><a href="/cs/okruhy/cit/servery/ldap/">LDAP</a></li><li class=" 4"><a href="/cs/okruhy/cit/servery/eduid/">Federace identit</a></li><li class=" 4"><a href="/cs/okruhy/cit/servery/kiosek/">InformaÄnà kiosek CIT</a></li><li class=" 4"><a href="/cs/okruhy/cit/servery/vi/">Virtuálnà infrastruktura</a></li><li class=" 4"><a href="/cs/okruhy/cit/servery/zalohovani/">ZálohovánÃ</a></li> </ul> </div> <div style="background-color: rgb(255, 255, 255);" class="element_info"> <p><a href="/cs/okruhy/odkazy/"><strong>Zdůrazňujeme</strong></a></p> <p><a href="/cs/okruhy/cit/tuonet/sluzby/wifi/" target="_self">Bezdrátová sÃÅ¥ WIFI</a></p> <p><a href="/cs/okruhy/cit/uzivatel/hesla/reset_hesla.html" target="_self">Reset hesla kartou</a></p> <p><a href="/cs/okruhy/cit/uzivatel/email/" target="_self">El. poÅ¡ta (E-mail)</a></p> <br /> <p><a href="/cs/okruhy/cit/hd/"><strong>Helpdeskové pracoviÅ¡tÄ›</strong></a><br /><i>Podpora služeb útvaru CIT</i></p> <p><a href="http://idesk.vsb.cz/">Webové rozhranÃ</a></p> <p>tel. 59 732 <strong>5666</strong></p> <p><a href="/cs/okruhy/cit/hd/kontaktni_formular">Webový formulář</a></p> </div> </div> <!--page-body-left-end--> <div class="page-body-content"> <div class="page-body-content-middle"> <h1 class="mainTitle"> Webhostingové servery </h1> <p>K hostovánà webových prezentacà pracoviÅ¡Å¥, projektů, grantů a podobnÄ› sloužà následujÃcà servery:</p> <ul> <li>webmel5.vsb.cz</li> <li>webmel53.vsb.cz</li> <li style="display:none;">Webmel55 a display:none pridal jirka vychodil, priprava na zverejneni. Tuto odrazku mozno smazat</li> <li style="display:none;">webmel55.vsb.cz</li> <li><strike>webmel4.vsb.cz</strike> (ZruÅ¡en k datu 31.12.2011.)</li> </ul> <p>ÄŒÃslo v názvech serverů oznaÄuje verzi produktové Å™ady Linux/Apache/My- nebo PostgreSQL/PHP (<a title="LAMP" target="_self" href="http://cs.wikipedia.org/wiki/LAMP">LAMP</a>) aplikacà běžÃcÃch na uvedených serverech. Servery jsou dostupné pÅ™es protokoly IPv4 a IPv6.</p> <p><em>Pozn.: K zobrazenà osobnÃch stránek uživatelů sloužà servery</em> <a href="/cs/okruhy/cit/servery/homen/"><em>HomeN</em></a> <em>a</em> <a href="/cs/okruhy/cit/servery/homel/"><em>HomeL</em></a><em>.</em></p> <h2>PÅ™Ãstup k administraci databázÃ</h2> <ul> <li><strong>MySQL</strong></li> </ul> <p style="margin-left: 40px;"> <a href="https://webmel5.vsb.cz/phpmyadmin/">https://webmel5.vsb.cz/phpmyadmin/</a><br /> <a href="https://webmel5.vsb.cz/phpmyadmin/">https://webmel53.vsb.cz/phpmyadmin/</a><br /> </p><p style="display:none;">Webmel55 a display:none pridal jirka vychodil, priprava na zverejneni. Tento odstavec po zverejneni w55 mozno smazat style="display:none;"<a href="https://webmel55.vsb.cz/phpmyadmin/">https://webmel55.vsb.cz/phpmyadmin/</a> </p> <!-- zakomentovano za zadost viti k. <ul> <li><strong>PostgreSQL</strong></li> </ul> <p style="margin-left: 40px;"><a href="https://webmel5.vsb.cz/phpmyadmin/">https://</a><a href="https://webmel5.vsb.cz/phppgadmin/">webmel5.vsb.cz/phppgadmin/</a></p>--> <h2>DalÅ¡Ã informace</h2> <p></p> <cms:template element="body"> <table width="100%" border="0" cellspacing="8" cellpadding="3" frame="border" class="unbordered"><tr> </td></tr> <tr><td> <b><a href="/cs/okruhy/cit/servery/webhosting/prenosy/" target="_self" > <img style="padding-right: 11px" vspace="0" hspace="10" align="left" src="/miranda2/export/sites-root/idoc/cs/okruhy/cit/_configuration/images/ic_folder.gif" border="0" title="PÅ™enos souborů"> PÅ™enos souborů</a></b> <br />Pro pÅ™enos souborů lze použÃt zabezpeÄené protokoly SFTP/SCP.</td></tr> <tr><td> <b><a href="/cs/okruhy/cit/servery/webhosting/parametry/" target="_self" > <img style="padding-right: 11px" vspace="0" hspace="10" align="left" src="/miranda2/export/sites-root/idoc/cs/okruhy/cit/_configuration/images/ic_folder.gif" border="0" title="Technické parametry"> Technické parametry</a></b> <br />Otisky veÅ™ejných klÃÄů, instalované aplikace, PHP a Apache moduly.</td></tr> <tr><td> <b><a href="/cs/okruhy/cit/servery/webhosting/info/" target="_self" > <img style="padding-right: 11px" vspace="0" hspace="10" align="left" src="/miranda2/export/sites-root/idoc/cs/okruhy/cit/_configuration/images/ic_folder.gif" border="0" title="DalÅ¡Ã informace"> DalÅ¡Ã informace</a></b> <br />Optimalizace MySQL dotazů a jiné...</td></tr> </table> </cms:template> </div> </div> </div> </div> </div> </body> <!-- Resource: /cs/okruhy/cit/servery/webhosting/index.html - /cs/ ShowUniDirectly: null --> </html>