Questions tagged as 'apache'

0
answers

Files are not changed on the server

We have the following problem, when uploading the files to a ubuntu 14.04 linux server, the changes made to the files have no effect on the server, only locally, we already checked the file on the server, it changes perfectly, but in the applica...
asked by 07.10.2016 / 21:24
0
answers

How to install apache 2.2.31 on fedora?

I need to maintain a site that only runs with this setting: Apache: 2.2.31 php: 5.4.45 mysql: 5.5.50 -cll I'm trying to setup in fedora23, I've already removed apt related to apache that was installed and tried to install again follow...
asked by 06.09.2016 / 19:59
1
answer

How to redirect a request to a specific folder?

I'm using Apache 2. I'm currently developing a website and would like to show a preview to my client. To not have to mess with DNS now, I need a way to map the URLs of the sites to specific folders. For example. I am developing a website for...
asked by 22.08.2016 / 19:23
0
answers

Apache interpreting python script as file

I'm setting up a website and want it to run a python script in html action the question is that my browser is interpreting the script as if it were a .py file for download. <!DOCTYPE html> <html lang="en"> <head> <meta...
asked by 09.08.2016 / 00:47
1
answer

Apache / PHP returning default http status

I'm creating a REST api in PHP, and in certain situations I return an HTTP status with the specific error message for what happened, for example, 403 Invalid Access Key instead of simply 403 Forbidden . I'm using php's header () function t...
asked by 24.08.2016 / 13:37
1
answer

Apache RewriteEngine affecting tomcat - Ubuntu 16 server

I have the following problem. I configured the htaccess file so that all requests are redirected to use ssl (https). I have just installed Tomcat on the server and I needed to "ignore" the redirect in case of port 8080 access (tomcat default...
asked by 23.08.2016 / 15:17
0
answers

Apache shutdown unexpectedly, Does Not Work / Starts!

My xampp   does not start Apache anymore, this is making it impossible for me to test my codes, I was programming, everything was working normally when my Apache > stopped working and every time I I run the same error, I tried to restart the p...
asked by 15.06.2016 / 16:11
1
answer

Slim Framework with Apache2.4

Good morning. I'm creating an API to make a service available to other applications. I have the following scenario. A system to make the service available. This system has a virtualhost configured. The uri is link . When accessing this url, int...
asked by 07.07.2016 / 16:18
1
answer

How to clean temporary sessions in Apache

I have an Apache server which is storing user sessions on files in a folder. php.ini [Session] session.save_handler = files session.save_path = "/tmp" But in the "/ tmp" folder it has several files and is causing me some problems. Can I...
asked by 07.06.2016 / 01:46
1
answer

enable rewrite in Linux

I'm trying to enable rewrite in linux ubunto and I'm not getting it, it's different from Windows's WAMP, does anyone give me a way? I made this code but it does not work! RewriteEngine on RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCR...
asked by 01.06.2016 / 20:05