9 More Discussions You Might Find Interesting
1. Fedora
I've SSH installed a Python 3.5 application on CentOS along with uwsgi and nginx, but after doing a sudo vi /etc/nginx/nginx.conf to edit the nginx config file as per usual, the response is currently:
nginx: bind() to 0.0.0.0:80 failed (98: Address already in use)
these are the contents of... (0 Replies)
Discussion started by: dev5180
0 Replies
2. Red Hat
hi
By the command yum install nginx
Want a security modules Security modules such as virtual hosts I apply
Do you know a quick solution?
thanks (0 Replies)
Discussion started by: mnnn
0 Replies
3. Shell Programming and Scripting
Hi,
My goal is to monitor the response time from the access logs of nginx server. I am using gawk to print the needed fields - 'response time' and 'name of the service' from nginx logs.
Command: gawk '($6 ~ /cloudservice/) {print $10, $6}' access.log
Output:
0.645 /nc/cloudservice... (6 Replies)
Discussion started by: nshah11
6 Replies
4. UNIX for Dummies Questions & Answers
Here is my issue:
I have two web servers hosting web services (Server A and Server B)
I'd like to configure NGINX to achieve load balancing.
Do I install NGINX on a third new server, or is it something that gets installed on Server A and Server B?
Please share some information.
... (0 Replies)
Discussion started by: ramky79
0 Replies
5. UNIX for Dummies Questions & Answers
Hi ,
I installed NGINX and when i i go see the browser it says
welcome If you see this page, the nginx web server is successfully installed and working. Further configuration is required.
is there any kind of document to configure that(i am completly new for this) (1 Reply)
Discussion started by: vikatakavi
1 Replies
6. Infrastructure Monitoring
Here's a short tutorial on installing Cacti with Nginx on Linux. (0 Replies)
Discussion started by: notblog
0 Replies
7. Debian
Hello everybody,
I used to log in to my office via PPTP VPN, but on last October 5th I updated my installed Debian Squeeze and it caused my VPN service (client-side) to fail. After this upgrade I'm unable to log in to the VPN server. Here follows the log:
#tail -f /var/log/messages
Plugin... (0 Replies)
Discussion started by: r4ym4r
0 Replies
8. Web Development
Could you help me to write nginx rewite rules for activecampaign at present they only have a apache rewrite rules which to be put in .htaccess
cat .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# KB
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}... (0 Replies)
Discussion started by: unimaxlin
0 Replies
9. Debian
Hi everybody!
I have a very big problem, I can not make any updates on my debian lenny.
I get everytime this errors with apt-get update:
Err http://security.debian.org lenny/updates Release.gpg
Connection failed
Err http://www.backports.org lenny-backports Release.gpg
Connection... (2 Replies)
Discussion started by: magge
2 Replies