Questions tagged as 'apache'

0
answers

Error requesting internal CakePHP pages?

I have a problem with my CakePHP , I am completely new to this framework and my erro is as follows:    2017-05-01 10:09:45 Error: [MissingControllerException] Controller class PagesController could not be found. E...
asked by 01.05.2017 / 15:27
1
answer

Friendly URL does not work the way I need it

I have the following htaccess <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^imprensa/?$ imprensa.php [NC,L] RewriteRule ^imprensa/([a-z0-9\-]+)/?$ ler-impresso.php?p=$1 [NC] </IfModule> What you would have to do i...
asked by 12.04.2017 / 20:49
0
answers

Apache2 subdomain problem

I need to configure Linux Debian apache for my subdomain. I have already restarted the Apache server. Subdomain is configured to server IP record type A. Arquivo: /etc/apache2/sites-available/lolo.conf diretorio: projetos ( estão todos os arqu...
asked by 25.03.2017 / 18:40
0
answers

Help with Wampserver! Help me! It's not turning green!

Someone help me with a little something in WampServer . I followed this YT tutorial ( link ) Apache in the video is version 2.4.4 and mine is version 2.4.23 I followed all the steps to the part where it activates the ssl_module a...
asked by 11.03.2017 / 17:33
1
answer

Django without model visualization in the common user admin even having permissions and being in the same group

Good afternoon, So I am trying to give permissions that already comes in django to an ordinary user who even belonging to the group can not access the models that is granted to it. Someone had this problem of not viewing models in admin. version...
asked by 03.03.2017 / 19:02
1
answer

How to only allow access to the main page through the url

Hello, for example, in /var/www/Site I have the folder paginas and the file index.php , I would like when I access site.com the only folder that the user would have access would be the Site that would call the file ind...
asked by 12.04.2017 / 05:40
0
answers

Apache initialization error

How can I solve this problem? 8:14:33 AM [Apache] Status change detected: stopped 8:14:33 AM [Apache] Error: Apache shutdown unexpectedly. 8:14:33 AM [Apache] This may be due to a blocked port, missing dependencies, 8:14:33 AM [A...
asked by 13.01.2017 / 07:50
0
answers

http site redirect to https

I'm trying to publish a site that is on an internal network host. The goal is that when we access from the local network http: // ipinterno, the site opens normally. I also need to publish this site for external access, so that it can be accesse...
asked by 25.12.2016 / 12:57
0
answers

Changing the default apache port does not resolve in Windows 10?

I've done the normal xampp installation, after running xampp-control I'm having the errors: 10:20:09 [mysql] Error: MySQL shutdown unexpectedly. 10:20:09 [mysql] This may be due to a blocked port, missing dependencies, 10:20:09 [mysq...
asked by 07.12.2016 / 13:33
0
answers

Is there any way to make apache case insensitive on linux?

I made the whole application using Windows, and it is relatively large, and in many parts of the code I forgot the case-sensitive rules, as windows ignores this I did not think to change anything, except that I'm using a Linux hosting, and diffe...
asked by 07.12.2016 / 04:20