Questions tagged [web-server]

Refers to the software or hardware that make up a webserver, delivering content on a private or public website.

3296 questions
1
vote
1 answer

iis6 monitor that sends alarm when unusual requests happen

My iis6 server has been asked for more than 60 requests per second from on ip address. The requests made my server stop to work normally. I found the problem two days later. Luckly, the user has stopped the behavior, and now my website works again.…
user74804
  • 11
  • 1
1
vote
1 answer

nginx - serve static html if ip is not mine?

I'm trying to switch some stuff over to a domain running nginx. Is there a simple way to just put my ip address in the configuration for the subdomain and say "If ip is not mine, then just serve this html file. Otherwise, act like normal"?
Matthew
  • 1,859
  • 4
  • 22
  • 32
1
vote
2 answers

MySQL Database on my own computer

I am running Abyss Web Server on my personal computer and need to do some DB work with my website, but cannot access my actual hosting account with my hosting provider. Is there a way to kind of download mysql so i can do db work on localhost? Thank…
user39009
  • 111
  • 3
1
vote
1 answer

Details on Windows Azure R2 Webrole: Files, Drives, and MSFT-scripts

I'm using Remote Desktop to connect to an Azure Instance and I noticed the following for an extra-small instance of Windows 2008R2: C:\ Drive for the purpose of storing log data. 13.6GB / 19.9GB used D:\ Drive for OS functions 17GB / 25.9 …
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
1
vote
1 answer

HAproxy - Redirect issue - Uri Variables?

I'm using haproxy 1.5dev3 and I was wondering if there is any possible way to grab uri variables from a request to reappend the query on the end of a redirect url? What I'm trying to do is redirect…
Justin
  • 11
  • 1
1
vote
1 answer

Running game server and webserver on EC2

Hey guys, I have a webhost, and an EC2 server (to run a game server on). The problem is that I want to access/modify the EC2's files with php admin programs. I looked into a lot of options to just have the webhost communicate with the EC2 server…
Jess
  • 389
  • 1
  • 6
  • 16
1
vote
4 answers

What steps can I take to determin if my server has been hacked?

Possible Duplicate: How to find out if my server is compromised? Recently I received a "Undeliverable Mail Returned to Sender" message from a .ru domain referring to a message that I'm sure wasn't sent by me or any code I have written. I'm using…
1
vote
1 answer

Proper web server setup

I just got myself a slicehost basic slice to play around with so I can learn how to setup web-servers. I have Ubuntu 10.04.2 installed on the server. I was able to successfully get the server up and running from scratch, these were the things I did…
DMin
  • 398
  • 2
  • 11
1
vote
4 answers

Wondering about the continuing existence of Apache 1.3

I've been looking around for a hosting provider. In the process I ran into one that seemed to have a clear preference for apache 1.3. Considering that 1.3 was released something like 11 years ago, I am unclear why someone would have such a…
sysadmin1138
  • 133,124
  • 18
  • 176
  • 300
1
vote
2 answers

Serving static content with Apache web server and Tomcat

I've configured Apache web server and Tomcat like this: I created a new file in apache2/sites-available, named it "myDomain" with this content: ServerAdmin admin@myDomain.com ServerName myDomain.com ServerAlias…
Hunter
  • 35
  • 2
  • 5
1
vote
1 answer

What does "invalid procedure call" mean in IIS 7 with asp application and how to fix it?

What does "invalid procedure call" mean in IIS 7 with asp application and how to fix it?
Sander Versluys
  • 911
  • 1
  • 10
  • 12
1
vote
1 answer

Apache error_log repeated attempts to access forum.php

About every two seconds I am getting: [Sat Feb 19 19:00:01 2011] [error] [client 69.239.204.217] script '/var/www /html/forum.php' not found or unable to stat [Sat Feb 19 19:00:04 2011] [error] [client 69.239.204.217] File does not exist:…
bMon
  • 253
  • 1
  • 9
1
vote
6 answers

How to automatically restart Apache service after HTTP 503 error?

Our production server is running Apache v2.2.4 on CentOS5.2. Mono v1.2.4 is integrated within Apache. Recently, we faced a problem in our production server. From Apache's access_log, I found a HTTP 500 internal server error for one of the HTTP…
Gnanam
  • 1,459
  • 13
  • 26
  • 32
1
vote
2 answers

MaxClients, Server Limits etc

I'm having some problems with my Server. It's getting quite a bit of traffic and is very slow, and sometimes inaccessible by my users. Here are the server specs: CPU: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz - 16 Processors RAM: 2GB The Values for…
Moe
1
vote
3 answers

Apache crashing at random intervals. Can not find a reason in log files

We are having an issue with a VPS running plesk 9.5 on ubuntu 8.04 At seemingly random intervals Apache will disappear and needs to be started manually. I have checked the apache error log, /var/log/messages, individual virtual host apache error…
Nick Downton
  • 492
  • 2
  • 13
1 2 3
99
100