Questions tagged as 'apache'

2
answers

Install the composer on Windows 2012

My operating system has two Apaches running two phps (5 and 7.1 respectively). I'm trying to install the composer for PHP7, but it's giving the following message:    The PHP exe file you specified did not run correctly: C: \ PHP7 \ php.exe  ...
asked by 02.05.2018 / 19:05
2
answers

How to configure virtualhost for xampp in Ubuntu

Can anyone teach how to configure a virtualhost for xampp in ubuntu? I already tried this tutorial link but in the end I did not get the expected result, it would be something like typing in the browser: link and the browser already redirect...
asked by 23.01.2018 / 13:21
1
answer

http URL redirect

I'm trying to do a url redirection, but it's not working, could anyone tell me what's wrong? <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{QUERY_STRING} ^(.*)/teste(.*)$ // verifica se tem /teste em alguma url Rewr...
asked by 05.02.2018 / 13:40
1
answer

VirtualHost returning strange characters?

I need to access a virtual host of my machine, and a device Android (consume API ) When I access virtual host with the name I set in my hosts " link " file, I can receive the response from API normall...
asked by 03.05.2017 / 16:17
1
answer

Which Apache2 Cipher Suite is compatible with Chrome 49 on Windows XP? [closed]

I need a website to be accessible in Windows XP using HTTPS, but what I get are handshake errors. My Apache2 settings are as follows. SSLEngine on SSLProtocol ALL -SSLv2 -SSLv3 SSLHonorCipherOrder On SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECD...
asked by 25.06.2017 / 05:36
1
answer

Change APACHE / TEAMVIEWER port

I'm using Ubuntu for PHP development, so I have Apache / php / MySql installed. Now I am installing TeamViewer for client support, but it can not connect. I stopped the Apache service and tried again and Teamviewer worked perfectly, meaning I th...
asked by 21.02.2017 / 20:04
1
answer

About the htaccess file

When commissioning data from APACHE servers with PHP, what should we do about the .htacess file?     
asked by 23.05.2017 / 19:11
1
answer

Basic about HTML / CSS Notifications

I'd like to know how to include notifications on my sites, as basic as possible. I researched a bit about it but I did not get any results ... I hope you can help. Beyond this doubt ... I would like to know if you are making notifications u...
asked by 01.11.2016 / 21:24
2
answers

How to find (and capture) the user running PHP?

I know that the command phpinfo() returns this: But I want to know if there is any way to capture this information (user / group) in a variable.     
asked by 19.01.2017 / 17:23
3
answers

Apache2 error in linux

I installed everything right on Linux, I threw my folder in the www directory when I opened the broswer and received the following warning:    Access denied for user 'root @ localhost' (using password: NO) How do I solve it?     
asked by 21.01.2016 / 13:58