stlcours Posted August 30, 2011 Posted August 30, 2011 Hi, First question, can it(.dll) run in apache2 in Linux? I tried to run .dll in Apache2 in Linux. So it should modify "httpd.conf": LoadModule isapi_module modules/mod_isapi.so AddHandler isapi-handler .dll <Directory "\home\myapp"> Options Indexes FollowSymLinks ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> Alias /mywebapps "\home\myapp" But I cannot find the folder "modules" in \etc\apache2, and alos there is none of "mod_isapi.so". I use ubuntu 10.04 and apache2.2.14, but I don't know how to install the package "mod_isapi.so". When I tried to "sudo apt-get install libapache2-mod-isapi", but it is not there. How should I do for continue? (it can already run PHP). Thanks... Best regards.
andersa@ellenshoej.dk Posted August 31, 2011 Posted August 31, 2011 I believe this is only possible on Apache for Windows. I don't think the mod-isapi is available on linux at all.
cvjcvj Posted September 1, 2011 Posted September 1, 2011 .dll is a windows dynamic link library... can'be used with linux.
Administrators Farshad Mohajeri Posted September 3, 2011 Administrators Posted September 3, 2011 Only Apache for Windows can run ISAPI dlls.
memoferprof Posted February 13, 2013 Posted February 13, 2013 Really?? How can I run my webapp.dll on Centos???? Please help me, I am developening a great system, I bealive on UniGUI, please help me!!
Administrators Farshad Mohajeri Posted February 14, 2013 Administrators Posted February 14, 2013 You may try Apache for Windows + WINE.
memoferprof Posted February 14, 2013 Posted February 14, 2013 Apache for Windows + WINE?? But, Wine is for LINUX and you are talking about Apache for Windows I can't understand it sorry I am rookie on UniGUI
AlbertoVesx Posted February 15, 2013 Posted February 15, 2013 memoferprf, why dont you just use a standalone uniguiapplication + wine in linux?
Administrators Farshad Mohajeri Posted February 15, 2013 Administrators Posted February 15, 2013 Apache for Windows + WINE?? But, Wine is for LINUX and you are talking about Apache for Windows I can't understand it sorry I am rookie on UniGUI Install apache for windows under WINE in Linux.
Skepsis IT Posted June 30, 2013 Posted June 30, 2013 Does anybody succeed installing apache for windows with wine under ubuntu linux? or run .exe with wine?
Skepsis IT Posted July 2, 2013 Posted July 2, 2013 Does anybody succeed installing apache for windows with wine under ubuntu linux? or run .exe with wine? Finally succeded using wine. wine msiexec -i apache.msi
rencarnacion Posted July 2, 2013 Posted July 2, 2013 What kind of Application are you running in apache ? Does Your Application connect to a Database if So then what kind of are you using, ADO, DbExpress or other kind Ronny Encarnacion
Skepsis IT Posted July 2, 2013 Posted July 2, 2013 Yes, I use Firebird with Zeos. Actually I am having a little bit of troubleshooting, because my app loads settings for the database connection from ini files and I get some strange errors, that I am not having when I run it as an exe on the same linux server using wine. Perhaps apache rights stuff.I'll be back when it runs 100%
rencarnacion Posted July 23, 2013 Posted July 23, 2013 Do you install The Extjs Too? Because you need to install de ExtJS in the server in order to run the Unigui Application ?
rencarnacion Posted July 25, 2013 Posted July 25, 2013 Great !! . Could You send us a Guide how we can do it thanks Ronny Encarnacion
Skepsis IT Posted July 27, 2013 Posted July 27, 2013 Well, when you install wine at linux, creates automatically on .wine folder, a folder called drive_c. At this folder I create a folder for my application, copy all the files and folder in there, including ext folder. Works fine.Moreover I try to install it as an apache dll but as I have mentioned at post #13 I have some issues. I didn't find the time to troubleshoot because I working right now on another project. When I have something newer I will come back!
Skepsis IT Posted September 11, 2013 Posted September 11, 2013 Hi, after a lot of effort, I get the error canot load dynamic libraries fbclient.dll etc, because I use zeos and firebird database. I try several things by loading using TZConnection.LibraryLocation but still the errors exist. The strange thing is that when I execute at the same server, same path, the exe file works fine, but the dll using apache....still nothing. If someone can suggest something... I will be pleased.
Skepsis IT Posted September 11, 2013 Posted September 11, 2013 At last it works!!! in the LibraryLocation I should state not only the folders, also the filename (eg. /home/userxxxx/FBCLIENT.DLL). and when a new dll file is uploaded, apache needs a restart. So, running a dll in a linux box can be done!!!
Skepsis IT Posted February 13, 2014 Posted February 13, 2014 Hi, it's been a long time but I will try, I try it on Ubuntu 12.04 Firstly install wine then you must install apache for windows using wine, wine msiexec -i apache.msi, then you place extjs folder and your application the same way like iis. Unfortunately, I abandoned this solution because I've got this problem http://forums.unigui.com/index.php?/topic/3475-icons-on-isapi-dll/?hl=apache and never found a solution.
Ulugbek Posted April 7, 2014 Posted April 7, 2014 skepsis Thank's I yesterday run as like standalone server on VPS Linux Ubuntu 12.04 minimal.. Working now 250 RAM 750 CPU 10000 GB HDD Step 1) Install ubuntu 12.04 minimal 2) Install Mysql 3) Install wine 4) Install XFCE with vncserver 5) Download for windows vncviewer for connect from my Windows to VPS server 6) Upload my unugui.exe and runtime exjs and install with Wine Programm loader Thank's for all
IRWANTO82 Posted October 2, 2014 Posted October 2, 2014 i think 256MB is not enough,, XWindows VNC eat your resource
Recommended Posts