Refers to the software or hardware that make up a webserver, delivering content on a private or public website.
Questions tagged [web-server]
3296 questions
1
vote
1 answer
gunicorn serving django app produces no log on exceptions
I am trying to serve a Django app using gunicorn. In my current setup running on Debian 6 (production) and Ubuntu 11.04 (development), gunicorn (v0.12) is behind nginx and managed by supervisor. The setup runs OK, except that exceptions are not…

shanyu
- 111
- 6
1
vote
0 answers
IIS: removing the Server HTTP header without URLScan
(Windows 2003 R2, IIS 6)
Is there anyway to disable the "Server: Microsoft-IIS/6.0" HTTP header that doesn't involve installation or URLScan? Our initial testing showed some problems with URLScan and one of our web-services, and we'd rather avoid…

DrStalker
- 6,946
- 24
- 79
- 107
1
vote
1 answer
Web Server security -- webapp + website?
I am setting up a tiny, static website for a company. I am also building a rather complex and highly customized webapp for this same company. The webapp will only be used by the staff of the company while the website will be open to the public.
My…

Garfonzo
- 499
- 2
- 18
1
vote
1 answer
Apache Error log with connection to paypal
I have just been looking though my apache error logs when I have come across this a number of times. Can anybody explain if this something I should be worried about?
[Wed Aug 10 21:37:41 2011] [error] [client 122.173.59.145] File does not exist:…

John Magnolia
- 1,723
- 6
- 28
- 46
1
vote
1 answer
My website keeps being hit by iPhones...am I being DDOSed?
66.65.71.240 - - [05/Aug/2011:21:56:09 -0700] "GET /api/account_verify?accesstoken=k198nrtc7flswo6qhimuv5pd0 HTTP/1.1" 500 2334 "-" "Geolo 1.0 rv:18 (iPhone; iPhone OS 4.3; en_US)" "at:-" "dt:-" secure
220.128.111.225 - - [05/Aug/2011:21:56:11…

Alex
- 8,471
- 26
- 75
- 99
1
vote
1 answer
How can we solve these errors for Nginx + PHP + FastCGI?
We're using Nginx + PHP + FastCGI for our web server and we just saw a bunch of timeout errors (see below) in the error log. We quickly restarted nginx and that fixed the problem - for now. However, we're trying to find the root-cause and fix the…
ronik
1
vote
5 answers
Tomcat instances startup
What might be the best way to start up tomcat instances automatically? I have numerous vhost configured to use tomcat on various ports. I am sure someone out there came across this challenging admin task. Do you think rc.local will do? I dont want…

Rungano
- 97
- 1
- 3
- 12
1
vote
6 answers
cron job on web server
How would I go about telling my web server (Webfaction) to just run a python file and let it keep running forever? Someone told me I should use cron but I haven't found any good material on how to run it once, and have it not stop.

tekknolagi
- 225
- 2
- 12
1
vote
4 answers
Unix command to download a file off my server?
I have a few php files on my server that I created and I'd like to download them to this computer for backup purposes. Is there an easy way to do this? (I'm connected to my server via SSH).
Also, are there any programs out there that can…

Vadoff
- 133
- 4
1
vote
1 answer
Sporadic "sendmail: fatal:" error when running mailer script
I'm having bother trying to debug an occasional issue on my site. I run a PHP mailer script via the CLI to send mail to a few thousand addresses in batches. Occasionally, I get the following error before all emails have been sent:
sendmail: fatal:…

harryx
- 11
- 3
1
vote
2 answers
apache error_log
I'm facing problem with apache. Following logs are showing in error_log file.
--15:01:26-- http://bandits.ucoz.hu/autorun.sh
Resolving bandits.ucoz.hu... 193.109.247.50
Connecting to bandits.ucoz.hu|193.109.247.50|:80... connected.
HTTP request…

User4283
- 781
- 3
- 10
- 27
1
vote
2 answers
Dedicated Servers
I've just started a brand new web app just a few days ago and I'm starting to run into some very serious issues. The site is growing very slow due to hundreds of thousands of hits every day. The graphs of hits is growing at a high rate and the site…

johntheripper
- 23
- 3
1
vote
1 answer
Staging and Development Server Accessibility Restrictions
I have some staging and development web servers on cloud hosting. I do not want them to be accessible to the general public. It's easy enough to restrict access by network or authentication.
The problem is that there are many times where I want…

Apreche
- 1,405
- 5
- 17
- 20
1
vote
1 answer
services scheme diagram
We have many web-services, applications and sites that are hosted on 4 different server farms, multiple urls, A records, sub-domains, HTTP redirects and more.
What is the best way to start and create a readable diagram/scheme (I don't see a table…

Saariko
- 1,791
- 14
- 45
- 75
1
vote
2 answers
SSH into networked server remotely?
I have setup a virtual server running MediaWiki (a TurnKey appliance). I have got the server up and running and have assigned it a static IP address on the local network.
I have also assigned the server a public IP address by setting up a DMZ host…

dannymcc
- 2,717
- 10
- 48
- 72