Questions tagged [ubuntu]

An open source operating system based off of Linux.

An open source operating system based off of Linux. Download it at http://www.ubuntu.com/

106 questions
20
votes
4 answers

How to enable use of .htaccess in Apache on Ubuntu?

I'm trying to enable use of htaccess file in Ubuntu 14.04 (Apache 2.4.7). I know that this question has many possible duplicates, but none of them helped me yet. .htaccess ErrorDocument 404 /404.html 000-default.conf
David Abgaryan
  • 345
  • 1
  • 3
  • 5
13
votes
1 answer

Vulnerability in /boaform/admin/formLogin?

I am getting this HTTP request line on my server (simple http server). The normal action for this request on my server is to simply close the socket connection. I am asking this question because when I web search what is /boaform/admin/formLogin…
user786
  • 253
  • 1
  • 3
  • 7
8
votes
1 answer

What steps are required to enable SSL on Apache2 with Ubuntu?

I am developing a strategy game for web where there there will be a lot of client-server traffic for sending attacks, moves, etc. Right now I send messages from the client to the server via HTTP, and I want to try and setup SSL on my Ubuntu server…
LunchMarble
  • 271
  • 1
  • 2
  • 6
7
votes
2 answers

How to find who's accessing my server? My server is Ubuntu

I want to know all the people who access my server, is there a log that shows when and how the people access my server? --EDIT-- Sorry for not providing any more details awhile ago. My server is Ubuntu 10.04 LTS running in Linode. I heard numerous…
Kevin Lee
  • 193
  • 2
  • 6
7
votes
4 answers

How to stop domains from pointing to my server IP address and duplicating my site using nginx

I recently created an Ubuntu server and installed LEMP stack after which I hosted my website on the server using WordPress. But after sometime, I notices some domains ranking in Google and loading my website. Is there any way through which I can…
w3Abhishek
  • 73
  • 1
  • 5
7
votes
2 answers

HTTP2 is enabled and working, but PHP $_SERVER['SERVER_PROTOCOL'] still says "HTTP/1.1"

I've been migrating to a new host (AWS Lightsail with a Ubuntu instance) and while everything is working just fine I'm running into a quirk that I can't quite figure out. I've enabled HTTP2 on my virtual server and confirmed that files are using…
GreatBlakes
  • 545
  • 3
  • 16
6
votes
1 answer

Applying domain name to a directory

I have a Linode instance of Ubuntu 10.4 using the LAMP stack to host an instance of Magento and a couple other things. I currently have Magento set up at: http://123.459.780.123/magento. When I apply my domain using the Linode tools, I can apply it…
Ryan Hayes
  • 417
  • 1
  • 6
  • 11
6
votes
0 answers

Ubuntu 14.04 can't enable .htaccess

I'm developing a website local and just switched from Windows to Ubuntu 16.04 - Sadly my .htaccess doesn't seems to work since rewrite rules don't apply and sources can't be found. I activated: sudo a2enmod rewrite rewrite_rule (shared) is listed…
Shiva
  • 61
  • 1
5
votes
1 answer

How can redirect pages from old core PHP site to new Joomla site?

We have our old site into core PHP and we have developed it again into Joomla 1.5 last year (because of some limitations we have to build it into 1.5). Now the problem is the URL of sites changed as we have use SEO URLS on Joomla. In between we have…
pkachhia
  • 203
  • 1
  • 9
4
votes
1 answer

Updated Apache from 2.2 to 2.4 and now my sub domains are broken

Upon trying to visit any of my subdomains here is the error recieve in my error.log file: [Tue Jul 15 11:17:42.924790 2014] [core:alert] [pid 17309] [client 108.162.241.152:26427] /var/www/.htaccess:
ComputerLocus
  • 232
  • 3
  • 11
4
votes
1 answer

How to professionally update your server configuration

I've installed several websites on my Ubuntu server and I need now to add an extension and some modules to my php configuration file. Since I have some e-commerce websites I was wondering if I should put all these websites offline before to proceed…
aneuryzm
  • 1,907
  • 1
  • 17
  • 20
4
votes
1 answer

Nginx rewrite problem - displaying same page with or without .php extension after rewrite

I have implemented the following Nginx code: location / { try_files $uri $uri.php $uri/ @extensionless-php; index index.html index.htm index.php; } location ~ \.php$ { try_files $uri =404; } location @extensionless-php { rewrite…
Pal
  • 81
  • 2
4
votes
3 answers

Apache2 Ubuntu 16.04 Impossible To Get CORS Working

When visiting my website I get an error in console tab (using Firefox). The error is: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at somewebsite. (Reason: CORS header ‘Access-Control-Allow-Origin’…
Vga420
  • 49
  • 1
  • 2
4
votes
2 answers

How can I copy files from my machine to Amazon EC2?

I am able to ssh into my Amazon EC2 instance with ssh -i node.pem ubuntu@35.164.71.227 I am trying to copy over a folder called gametest from my laptop to the instance in a folder called gametest. I keep getting permission denied. I tried the…
swagrov
  • 143
  • 3
4
votes
1 answer

How to create user in phpmyadmin to connect two servers?

IP my Website: 192.168.19.33 and IP Database server is: 192.168.19.41. How to create user account in phpmyadmin for the connection between the two servers? And how to edit this…
mySun
  • 181
  • 1
  • 10
1
2 3 4 5 6 7 8