Questions tagged [extension]

69 questions
1
vote
0 answers

OGR FDW only works with UTF-8 databases, postgis install

I try to add postgis extension on postgresql95. I use centos7 I follow this link to install…
ikhwan aja
  • 23
  • 1
  • 4
1
vote
1 answer

Where is Azure Let's Encrypt extension's GUI?

I'm following this tutorial https://gooroo.io/GoorooTHINK/Article/16420/Lets-Encrypt-Azure-Web-Apps-the-Free-and-Easy-Way/20047 . I created the principal, configured all the Web App Settings variables described (I even configured the email address…
Csaba Toth
  • 227
  • 1
  • 5
  • 13
1
vote
1 answer

Nginx+PHP-FPM: Let php handle file extensions

I am trying to serve a PHP script that handles some RESTful URIs and to know which format end user needs data, I handled that as the extension in the URI, eg.: example.com/foo/bar.json?q=x&a=y --> data in ajax format example.org/foo/bar.xml?q=x&a=y …
Cunning
  • 257
  • 1
  • 3
  • 8
1
vote
1 answer

Install php_mailparse extension on IIS Windows 2008 RS2

I can't install the php_mailparse properly in a Windows Server 2008 RS2. I have the error: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files (x86)\PHP\v5.4\ext\php_mailparse-php-5.4.3-Win32-VC9-x86.dll' - The specified…
manou
  • 61
  • 6
1
vote
2 answers

ImageMagick suddenly stopped working on several of our servers

Overnight, the PECL ImageMagick extension suddenly stopped working on several of our servers. The error message displayed was as follows: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/imagick.so' -…
MikkyX
  • 95
  • 3
  • 12
1
vote
1 answer

Iptables ipt_time extension

I'm trying to get the ipt_time extension for netfilter/iptables to work on CentOS 5.3. It's a bloodbath. First of all, the HOWTO I linked is the official Netfilter Extension HOWTO, but it's also horribly outdated: so outdated, actually, that not…
Massimo
  • 68,714
  • 56
  • 196
  • 319
1
vote
2 answers

Installing PHP extensions to the correct PHP version

We have two versions of PHP on our Linux CentOS6 machine, 5.3.3 and 5.6.7, and wanted to install PHP extensions, memcache and imagick, to 5.6.7. Logged in as root, using yum, we installed both of these, but realised they were only usable in 5.3.3…
PaparazzoKid
  • 332
  • 1
  • 3
  • 15
1
vote
2 answers

Configuring Chrome Extensions

When deploying Chrome in an organizaiton, extensions can be installed with the ExtensionInstallForcelist. But how do you configure options for these extensions? E.g. one of the extensions we would like to install is IE Tabs (for some intranet…
laktak
  • 626
  • 2
  • 9
  • 16
1
vote
1 answer

How to update curl version on ubuntu 8.04?

On my system 8.04, curl 7.18.0 is installed: curl --version shows: curl 7.18.0 (i486-pc-linux-gnu) libcurl/7.18.0 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.1 Protocols: tftp ftp telnet dict ldap ldaps http file https ftps Features: GSS-Negotiate IDN…
umar
  • 135
  • 1
  • 10
1
vote
1 answer

Group Policies not applied to single pc on domain - client side extension error 8196

Certain Group Policies are not being applied to a windows 7 64 client; only this pc seems to have this problem so far. This started this morning. When trying to add a printer the error message displayed is: Windows can not connect to the printer.…
JasonC
  • 196
  • 6
  • 15
1
vote
2 answers

IIS 6.0 receives 404 error on files with a "." extension and nothing else

I have an issue where I am reverse proxying from an IIS 6.0 server to an apache server which is serving PNG files with no extension. Strangly it serves files with a "." but nothing else, for example: "http://internalserver/proxy/image." I tried…
1
vote
2 answers

PHP only loads extension if apc.so is located in my www folder

This is pretty strange situation I am getting. I have installed apc (with ./configure and make) on my LAMP gentoo with PHP 5.2. To get apc loaded i need to place apc.so in my www php directory otherwise it just don't get loaded. I don't even any…
dynamic
  • 730
  • 6
  • 17
  • 31
1
vote
1 answer

Asterisk debug dialplan with incoming number and callerid

How to debug dialplan with incoming CallerID ? im haveing context [pstn] with incoming _1000 number and CallerID = 123123123 ("external number of calling person") How can i locally check this situation? solution like dialplan show 123123123@pstn…
MealstroM
  • 1,517
  • 1
  • 16
  • 31
1
vote
0 answers

Mapping extension for MediaWiki

I am creating a wiki that allows people to specify the geographic range in which a species is found, something like this. I would like to allow people to define these kinds of maps in some way, either by drawing or by specifying locations.…
1
vote
1 answer

Conditionally serve 404 file based on request url file extension in Nginx?

I would like to know if I can conditionally serve a specific file as a 404 page based on the request url, or the content-type/mime-type requested. I'm guess something along the lines of: if url_extention == (gif|jpg|png): /404.gif else: …
Louis
  • 155
  • 1
  • 6