application pool on Apache

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
johnyjj2
Forum Newbie
Posts: 6
Joined: Mon Aug 03, 2009 8:55 am

application pool on Apache

Post by johnyjj2 »

Hello!

I've got web application to be installed on the server. The server contains MySQL & Apache. Unfortunately web application was created for MSSQL 2005 and IIS 6.0 or 7.0. (By the way. I've got Windows XP Prof on server but I'd like to ask because of my curiosity - is it possible to run MSSQL applications on Linux servers?). I tried to run MSSQL on MySQL - without success (Console Terminal, MS Query Browser, DBConvert). I decided to install MSSQL Server 2008 in order to run .sql script files which are responsible for creating new database.

But my question is somehow different. The other thing required for installation is to "create application pool". I found http://technet.microsoft.com/en-us/libr ... S.10).aspx but it is about configuring it for IIS. My question is - how to do it for Apache?

And about MSSQL. I just installed it. I run:
C:\Documents and Settings\useruser>osql -Usa -Ppassword -i "F:\Data\MyApplication\Scripts\CreateDb.sql"
[SQL Server Native Client 10.0]Named Pipes Provider: Could not open a connection to SQL Server [2].
[SQL Server Native Client 10.0]Login timeout expired
[SQL Server Native Client 10.0]A network-related or instance-specific error has occured while establishing a connection to SQL Server. Server is not found of not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.

Greetings!
izzy4505
Forum Newbie
Posts: 16
Joined: Tue Aug 11, 2009 1:38 pm

Re: application pool on Apache

Post by izzy4505 »

You probably have an ASP.NET application. Give up, run that on IIS.

MSSQL Server does not run on Linux.

You have no need for application pools in Apache. A separate process is fired off for each request.
Post Reply