Re: [users@httpd] Internal Server Error - strange characters "ę" and "ł"

2018-11-13 Thread David Spector
"utf-8". Make sure all of your HTML and other Web files, and your Apache configuration file (httpd.conf or other name) all specify the encoding "utf-8". Then most of the world's languages can be used without problem. David Sp

Re: [users@httpd] define variables by vhost only

2018-11-05 Thread David Spector
Just in case it wasn't obvious, the message I just sent assumes that your server is managed by WHM/cPanel. If not, just use Include directives in your conf file. David Spector Springtime Software - To unsubscribe, e

Re: [users@httpd] define variables by vhost only

2018-11-05 Thread David Spector
configuration is Included in each virtual host explicitly. David Spector Springtime Software On 11/5/2018 3:43 AM, Hajo Locke wrote: Hello List, iam looking for a way to use define to create variables limited to vhosts (apache 2.4). Currently i have some vhosts and use this syntax: define

[users@httpd] Is there a way to intercept all IP accesses in real time?

2018-11-01 Thread David Spector
nt in memory) and be called for every remote IP access? Its results (a short, often updated IP blacklist) could be sent to the website through a slower route or could be used right there in the real-time PHP code to block the access. David Spector Springtime Sof