Questions tagged as 'apache'

3
answers

How can I simplify URLs for a website?

To access a particular area of the site, I have to indicate one to three parameters in the URL: Normal URL: # aceder a um módulo http://www.meusite.com/index.php?mod=john # aceder a um sub-módulo: http://www.meusite.com/index.php?mod=joh...
asked by 28.12.2013 / 10:37
0
answers

Error loading script uwsgi - can not be loaded as Python module

I made the settings to work Django with Apache, but always gives the following error:    can not be loaded as Python module My file: import os import sys sys.path.append('/home/myuser/public/site.com.br/public_html/app/') sys.path.appen...
asked by 18.09.2015 / 17:47
0
answers

Continuous delivery [closed]

Given that when we develop a local PHP system without any framework just using the Object Oriented paradigms, what is the best way to deliver this system continuously, ie phased delivery? The fact that a lot happens in a local development is...
asked by 14.08.2015 / 04:48
0
answers

XCACHE - Problem xcache.mmap_path and xcache.coredump_directory

Hello, I'm installing XCACHE on my WHM server. I am putting the configuration in my php.ini, after saving, I started receiving several root mail from the server. Commenting on each line of the code I put in php.ini, find out that the problem...
asked by 11.06.2015 / 19:31
1
answer

Doubt over OpenSSL + Apache

I have a web server on which Apache 2.4.9 and OpenSSL 1.0.1g are installed and I have a certificate installed on the server. I would like to upgrade Apache and the OpenSSL version for Apache 2.4.16 and OpenSSL to 1.0.2d. My concern is that the c...
asked by 11.08.2015 / 20:59
1
answer

Error 500 when adding redirects for errors 425 to 499

I have a .htdocs file where it has several error redirects in it (it has all error types HTTP , and that's all it has in the file): ErrorDocument 400 /PROJETOS/error.php?status=error_400 but when I add respective lines to err...
asked by 30.05.2015 / 17:00
3
answers

How can I simplify URLs for a website?

To access a particular area of the site, I have to indicate one to three parameters in the URL: Normal URL: # aceder a um módulo http://www.meusite.com/index.php?mod=john # aceder a um sub-módulo: http://www.meusite.com/index.php?mod=joh...
asked by 28.12.2013 / 10:37
1
answer

Multiples RewriteRules for 3rdparty and routes

I have a .htaccess file that adds PATH_INFO in the index.php file (to the routing system): RewriteEngine On RewriteCond %(REQUEST_FILENAME) !-f RewriteCond %(REQUEST_FILENAME) !-d RewriteRule ^(?!index\.php(/.*|$))([a-zA...
asked by 17.05.2015 / 04:01
0
answers

Apache configuration issues

I'm trying to deploy a project that is using Zend. This project is in a subfolder of the site (site.com/projects/project-name). The site is in a VPS, to which I have root access. The server is Apache 2.4.7. I configured a VirtualHost for the pro...
asked by 26.02.2015 / 16:25
1
answer

[PHP Apache Shell], Permission apache kill

I need to kill a process with php , but I use exec , system or exec_shell and it is not killing processes, I ran on the net and people are saying that apache is not allowed to execute these types of the commands, the st...
asked by 18.05.2015 / 16:01