A server which a website lives on.
1
vote
1answer
502 views
Lightweight PHP-supporting webserver: Nginx, Cherokee, or Hiawatha?
I had asked this question on ServerFault, but nobody answered satisfactorily, so I re-ask here.
I want a lightweight webserver. The requirements are:
PHP support
HTTPS support
Virtual domains (we ...
3
votes
1answer
168 views
Web Server requirements
What are the server requirements for deploying a web portal. This web portal will be used by the public for registering, querying the record and uploading documents. once uploaded, the documents need ...
1
vote
1answer
133 views
Is it necessary to create a DNS record for “website.com” when create one for “www.website.com”
When I create a DNS record for website "www.website.com", is it necessary to create a record for "website.com" first?
0
votes
0answers
105 views
kodingen and SSL [closed]
does anyone know how I can get SSL/HTTPS to work on kodingen? whenever i access the https:// version of my site, it shows something from Parallels .... and Plesk....
2
votes
1answer
180 views
Recommendations on how to validate an web server?
Does anyone know of any tools that can be run against web server to determine how compliant the server is with the various HTTP specs?
6
votes
1answer
244 views
Disqus-like comment server
I'm looking at setting up a blog, and I think I want to go the static website compiler route, rather than the perhaps more conventional Wordpress route. I'm looking at using blogofile, but could use ...
1
vote
1answer
28 views
Tracking Redirects Leading to your site
Is there a way in which I can find out if a user arrived at my site via a redirect?
Here's an example: There are two sites, first.com & second.com. Any request to first.com will do a 302 ...
2
votes
1answer
96 views
Web page layout becomes broken when moved to live
I want to preface my question with the fact that I'm only a front-end web developer, so please excuse my gross lack of knowledge in this area.
My company has three webservers: one for development ...