Questions tagged [extension]

67 questions
1
vote
1 answer

Trying to get Apache to serve webp instead of png/jpg (from /img folder of prestashop)

First post here, so I hope I did it well. I converted all png/jpg starting from my prestashop public_html folder to webp, and added rewrite rules to the .htaccess in order to have the webp served instead of png/jpg. I based my rewrites on the…
Totoro
  • 13
  • 4
1
vote
2 answers

Extending disk space after replacing the disks with new / larger ones

We have a Fujitsu Primergy TX100 S3P with Microsoft Windows Server 2012 Essentials. We had 500 GB disks on this server, we decided to replace them with 4TB disks. We made a copy of the system to a portable drive. Then we took out the disks and put…
1
vote
1 answer

Display html files with another file extension on Apache server

One of our systems generates files with an .asp extension that actually only html. I need to display those files on an Apache httpd server, which doesn't like asp files. Is there a way to indicate to the server to display those files as HTML files?
Alexis Dufrenoy
  • 235
  • 1
  • 3
  • 11
1
vote
0 answers

How to install mysql extension for php 5.3?

I'm trying to get an old application running under CentOS 7.8 which only supports php 5.3. I already compiled and installed php 5.3 but I'm not able to get the mysql extension working. Here is what I did so far: installed php 5.3 wget…
1
vote
1 answer

PHP loads extensions when called through CLI, but not through Apache

PHP for me only loads exensions perfectly when called from the CLI, but not when I load pages through Apache. For example, this is the output of php -m: [PHP…
undo
  • 131
  • 8
1
vote
0 answers

Enabling extension properties on Azure AD users

We're running a pretty standard hybrid environment with a local AD that syncs to Azure AD. I've been tasked with adding some information into an attribute that isn't currently supported in Azure (otherHomePhone). I've done the following…
TBiddy
  • 11
  • 1
1
vote
3 answers

After installing Apache, PHP and MySQL I can't add extension to php.ini without Apache error

I have Windows XP OS. Installed Apache 2.2.14, then PHP 5.2.12 (tested with phpinfo.php -> IT'S WORKS!) Then I installed MySQL 5.1. And now, when I add extension = php_mysql.dll to php.ini and restart server, Apache tells me that he can't start…
Evgeni
0
votes
1 answer

Firefox addon uninstall through registry

I have installed a Firefox add-on by adding a key-value pair in the registry under the following path- Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/myfile.xpi" The installation works I want…
0
votes
2 answers

How can I see the contents off a cfg file?

I have some questions about the .cfg file format. How can I open it and how can I edit the file so that it is still usable? If I search on the internet for a .cfg file editor I didn't find anything usable. I tried to edit it in Notepad or Wordpad it…
Jarne
  • 25
  • 1
  • 9
0
votes
1 answer

Can Terraform providers be extended?

We use Kubernetes with some custom extensions. We'd like to extend terraform-provider-kubernetes to have custom resources. I can't seem to find any documentation or samples for this. Is this possible? Any pointers would be appreciated. Thanks in…
0
votes
0 answers

Trying to force install a chrome extension for all users

I'm trying to force install an extension called 'Grammarly' for all users on a session host server. I have copied the necessary files to C:\Windows\PolicyDefinitions and when I run gpedit.msc, I can see under Local computer policy\Administrative…
0
votes
0 answers

Microsoft Azure Linux Diagnostic Extension issue

I have enabled LAD in azure Linux VM in ASM mode and have used below command: azure vm extension set ubuntuclassic LinuxDiagnostic Microsoft.Azure.Diagnostics '3.0' --private-config-path private.json --public-config-path public.json. I am not able…
0
votes
1 answer

Deny access to change file extension in shared folder?

Is it possible to deny users from changing files extensions in a shared folder? I'm asking that to try and avoid ransomware infection. I will deny people from changing file extensions inside the shared folder, so the encryption process won't touch…
Shlomi
  • 331
  • 2
  • 9
  • 19
0
votes
1 answer

creating php modules load order in centos

In Debian, we can create order for loading php modules that are installed inside /etc/php5/mods-available By creating symbolic links for php-fpm or php-cli or ... Could not find something like that in centos! Do you have any ideas?
madz
  • 123
  • 1
  • 6
0
votes
1 answer

Find the latest modified *.csv file and copy it into a different folder

My goal is to copy the latest file (based on modified date) in Windows to a different folder, and then rename the file to something different. My last line that is commented out was just a test to see that the copy command was working. Feel free…
JustBeingHelpful
  • 1,964
  • 7
  • 37
  • 53