跳过字词转换说明 汉漢▼▲ 为了阅读方便,本文使用全文手工轉換。转换内容: 本文采用电脑和信息技术组全文转换 查看 • 编辑 • 强制刷新 以下為本條目單獨的全文轉換,請從本頁面進行編輯: 简体:阿帕奇;繁體:阿帕契;香港:阿帕奇; 当前用字模式下显示为→阿帕奇 字詞轉換说明顯示↓關閉↑ 字詞轉換是中文维基的一項自動轉換,目的是通過计算机程序自動消除繁简、地区词等不同用字模式的差異,以達到閱讀方便。字詞轉換包括全局轉換和手動轉換,本說明所使用的标题转换和全文转换技術,都屬於手動轉換。 如果您想对我们的字词转换系统提出一些改进建议,或者提交应用面更广的转换(中文维基百科全站乃至MediaWiki软件),或者报告转换系统的错误,请前往Wikipedia:字词转换请求或候选发表您的意见。 本文介紹的是網頁伺服器。關於Apache的其他解釋,詳見「阿帕奇」。 Apache HTTP Server 原作者 Robert McCool 開發者 Apache軟體基金會 初始版本 1995[1] 穩定版本 2.2.17 /2010年10月19日;7個月前 (2010-10-19) 預覽版本 2.3.10-alpha /2010年12月21日;5個月前 (2010-12-21) 程式語言 C 作業系統 跨平台 類型 網頁伺服器 許可協議 Apache許可證2.0 網站 http://httpd.apache.org/ Apache HTTP Server(簡稱Apache)是Apache軟體基金會的一個開放源碼的網頁伺服器,可以在大多數電腦作業系統中運行,由於其跨平台和安全性[2]被廣泛使用,是最流行的Web伺服器端軟體之一。它快速、可靠並且可通過簡單的API擴充,將Perl/Python等直譯器編譯到伺服器中。 目录 1 歷史 2 命名 3 特性 4 2.x版本 5 評價 6 註釋 7 外部連結 编辑 歷史 Apache起初由伊利諾大學香檳分校的國家超級電腦應用中心(NCSA)開發。此後,Apache Httpd被開放原始碼團體的成員不斷的發展和加強。Apache Http網站伺服器擁有牢靠可信的美譽,已經在全球超過半數的網站中被使用-特別是幾乎所有最熱門和瀏覽量最大的網站。比方說,維基百科網站伺服器就是使用Apache的。 剛開始發展時,Apache只是Netscape網頁伺服器(現在是Sun ONE)之外的開放原始碼選擇之一。慢慢地,它開始在功能和速度超越其他基於Unix的HTTP伺服器。到了Apache 2.x的時代,實際效率又比Apache 1.x更快,2.x比1.x能同時服務更多的網頁連線數。 1996年4月以來,Apache一直是Internet上最流行的HTTP伺服器:1999年5月它在57%的網頁伺服器上運行,到了2005年7月這個比例上升到了69%。在2005年11月最風光的時候達到接近70%的市佔率,不過在部份擁有大量域名的主機域名商轉換為微軟IIS平台後,Apache市佔率近年來呈現些微下滑。同時搜尋引擎巨擘Google自己的網頁伺服器平台GWS推出後(也可說是一種修改版的Apache[3]),再加上nginx、Lighttpd等輕量化網頁伺服器軟體在市場上有一些能見度,這些因素都反應在整體網頁伺服器市佔率的消長,Apache的市佔率就隨之滑落。根據Netcraft在2009年12月的最新統計數據,Apache的市佔率已經降為53.67%,IIS降為18.26%,谷歌網頁服務器13.53%,nginx 8.75%。儘管如此,Apache仍舊是當前網際網路市場上,市佔率最高的網頁伺服器軟體。[4] 编辑 命名 作者宣称因为Apache这个名字好记,所以才在最初选择它,但是流传最广的解释是(也是最显而易见的):这个名字来自於一个事实:当Apache在1995年初开发的时候,它是由当时最流行的HTTP服务器NCSA HTTPd 1.3的代码修改而成的,因此是「一个修补的(a patchy)」服务器。然而,在Apache服务器官方网站的FAQ中是这麽解释的:「Apache这个名字是为了纪念名为Apache的美洲原住民印第安人的一支,众所周知他们拥有高超的作战策略和无穷的耐性」贝伦多夫说:「我选择阿帕奇这个名字是取其积极含义。阿帕奇民族是最后一个屈服于美国政府的民族。当时我们担心大公司迟早会参与竞争并‘教化’这块最早的网络之地,所以在我看来,阿帕奇是个很好的名称,也有人说这个词一语双关-因为正如APAtCHy的名字所表明的那样,他们确实是在给服务器打补丁」(引于世界是平的)。无论如何,Apache 2.x分支不包含任何NCSA的程序代码。 编辑 特性 Apache支援許多特性,大部分通過編譯的模塊實現。這些特性從伺服器端的程式語言支援到身份認證方案。一些通用的语言接口支持Perl,Python,Tcl, 和PHP。流行的认证模块包括mod_access,mod_auth和mod_digest。其他的例子有SSL和TLS支持(mod_ssl),代理服务器(proxy)模块,很有用的URL重写(由mod_rewrite实现),定制日志文件(mod_log_config),以及过滤支持(mod_include和mod_ext_filter)。Apache日志可以通过网页浏览器使用免费的脚本AWStats或Visitors来进行分析。 编辑 2.x版本 Apache的2.x版本核心在Apache 1.x版本之上作出了重要的加強。這包括:多執行緒,更好的支援非UNIX平台(例如Windows),新的Apache API,以及IPv6支援。 编辑 評價 《PC Magazine》2004年8月評出了近30年以來的10款最佳軟體產品。他們其中或者是有過最輝煌的歷史,或者是最具創意。其對Apache的評價是:第三名:Apache(阿帕奇,1995年推出)Apache目前已經演變成了「LAMP」,即Linux、Apache、MySQL和PHP的聯合體。這是一個開放原始碼軟體項目,已經對微軟的「.NET」戰略構成嚴重威脅。尤其是Apache網路伺服器,讓用戶充分體驗到開放原始碼軟體的穩定性、可靠性和可定製性。 Apple.com評價Apache時說:Apache是伺服器軟體始終不斷進化的大型元件,它免費但又是無價之寶。Apache是在開源運動中出現的絕對珍品,因為不屬於個人專利而是對公共免費。一旦擁有這些原始碼,程序員能夠自由完成所想——能在其它程式員接替工作時被賦予同樣的權限來改變和修改自己的原始碼。 编辑 註釋 ^ About the Apache HTTP Server Project. Apache Software Foundation [2008-06-25].  ^ 儘管不斷有新的漏洞被發現,但由於其開放原始碼的特點,漏洞總能被很快修補。因此總的來說,其安全性還是相當高的。 ^ 資料來源http://www.googlerank.com/ranking/Ebook/howgoogleworks.html ^ 資料來源http://news.netcraft.com/archives/2009/12/24/december_2009_web_server_survey.html 编辑 外部連結 http://httpd.apache.org Apache伺服器官方網站 http://www.apache.org Apache軟體基金會官方網站 查 • 論 • 編 Apache软件基金会 顶级项目 ActiveMQ · Ant · Apache HTTP Server · APR · Beehive · Camel · Cassandra  · Cayenne · Cocoon · Commons · Derby · Directory · Excalibur · Felix · Forrest · Geronimo · Gump · Hadoop · Harmony · iBATIS · Jackrabbit · James · Lenya · Lucene · Maven · mod_perl · MyFaces · OFBiz · OpenEJB · OpenJPA · POI · Roller · Shale · SpamAssassin · stdcxx · Struts · Subversion · Tapestry · Tomcat · Traffic Server · Tuscany · Velocity · Wicket · XMLBeans 其他项目 Jakarta项目 · Apache XML · Apache Incubator 子项目 BCEL · BSF · Cactus · JMeter · Slide · Xerces · Batik · FOP · Log4j · XAP · River · ServiceMix · Log4Net · Abdera · Ivy · CXF · ODE · Solr 许可证: Apache许可证 · 网站: http://apache.org/


Apache pulls out of N.B. hydro-fracking project

Halifax-based Corridor Resources announced Tuesday that Apache Canada has opted not to pursue the next phase of natural gas exploration in the Elgin area after disappointing results on two test wells.


http://www.betexa.cz/eng/pol_apache.html

Apache - Wikipedia, the free encyclopedia

The modern term Apache excludes the related Navajo people. ... The first Apache raids on Sonora appear to have taken place during the late 17th century. ...



Apache Shuffles Management

Apache Corp. Jon Jeppesen has been promoted to the new role of executive vice president overseeing the operations of the Gulf of Mexico Shelf, Deepwater and Gulf Coast Onshore regions.

Apache firing jpg 300295 48 5kB apache attack helicopter 1024 jpg 1024768 174 6kB
http://www.mashup-search.info/word/apache

Welcome to The Apache Software Foundation!

The Apache Software Foundation provides support for the Apache community of open-source ... The Apache projects are defined by collaborative consensus based ...



Oracle gives OpenOffice to Apache

Oracle has given the OpenOffice office suite to Apache, with IBM's blessing. The Document Foundation, creators of the LibreOffice, an OpenOffice fork, can live with this move.

rah Yahoo
http://totowa.seewee.net/result/Rah%E3%81%A8%E3%81%AF

Apache HTTP Server - Wikipedia, the free encyclopedia

The Apache HTTP Server, commonly referred to as Apache ( /əˈp æ tʃi ... Apache supports a variety of features, many implemented as compiled modules which extend ...



Oracle drops OpenOffice on Apache, shuns forkers

LibreOffice re-unification rejected Oracle is shunting OpenOffice onto the Apache Software Foundation, sidelining the original OpenOffice community that forked of the project as LibreOffice last year.…

Just for home security and hunting of course
http://www.arguewitheveryone.com/gun-control/5651-guns-weapons-5.html

Apache Corporation

Independent oil and gas exploration and development company with operations in the United States, Canada, Egypt, Western Australia, Argentina, Poland, and China.



Oracle submits OpenOffice.org codebase to Apache

Oracle is submitting the codebase for OpenOffice.org to the Apache Software Foundation, where the productivity suite will live on in the group's incubator program for open source software initiatives, Oracle announced Wednesday.

The U S Department of Defense is denying Pakistani tribal leaders allegations that Pakistani soldiers forced U S military helicopters to turn back to Afghanistan after the aircraft
http://morewhat.com/joomla/index.php?option=com_frontpage&Itemid=1&limit=16&limitstart=1616

Apache-SSL

Apache-SSL is a secure Webserver, based on Apache and SSLeay/OpenSSL. ... Apache-SSL source patches can be found on the following UK master distribution ...



Oracle Submits OpenOffice.org Codebase to Apache

Oracle is submitting the codebase for OpenOffice.org to the Apache Software Foundation, where the productivity suite will live on in the group's incubator...

Apache Webserver Der Apache HTTP Server ist ein Produkt der Apache Software Foundation Er ist der meistbenutzte Webserver im Internet Der Apache untersttzt eine Vielzahl von Betriebssystemen wie z B
http://www.problem-hilfe.de/linux/h/Apache

Apache Solutions Ltd – Enabling Interaction with Your Brand

Apache Solutions Ltd - Enabling Interaction with Your Brand - Augmented Reality, Mobile Apps/Sites and Websites.



Oracle Turns to Apache for OpenOffice

From the blogs: Oracle donates the open source OpenOffice.org project to the Apache Software Foundation. Is it too little too late?

AH 64 Apache Wolf Apache gun camera
http://www.airdestroyer.ru/

Apache Corporation : Careers

Apache Corporation is an oil and gas exploration and production company with operations in the United States, Canada, Egypt, the United Kingdom North Sea, Australia ...



Oracle 'donates' OpenOffice to Apache foundation

Oracle cedes control of the OpenOffice.org code base to the Apache Software Foundation Incubator project.

Apache 30 x 24 Oil on Canvas
http://www.douglevitt.net/apache.html

Apache Cafe :: Index

Avante-garde cafe, Atlanta, Georgia ... APACHE STORE. Find out what's available. FEATURED EVENTS. Bohemian Circus...an art Mondays to do (Every Monday through December 31, 2011) ...



MapR Technologies Signs Corporate Contributor License Agreement for Apache Software Foundation

SAN JOSE, Calif.--(BUSINESS WIRE)--MapR Technologies, Inc. today announced the signing of the Apache Corporate Contributor License Agreement. The Corporate Contributor license allows MapR and designated employees to submit software contributions to the Apache Software Foundation. “We’re committed to helping the Apache Hadoop community continue to thrive and expand,” said John Schroeder, CEO and ...

p stan med familjen en snabbis sen ska jag ner till stallet Juste Jag har glmt att bertta Igr nr jag var p vg hem frn stallet s trffade jag Maria Ni vet hon som hade Apache nere hos oss Hon trffade jag iallfall Stannade och pratade lite hon skulle tydligen ner och hjlpa ngon att hitta till vrat stall stallplats Det fr vi vl snart se
http://thererese.blogg.se/2008/june

Apache Design Solutions | Advancing Low-Power Innovation

Visit Apache's Power Team Experts in booth #2448 to learn about our industry ... Apache offers classes to help maximize your investment in Apache's tools. ...



Oracle Donates OpenOffice to the Apache Software Foundation

Oracle announced today that it will contribute the OpenOffice.org code to the Apache Software Foundation , where the free office productivity suite will become part of Apache's incubator program. The announcement comes after a rocky year for OpenOffice, which was largely abandoned by Oracle and turned over to the community, many of whom in turn forked the project to LibreOffice and created The ...

APACHE is a male Australian Cattle Dog mix 5 months old UPDATE Apache has been adopted CRICKET is a female Jack Russell Terrier mix 5 years old UPDATE Cricket has been adopted
http://maryswiftphotography.wordpress.com/