Questions tagged as 'apache'

1
answer

How to increase download time?

Within my project, in .htaccess , I have set the following settings for a company file-sharing system: php_value memory_limit 6000M php_value post_max_size 6000M php_value upload_max_filesize 6000M php_value max_execution_time 6000000 ph...
asked by 30.11.2016 / 18:18
1
answer

Error 500 when using .htaccess

I've rewritten a rule in .htaccess to remove the .php extension from my dashboard.php page but WAMP returns me:    Error 500     
asked by 18.12.2015 / 11:57
1
answer

Maverick installation causes the server to stop working

I'm new to apples and recently bought a Mac book, with the Lion operating system. I installed php, mysql, etc and everything worked perfectly. Now I've upgraded the system to Maverick and the server has stopped working. When I type in the bro...
asked by 01.02.2014 / 13:05
1
answer

Friendly URL getting value for PHP

My question is in this URL : site.com/embed.php?id=a48sa4d2a3s4d65a1s5d6a1sd56 I get this value for $_GET['id'] . How can I turn into a beautiful and organized URL ? Example: site.com/embed/a48sa4d2a3s4d65a1s5d6a1sd...
asked by 10.12.2018 / 02:34
2
answers

How to mount a Basic VirtualHost to rewrite URLs in my project in Xampp htdocs

Following the proposed model in the link file itself <VirtualHost *:80> ServerAdmin [email protected] DocumentRoot "C:/xampp/htdocs/dummy-host.example.com" ServerName dummy-host.example.com ServerAlias ww...
asked by 25.05.2018 / 14:20
1
answer

Delphi module for Apache 32 bits with error

I'm using Apache to upload a rest server made in Delphi, when I generate the module in Delphi in the 32-bit version, I put it in the Apache modules folder and the execution simply gives an error and does not start Apache, since version 64 bits w...
asked by 12.03.2018 / 14:48
1
answer

Problems with Rewrite PHP / Apache

2 days ago I changed from Linux distro and I am now using Elementary OS. I installed Apache, Mysql and PHP manually, in the same way that I installed in the previous distro, but I am having problems with Rewrite (friendly urls). In the previous...
asked by 26.02.2018 / 19:36
1
answer

Problem using Url Friendly

Where am I going wrong in this .htaccess? RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] The site that I developed works normally on localhost, but now that I've uploaded...
asked by 06.07.2017 / 19:38
1
answer

Access Debian server by IP externally

I opened the 8080 port on my Apache 2 so that it can be accessed externally, so I can access it like this: http://meu_ip:8080/nome_de_uma_pasta Would it be possible to access the server only with My IP ? Without placing : 8080 so htt...
asked by 20.11.2017 / 12:54
1
answer

Apache server stopped recording accesses in the access.log file

I'm running a DDoS attack experiment on a virtual apache server (VMWare). The attack went to the apache service and not to the machine. From a certain time (10.20), although there were machines making requests to Apache, the access.log file d...
asked by 07.04.2017 / 19:19