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
3 answers
How should I determine the right max_connections value for mysql on my web server?
Currently, it has none set... It is a debian machine running apache, php and mysql. What is the best way to determine the best value for this settings? Bonus points if you can also elaborate on how mysql handles conecttions for web apps...

ooops
- 191
- 1
- 3
- 12
1
vote
1 answer
How can I track down a memory leak with wsgi, django, php and apache2?
I'm running 3 separate virtualhosts for my website (Django w/ wsgi for the main site, another Django w/ wsgi for the mobile version of the site, and a 3rd for Wordpress serving as the site's blog). After a few weeks, the swap memory climbs up to…

Dolan Antenucci
- 329
- 1
- 4
- 16
1
vote
3 answers
Does Windows XP only allows 10 inbound TCP/IP connections at any one time?
Does Windows XP only allow 10 inbound TCP/IP connections at any one time ?
I am trying to connect 40 clients to my webservice on Windows-XP
and i get no connection
Gali
1
vote
2 answers
Busy WebServer Apache bombing and seems to not obey ulimit set for it
I am seeing the following entries in Apache's error log
[Mon Jul 04 13:39:27 2011] [alert] (11)Resource temporarily unavailable: setuid: unable to change to uid: 48
[Mon Jul 04 13:39:27 2011] [alert] (11)Resource temporarily unavailable: setuid:…

ckliborn
- 2,778
- 4
- 25
- 37
1
vote
3 answers
how can a server handle lots of port 80 connections
Admittedly this is a simple question but 20 minutes of googling and I just can't find an answer... I will frame my question with an example.
say I own www.reallypopular.com and my website sees 100 GET requests per second. Also let's say the average…

deepee1
- 121
- 1
- 4
1
vote
2 answers
How do I set up my new webserver using apache?
I'm making a private web server, but I can't get it to work.
I'm running CentOS.
I installed apache and verified that it's running.
I set up httpd.conf according to online tutorials (mainly this one )
I called my ISP and they assure me that they do…

Luke Davis
- 23
- 1
- 4
1
vote
2 answers
IIS Challenge Response - Changing Passwords?
On some customer sites we're using Windows Integrated authentication only to provide an initial Challenge Response before pushing the user to then login to the applications themselves with a login page for each application using a second set of…

Chris W
- 2,670
- 1
- 23
- 32
1
vote
0 answers
can't view images stored on mounted network drive on linux webserver
I have a network drive mounted at /home/lv_admin/uslonsnas001 where I have stored images. The mount point and all sub folders have rwx mod 775 privileges. My PHP script moves the images to this mount but Apache cannot view the images afterwards. My…

sadmicrowave
- 143
- 1
- 9
1
vote
1 answer
Apache directive: get matched wildcard?
Is there any way to use the string matched by a wildcard in an Apache directive further on in the configuration? Ideally, I'd like to do something like this:
...
RUidGid $1 $1
php_admin_value…

Mr. DOS
- 113
- 6
1
vote
1 answer
How to add SSL Binding in IIS 7.5
I had the Default Web Site running on localhost port 80 smoothly. I wanted to enable SSL on it so I first created a Self Signed Certificate in Server Certificates section of IIS Management Console.
Then I clicked on Edit Bindings option on the…

Muhammad Hasan Khan
- 376
- 2
- 7
- 18
1
vote
1 answer
email service on websites
I tried sending an email with my gmail account and it worked:
$config = Array(
'protocol' => 'smtp',
'smtp_host' => 'ssl://smtp.googlemail.com',
'smtp_port' => 465,
'smtp_user' =>…

JohnMerlino
- 425
- 2
- 9
- 20
1
vote
1 answer
What is the possible cause of email to become junk email?
We have major problem about "junk email" . We have an Email Blast software. The system is developed in PHP. We send a thousand emails for visitors promotion. The email contains an image (.jpg, .gif) format. The size of the image is 1200x700. Only…

adietan63
- 111
- 3
1
vote
2 answers
Backup Working, What Else to Backup?
I am running a Ubuntu web server. I have a backup script working that will dump mysql and svn and backup both of those along with the files in the /var/www folder and store it on S3. What else should be backed up?
Currently, I am running the…

Mike Wills
- 834
- 6
- 19
1
vote
2 answers
Server hard drive partitioning question
I am about to set up a new server running SBServer 2011.
The server will be the domain controller, file, web, exchange, antivirus (sophos), print, backup server - approx 30 users plus maybe 50 on the website.
I have eight drives, and will either go…

James Holland
- 13
- 2
1
vote
1 answer
webserver speed for Europe and China
Where a looking for a new VPS host for our websites. We have a website for the European market and one for the Chinese market.
Ideal for me would be one host for both the website so i can control everything better.
But I was wondering if my server…

dazz
- 293
- 3
- 11