Questions tagged as 'apache'

0
answers

Apache poi how do I add file in excel spreadsheet

I would like to know how I do apache poi to add a file to the spreadsheet it created. The file type is a 150 KB .WAV. I have read the documentation but would like to see a simple example to understand better. Thank you.     
asked by 13.03.2018 / 13:40
0
answers

How to sign pdf with digital certificate in PHP + Apache + OpenSSL?

I configured the apache server to use https, I generated the server and client certificate with openssl, I would like to know how to create digital signature in PDF documents through the client certificate, and also how to validate the signature...
asked by 06.03.2018 / 18:21
2
answers

Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 [closed]

A few days ago when I changed the PHP version of the server and was restarting apache , then it showed me the error: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80 (98)Address already in use: AH00072: make...
asked by 20.02.2018 / 18:37
0
answers

Linux is not writing txt

I have a code that should be executed by a Cron function from Monday to Friday at 7 o'clock. 00 7 * * 1-5 php /var/www/html/felipe_projetos/Poc/ch_ch.php This code should write some data in a txt, but this does not happen, when I run the pa...
asked by 11.12.2017 / 13:03
0
answers

Is there anti-ddos in apache? What steps should apache take for prevention? [closed]

Better detailing: I believe he is suffering some type of attack, I suspected and put an antidotes, and he already blocked some addresses, that released the network and returned to normalize the server, but now it seems that a different attack...
asked by 20.12.2017 / 20:15
0
answers

Apache does not recognize virtual directory

There is a domain that we have made the entries in our DNS pointing to our Linux server where we have Apache / MySql / PHP / Wordpress. I created the Wordpress folder in / var / www with the name my-site.com . I created the database and...
asked by 09.12.2017 / 23:40
0
answers

Apache access from one .html file to another .html in another directory

I'm using Apache to remotely access an html page, I've replaced the index.html file that is in the /var/www/html folder with a file that asks for authentication and redirects the page to a another file .html. window.location.replace(...
asked by 16.11.2017 / 17:53
0
answers

Redirects with Htaccess

I would like to create an htaccess configuration that is more or less with the following rules. When you access link , go to a specific folder and when you access http: //*.mysite.com/ direct to another folder on my server. If I hide a su...
asked by 08.10.2017 / 02:16
0
answers

Problem with cache of css and html files

I'm having difficulties in my development environment, I'm changing my css and html files and they are not reproducing the changes in the browser. "How can I configure a hendler to auto-expire files sent to the browser in apache2's VirtualHos...
asked by 04.10.2017 / 01:58
1
answer

Conversion of "query" an HTML form using .htaccess

I need to do a "query" conversion of an HTML form that should pass information to do a search in the database. I think it could be something like a kind of "friendly url", the simplest. Basically it is, with this string passed by the form "?...
asked by 12.10.2017 / 21:48