Questions tagged [webserver]
A server which a website lives on.
271 questions
0
votes
1
answer
54
views
Client has domain/website through GoDaddy, but wants email hosted elsewhere (my cPanel based VPS). How do I accomplish this?
Background: Client has DNS, domain and website (say, example.com) hosted through GoDaddy, and email [email protected] hosted elsewhere (mail.provider.com with a MX record in the DNS settings), ...
0
votes
0
answers
34
views
Sessions of apache webserver expiring - forcing logout of users (non php)
I have got some webservers running behind a proxy-server. These webservers are running an application, but it seems users are getting a 'session expired' error. This error forces a logout and users ...
0
votes
2
answers
54
views
What is important when relocating a server?
In the next days, our customer will make a relocation of their servers. Among these servers, there are two virtual machines of our project for which I am responsible for. Both VMs use the Linux OS; ...
0
votes
2
answers
42
views
Notification of near-exhaustion of apache children
The other day, I found a strange bug that others have confirmed.
In PHP, if one uses a header() statement and the first parameter begins with "HTTP/1.1 then after the script is executed, there's ...
1
vote
1
answer
26
views
.htaccess for hash-bang redirects
I have created a site which uses the /#!/ hashbang system of loading pages with javascript. My URLs all contain onclick handlers which return false, but the href tag itself goes to a real link. Here's ...
4
votes
3
answers
3k
views
How to have 2 servers, different paths with same domain?
Looking for some advice on the following:
I'm wanting to have two servers with same domain. Not looking to have subdomains.
Domain: https://example.com
Server A: https://example.com/games/abcs13343/...
0
votes
0
answers
29
views
Which type of hosting/server to get for 100 wordpress blogs with 30000 daily unique visitors? [duplicate]
I am launching 100 Wordpress text based blog websites with light themes on them. I expect to get 30000 daily unique visitors with an estimated peak of 1000 simultaneous visitors across all sites.
...
5
votes
1
answer
371
views
Need to set up cgi on VPS to execute Perl (.pl) files
The server is a VPS running CentOS 7 64bit with CyberPanel. Perl is already present (ver 5.16.3) and will run scripts from the command line.
However, clicking a link to a Perl script just results in ...
2
votes
1
answer
95
views
Can I set NS values on the webserver instead of on the nameserver?
I can only ask the domain registrar (Cyber) by email or by phone to change the domain's NS values, I don't have direct access to the DNS settings.
I asked Cyber's support to change the NS values of ...
3
votes
1
answer
144
views
Why would this malfunctioning site pad its error page? [closed]
One of my daily websites, gocomics.com, is currently down with an error message:
The requested service is temporarily unavailable. It is either overloaded or under maintenance. Please try later.
...
1
vote
1
answer
240
views
Need help reviewing an Apache error log on a home webserver
I'm relatively new to web development, and I've set up a self-hosted (LAMP) WP site. After one too many configuration changes I broke the site. Apache error logs are clear as to where and when things ...
3
votes
1
answer
125
views
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 ...
0
votes
0
answers
28
views
What server settings can I change to allow me to save links to 3rd party CDNs via my browser?
All of a sudden my hosting company has changed their server rules to block people saving links to 3rd party sites (like CDNs) via the browser.
I code my CMS in the browser and need to be able to alter ...
2
votes
1
answer
163
views
How to use Apache server with statically linked binaries
I have a github repository that has C++ source code which after running cmake and make commands builds statically linked binaries. These binaries are used with a webpage called index.html created in ...
4
votes
2
answers
4k
views
Why can't I access an Apache web server on a local network with my phone?
I have a website that needs to work only on my local network, I am hosting it on Apache, I have already done all the steps to make it accessible from any PC and laptop, but for some reasons if I try ...