Questions tagged as 'apache'

2
answers

Error 500 in CakePHP version 1.3.15

I'm working on a CakePHP project that I can not test on localhost . I took the project already started and as I can not do the tests, direct post always keeping the backup and work like this is horrible. I installed CakePHP in version 1...
asked by 15.01.2016 / 17:05
1
answer

403 Forbidden You do not have permission to access / on this server

I have the following VirutalHost Configured on my server Listen 8080 <VirtualHost *:8080> ServerAdmin application DocumentRoot "C:\wamp\www\application\public" ServerName localhost application.com.br ErrorLog "logs/applic...
asked by 05.09.2014 / 18:25
1
answer

Problem creating a connection between PHP and PostgreSQl [closed]

I am not able to connect to the PostgreSQL database. Here is the code: <?php class Conexao { private $usuario; private $senha; private $banco; private $servidor; private $porta; private static $pdo; //Método co...
asked by 19.12.2018 / 14:32
2
answers

Remove .php extension from pages, however ERROR 404 - PAGE NOT FOUND appears

I'm trying to remove the .php extension from my web pages. I created a .htaccess file as below and put it in the root directory DirectoryIndex index.php RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\...
asked by 23.09.2018 / 07:21
1
answer

Dynamic friendly URL .htaccess

I currently have the following rule in .htaccess: RewriteRule ^fale-conosco/?$ view/fale_conosco.php [NC,L] And I'd like you to be able to enter a friendly URL after you contact us /. Example: fale-conosco/ajuda For t...
asked by 15.08.2018 / 21:52
1
answer

Htaccess - Redirect all requests to a single file every time

I'm trying to use a .htaccess file to redirect all requests to a single file, but I'm facing some problems. My .htaccess looks like this: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ....
asked by 18.08.2018 / 04:18
1
answer

Error Starting Apache Tomcat 9

Question: Error starting Apache Tomcat 9 GRAVE: A child container failed during start java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to initialize component [org.apache.catalina.webresource...
asked by 22.07.2018 / 14:15
1
answer

PublicKey for String

I have a server that uses RSA and an Android app. I want the server to pass its PublicKey to the Android application. I'm trying to pass PublicKey as a string, but when I send something encrypted with this key to the server and try to decipher i...
asked by 10.04.2018 / 13:31
1
answer

Is there any way to retrieve the history of all queries executed on a MySql server?

I have a transaction in a table of a MySql database and (php + apache). I was wondering if I could retrieve (either in the apache log or in the MySql log) the ip from where the query that made this insert was generated. Any ideas?     
asked by 26.03.2018 / 22:39
1
answer

Set arrival route in pfsense

I'm trying to put my application in the air, but I have no idea which way to go. It is a server developed in grails, I already generated the .war and it runs on tomcat7, when access locally and or other machines of the same network it is work...
asked by 27.03.2018 / 21:11