Questions tagged [webserver]

A server which a website lives on.

266 questions
3
votes
1 answer

What are these HTTP requests to my webserver?

I got these requests on my webserver (all IP addresses redacted, they don't come from the same subnet, "x" is just a placeholder): x.x.x.50 - - [03/Sep/2022 12:42:38] code 400, message Bad HTTP/0.9 request type…
justhalf
  • 131
  • 4
3
votes
1 answer

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 to be made available in a database for which a…
user6658
2
votes
1 answer

hidden_html - What is this for?

My host provides pre-made folders (softaculous, public_html, public_ftp) and one of them is hidden_html. I'm curious as to what this folder is for. I realize it's just a folder on the server and right now it's just housing the 2009 version of my…
Casey Hodge
  • 177
  • 1
  • 7
1
vote
0 answers

Configure my vps and domain name

I have a vps set with an padres and i also have a domain name at a hosting provider. I want to connect the domain name to the padres of the vps my hosting provider doesn't give support how to fix that. Can anyone help me? maybe a manual thanks
1
vote
0 answers

What is the web server that suits my need?

I have a website which has around 500 visits per day, 10000 per month and it is powered by Joomla. It is a website where user can create new entries and can also look up entries which are saved in the database. So, it communicates a lot with the…
1
vote
1 answer

Can I run Nginx and Node.js on same dedicated server?

I have one dedicated server and I do have more than 1 IP address. Could I run Nginx, Apache, LIGHTTPD and Node.js simultaneously? I want to make tests, learn.
Ciprian
  • 85
  • 8
-1
votes
1 answer

XMLHTTPRequest denied because of Origin mismatch

I get the following error: Access to XMLHttpRequest at 'http://example:8080/*' from origin 'http://example' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin'…