Questions tagged as 'apache'

3
answers

Problems with session_start () [closed]

I'm having trouble with my PHP code for User Login . This code is working on local machine, however I went up in my amazon instance and the moment I log in the user the server does not authenticate the session. The login.php page is in a subdom...
asked by 22.12.2014 / 23:23
3
answers

How do I not display the list of directories?

Hello, so my question is this: I have a folder called admin and another general call, which is inside admin . Inside the admin folder I have a file called general.php so far so good, the problem is that if I access like this: link i...
asked by 02.12.2016 / 15:30
3
answers

How to free port 80 for Apache?

I'm using EasyPHP, and when I start, Apache displays an error saying that port 80 is already in use. How do I unlock this port 80? I just checked the ports and saw that it has a inetinfo.exe (Internet Information Services) occupying...
asked by 16.09.2016 / 23:06
1
answer

Block directory listing in Apache

I'm developing a website where I have an administrative panel that is accessed only by those who have access. in the pages of the administrative panel, I made the validation that verifies that the user is logged in as admin to access the page. F...
asked by 16.04.2016 / 23:13
1
answer

Setting the "upload_tmp_dir" folder of a cloud server

I'm trying to upload media to my server with a php code. I have refilled the code a few times and I believe there is absolutely nothing wrong with it. I researched the subject and saw that my upload_tmp_dir folder is set to no value...
asked by 05.12.2014 / 05:04
2
answers

Restuful server instance on tomcat

Staff developed an app - link I'm using a restfull server connection with the postgree database in hibernate. This server is hosted in bitname on a tomcat, but sometimes for some reason it drops and it is necessary to restart the server...
asked by 05.11.2015 / 19:32
1
answer

Internal Server Error with .htaccess file Linux mint

I'm getting an HTTP 500 error Internal Server Error on linux mint, Apache server.    Server version: Apache / 2.4.7 (Ubuntu) / Server built: Apr 3 2014 12:20:28 .htaccess file RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f Rewri...
asked by 15.07.2014 / 04:52
2
answers

Gzip compression using Apache server

How to enable gzip compression in Apache? I took a look and saw that it is htaccess , but every article I read passes a different statement. Is there any material, article or thing of the kind that can give me a direction?     
asked by 03.04.2014 / 21:50
1
answer

Server configuring problem for laravel

I have migrated my site to the server hostgator and it is not directed to the public folder. Can you tell me why this happens?     
asked by 25.11.2018 / 20:10
1
answer

.htaccess for friendly URL [duplicate]

How do I create Mod_Rewrite (htaccess) rules for my pages? I'm not used to .htaccess Rules you would like to: www.exemplo.com/index.php to www.exemplo.com www.exemplo.com/perfil.php to www.exemplo...
asked by 19.04.2014 / 21:34