apache2

Remote access to MySQL via Workbench

What is there: Installed Ubuntu 16 on VirtualBox. In the settings of the virtual machine (hereinafter referred to as Ubunt ... s besides localhost? In other words, how to connect to a MySQL server installed on VirtualBox remotely using MySQL Workbench?

How to open a port for apache in termux

I want to make a host on the phone, but I don't know how to open the port for apache

Apache2 does not start

For some reason, apache2 doesn't start Job for apache2.service failed because the control process exited with error code. See ... [1]: Failed to start The Apache HTTP Server. -- Subject: Unit apache2.service has failed -- Unit apache2.service has failed.

Ubuntu admin panel pgAnmin 4 on Apache 2 server issues 403 Forbidden

This question has already been, but I have not found an answer Maybe who knows? For this example I am trying to deploy the po ... ingly, how to solve the problem 403 Forbidden? Please do not throw stones, because I have very little experience in this area

Changing the settings in the php. ini file does not change the php settings

I use apache2 + several versions of php (5.6, 7.0, 7.3). There are two virtual hosts on the server. I change the php version ... ere /etc/php/7.3/apache2/php.ini In this case, all the settings from this file take effect. Tell me what I'm doing wrong?

Problem with the FTP vsftpd connection

I need to deploy the LAMP Ubuntu 16.04 server. I installed vsftpd and decided to install an ftp server. Pre-configured Firew ... into the /srv/ftp/base directory and have write permissions. I tried different options for config settings, nothing helps.

you don't have permission to access / on this server

I know there are a lot of answers in Goggle. But none of them suited me. I don't know much about it myself. On this, I ask fo ... r}i -> %U" refererLogFormat "%{User-agent}i" agentInclude conf.d/Include sites-enabled/Include /etc/phpmyadmin/apache.conf

Does not go to the site

Made a file for the test test.php, put it in the path: "/", "/var/www/html/", wrote apt-get install apache2 (php, curl), but the site does not go. The contents of the script: php echo "hi"; poiogite pliz, I'm a beginner

Access-Control-Allow-Origin is not added to the response header

I get an error when I try to access fonts on the server from a local machine. Font from origin ' https://#######.##' has bee ... dified: Sat, 23 Apr 2016 09:11:31 GMT ETag: "1856f6-22af8-53123544a33d2" Accept-Ranges: bytes Access-Control-Allow-Origin: *

Access rights Apache2 777

On the locale, apache2 is raised, for sites/tests I use the directory /home/www/ The following directories with 777 permissi ... ig Why is the newly created file new.php assigned rights to 644? How do I fix this ? Ps: tired of typing chmod -R 777 ./*

apache2 doesn't see it.htaccess

The problem is widespread, first I climbed a bunch of manuals and tried different options, in the end it did not go. Now I'm ... ional question apache and apache2, the difference in versions? Tell me what to do with it? Maybe I didn't install any mods?

Help me set up HTTP/2 on the Apache server

Apache version: 2.4.23 In the configuration of the http.conf file, I added the line: LoadModule http2_module modules/mod_ht ... ess.log" common </VirtualHost> Next, I go to the access.log file and see that HTTP/1.1 remains What am I doing wrong?

Upgrade to php 5.6 on ubuntu 12

Is it possible to upgrade to php 5.6 on Ubuntu 12.04.5 LTS (apache2), if possible, how?

Redirection from http to https

Good afternoon. It costs Apache+nginx in .htaccess I add RewriteCond %{HTTP_HOST} ^site\.com\.ua [NC,OR] RewriteCond %{HTTP ... hat На этой странице обнаружена циклическая переадресация. How to fix I need this redirection. P. s. Thank you in advance.

Proper htaccess caching

Now in htaccess it is written something like ExpiresDefault "access plus 1 week" This solution has a clear drawback - if I su ... ease give as detailed an answer as possible(or with links to sources, any language).) This is only about client-side caching.

Problem with. htaccess (Options-Indexes)

Project structure: /var/www/html/mvc app/ public/index.php .htaccess In ... es FollowSymLinks AllowOverride None Require all granted </Directory> ... IncludeOptional sites-enabled/*.conf

The requested URL was not found on this server apache2/ubuntu

There is a form and a controller.They're all right. I can't configure apache2 to see the files. Tried using apache2. conf=> ... IR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost> I don't know what to do, please tell me.

Why does the browser open apache2 instead of nginx?

I install ubuntu-18.04 on a virtual machine using vagrant. Contents of vagrantfile Vagrant.configure("2") do |config| co ... hen # as directory, then fall back to displaying a 404. try_files $uri $uri/ =404; }

Install PHPMYADMIN on linux with php5. 6

Hello, I am configuring a machine with php5.6, I have already installed and configured apache, php5.6 and mysql, now I want t ... 6.730 kB de arquivos. Depois desta operação, 37,5 MB adicionais de espaço em disco serão usados. Você quer continuar? [S/n]

What is the difference between service apache reload and restart?

What is the difference between the two and which cases to use? service apache2 restart e service apache2 reload