Questions tagged [executable]

An executable is a file that can be run on a device / computer. Those tags [service], [services], [windows-service] or [daemon] can be related, depending on how the executable is run.

An executable is a file that can be run on a device / computer. The tags , , or can be related, depending on how the executable is run.

62 questions
0
votes
1 answer

Automatically prepend executable Perl scripts using .htaccess (like php_value auto_prepend_file)?

I have previously built sites using PHP, where I automatically included header and footer html using the following lines in .htaccess on an Apache host: php_value auto_prepend_file "/var/www/html/parts/header.htm" php_value auto_append_file …
0
votes
2 answers

ENOEXEC on CIFS in SUSE

I am trying to execute a program on a CIFS mounted partition in SUSE 11.1. Whenever I try executing it, I get a "could not execute binary file" error. Using strace, I was able to determine that the shell was getting a ENOEXEC error on execve(). I…
Dan Albert
  • 101
  • 1
0
votes
1 answer

Can php5-fpm be configured for separate php executables?

Can php5-fpm be configured to use php executables? I want to compile php separately for some websites on the same server where as some of them use the same executable. Can php5-fpm be configured that way?
vfclists
  • 1,632
  • 5
  • 22
  • 37
0
votes
1 answer

CGI file executes only on local machine, not online

I've got a CGI script written in python (starts with #!/usr/bin/env python) that executes fine on the server. I type in /home/company/server/root/adam/code.cgi and it outputs the right output. I go to www.myserver.com/adam/code.cgi and all I see is…
Adam
  • 101
0
votes
2 answers

Windows Installer cannot execute EXE install files

When I run the msiexec.exe with an msi file, it runs perfectly. The problem is that many install files are not msi's but exe's. My question is: How can I run an exe file with the msiexec.exe command? If it's not possible, is there a way to convert…
Zakaria
  • 105
  • 1
  • 3
0
votes
1 answer

Policy exception for Windows User Account Controls and Update.exe

So... Apparently Windows has a list of filenames that require extra rights to run, included in this list is Update.exe, which happens to be the name of the file I'd like my clients to run without appealing to UAC. I'd like to not give the advice…
Peter Turner
  • 2,178
  • 9
  • 33
  • 45
0
votes
1 answer

how to convert EXPECT file to executable file

I am trying to convert EXPECT script that is located in an ubuntu client to a .exe script so that I can execute the EXPECT file from web browser using javascript. Can anyone guide me on how to convert the .exp file to a .exe? Thank you in advance
Syahmul Aziz
  • 47
  • 2
  • 8
0
votes
2 answers

binary executable working in centos but not in ubuntu

I was trying to install weblogic 9 to test if an application is working correctly when migrated from a previous release. I downloaded the "Oracle WebLogic Server 9.2 MP3" and I was able to install it normally in CentOS 5.5 [jason@centos5]$…
jason
0
votes
5 answers

A file that exists doesn't exist. (Bash claims a file exists when it doesn't.)

root@omega-15:/var/unreal/src# find ./ircd ./ircd root@omega-15:/var/unreal/src# ./ircd bash: ./ircd: No such file or directory What the hell is this? Bash thinks that the file doesn't exist, when it obviously does. -rwxr-xr-x 1 unreal unreal…
Sei Satzparad
  • 221
  • 1
  • 4
0
votes
2 answers

How to run an executable of linux/windows server from browser?

Suppose the uri of that executable is known:http://domain.name/exe_uri Will it be executed if we just type it in the address bar?
apache
  • 3,227
  • 7
  • 27
  • 25
0
votes
4 answers

Can't run an executable under Linux

I chmod 777'ed an executable and trying to execute it like this: /home/gandalf/./sample but it doesn't work /bin/bash: line 25: ./sample: Permission denied What can be the problem? Thanks.
Salina Odelva
0
votes
0 answers

Error starting service NSSM CakePHP

I'm trying to start the service installed with NSSM. The error occurs when performing the process on the Skymail server. The executable that is turned into a service is a .bat file that executes CakePHP code, the code of the .bat file is as…
0
votes
0 answers

How to configure Windows to execute only .exe with certificate signing?

I want to run (on a certain computer with Windows 10) only those exe. files, who signed by certificates, which installed on the computer (it can be certificates from CA or my own test certificate). I already tried this solution (and many…
0
votes
3 answers

Any ideas how could I've been ransomware hacked?

A couple of days ago our clients reported our Solarwinds website was down. So I connected to check through remote desktop and there it was, a fullscreen html-like interface where you could only use the mouse to type using the interface…
0
votes
1 answer

Add custom exe app to windows image

Is there possibility to add custom .exe application to Windows 10 image which will run in autostart when i install image on some computer? Either with DISM or ICD? //EDIT: App is without installer - its just few files + executable
Johny Wave
  • 11
  • 1
  • 5