Questions tagged as 'apache'

1
answer

Problem with routes with alias in laravel 5.1

I am having problems creating routes with aliases in Laravel, I can use normal routes, however, when I add an alias in the route as: Route::get('admin/categories', ['as'=>'categoria','uses'=>'AdminCategoriesController@index']); Sorr...
asked by 10.12.2015 / 23:24
1
answer

htaccess does not work for wp super cache plugin

I installed the wp super cache plugin for wordpress on the server and it works fine. But I can not figure out why my .htaccess rules do not work for the homepage. I make rewrite of the requests for the subdomain www to a folder with a install...
asked by 20.01.2016 / 14:58
0
answers

EasyPHP - Unexpected end of Apache

I'm trying to start EasyPHP, but Apache is showing this error. In the EasyPHP logs the following message appears: EasyPHP ServerBase :: TimerProc: GetProcessVersion Apache (pid: 11332) Error 5 I already checked the processes that were runn...
asked by 26.01.2016 / 12:42
0
answers

Configuring multiple logs in Apache

I'm working on an internal network where 3 applications are running on the Apache server. I would like to be able to analyze the log generated by Apache separately for each application, but since I do not have access to the DNS server the Apache...
asked by 12.11.2015 / 21:06
0
answers

Problem in RewriteRule (HTACCESS)

I have the following HTACCESS code: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^customer/$ index.php [L,NC] </IfModule> (I cleaned the rest of the code for simplicity.) In the folder HTACCESS is in (root), it has a...
asked by 07.10.2015 / 03:19
1
answer

Two domains pointed to the same instance ec2

I have two domains, abc.com.br and xyz.com.br. I am pointing both to the same ec2 instance on Amazon. I have two php (wordpress) applications within this instance, one that stays in / var / www / html and another one is in / var / www / html / x...
asked by 05.11.2015 / 22:49
0
answers

Registry is not updated in the database

I have an application that takes the content of a particular site and compares if it is different from the current one comparing with the registry in the database and sends an email that had a change, besides updating in the database with the ne...
asked by 16.10.2015 / 14:35
2
answers

Problem connecting port 80 Apache

I'm trying to use BitNami Stack MAPP 5.5.30-0 (For Apache Web Server, PostgreSQL) When I try to configure Apache Web Server I get this error: "Can not bind to port 80. It is probably taken by another application or you do not have enough priv...
asked by 05.10.2015 / 02:15
0
answers

Get the string of a non-existent request

How to get the string from a non-existent request? I'm using .htaccess to redirect non-existent url requests (error 404). But when the 404.php page was displayed, I'd like to get the non-existent url the client typed. That is, the non-exis...
asked by 29.09.2015 / 15:50
3
answers

Problem in file OiMundoServlet.java - #algaworks

I'm following the E-book "Java EE7 with JSF, PrimeFaces and CDI". I created the Maven project, I edited the file pom.xml as the handbook guides, when I created the OiMundoServlet.java sample file, I noticed that errors appeared in...
asked by 05.10.2015 / 23:32