Questions tagged as 'apache'

1
answer

Set CLASSPATH to be accessible in Apache

How can I make the environment variable CLASSPATH accessible by apache? I have a Django project that uses the python-weka-wrapper library that bridges Weka's Java implementation. Everything works perfectly on the Django devel...
asked by 08.09.2017 / 18:37
0
answers

Apache, Python and mod_wsgi

Sirs, I use simple web applications running on Apache2 and with PHP on the server to automate trivial tasks on my work team. I use PHP only for LDAP and BD requests, using jQuery, lodash and pure JS for everything else. I'm migrating many bases...
asked by 14.08.2017 / 01:40
1
answer

.htaccess does not work

Hello, I already use these .htaccess rules and it has never given me a problem, so much so that I use it in other providers now, I would like to know if the apache or php version on the hosting server is in the way of running the rules. Rewrite...
asked by 12.08.2017 / 18:27
0
answers

I can not start MySQL in EasyPHP

Whenever I use EasyPHP, I can not start a MySQL server with Apache starting normally. What can I do?     
asked by 15.08.2017 / 18:28
1
answer

Conflict RewriteRule in htaccess

I've done a lot of research but I did not find the solution to my problem. I have an htaccess in the following format: RewriteEngine On RewriteRule fotos$ arc_fotos.php RewriteRule fotos/$ arc_fotos.php RewriteRule minha-area/$ arc_minha_ar...
asked by 21.08.2017 / 17:16
0
answers

Forbidden for any htaccess

I'm using the Uniform Server portable server, I've already uncompressed the line to activate apache mod_rewrite, however I'm getting the 403 forbidden error for any .htaccess file I use, this is from CodeIgniter: RewriteEngine on RewriteCond...
asked by 30.07.2017 / 18:08
0
answers

PHP accessing files from another network

I know this question can be marked as duplicate, but I have not found any definitive answer. After all, is it possible to access files from a computer on the same network, using PHP, without changing Apache settings? I did several tests li...
asked by 21.07.2017 / 14:52
0
answers

PHP giving error / ip pointing router

Hello! I am trying to create a web server on my PC, I have already installed apache, mysql and php, but when I try to access, then the joy ends. I'm trying to install Drupal and OpenCart, but when I access the drupal, it points to the folder ins...
asked by 05.08.2017 / 14:28
1
answer

Redirect HTTPS to HTTP on Centos

I have a domain which I no longer have the ssl certificate of it, the domain is pointing to a Centos 6 server. Every time someone tries to access it using HTTPS it will show in the browser that domain it is not secure because it does not have...
asked by 07.07.2017 / 23:24
1
answer

Redirect access to the file via htacess

Good when the user enters some file with .txt in the url of the site I have to send it to an authentication file called download.php Example, if user type www.meusite.com.br/documento.txt I have to redirect it to the d...
asked by 18.07.2017 / 02:09