How to configure Windows 8 WiFi and Airplane mode
Windows 8 WiFi connection and Airplane mode can be configured using various options. Knowing these options can help you select the one that is most comfortable for you. There are four main options that...
View ArticleHow to display a static header/footer on all pages
So I've been toying around with the echo and addition modules but I'm not finding the best way to accomplish what I'm looking for... Essentially I serve out various content but mostly in the form of...
View ArticleSubdomain with static files besides a Rails app
I have a Rails based API that runs on a backend Nginx server and is stable. The server is not reachable from the outside, it has an Apache as a proxy before it. The API is available via a subdomain:...
View ArticleCS-Cart Re-write Redirect Loop
Hello I need some assistance - I am using CS-Cart and it has some re-write rule I am trying to set this up and I am not sure what I am doing wrong -my http.conf is listed below and my current .htaccess...
View ArticleX-Forwarded-For Header Apparently Not Being Pulled Correctly
Hello. We are using nginx as a reverse-proxy feeding into a Django/WSGI/gunicorn environment. We are planning to upgrade the web site and need to show a custom 503 page. This is trivial, but we also...
View ArticleMultiple virtual directories with PHP support
HiI've been trying for quite a while now to get multiple virtual directories working under a single server block. I seem to be able to get part of the way there but fail at the last hurdle.server...
View Articlephp installation and configuration on Ubuntu 10.04 with nginx
I have tried to install wordpress on ubuntu 10.04 nginx as admin (CMS) tool for bigbluebutton.It seems as if the installation of bbb 0.8, mysql, php5.6.13 and wp3.5.1 went ok.the problem is; php is not...
View ArticleIs This Correct?
I'm trying to block script execution in my user upload directories, will this work? If so, will it also cover all sub-directories in there as well?location...
View Articleleast_conn breaks ip_hash?
Recently began migration of Apache vhosting environment behind hardware load balancers to nginx/php-fpm.One of our applications is being load balanced between two CakePHP backends and depends on...
View ArticleIf not allowed by geoip map login
Hello, I am using map lists for allowing acces to my site to crawlers and contries and I would like to redirect all others that are not in those lists to procees if they login. How this can be done?
View Articlenginx reverse proxy javascript issue ?
Hi,I'm using nginx as a reverse proxy and the website behind is running apache2, I'm trying to access a simple web page containing a link to a javascript hosted on another site, just like this simple...
View Articlephpinfo works, but not index.php on an script install
Hello,I have a server running Ubuntu with Nginx, php5-fpm and mysql. I created the "phpinfo" file and uploaded it to my server and it works. I can see my phpinfo. however, when I go to run a index.php...
View ArticleDoubt with ngx_http_limit_req_module
I have a doubt with the directive "limit_req_zone" on "ngx_http_limit_req_module".In this example we can see that the "shared memory zone" was set to 1MB (1048576 bytes):limit_req_zone...
View Article[resolved] Re: nginx reverse proxy javascript issue ?
A browser parameter was different fron test 1 and test 2.Javascript were blocked.
View Articlenginx rewrite with ISPConfig
I've searched for 1+ hour now.I have a webserver, with ISPConfig 3 and using nginx.It's a Joomla website, where it used .htaccess before, which afaik nginx doesn't support.Therefor, SEF (mod_rewrite)...
View ArticleIntercepting SSI errors
Hi all,I was wondering if there is a way to intercept SSI errors. My approach may be entirely wrong, but I am creating a dynamic SSI link (based on $request_uri).This is a developmental site I'm...
View ArticleProtecting a file
Hi,I want to protect a file lets say "abc.txt" in a path like "example.com/folder/abc.txt" from being read by users, actually i want only php to be able to access that file and if i put...
View ArticleRe: Protecting a file
http://stackoverflow.com/questions/13661406/deny-access-to-a-php-file-nginx
View ArticleNginx and proxy_pass
Hi,I want nginx server serve all images, JavaScipt and CSS files and for all other to proxy_pass http://127.0.0.1:8080;this is example of config fileserver {listen 80;server_name go;location /...
View Article