Tagged Questions
0
votes
1answer
33 views
NginX access configuration
I'm using ubuntu x64 server with nginx as webserver.
In my company, we configured intranet (local) dns server so that, when you enter domain1.com, it goes directly into defined LAN ip adress.
We ...
1
vote
1answer
73 views
Trouble configuring Apache virtual hosts in ubuntu server 12.04
OS: Ubuntu 12.04.2 Updated to the latest and greatest
SO here's what I've don so far:
cd /etc/apache2/sites-available
sudo nano mysite
Inside this file I've written the following definition:
...
0
votes
1answer
48 views
Send, but not receive email
I followed the tutorial:
http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-nginx-bind-dovecot-ispconfig-3
To configure my Ubuntu 12.04 VPS server, the mail server sending this email only but ...
0
votes
3answers
91 views
Do all webservers running locally rely on the /etc/hosts file?
I'm running the Django webserver locally, and I want be able to enter www.my-site.dev or username.my-site.dev and have that map to my Django application.
I've seen a lot of solutions for Apache, ...
0
votes
1answer
206 views
java exception: No such file or directory
I am trying to run a GATE application via jetty web application server in Ubuntu. I am getting
java.io.IOException:
error=2,
No such file or directory because of a particular GATE plugin ...
5
votes
1answer
337 views
How do I set up an Ubuntu server as a secondary DNS
The company I now work for specializes in web development. They are currently selling clients packages where they develop web applications for them to help automate certain business tasks for them. ...
0
votes
0answers
32 views
Is there a problem with canonical servers (16/1/13 uk) [closed]
I’m having a problem with downloading from any canonical server (apt-get software centre and there websites) it is very very slow but my connection is fine, for example I cant install ...
3
votes
1answer
10k views
Ubuntu 12.04 500 OOPS: vsftpd: refusing to run with writable root inside chroot() Keep user jailed
Before you close this out to repetition, I have been researching all of the proposed solutions to this bug and so far I have been unable to keep a FTP user jailed to their website directory. While I ...
-1
votes
1answer
93 views
remote syslog hogging cpu
Currently my Ubuntu server is using 80 %(+/- 10%) of my CPU. The time on the process is 454:26.38. How do I troubleshoot this type of issue?
What could be causing this/how do I fix it?
1
vote
1answer
510 views
Why can't terminal open my .sh file?
I'm trying to run a Minecraft Server with Bukkit in 12.04.
In the .sh file I'm using to start the Server, I wrote java -Xms1024M -Xmx1024M -jar (and then I wrote the location of where the craftbukkit ...
0
votes
1answer
1k views
Allow port 80 into Ubuntu
I'm trying to create a basic web server. I am running Ubuntu 12.04 desktop. I have installed LAMP and set up html files, and when I open a browser and navigate to 192.168.1.95 (static internal IP of ...
1
vote
0answers
138 views
Ubuntu Server 12.04 WAN NIC loses connection
I am installing a 12.04 server which has two NICs with a static private and static public IP. For some reason the public IP is accessible for about 10 minutes and then the connection drops. When I log ...
0
votes
2answers
110 views
Why I Can't Run The Script Against Localhost?
I have script which reads from method file :
OPTIONS
and checks whether the OPTIONS is allowed on a particular site. The script is :
#!/bin/bash
#
#
if [ ! $# == 1 ]
then
echo "Usage: $0 [ ...
1
vote
0answers
178 views
Empty Apache2 response in Ubuntu 12.04
Like the title says, when I tried to connect to my configured domain, there's no content in response. For example, in Chromium the message says Error 324 (net::ERR_EMPTY_RESPONSE). Apache 2.2.22 is ...