Questions tagged as 'apache'

3
answers

How do I stop Apache (wamp) from killing the session alone?

I developed an application with laravel and left it running in wamp , but after a while it ends up killing the user session, I wonder if there is any setting so that it stops doing it? Thanks!     
asked by 01.09.2016 / 13:08
1
answer

Access by ip Phpmyadmin

Inside the folder c: \ wamp \ alias \ phpmyadmin.conf there is the line below to release phpmyadmin access to all machines on the network: <IfDefine APACHE24> Require all granted I would like to know if you can change to relea...
asked by 06.01.2016 / 14:15
1
answer

What would be "Server Signature" and how to turn it off?

In some tests found that the "server signature was on," I do not know what that is. What is it and how can I turn off this "signature"? In security testing I recommend that I turn off this signature to preserve server security.     
asked by 07.01.2015 / 20:25
1
answer

How to configure FuelPHP on ubuntu 16?

I need to "clone" a FuelPHP application, which runs in Lamp (linux) on the company server. Everything went smoothly on the first try, which was done on the client's local machine. Already this runs in Xampp with Win 10. But now that I'm...
asked by 06.01.2017 / 14:25
1
answer

Module rewrite in .htaccess for sub folders

I have an application in AngularJs with html5 enabled, which causes me to use apache rewrite module for the correct conversion of the URL. I have no problem to use this when accessing the application with the index from t...
asked by 14.04.2016 / 14:59
2
answers

What better option to protect directories and files in a root folder?

On a web server, I have a folder inside the root folder (public_html) that should be protected. It contains system files, settings, logs, classes and so on ... Generally, what is the best option to protect access to the folder, any file conta...
asked by 26.09.2015 / 22:25
2
answers

configure virtual host on apache2 [duplicate]

I'm having trouble setting up my virtual host on Apache2 with Debian. I created the folder: mkdir /var/www/site/public_html Within this directory I created a index.html file. After that I configured the virtual host like this...
asked by 29.09.2015 / 02:10
1
answer

Software Licensing

I'm developing a system that uses Apache server, Laravel, Mysql etc. Well, I would like to license this system, and my question is if I can do this and if so, what kind of license should I use, given the technologies I am using to have their...
asked by 08.11.2015 / 02:01
1
answer

What is the gain of "unifying" the .css and .js resources of a site?

Scenario: A X site has 5 .css files and 5 .js files all with 5KB , a / strong> has the same HTML as the X site but its .css and .js resources are linked together (.js with .js and .css with .css) . Question: What is the difference...
asked by 06.11.2015 / 15:35
2
answers

Create virtualhost on windows (apache on ubuntu)

I'm trying to set up my apache to access a folder that is in my HD with windows , I have 2 hds on the machine, one runs ubuntu and the other windows . The apache is already installed, including I...
asked by 22.04.2015 / 17:49