All Questions
Tagged with web-hosting ubuntu
25 questions
0
votes
1
answer
3k
views
nginx address already in use, no matter what port configured
I am trying to use nginx to host a webpage. Running on a local VM immediately works, but on an external server not.
When typing nginx into the console, the error reads as follows:
nginx: [emerg] bind()...
0
votes
1
answer
69
views
Increase in spams through website contact forms after change of server
I recently moved my website from Hostgator to an Amazon Web Services' EC2 instance. From a few days later people/bot started posting spam messages in the forms that are on the website.
Is there ...
0
votes
1
answer
597
views
Configure Tomcat 9 to act as a proxy for internal web server
I have a web application on a server that uses Tomcat 9. It has been set up for one web application, and has certificates and domain etc. Now I have another server on the network, that hosts another ...
0
votes
1
answer
125
views
Apache mod_action producing 404s
I'm trying to setup a custom action handler for certain files in Apache (running on Ubuntu). It looks to me like I have my site config setup correctly for the action handler, but now when ever I ...
-2
votes
2
answers
349
views
Will increasing CPU speed up PHP tasks?
I'm running a $5/mo server on DigitalOcean - 1 GB RAM, 1 VCPU.
I have a script which contains a for loop and will take some time to run (I have disabled timeouts).
If I increase the specs of the ...
0
votes
2
answers
31
views
How do the filepaths work for websites with multiple storage drivers/servers?
So I am developing this site on my localhost and currently when I 'upload' a file, I have set the file to be stored in an uploads folder, with sub-folders being generated consisting of the first 2 ...
0
votes
0
answers
310
views
can't access my web server from my public ip on a different network
I'm trying to set up webpage using nginx, i still have the default page just to test
everything is working fine when i try to get the page localy, whether i use the private or public ip or the domain ...
0
votes
1
answer
123
views
How can I fail-over my website domain?
I have two web servers running on a different location with different static IP:
WebServer 1: x.x.x.x
Webserver 2: z.z.z.z
Both servers should point to test.com domain. Let assume currently, Master ...
-1
votes
3
answers
800
views
How do I host a subdomain?
I'm not sure why I've had so much difficulty finding an easy answer to a fairly common task. I'm sure there are easy answers, and I probably haven't been asking the right questions. I'm obviously not ...
-3
votes
1
answer
40
views
vps web hosting performance? [duplicate]
I'm confused about a
1 vCore
2,4 GHz
2 Go RAM
SSD 10 Go
Local Raid 10
vps capabilities!! Can i use this vps for hosting 4 websites with no problem. To be more specific one of the websites will have ...
0
votes
0
answers
27
views
Controlling Remote Processes from Linux Access Server
I have constructed a HA web cluster in LXD with each major service run within its own container. I.e, 2 x Nginx servers in a container each, 2 x MySQL etc.
I would like to add a management container ...
-1
votes
2
answers
317
views
Every page turns my url into an IP address (Ubuntu Web Server)
This can probably be fixed quite easily. I tried to research and find the answer to this but couldn't find anything relevant.
Basically, I can access my website perfectly through its url. (ex. ...
-1
votes
1
answer
542
views
understanding web server memory usage [duplicate]
I have a PaaS hosting solution that sets up a wordpress cloud (DigitalOcean) server with wordpress, all managed by the hosting provider. I still have ssh access/ftp etc... I know that mysql runs on ...
0
votes
1
answer
431
views
Multi-hosting ssl/https site in apache /2.4.7 ubuntu 14.04
I have been trying to host 2 site site A and site B in apache web server the configuration are given bellow:
Site A
<VirtualHost sitea.com.au:443>
ServerName "sitea.com"
ServerAlias sitea.com
...
1
vote
2
answers
38
views
managability issues over using a single machine to host all sites, or a site per machine? [closed]
So, a little background. I work for a company that has a number of extremely important, non-public facing websites. People's safety and livelihoods depend on these staying up. We have very little ...
1
vote
2
answers
869
views
Locating Rogue Perl Script
I've been trying to source the location of a perl script which is causing havoc on a server which I control. I'm also trying to find out exactly how this script was installed on the server - my best ...
0
votes
2
answers
110
views
Hosting Nginx and Apache on same system with 2 IP
My server holds two IP 192.168.1.90 and 192.168.1.99
I want nginx to listen on 192.168.1.99 and Apache on 192.168.1.90
I also need to host multiple virtual hosts on apache.
tried modifying ports....
-1
votes
1
answer
395
views
Access My Server From External Net IP While Server is Using PPTP [closed]
I have one physical Ubuntu server where I'm using PPTP with HMA for tormenting (using Deluge) and hosting the Deluge Web-UI, Ajenti and Ajaxplorer.
While PPTP is engaged I can access my three web-UIs ...
-2
votes
2
answers
636
views
Setting up Ubuntu server for webhosting? [closed]
Edit:
Main questions - How do you setup Nameservers? Do I have to setup the DNS, if so, how? I just want to be able to type in www.mydomain.com and have it point to my server here locally. I don't ...
0
votes
2
answers
240
views
difference between server and desktop [duplicate]
Possible Duplicate:
What are the Benefits of Server Hardware?
I want to set up a webserver. I would like to buy a hardware for that and i am trying to understand if i should buy a desktop and ...
0
votes
1
answer
570
views
Setting up Ubuntu Server on Amazon EC2 for hosting multiple domains with wildcard subdomains
I'm trying to set up multiple domains on my Amazon EC2 micro instance running Ubuntu Server 12.04. I installed Apache correctly and set up virtual hosts but having problems with wildcard subdomains.
...
5
votes
2
answers
3k
views
Is it normal for inbound traffic to far exceed outbound traffic?
I have a web server on a coloc host. All 'planned' activity is over HTTP. (There's no FTP server, no bittorrent client, no IRC bots, etc.)
My inbound traffic is consistently 5-10 times higher than my ...
0
votes
1
answer
152
views
Server stops responding without any load, restart required
Sever is working as a very high-traffic application back-end
We are using Apache2, MySql, and PHP.
We have already optimized the above for best performance
Server configuration is:
Linux server109-...
6
votes
3
answers
27k
views
nginx can't bind to port 80..Nothing running on port 80
I'm trying to setup nginx on Ubuntu 11.04. I have followed the roughly the directions found here: http://library.linode.com/frameworks/sinatra/debian-6-squeeze . I know it is for Debian, but I ...
3
votes
1
answer
2k
views
Running Multiple Publicly Accessible Web Servers on a Single IP Address
I have three separate web servers with three different internal IP addresses on a network with only one public IP address. Each web server has security restrictions such that I cannot just run all of ...