Questions tagged [http-server]

11 questions
13
votes
1 answer

Vulnerability in /boaform/admin/formLogin?

I am getting this HTTP request line on my server (simple http server). The normal action for this request on my server is to simply close the socket connection. I am asking this question because when I web search what is /boaform/admin/formLogin…
user786
  • 253
  • 1
  • 3
  • 7
4
votes
3 answers

What are the benefits of utilizing a Web Server vs opening an HTML file directly via your browser

I've just begun coding in Javascript. I'm looking for an in depth answer that explains the features that are available to me when using a web server to serve up my index.html file vs simply opening it directly via my browser. I found this…
Code Novice
  • 143
  • 1
  • 5
3
votes
2 answers

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 outsideprojects.localhost but can't seem to be able to…
Icode4food
  • 245
  • 2
  • 6
3
votes
3 answers

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 testing server, I just need something simple that I…
Evan Plaice
  • 1,788
  • 1
  • 15
  • 23
2
votes
1 answer

Will using protocol relative links to other domains from an SSL site require that the external sites have their own SSL?

If I am configuring https://foo.example.com where I have an SSL cert with CN=foo.example.com, but index.html has includes/images/etc loading from http://example.othersite/cat.png and http://example.somethingelse/script.js. Will using protocol…
2
votes
2 answers

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 my garage) on a windows platform. I tried by…
BornToCode
  • 123
  • 5
2
votes
2 answers

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 won't be running a business, needing to handle money…
DarenW
  • 219
  • 2
  • 9
1
vote
2 answers

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. also how can i test strength of my website, like…
1
vote
2 answers

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 to record, for each incoming IP, the length of time…
Bob Jacobs
1
vote
2 answers

Apache Per User Directory Not Found

For some reason the user directory I have for my server has stopped working whenever I go to http://server/~user/public_html/ I get a 404 error. The files are there on the ftp, but they're not showing up from the web. It's strange because it was…
GuyNoir
  • 125
  • 1
  • 5
1
vote
2 answers

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] "GET /image/default/dHtmTreeImg/iconUnCheckAll.gif…
huangli
  • 113
  • 3