Questions tagged [ubuntu]
An open source operating system based off of Linux.
106 questions
1
vote
1
answer
65
views
Why isn't this Apache configuration working on HTTPS?
I have the following Apache configuration set up for my Wordpress installation and it does not serve the website over HTTPS at all, I only get the ERR_SSL_PROTOCOL_ERROR error.
I did some research and ...
1
vote
0
answers
30
views
Hosting two websites on the same server using Nginx, Grav and Wordpress in docker
I am trying to host both my own website (Grav + Nginx) and a friend's Wordpress website (Wordpress + Nginx in a docker container) on the same Ubuntu server. I have been using the following resources ...
0
votes
1
answer
244
views
Modsecurity Nginx breaks Wordpress's Woocommerce checkout page. Need help finding working rule exclusions
I am running an Ubuntu 20.04 based LEMP server on a Raspberry Pi 4.
I am working on a Wordpress Woocommerce website at https://www.mcmo.is. Currently on iOS using Safari or Google Chrome, I can't get ...
1
vote
0
answers
20
views
Configuring Sendmail on Ubuntu Server + WordPress [duplicate]
I am setting up multiple WordPress websites(each configured on it's own virtual host) setup on an Ubuntu 22.04.1 LTS server with Apache2. I was trying to use a form app and found that the emails on ...
1
vote
0
answers
136
views
How to disable direct media file access in Nginx or Ubuntu for non-logged-in users?
I am trying to disable direct URL access (for images, PDF) to my WordPress websites for non-logged-in users, I have created one '.htaccess file' under - wp-content/uploads/.htaccess
RewriteCond %{...
0
votes
1
answer
1k
views
DNS_PROBE_FINISHED_NXDOMAIN when serving multiple subdomains with nginx
On our research project, we have an Ubuntu 20.04 LTS virtual machine running, which should serve via nginx multiple project related websites/apps on different subdomains.
The setup is supposed to be ...
1
vote
1
answer
7k
views
Apache2 set up on Ubuntu 20.04 problem: refused to connect
I think I have set it up properly but I am just getting a "refused to connect." message
To start with it is just simple http.
My domain is good-health.ml
So I set up this in /etc/apache2/...
1
vote
1
answer
117
views
Do you need to set your network profile as Public or Private when creating your own hosting?
I want to create a Nodejs server on my laptop using my ISP. I have a broadband connection and router. I have WSL Ubuntu installed on Windows 10.
I don't need to do anything commercially or for ...
1
vote
0
answers
338
views
Why do i get a forbidden error when i change the symbolic-link for typo3? [closed]
I am currently using Typo3 8.7.32 and would like to update to the ELTS version 8.7.45. I have tried to install the new version manually via the Plesk web interface. When I change the sym-link in the ...
13
votes
1
answer
30k
views
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 ...
2
votes
1
answer
412
views
Subdomain folder content returns 404, but root level works
I am setting up a subdomain - subdomain.example.com for my existing example.com to serve application with distinct origin
Using DNS manager of my registrar, DNS Manager:
type CNAME, name: subdomain, ...
0
votes
0
answers
74
views
Permission Problems in ubuntu 18 avoid wordpress plugins to run?
i'm getting 2 main errors when i activate a wordpress plugin. It was working fine but just after changing some settings got 500 internal error. After debug I found these warnings like if there were a ...
1
vote
3
answers
546
views
When MediaWiki has symbolic links to contents then LocalSettings.php is not found
I use Ubuntu 20.04, Apache/2.4.41 (Ubuntu), PHP 8.0.3 and mediawiki-1.35.1. I extracted mediawiki-1.35.1 archive in /var/www/html/, created symbolic link to its contents in another directory, for ...
1
vote
0
answers
104
views
httpd.conf is cached and no editing is succesful [closed]
I am going to use the WSL system on Windows10 to create a website.
The distro is Ubuntu.
I put httpd.conf in /etc/apache2/conf-available
where there are these two lines (line 40):
Define SRVROOT "...
1
vote
1
answer
276
views
Nginx ERR_TOO_MANY_REDIRECTS by adjusting WordPress Permalinks | 301 Error Ubuntu 18.04
OS: Ubuntu 18.04.5 LTS (having my own VPS)
WebServer: Nginx/1.18.0
MySQL: mysql Ver 8.0.22 for Linux on x86_64 (MySQL Community Server - GPL)
WordPress: 5.6
When I change the Permalinks option in ...