Most voted "apache2" questions
25 questions
Sort by count of
-
3
votes1
answer1627
viewsWhat is the difference between the apache service Reload and Restart?
What is the difference of both and which cases to use any of them? service apache2 restart and service apache2 reload
-
3
votes0
answers28
viewsLocal environment does not process some requests
I am working with 2 sites in Laravel, where requests to the server import and export large bases in Excel. When I make changes to these bases, I cannot test them on my local machine, I must go up to…
-
2
votes1
answer2127
viewsWhy can’t the web server find my route?
I did the upload of a system in Laravel called android_api on the hostgator server, and configured in the public file. Until the main page it works, where Laravel 5 appears, but when I put the route…
-
2
votes1
answer5001
viewsApache2 does not interpret PHP
I normally installed PHP and APACHE2 but it does not interpret PHP code, follow test code: <?php echo "teste"; It returns me an "html" page with this written, and comes from a "print" written…
-
2
votes2
answers133
viewsHow to set a variable in the configuration of a Virtual Host, to avoid repetition?
I always get upset when I see that my virtualhost ends up being configured this way: <VirtualHost :80> ServerName meusite.local ServerAlias www.meusite.local DocumentRoot…
-
1
votes2
answers218
viewsI cannot capture ROUTE without using index in URL
In short, it only works if I put index.php in the URL. I think it’s in . htaccess, but I don’t know where. I wonder which configuration is incorrect or what could I do to find my error. Data:…
-
1
votes0
answers554
views -
1
votes0
answers50
viewsApache open from an . html file to another . html in another directory
I’m using Apache to remotely access an html page, I replaced the file index.html that is in the folder /var/www/html for a file of mine that asks for an authentication and redirects the page to…
-
1
votes0
answers261
viewsApache does not recognize virtual directory
There is a domain that we have entered into our DNS pointing to our Linux server where we have Apache/Mysql/PHP/Wordpress. I created the Wordpress folder in /var/www with the name my-site.com.br. I…
-
1
votes0
answers300
viewsError creating virtual host in Apache 2
When I try to create a virtual host in apache I can’t access it I’ve followed the following procedure: Go to the C:\Windows\System32\drivers\etc\hosts and put the 127.1.0.1 meusite.dev Go to the…
-
1
votes0
answers33
viewsHow can I run Harbour on Apache?
For some languages to work in Apache, such as PERL or PHP, we can install the mod_perl or the mod_php. In PHP we still have the PHP FPM option. Already in the case of Python, we can use WSGI. What…
-
1
votes1
answer350
viewsHow to access a local virtualhost from another device?
I’m needing to test a local application that runs on Apache2 on my mobile and other devices here. I usually configure my Apache2 on Linux as follows: In the /etc/hosts, I place the desired domain:…
-
0
votes1
answer153
viewsHow to configure multiple systems in a domain?
I have domain www.meusite.com.br I would like to host several systems in this domain. So: www.meusite.com.br/system1 www.meusite.com.br/system2 www.meusite.com.br/sistema3 I use virtualhost like…
-
0
votes1
answer114
viewsError loading Codeiginiter library database
I have the following error in codeginiter: A PHP Error was encountered Severity: Error Message: Call to Undefined Function mysqli_init() Filename: mysqli/mysqli_driver.php Line Number: 135…
-
0
votes0
answers844
viewsHow to access Virtual Host from another pc on the same network
I want to access my site that is in #PC1 by mobile or #PC2, but I can only access it by the computer itself where it is, and if I try to enter from another computer only works if I put the IP of my…
-
0
votes2
answers1136
viewsInstall PHPMYADMIN on linux with php5.6
Hello, I am configuring a machine with php5.6, I have installed and configured apache, php5.6 and mysql, now I want to install phpmyadmin, the problem is that when trying to install through apt it…
-
0
votes1
answer796
viewsApache2 does not run php files
My php files do not run in the browser when I access the localhost (var/www/html/index.php). The code is displayed as if it were a common text file. Configs of the system: Apache2 Ubuntu 18.04 LRS…
-
0
votes1
answer26
viewsRedirects to API’s
Good afternoon devs! My problem is this: I have a desktop application in Delphi that uses some services in a web application. I had to migrate the web application to another host and change the…
-
0
votes1
answer54
viewsIMAP Certificate Failure for imap.gmail.com error
I am developing an application where I use Imap to connect to a client’s gmail, everything works properly on the spot but when I upgrade to the server and run the code I get the following error…
-
0
votes2
answers350
viewsHow do I set apache to ignore the directory in the url?
I have a directory inside my root folder called "mydir" where there are several files, currently I access these files so: http://mysite.com/mydir/myarchive.html My question is I have how to…
-
0
votes1
answer35
viewsFlask application deploy error
I am trying to deploy a flask application in the same way I do when using python2.7, but in this case I am using python3 and an error is returned in wsgi. Below follows the first line of apache2…
-
0
votes1
answer402
viewsApache2 does not run php
Hello, good night! I have installed in my PC Apache2 and php7.2. Only when I try to run a file.php in the browser Firefox it returns me the same file for me to download. I have already searched in…
-
-1
votes1
answer70
viewsVirtualhost AWS Ubuntu
Hello big linux ninjas. I’m working on the AWS ec2 Ubuntu, and I need to create a subdomain. I saw some tutorials but none worked. I created a file on: /etc/apache2/sites-available/ called…
-
-2
votes1
answer69
views"/" Site root in PHP
Friends sorry if I’m repeating any questions here, but I searched and did not specifically find my problem, so let’s go. I took a course in videaula, and created a PHP site in which, on my machine…
-
-2
votes1
answer408
viewsError redirecting to https UOL Host
I have a website hosted on UOL HOST. I’m setting up a .htaccess in the hope that 2 things will happen: A) All access by http be converted to httpS B) Any and all access (Links existing and…