<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Frequently Asked Questions About Linux / UNIX &#187; Nginx</title> <atom:link href="http://www.cyberciti.biz/faq/category/nginx/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Sun, 19 May 2013 18:24:07 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Nginx: SPDY SSL Installation and Configuration On Debian / Ubuntu</title><link>http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/</link> <comments>http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/#comments</comments> <pubDate>Sun, 19 May 2013 15:24:36 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Cryptography]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/nginx/nginx.conf]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[make command]]></category> <category><![CDATA[sudo command]]></category> <category><![CDATA[wget command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13278</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">G</span>oogle Chrome/Chromium, Firefox and Opera browser support SPDY networking protocol. It enables faster browsing on supported sites. SPDY is similar to HTTP, with particular goals to reduce web page load latency and improve web security. SPDY achieves reduced latency through compression, multiplexing, and prioritization. How do I enable nginx SPDY support running on Debian or Ubuntu Linux server?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/">Nginx: SPDY SSL Installation and Configuration On Debian / Ubuntu</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Nginx: SPDY SSL Installation and Configuration On Debian / Ubuntu&url=http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/debian-ubuntulinux-unix-nginx-server-speeds-up-ssl-with-spdy-support/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Nginx: Block URL Access (wp-admin/wp-login.php) To All Except One IP Address</title><link>http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/</link> <comments>http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/#comments</comments> <pubDate>Sun, 14 Apr 2013 09:07:13 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Wordpress]]></category> <category><![CDATA[/etc/nginx/nginx.conf]]></category> <category><![CDATA[/usr/local/etc/nginx/nginx.conf]]></category> <category><![CDATA[/usr/local/nginx/conf/nginx.conf]]></category> <category><![CDATA[brute force attack]]></category> <category><![CDATA[curl command]]></category> <category><![CDATA[define('FORCE_SSL_ADMIN']]></category> <category><![CDATA[iptables command]]></category> <category><![CDATA[reload nginx]]></category> <category><![CDATA[restart nginx]]></category> <category><![CDATA[true);]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13220</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am the small business owner and runs my own web-site. I have noticed increased cracking activity against by blog. What's the best way to block WordPress URLs such as example.com/blog/wp-login.php and example.com/blog/wp-admin/ in the nginx web-server?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/">Nginx: Block URL Access (wp-admin/wp-login.php) To All Except One IP Address</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Nginx: Block URL Access (wp-admin/wp-login.php) To All Except One IP Address&url=http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/nginx-block-url-access-all-except-one-ip-address/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Apache / Nginx / Lighttpd: PHP Disable File Upload</title><link>http://www.cyberciti.biz/faq/php-disable-file-upload-using-php-ini/</link> <comments>http://www.cyberciti.biz/faq/php-disable-file-upload-using-php-ini/#comments</comments> <pubDate>Sun, 14 Apr 2013 07:31:55 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/php.ini]]></category> <category><![CDATA[/etc/php5/apache2/php.ini]]></category> <category><![CDATA[/etc/php5/cgi/php.ini]]></category> <category><![CDATA[/usr/local/etc/php.ini]]></category> <category><![CDATA[php file_uploads = Off]]></category> <category><![CDATA[php ini]]></category> <category><![CDATA[restart php.ini]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13218</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all PHP related FAQ" href="http://www.cyberciti.biz/faq/category/php/"><img
src="http://s0.cyberciti.org/images/category/old/php-logo.png" alt="" border="0" /></a></div><span
class="drop_cap">I</span> am in the process of setting Apache and PHP for my small business server. I'm not utilizing file upload functionality in any of my PHP scripts. How do I disallow uploading files under CentOS or Ubuntu Linux based LAMP server?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/php-disable-file-upload-using-php-ini/">Apache / Nginx / Lighttpd: PHP Disable File Upload</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Apache / Nginx / Lighttpd: PHP Disable File Upload&url=http://www.cyberciti.biz/faq/php-disable-file-upload-using-php-ini/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/php-disable-file-upload-using-php-ini/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/php-disable-file-upload-using-php-ini/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>nginx: See Active connections / Connections Per Seconds</title><link>http://www.cyberciti.biz/faq/nginx-see-active-connections-connections-per-seconds/</link> <comments>http://www.cyberciti.biz/faq/nginx-see-active-connections-connections-per-seconds/#comments</comments> <pubDate>Mon, 25 Feb 2013 20:24:10 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/nginx/nginx.conf]]></category> <category><![CDATA[/usr/local/etc/nginx/nginx.conf]]></category> <category><![CDATA[/usr/local/nginx/conf/nginx.conf]]></category> <category><![CDATA[nginx HttpStubStatusModule]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13117</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I monitor my nginx server status and connections requests per seconds under Linux or Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/nginx-see-active-connections-connections-per-seconds/">nginx: See Active connections / Connections Per Seconds</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=nginx: See Active connections / Connections Per Seconds&url=http://www.cyberciti.biz/faq/nginx-see-active-connections-connections-per-seconds/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/nginx-see-active-connections-connections-per-seconds/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/nginx-see-active-connections-connections-per-seconds/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>RHEL / Centos 6: Install Nginx Using Yum Command</title><link>http://www.cyberciti.biz/faq/install-nginx-centos-rhel-6-server-rpm-using-yum-command/</link> <comments>http://www.cyberciti.biz/faq/install-nginx-centos-rhel-6-server-rpm-using-yum-command/#comments</comments> <pubDate>Mon, 07 Jan 2013 07:26:19 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[RedHat and Friends]]></category> <category><![CDATA[/etc/nginx/conf.d/default.conf]]></category> <category><![CDATA[/etc/nginx/nginx.conf]]></category> <category><![CDATA[/etc/sysconfig/iptables]]></category> <category><![CDATA[vi command]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13086</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow can I install Nginx web server On CentOS Linux 6 or Red Hat Enterprise Linux 6 using yum command?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/install-nginx-centos-rhel-6-server-rpm-using-yum-command/">RHEL / Centos 6: Install Nginx Using Yum Command</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=RHEL / Centos 6: Install Nginx Using Yum Command&url=http://www.cyberciti.biz/faq/install-nginx-centos-rhel-6-server-rpm-using-yum-command/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/install-nginx-centos-rhel-6-server-rpm-using-yum-command/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/install-nginx-centos-rhel-6-server-rpm-using-yum-command/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Gracefully Restart Nginx Web Server After Changes Made In a Config File</title><link>http://www.cyberciti.biz/faq/howto-unix-linux-gracefully-reload-restart-nginx-webserver/</link> <comments>http://www.cyberciti.biz/faq/howto-unix-linux-gracefully-reload-restart-nginx-webserver/#comments</comments> <pubDate>Thu, 06 Dec 2012 17:31:38 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/usr/local/nginx/sbin/nginx -s reload]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[graceful shutdown]]></category> <category><![CDATA[grep command]]></category> <category><![CDATA[pgrep command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=13023</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> know how to <a
href="http://www.cyberciti.biz/faq/apache-making-changes-config-file-without-restarting/">gracefully restart Apache web server</a> under Unix like operating system. I made changes to nginx.conf. How do I gracefully restart Nginx web server? How do I make changes in a Nginx server config file to take effect without restarting the Nginx server itself without interrupting users' current session?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/howto-unix-linux-gracefully-reload-restart-nginx-webserver/">Gracefully Restart Nginx Web Server After Changes Made In a Config File</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Gracefully Restart Nginx Web Server After Changes Made In a Config File&url=http://www.cyberciti.biz/faq/howto-unix-linux-gracefully-reload-restart-nginx-webserver/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/howto-unix-linux-gracefully-reload-restart-nginx-webserver/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-unix-linux-gracefully-reload-restart-nginx-webserver/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>HowTo: Nginx Redirect All HTTP Request To HTTPS Rewrite Rules</title><link>http://www.cyberciti.biz/faq/linux-unix-nginx-redirect-all-http-to-https/</link> <comments>http://www.cyberciti.biz/faq/linux-unix-nginx-redirect-all-http-to-https/#comments</comments> <pubDate>Sat, 01 Dec 2012 23:54:01 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/etc/nginx/nginx.conf]]></category> <category><![CDATA[/usr/local/nginx/conf/nginx.conf]]></category> <category><![CDATA[curl command]]></category> <category><![CDATA[http server]]></category> <category><![CDATA[nginx reload]]></category> <category><![CDATA[nginx.conf]]></category> <category><![CDATA[proxy server]]></category> <category><![CDATA[restart nginx]]></category> <category><![CDATA[ssl protocols]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=12994</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> have setup <a
href="http://www.cyberciti.biz/faq/howto-linux-unix-setup-nginx-ssl-proxy/">nginx as a secure reverse proxy server</a>. How do I redirect all http://example.com/ requests (traffic) to https://example.com/ under nginx web server?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/linux-unix-nginx-redirect-all-http-to-https/">HowTo: Nginx Redirect All HTTP Request To HTTPS Rewrite Rules</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=HowTo: Nginx Redirect All HTTP Request To HTTPS Rewrite Rules&url=http://www.cyberciti.biz/faq/linux-unix-nginx-redirect-all-http-to-https/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/linux-unix-nginx-redirect-all-http-to-https/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-unix-nginx-redirect-all-http-to-https/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>HowTo: Nginx Webserver Send Charset utf-8 Under Unix</title><link>http://www.cyberciti.biz/faq/nginx-set-http-content-type-response-header-to-charset-utf8/</link> <comments>http://www.cyberciti.biz/faq/nginx-set-http-content-type-response-header-to-charset-utf8/#comments</comments> <pubDate>Mon, 05 Nov 2012 16:46:31 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[/etc/nginx/nginx.conf]]></category> <category><![CDATA[/usr/local/etc/nginx/nginx.conf]]></category> <category><![CDATA[reload nginx]]></category> <category><![CDATA[restart nginx]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=12875</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">I</span> was told that to improve resource download parallelization in IE8 I need to send the character set to the HTTP Content-Type response header. How do I set charset utf-8 under nginx web server running on Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/nginx-set-http-content-type-response-header-to-charset-utf8/">HowTo: Nginx Webserver Send Charset utf-8 Under Unix</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=HowTo: Nginx Webserver Send Charset utf-8 Under Unix&url=http://www.cyberciti.biz/faq/nginx-set-http-content-type-response-header-to-charset-utf8/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/nginx-set-http-content-type-response-header-to-charset-utf8/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/nginx-set-http-content-type-response-header-to-charset-utf8/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Nginx Redirect (Rewrite) Old Domain To New Domain With HTTP 301</title><link>http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-rewrite-old-domain-to-new-domain/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-rewrite-old-domain-to-new-domain/#comments</comments> <pubDate>Sun, 28 Oct 2012 18:41:46 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[/etc/nginx/nginx.conf]]></category> <category><![CDATA[/usr/local/etc/nginx/nginx.conf]]></category> <category><![CDATA[nginx rewrite http 301 code]]></category> <category><![CDATA[nginx rewrite http 302 code]]></category> <category><![CDATA[reload nginx]]></category> <category><![CDATA[restart nginx]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=12856</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/nginx/' title='See all Nginx webserver related FAQ'><img
src='http://s0.cyberciti.org/images/category/old/nginx.gif' border='0' /></a></div> <span
class="drop_cap">I</span>'ve changed the domain name from long-domain-name-example.com to example.com which is shorter and easy to remember. How do I redirect old domain to new domain with "HTTP/1.1 301 Moved Permanently" status code under nginx web server running on Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-rewrite-old-domain-to-new-domain/">Nginx Redirect (Rewrite) Old Domain To New Domain With HTTP 301</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Nginx Redirect (Rewrite) Old Domain To New Domain With HTTP 301&url=http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-rewrite-old-domain-to-new-domain/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-rewrite-old-domain-to-new-domain/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-rewrite-old-domain-to-new-domain/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Nginx proxy_redirect: Change response-header Location and Refresh in the response of the server</title><link>http://www.cyberciti.biz/faq/proxy_redirect-change-replace-location-refresh-response-headers/</link> <comments>http://www.cyberciti.biz/faq/proxy_redirect-change-replace-location-refresh-response-headers/#comments</comments> <pubDate>Wed, 27 Jun 2012 19:32:02 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[change response]]></category> <category><![CDATA[header location]]></category> <category><![CDATA[Lighttpd]]></category> <category><![CDATA[nginx proxy_redirect change Location url]]></category> <category><![CDATA[nginx proxy_redirect change Refresh url]]></category> <category><![CDATA[response header]]></category> <category><![CDATA[server port]]></category> <category><![CDATA[server service]]></category> <category><![CDATA[variables]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=12608</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/nginx/' title='See all Nginx webserver related FAQ'><img
src='http://s0.cyberciti.org/images/category/old/nginx.gif' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I replace upstream "Location: http://server1.cyberciti.biz:8080/app/" http/301 response-header with "Location: http://www.cyberciti.biz/app/" in the response of the proxied server using nginx?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/proxy_redirect-change-replace-location-refresh-response-headers/">Nginx proxy_redirect: Change response-header Location and Refresh in the response of the server</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Nginx proxy_redirect: Change response-header Location and Refresh in the response of the server&url=http://www.cyberciti.biz/faq/proxy_redirect-change-replace-location-refresh-response-headers/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/proxy_redirect-change-replace-location-refresh-response-headers/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/proxy_redirect-change-replace-location-refresh-response-headers/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>HowTo: Nginx Block User Agent</title><link>http://www.cyberciti.biz/faq/unix-linux-appleosx-bsd-nginx-block-user-agent/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-appleosx-bsd-nginx-block-user-agent/#comments</comments> <pubDate>Sun, 29 Apr 2012 14:39:28 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[/usr/local/nginx/conf/nginx.conf]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[NetBSD]]></category> <category><![CDATA[Openbsd]]></category> <category><![CDATA[reload nginx]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[software agent]]></category> <category><![CDATA[software vulnerability]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[user agent]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[wget]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=12149</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/nginx/' title='See all Nginx webserver related FAQ'><img
src='http://s0.cyberciti.org/images/category/old/nginx.gif' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I block a http user agent or a software agent using Nginx web server under Linux or Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-appleosx-bsd-nginx-block-user-agent/">HowTo: Nginx Block User Agent</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=HowTo: Nginx Block User Agent&url=http://www.cyberciti.biz/faq/unix-linux-appleosx-bsd-nginx-block-user-agent/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-linux-appleosx-bsd-nginx-block-user-agent/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-appleosx-bsd-nginx-block-user-agent/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Nginx Redirect URL With HTTP/1.1 301 Moved Permanently Header</title><link>http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-redirect-url-http-301-status-code/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-redirect-url-http-301-status-code/#comments</comments> <pubDate>Fri, 15 Jul 2011 11:03:46 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[/usr/local/nginx/sbin/nginx -s reload]]></category> <category><![CDATA[configuration file]]></category> <category><![CDATA[jsp]]></category> <category><![CDATA[location index]]></category> <category><![CDATA[nginx rewrite]]></category> <category><![CDATA[nginx try_files example]]></category> <category><![CDATA[regular expression]]></category> <category><![CDATA[replacement string]]></category> <category><![CDATA[reverse proxy]]></category> <category><![CDATA[ugly urls]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=10855</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/nginx/' title='See all Nginx webserver related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/nginx.gif' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I redirect old ugly urls such as http://example.com/store/view.jsp?product=foo with clean url - http://example.com/store/view/product/foo using nginx reverse proxy?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-redirect-url-http-301-status-code/">Nginx Redirect URL With HTTP/1.1 301 Moved Permanently Header</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Nginx Redirect URL With HTTP/1.1 301 Moved Permanently Header&url=http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-redirect-url-http-301-status-code/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-redirect-url-http-301-status-code/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-bsd-nginx-redirect-url-http-301-status-code/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Nginx: 413 Request Entity Too Large Error and Solution</title><link>http://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/</link> <comments>http://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/#comments</comments> <pubDate>Tue, 12 Jul 2011 08:29:39 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[/usr/local/nginx/conf/nginx.conf]]></category> <category><![CDATA[5mb]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[client request]]></category> <category><![CDATA[client_max_body_size]]></category> <category><![CDATA[content length]]></category> <category><![CDATA[fastcgi]]></category> <category><![CDATA[image file]]></category> <category><![CDATA[image upload]]></category> <category><![CDATA[images]]></category> <category><![CDATA[Nginx set client_max_body_size]]></category> <category><![CDATA[nginx.conf]]></category> <category><![CDATA[reverse proxy]]></category> <category><![CDATA[size image]]></category> <category><![CDATA[usr]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=10810</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/nginx/' title='See all Nginx webserver related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/nginx.gif' border='0' /></a></div> <span
class="drop_cap">I</span>'m running nginx as a frond end to php based Apache+mod_fastcgi server. My app lets user upload images upto 2MB in size.  When users trying to upload 1.5MB+ size image file using nginx reverse proxy, they are getting the following error on screen:<blockquote><strong><span
style='color: rgb(255, 0, 0);'>Nginx 413 Request Entity Too Large</span></strong></blockquote> How do I fix this problem and allow image upload upto 2MB in size?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/">Nginx: 413 Request Entity Too Large Error and Solution</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Nginx: 413 Request Entity Too Large Error and Solution&url=http://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>HowTo: Merge Apache / Lighttpd / Nginx Server Log Files</title><link>http://www.cyberciti.biz/faq/unix-linux-merging-multiple-access-logs-with-logfile-merger/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-merging-multiple-access-logs-with-logfile-merger/#comments</comments> <pubDate>Wed, 23 Feb 2011 13:07:10 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[Perl]]></category> <category><![CDATA[/usr/share/awstats/tools/logresolvemerge.pl]]></category> <category><![CDATA[apache cluster log analyzer]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[cluster apache log analyzer]]></category> <category><![CDATA[cron jobs]]></category> <category><![CDATA[Lighttpd cluster log analyzer]]></category> <category><![CDATA[load balancer]]></category> <category><![CDATA[logresolvemerge.pl command]]></category> <category><![CDATA[logs]]></category> <category><![CDATA[merger]]></category> <category><![CDATA[nginx cluster log analyzer]]></category> <category><![CDATA[reverse dns lookup]]></category> <category><![CDATA[server log files]]></category> <category><![CDATA[web server log]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=10100</guid> <description><![CDATA[My ecommerce site runs using a cluster of Apache web server. The cluster is behind nginx load balancer. I want to merge backend Apache web server log files for statistics purpose. How do I mere web server log files under Linux / UNIX like operating systems using cron jobs? You need to use logresolvemerge Perl [...]<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-merging-multiple-access-logs-with-logfile-merger/">HowTo: Merge Apache / Lighttpd / Nginx Server Log Files</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=HowTo: Merge Apache / Lighttpd / Nginx Server Log Files&url=http://www.cyberciti.biz/faq/unix-linux-merging-multiple-access-logs-with-logfile-merger/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-linux-merging-multiple-access-logs-with-logfile-merger/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-merging-multiple-access-logs-with-logfile-merger/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>HowTo: Find Out Nginx Web Server Version</title><link>http://www.cyberciti.biz/faq/unix-linux-bsd-display-nginx-version/</link> <comments>http://www.cyberciti.biz/faq/unix-linux-bsd-display-nginx-version/#comments</comments> <pubDate>Fri, 21 Jan 2011 22:49:20 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[compiler version]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[web server version]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=12945</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I print Nginx web server version using command line option under Unix like operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/unix-linux-bsd-display-nginx-version/">HowTo: Find Out Nginx Web Server Version</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=HowTo: Find Out Nginx Web Server Version&url=http://www.cyberciti.biz/faq/unix-linux-bsd-display-nginx-version/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/unix-linux-bsd-display-nginx-version/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/unix-linux-bsd-display-nginx-version/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ubuntu Linux: Start / Restart / Stop Nginx Web Server</title><link>http://www.cyberciti.biz/faq/nginx-restart-ubuntu-linux-command/</link> <comments>http://www.cyberciti.biz/faq/nginx-restart-ubuntu-linux-command/#comments</comments> <pubDate>Sat, 01 Jan 2011 22:03:52 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[linux operating systems]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=12992</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Nginx webserver related FAQ" href="http://www.cyberciti.biz/faq/category/nginx/"><img
src="http://s0.cyberciti.org/images/category/old/nginx.gif" alt="" border="0" /></a></div><span
class="drop_cap">H</span>ow do I restart / stop / start the nginx web server under Ubuntu Linux operating systems?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/nginx-restart-ubuntu-linux-command/">Ubuntu Linux: Start / Restart / Stop Nginx Web Server</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Ubuntu Linux: Start / Restart / Stop Nginx Web Server&url=http://www.cyberciti.biz/faq/nginx-restart-ubuntu-linux-command/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/nginx-restart-ubuntu-linux-command/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/nginx-restart-ubuntu-linux-command/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mediawiki Fix Internal Server Host Names / Redirection In shared Hosting or Proxy Setup</title><link>http://www.cyberciti.biz/faq/mediawiki-fix-internal-server-host-names-redirect-using-wgserver/</link> <comments>http://www.cyberciti.biz/faq/mediawiki-fix-internal-server-host-names-redirect-using-wgserver/#comments</comments> <pubDate>Sun, 19 Dec 2010 21:57:17 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[$wgServer = 'http://support.example.com/wiki';]]></category> <category><![CDATA[192 168 1 100]]></category> <category><![CDATA[apache server]]></category> <category><![CDATA[base url]]></category> <category><![CDATA[customer support]]></category> <category><![CDATA[host ip]]></category> <category><![CDATA[host names]]></category> <category><![CDATA[internal host]]></category> <category><![CDATA[internal server]]></category> <category><![CDATA[LocalSettings.php]]></category> <category><![CDATA[mediawiki $wgServer]]></category> <category><![CDATA[mediawiki $wgServer stop internal redirection]]></category> <category><![CDATA[protocol]]></category> <category><![CDATA[proxy server]]></category> <category><![CDATA[redirection]]></category> <category><![CDATA[server host]]></category> <category><![CDATA[server name]]></category> <category><![CDATA[timeouts]]></category> <category><![CDATA[websever]]></category> <category><![CDATA[wiki]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=9650</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/php/' title='See all PHP related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/php-logo.png' border='0' /></a></div> <span
class="drop_cap">O</span>ur customer support wiki runs on an internal host (ip:192.168.1.100:300, hostname <strong>a-node100.:300</strong>) and it is behind the <a
href="http://www.cyberciti.biz/faq/rhel-linux-install-nginx-as-reverse-proxy-load-balancer/">nginx reverse proxy server</a>. However, our Apache server end up displaying internal server name http://a-node100.:300/, which results into an unexpected redirection and timeouts as http://a-node100.:300/ is not accessible over the Internet. How do I force nginx or apache to use the base URL of our server (http://support.example.com/wiki/)?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/mediawiki-fix-internal-server-host-names-redirect-using-wgserver/">Mediawiki Fix Internal Server Host Names / Redirection In shared Hosting or Proxy Setup</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=Mediawiki Fix Internal Server Host Names / Redirection In shared Hosting or Proxy Setup&url=http://www.cyberciti.biz/faq/mediawiki-fix-internal-server-host-names-redirect-using-wgserver/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/mediawiki-fix-internal-server-host-names-redirect-using-wgserver/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/mediawiki-fix-internal-server-host-names-redirect-using-wgserver/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>nginx: Create HTTP 503 Maintenance Custom Page</title><link>http://www.cyberciti.biz/faq/custom-nginx-maintenance-page-with-http503/</link> <comments>http://www.cyberciti.biz/faq/custom-nginx-maintenance-page-with-http503/#comments</comments> <pubDate>Wed, 08 Dec 2010 12:21:59 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/usr/local/nginx/config/nginx.conf]]></category> <category><![CDATA[/usr/local/nginx/sbin/nginx -s reload]]></category> <category><![CDATA[access log]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[apologies]]></category> <category><![CDATA[document root]]></category> <category><![CDATA[error 503]]></category> <category><![CDATA[html error]]></category> <category><![CDATA[html page]]></category> <category><![CDATA[Lighttpd]]></category> <category><![CDATA[request method]]></category> <category><![CDATA[request methods]]></category> <category><![CDATA[search engines]]></category> <category><![CDATA[server error]]></category> <category><![CDATA[server name]]></category> <category><![CDATA[temporary inconvenience]]></category> <category><![CDATA[temporary state]]></category> <category><![CDATA[web server maintenance]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=9582</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/nginx/' title='See all Nginx webserver related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/nginx.gif' border='0' /></a></div> <span
class="drop_cap">I</span> know how to create a custom <a
href="http://www.cyberciti.biz/tips/howto-disable-site-for-maintenance-with-503-error.html">http 503 maintenance page under Lighttpd or Apache</a> web server. How do I create a custom Nginx web server maintenance page?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/custom-nginx-maintenance-page-with-http503/">nginx: Create HTTP 503 Maintenance Custom Page</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=nginx: Create HTTP 503 Maintenance Custom Page&url=http://www.cyberciti.biz/faq/custom-nginx-maintenance-page-with-http503/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/custom-nginx-maintenance-page-with-http503/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/custom-nginx-maintenance-page-with-http503/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>WordPress Rename Image URL For a CDN Usage</title><link>http://www.cyberciti.biz/faq/wordpress-offloading-old-static-images-urls-to-cdn-urls/</link> <comments>http://www.cyberciti.biz/faq/wordpress-offloading-old-static-images-urls-to-cdn-urls/#comments</comments> <pubDate>Sat, 20 Nov 2010 20:41:47 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Lighttpd]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[/etc/httpd/conf/httpd.conf]]></category> <category><![CDATA[/etc/lighttpd/lighttpd.conf]]></category> <category><![CDATA[/usr/local/etc/nginx/nginx.conf]]></category> <category><![CDATA[Apache HTTP 301 redirect]]></category> <category><![CDATA[assets]]></category> <category><![CDATA[backup database]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[cdn]]></category> <category><![CDATA[Content Delivery Network]]></category> <category><![CDATA[expression search]]></category> <category><![CDATA[HTTPD HTTP 301 redirect]]></category> <category><![CDATA[Lighttpd HTTP 301 redirect]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[mysqldump]]></category> <category><![CDATA[mysqldump command]]></category> <category><![CDATA[nginx HTTP 301 redirect]]></category> <category><![CDATA[php code]]></category> <category><![CDATA[regular expression]]></category> <category><![CDATA[regular expressions]]></category> <category><![CDATA[static images]]></category> <category><![CDATA[supercache]]></category> <category><![CDATA[tar command]]></category> <category><![CDATA[UNIX]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=9427</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/php/' title='See all PHP related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/php-logo.png' border='0' /></a></div> <span
class="drop_cap">R</span>ecently, we moved all our static assets to a <a
href="http://www.cyberciti.biz/tips/wordpress-cdn-content-delivery-network-configuration.html">CDN as described here</a>. However, we have over 8000+ old blog posts and we need to point static images url to our CDN account hosted at http://MyACCOUNT.cloudfront.net/images/ folder. How do I rename all image urls stored in wordpress posts? How do I offload static images to a CDN urls under Wordpress?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/wordpress-offloading-old-static-images-urls-to-cdn-urls/">WordPress Rename Image URL For a CDN Usage</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=WordPress Rename Image URL For a CDN Usage&url=http://www.cyberciti.biz/faq/wordpress-offloading-old-static-images-urls-to-cdn-urls/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/wordpress-offloading-old-static-images-urls-to-cdn-urls/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/wordpress-offloading-old-static-images-urls-to-cdn-urls/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>NGINX: Create Custom 404 / 403 Error Page</title><link>http://www.cyberciti.biz/faq/howto-nginx-customizing-404-403-error-page/</link> <comments>http://www.cyberciti.biz/faq/howto-nginx-customizing-404-403-error-page/#comments</comments> <pubDate>Wed, 17 Nov 2010 19:39:27 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Nginx]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[/usr/local/nginx/conf/nginx.conf]]></category> <category><![CDATA[/usr/local/nginx/sbin/nginx -t]]></category> <category><![CDATA[apologies]]></category> <category><![CDATA[custom 404]]></category> <category><![CDATA[document root]]></category> <category><![CDATA[html location]]></category> <category><![CDATA[http 404]]></category> <category><![CDATA[nginx error_page]]></category> <category><![CDATA[nginx error_page 403]]></category> <category><![CDATA[nginx error_page 403 forbidden]]></category> <category><![CDATA[nginx error_page 404]]></category> <category><![CDATA[nginx error_page 404 not found]]></category> <category><![CDATA[page error]]></category> <category><![CDATA[reload nginx]]></category> <category><![CDATA[temporary inconvenience]]></category> <category><![CDATA[web page]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=9378</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/faq/category/nginx/' title='See all Nginx webserver related FAQ'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/nginx.gif' border='0' /></a></div> <span
class="drop_cap">H</span>ow do I create a custom static HTTP 404 or HTTP 403 error page under nginx web server?<p>Read answer to: "<strong><A
href="http://www.cyberciti.biz/faq/howto-nginx-customizing-404-403-error-page/">NGINX: Create Custom 404 / 403 Error Page</a></strong>"</p><p><a
title="Post to Twitter" href="http://twitter.com/share?related=nixcraft&text=NGINX: Create Custom 404 / 403 Error Page&url=http://www.cyberciti.biz/faq/howto-nginx-customizing-404-403-error-page/&via=nixcraft" target="_blank" border="0"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.tweet.png" alt="Tweet this" /></a> &nbsp;&nbsp;&nbsp;<a
title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=http://www.cyberciti.biz/faq/howto-nginx-customizing-404-403-error-page/" target="_blank"><img
border="0" src="http://s0.cyberciti.org/images/misc/feed.fb.png" alt="Share on Facebook" /></a></p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/faq/howto-nginx-customizing-404-403-error-page/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> </channel> </rss>