跳至內容
WMの写本
使用者工具
登入
網站工具
搜尋
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
>
最近更新
多媒體管理器
網站地圖
您在這裏:
start
»
computer
»
server
»
httpd
足跡:
computer:server:httpd
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
======HTTPD====== * [[https://justine.lol/redbean/|redbean]] * [[https://caddyserver.com/|Caddy]] * [[https://github.com/caddyserver/examples|Examples for using Caddy Web Server]] * [[https://github.com/greenpau/caddy-auth-portal|caddy-auth-portal]] * [[http://tobias.is/blog/test-http2-localhost-caddy-ssl/|HTTP2.0 on localhost with Caddy]] * [[https://simonecarletti.com/blog/2016/05/caddy-server-php-macosx/|Running PHP with Caddy server on Mac OSX]] * [[https://fotoallerlei.com/blog/post/2020/custom-error-pages-with-caddy/post|Custom Error Pages with Caddy]] * [[https://algernon.roboticoverlords.org/|Algernon]] * [[http://www.cherokee-project.com/|Cherokee]] * [[https://github.com/ninenines/cowboy|Cowboy]] * [[http://www.tornadoweb.org/|Tornado]] * [[http://www.myserverproject.net/|MyServer]] * [[http://www.keyfocus.net/kfws/|KF Web Server]] * [[http://elonen.iki.fi/code/nanohttpd/|NanoHTTPD]] * [[http://pad.js.org/|pad.js]] * [[https://github.com/jeremycw/httpserver.h|httpserver.h]] * [[https://github.com/sc0tfree/updog|Updog]] ====Apache==== * [[http://adamwhitcroft.com/apaxy/|Apaxy]] * [[http://akrabat.com/computing/automatic-apache-vhosts/|Automatic Apache vhosts]] * mod_rewrite * [[http://www.addedbytes.com/cheat-sheets/mod_rewrite-cheat-sheet/|mod_rewrite Cheat Sheet (V2)]] * [[http://net.tutsplus.com/tutorials/other/a-deeper-look-at-mod_rewrite-for-apache/|An In Depth Guide to mod_rewrite for Apache]] * http://man.chinaunix.net/newsoft/ApacheManual/mod/mod_rewrite.html * http://blog.wu-boy.com/2008/02/17/139/ * Log Files\\ http://httpd.apache.org/docs/2.2/logs.html * [[https://tn123.org/mod_xsendfile/|mod_xsendfile]] * 防盜連\\ http://yblog.org/archive/index.php/6055\\ http://blog.ijliao.info/archives/2006/05/30/2318/ * [[http://www.go2linux.org/linux/2011/07/secure-apache-and-php-hide-version-numbers-1122.html|Secure Apache and PHP, hide version numbers]] <code> RewriteEngine on RewriteCond %{HTTP_COOKIE} !.*na3_base=danchi.* [NC] RewriteRule .*\.(mp3|MP3)$ - [F] </code> <code> SetEnvIfNoCase Referer "^http://home.kidwm.net/.*$" local_ref=1 SetEnvIfNoCase Referer "^http://base.kidwm.net/.*$" local_ref=1 SetEnvIfNoCase Cookie "na3_base" local_ref=1 SetEnvIfNoCase User-Agent ^$ bad <FilesMatch "\.(mp3)"> Order Allow,Deny Allow from env=local_ref Allow from 127.0.0.1 </FilesMatch> </code> ===log=== * Logs Rotate For Windows <code> CustomLog "|bin/rotatelogs.exe logs/access.log 86400" combined </code> ===htaccess=== * [[http://tools.dynamicdrive.com/userban/|.HTACCESS Banning Generator]] * [[http://www.htaccesseditor.com/tc.shtml|.htaccess Editor]] * [[http://htaccess.madewithlove.be/|htaccess tester]] * [[http://plog.longwin.com.tw/my_note-programming/2005/05/11/phpflag_in_htaccess|php_flag in .htaccess]] * [[http://inspire.twgg.org/c/internet/host-setting/apache-htaccess-rules-introduced-in-rewritecond.html|Apache htaccess 中的 RewriteCond 規則介紹]] * [[http://inspire.twgg.org/c/internet/seo/with-htaccess-301-redirect-url.html|用.htaccess 301重新定向網址]] * [[https://medium.com/%E6%B5%A6%E5%B3%B6%E5%A4%AA%E9%83%8E%E7%9A%84%E6%B0%B4%E6%97%8F%E7%BC%B8/htaccess-with-rewrite-3dba066aff11|Apache Rewrite with Htaccess 理解與技巧]] * [[http://www.askapache.com/htaccess/htaccess-fresh.html|Fresh .htaccess Examples: Cookies, Variables, Custom Headers]] * [[http://htaccess.mwl.be/|htaccess tester]] ====NGiNX==== * [[http://nginx.org/|nginx news]] * [[https://unit.nginx.org/|NGINX Unit]] * Install<code>./configure --user=www-data --group=www-data --with-http_ssl_module --with-http_realip_module make sudo make install</code> * Reload Configuration<code>/usr/local/nginx/sbin/nginx -t /usr/local/nginx/sbin/nginx -s reload</code> * [[http://wiki.nginx.org/NginxHttpUpstreamModule|HttpUpstreamModule]] * [[http://wiki.nginx.org/HttpUpstreamFairModule|HttpUpstreamFairModule]] * [[http://garron.me/linux/cookie-free-domain-nginx.html|Use a cookie free domain to serve static content with Nginx]] * [[http://www.thatdoesntwork.net/tech-tricks/automatic-minification-with-nginx/|Automatic minification with Nginx]] * [[http://ngxpagespeed.com/|PageSpeed]] * [[https://www.nginx.com/resources/library/complete-nginx-cookbook/|The Complete NGINX Cookbook]] ===工具=== * [[https://github.com/lebinh/ngxtop|ngxtop]] * [[https://nginxconfig.io/|NGiNX configuration generator]] ====Suite==== * [[http://www.appservnetwork.com/|AppServ]] * [[http://www.apachefriends.org/zh_tw/xampp.html|XAMPP]] * [[http://www.easyphp.org/|EasyPHP]] * [[http://bitnami.org/stack/wampstack|WAMPStack]] * [[http://devilbox.org/|Devilbox]] ====Proxy==== * [[http://haproxy.1wt.eu/|HAProxy]] * [[http://trafficserver.apache.org/|Apache Traffic Server]] * [[http://www.danga.com/perlbal/|Perlbal]] * [[http://ziproxy.sourceforge.net/|Ziproxy]] ====Cache==== * [[http://www.varnish-cache.org/|Varnish]] * [[http://linuxguest.blog.51cto.com/195664/354889|Varnish權威指南]] * [[http://www.squid-cache.org/|Squid]] * Memcached * [[https://github.com/etsy/mctop/|mctop]] * [[https://github.com/tumblr/memkeys|memkeys]] =====工具===== * [[https://goaccess.io/|GoAccess]] (log analyzer) * [[https://umami.is/|Umami]] (analytics) * [[http://larsjung.de/h5ai/|h5ai]] * [[https://logstalgia.io/|Logstalgia]] * [[https://dehydrated.io/|Dehydrated]]
computer/server/httpd.txt
· 上一次變更: 2023/09/10 17:26 由
wm
頁面工具
顯示頁面
舊版
反向連結
回到頁頂