I have problems to configure php in the Apache in my Windows Server 2016 Datacenter.
I don't have the php8apache2_4.dll in my non thread safe zip File. Do I have to download the Thread Safe Version or is any other way possible to handle php queries?
Thank You!
Related
Need to migrate my SonarQube to a new server (not the remote DB, just the application). Is there any special tool offered by Sonar to do so? is it just a matter of pointing this new installation (if possible) to the old DB?
Sonar v5.2
MySQL 5.x
Thanks!
I do this regularly as the servers I run on are only provisioned for 30 days. You don't specify the operating system, but for windows it's as simple as:
Stop "old" service
Copy folder from old machine to new machine
Install the windows service with the java wrapper
Start the service
In my case I change the DNS alias after the service is running
I am working with database project for that I installed postgresSql, jboss and apache 2.4 in windows 7. I am able to get data from postgresql to jboss server then using apache(localhost:80) able to get data in browser within LAN. Now I want to connect this server to external world. Other people could access my server from browser. How to make my server to available for external server.
Thanks
You may edit the pg_hba.conf file
I am wanting to build an Oracle OFM development environment on Windows 7 (64-bit) to migrate over an existing java/struts and PL/SQL application from OAS10G. So far I have installed the Oracle Database product (), Java 7, and WebLogic Server (10.3.6 = wls1036_generic).
Have I installed everything I need as far as OFM is concerned? I can't see how to configure the oracle http server to handle PL/SQL page requests. I spotted on post that said this can be done through the Oracle Fusion Middleware Control - which should be found at my-domain:7001/em, but that tool doesn't seem to be found. I only seem to have the WebLogic Server Console (my-domain:7001/console) which has lots of tabs and options but I don't see anything that lets me configure the ohs (Oracle Http Server). Does the Oracle Http Server (ohs) even get installed as part of the WebLogic installation?
Thanks for any help. Oracle product installations confuse me.
The OHS is confusing, as it hard to understand if you need a middle tier (OFM) or not.
And really you don't need a full OFM install, you just need the Web Tier.
In 11g:
http://www.oracle.com/technetwork/java/webtier/downloads/index-jsp-156711.html
In 12 (I have not yet installed this) the download is:
http://www.oracle.com/technetwork/middleware/ias/index-091236.html
After installing, I manually modify the dad.conf file to set up the DADs.
Keep in mind that using Oracle Http Server on the same machine as the database does not require a OFM license. If you install it on another machine, you do need to pay it.
The other thing you can do is install the Oracle Apex Listener. This is actually better than OHS because it can handle true REST request (where as OHS can only handle application/x-www-form-urlencoded and multipart/form-data).
Download:
http://www.oracle.com/technetwork/developer-tools/apex-listener/overview/index.html?ssSourceSiteId=otnpt
I've installed this using Glassfish as a middle tier, and it works well. The Apex Listener does not require another licenses and can be installed anywhere...
When using Zend Server on the Windows, CMS systems like Joomla runs OK but when I'm installed default Zend Server CE on my live Ubuntu Server - I have problems with file permissions probably because CGI/FastCGI is not running. How to turn on CGI/FastCGI for Zend Server on Ubuntu/Debian so server will be more compatible with CMS systems?
In my PHP info for windows lines appear:
Server API: CGI/FastCGI
PHP info on Ubuntu Server
Server API: Apache 2.0 Handler
PHP Version 5.3.14
Zend Server Community Edition 5.6.0
Server Software Apache/2.2.22 (Ubuntu)
Zend Framework 1.12.0
Any advice?
You might find that informative:
enable FastCGI for a certain virtualhost
I want to run mongos (that's the mongo route server named mongos, not a malformed plural, but I digress) on the server that's hosting our application layer. I need to run as a Windows service and I have poured over the directions on 10Gen's website. However, the tool set they recommend (Windows Resource Kit) is for Server 2003 (and prior) and is not recommended for use on 64-bit platforms. All my application servers are 64-bit 2008r2.
The documentation implies that mongos as a Windows service may be supported beyond v1.8.1. Has anyone had success deploying mongos as a Windows service on a 2008 server? If there is no native support, is there another version of the resource kit, or did you roll your own service wrapper?
Thanks for any information you may have.
-Seth
The request to add built-in support for running mongos.exe as a Windows service (the way you can run mongod.exe as a service) is outstanding as https://jira.mongodb.org/browse/SERVER-1589 -- you can vote for it to show your support.
srvany.exe does work in Windows Server 2008 R2 using the directions you referenced: I just tested it with MongoDB 2.0.2. The srvany.exe process is 32-bits, but it runs a 64-bit mongos.exe just fine.