Questions tagged [www]
World Wide Web, aka. W3, or simply web - a system of interlinked hypertext documents accessed via the Internet
45 questions
2
votes
0
answers
223
views
Can't access several websites (dbeaver.io, firefox.com, etc.) from one computer only
I've just bought a new Lenovo LOQ hp15 laptop and installed there Ubuntu 24.04.03. I've installed several apps: Brave, OBS studio, CLion, Anaconda, VS Code, Libre Office, etc. The laptop is connected ...
0
votes
0
answers
1k
views
How to allow an FTP user to manage /var/www/site1 which is owned by www-data user
I have a site called site1 located in /var/www/site1, and it is owned by www-data user. The group permission is belong www-data group.
The web server is Apache2. The FTP server is ProFTPD.
As we allow ...
1
vote
1
answer
407
views
How can I get the browser to prompt for duplicate file downloads?
Is there any way to get a prompt before downloading a duplicate file in a browser? I sometimes don't remember what I've got and get 2 or more copies of the same file. It would be nice to have a prompt ...
1
vote
0
answers
2k
views
Move Apache's /var/www/html to another mount-point/disk?
I've got a vm set up with Apache and mysql and it works so far:
but it only has 16gb, just for Ubuntu, Apache and Mysql. But I've also got a data disk:
I've done the steps to change the document-...
1
vote
2
answers
7k
views
Adding an user to www-data group not working
I am trying to add my user to the www-data group in order to be able to edit the files there without admin rights. This is the command I have used to do that:
$ sudo usermod -aG www-data n_user
$ ...
0
votes
1
answer
181
views
Making Webpage accessible to my ftp
What is the best way to make my /var/www/ folder accessible to my ftp in setting up a web page? Making it so I can edit and upload?
In the future I will go to virtual host but that is a long way away....
1
vote
0
answers
46
views
Wordpress permissions conflict with www-data and ftp [duplicate]
Running: Ubuntu 18.04, Nginx 1.14
I read somewhere that running Wordpress in 'fs_direct' mode is a security threat, so I wanted to completely scrap that idea and stick to a local ftp server instead.
...
1
vote
1
answer
719
views
How to create a WWW website using Apache
I tried asking this before but although I took all of the advised steps, nothing happened. Basically, I want to create a website like www.example.com. I can open HTML files in my browser using the ...
0
votes
1
answer
496
views
On Ubuntu Server 18.04, can't get my domain to resolve unless www is used
I can't get pangeawerks.com to resolve but www.pangeawerks.com works great
I pinged the domain and here are the results:
karmacomposer@PANGEAVERSE:~$ ping pangeawerks.com
ping: pangeawerks.com: ...
0
votes
1
answer
9k
views
Change directory of Ubuntu www web server? [duplicate]
I'm wondering if I can change the root directory of an Ubuntu web server from:
/var/www/html
to:
/home/Janderson/magento
How would I do this? I want to access Magento when I go to localhost in my ...
2
votes
1
answer
8k
views
XAMPP: cannot find /var/www/html
I downloaded the latest XAMPP deb file and installed it.
But apparently, there is no /var/www folder.
Can anyone tell me the default location of the Apache's DocumentRoot directory within XAMPP ...
1
vote
0
answers
86
views
Why does .local only work in online mode firefox
When I open john.local page in firefox, when Wifi is on, it works perfectly.
But when I turn off Wifi the page doesn't work anymore, plus firefox adds www before john.local, like this:
www.john....
0
votes
1
answer
397
views
Apache on Ubuntu blocking all XSS attempts [closed]
I have a DigitalOcean droplet that I am trying to build an intentionally vulnerable lab on for my school's information security program. The problem is that Apache is blocking all sorts of malicious ...
6
votes
2
answers
31k
views
Can't create folder or document in <var/www/html> [closed]
how to enable to create New document or new folder in var/www/html ? "my Ubuntu is 16.04"
1
vote
1
answer
3k
views
Connection abort when trying to log in to chroot jailed account via sftp
I'm trying to make a user kake_sftp that can log in to the web server located at /var/www/html or similar. I know chroot needs some additional subdirectiories for the permissions to work out, so I'm ...