The http-server tag has no wiki summary.
0
votes
0answers
80 views
Connection Reset / Interrupted error occurring for http connections over DDNS to access NAS personal web site [closed]
I have a local NAS hosting a personal website that I'd like to work with both http and https protocols.
So far https works correctly, but http keeps returning "Connection Reset" in Firefox and "This ...
2
votes
2answers
565 views
How do I modify the HTTP headers?
Google page speed rank demands me to set an expiry date or a maximum age in the HTTP headers, by changing the "Expires" and "Cache-Control: max-age".
The site is hosted on a hosting company (not in ...
1
vote
2answers
79 views
reduplicate request in apache logs
1. Symptom:
I found lots of requests for the same resource on Apache logs, like this:
/image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] ...
2
votes
2answers
104 views
What are options for hosting a personal site that let me me tinker with things?
I'd like to serve my personal site reliably. I prefer to write my own html, css, php, etc. and would like to tinker with things - to install my own software and run arbitrary linux commands. I ...
3
votes
2answers
822 views
How to configure apache to allow access to subdomain on my local ip address
I would like to have others inside my local network access resources on my computer at outsideprojects.192.168.0.10. I am running Apache and have a virtual host configured so I can access it at ...
1
vote
2answers
118 views
categorize website based on visitors count
my site is having around 300 unique visits/5000 pageviews per day.
i want to know how many unique visits/page views (approx.) a site should have to be called
low , moderate and high traffic website.
...
1
vote
2answers
218 views
HTTP Server invalid request/connection throttling
I have a custom HTTP server.
When F5 is held down in a browser the server gets slammed with requests.
How can I detect and limit these (or any other) invalid connections?
It seems that I would have ...
1
vote
2answers
270 views
Apache Per User Directory Not Found
For some reason the user directory I have for my server has stopped working whenever I go to server/~user/public_html/ I get a 404 error. The files are there on the ftp, but they're not showing up ...
2
votes
3answers
356 views
What is the easiest/lightest setup to get a basic LAMP stack setup for development?
I'm looking for a minimum of fuss here to get up and running.
Bonuses:
- cross platform
- portable (can be installed/run from a USB)
Clarification: I'm not looking to setup a full-fledged remote ...