IIS Just Stopped Serving..
I have been hosting a site for the past number of weeks on IIS on Server 2003..I have a no-ip a/c which is working fine along with port forwarding on my router..
The other day I restarted my server for something but now I cant seem to access my site from across the internet and according down for everyone or just me (website) it is down. I can, however, access the site using domain name from within my lan.
I'm not too hot on server 2003 or IIS. What can I do to debug/diagnose the problem?
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Reverse Proxy Apache ==> IIS, Need Custom Error Pages Triggered On IIS Side
I'm not sure if this is the right forum, or if anyone can suggest a message board where I might get support on this. This is what I have. I have Apache and IIS both running on Windows 2k3. Apache is running in reverse Proxy mode sending multiple domains/virtual hosts to IIS. Code: ProxyRequests Off <VirtualHost *:80> ProxyPreserveHost On ProxyPass / http://localhost:8080 ProxyPassReverse / [url] ServerName mydomain.com </VirtualHost> Now, if I type in [url]everything works great and IIS (listening on 127.0.0.1:8080) serves the page. However, I am doing custom error trapping, so when I type in [url](and /mydirectory doesn't exist on IIS) I need to fire ASP code (via custom error messages/handling) on the IIS server and then present a data driven page. However, Apache is returning A 502 error: Code: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /mydirectory. Reason: DNS lookup failure for: localhost:8080mydirectory Is there a way for me to setup Apache to pass all error checking to IIS while using it as a reverse proxy?
View Replies!
View Related
Nsplayer Must Be Stopped
i have been around the internets trying to figure out how to stop this menacing problem and i really have come to just a lot of dead ends. my issue is that i want to block people using something called nsplayer from ravaging my bandwidth. every day there are at least 300 or so entries from people using this piece of software which is causing me to blow through about 20 gigs a day instead of around 5-7 gigs. the fine support folks at imountain went out of their way and wrote a htaccess script but alas that isnt helping that much. so, what i have been doing is just banning each individual ip through htaccess and sometimes it works and sometimes it doesnt. my site is in my profile. is there anyway to block this completely? here is an example of one of my log entries. 79-65-96-136.dynamic.dsl.as9105.com - - [23/Sep/2007:19:33:06 -0700] "GET /debaser/vol.%204/14%20Wish%20You%20Were%20Here.mp3 HTTP/1.1" 200 803868 "-" "NSPlayer/11.00.6000.6324 WMFSDK/11.00.6000.6324" i dont know if it matters, but i am using h-sphere and indexing is turned off.
View Replies!
View Related
How Do I Change IIS Service Accounts? (was IIS Services)
Is there a way to change the web services (from Windows) from SYSTEM to an Admin account? (Cos i need to use PHP's system() to run a process on the system but it only takes in user: ADMIN and not SYSTEM I have tried changing the following processes: IIS Admin World Wide Web Publishing Simple Mail Transfer Protocol (SMTP) but i still get a dependency error. Please advise. Or should I use Apache?
View Replies!
View Related
Tomcat @ Cpanel Stopped
for some reason since 2 days ago tomcat stopped working by itself. i removed it and reinstalled it several times with no luck at all. it seems it has something todo with mysql connectivity, but the weird thing its working on php just fine even the test code its not working ....
View Replies!
View Related
Mail Stopped Working
I run a small website on a dedicated unmanged server with cpanel. About a month ago,i stopped getting the daily mails from addresses that are located on the server... Also,when I attempted to send mail to one of these addresses I never received it... Its a RHEL 3 server with cpanel,is there anything I can do to see where the problem is?
View Replies!
View Related
Servint - Serving Porn On My Sites
What is up with servint? I have domains and a vps through them. The vps is now serving up porn on all the sites. When I call servint they say I don't own the name but a whois shows i DO INDEED own the name for another year and it is registered to me and they are the registrar!!! The portal user/pass suddenly stopped working so I can't even put in a support ticket All I get is a message machine ... does anyone know if servint staff ever come on this board. It has probably been hacked but it is pretty disturbing when they say I don't own the domain but it is CLEAR THAT I do own it.
View Replies!
View Related
Speed Up Serving Large Files
I'm working on a web site which will basically be a flash games portal. I have a dedicated server running Apache 2 on a 100mbit dedicated line but my download speed for large files (flash files of over 5mbs) is really slow. I am thinking this is because of Apache but I don't know much about this. I've read that I should change for a lighter http server for serving static files. The way my server is set up is I have 2 virtual machines running, one doing the PHP processing and the other serving static files, both running Apache, so if I have to change HTTP server for the static files it would be very easy. Although I am not sure if this is necessary or if I can tune Apache to push files faster than this.
View Replies!
View Related
Serving Data From 2 Hard Disks
I have a server with 2 hard drives, say drive A and drive B. Right now all my files, database and data is on drive A, and drive B is empty. Since I have another drive available, I want to split the load between the two drives. I'm ok with having the web pages and the database on one drive. I mostly want to just have the data (I have about 500GB of data) split between the two drives. Note that I want to avoid duplicating the data. I want to have each file on either drive A XOR drive B. Should I map a separate subdomain to drive B and then use that subdomain to serve the half of the data thats there? Is there something I can do with hard/soft links on the server so that even though the data is on 2 drives, users still use the same url to access data on either drive? Any other options?
View Replies!
View Related
Media Serving And Cache Daemon
what I want to do, have a "node" somewhere serve media (static) files from a central server, but cache the static files the first time they are hit, so subsequent requests to the "node" don't require getting the file from the central server. Is there readily available solution to this?
View Replies!
View Related
How To Tweak Linux For File Serving
i have few servers that just serve files (1MB-100MB) Suse Linux on all the servers have minimal apps installed and i already got a llarge performance increase by dumping apache now im look at tweaking at the OS level any settings in Linux itself to speed up sending files down the pipe? net.ipv4.tcp... in /etc/sysctl.conf?
View Replies!
View Related
Static File Serving - Performance
I'm planning to setup a server ONLY for hosting of static binary files varying from few KB to few MB in size. I've seen some of the litespeedtech performance benchmarks, which you can find here: [url] From the "small static file" benchmark chart, i can see that IIS6 beats lighttpd in this test. So i'm wondering does the IIS6 really have better performance at file hosting than lighttpd. Actually it does not matter which operating system i will be using at this server, since i will use it only for file serving. With lots of concurrent connections. Possibly thousands of connections. I need some feedbacks on this, so i can decide, IIS or lighttpd. Few more bucks for win2k3 won't be an issue here, if it's performance is better than lighttpd for this kind of use.
View Replies!
View Related
10 Second Lag Serving Static HTML
this isn't my server, so I don't have a lot of information about it, other than it's a Linux/Apache Dedicated server at EV1. (cPanel/WHM) There are other sites on the server, and they are running fine. One site has a terrible lag. It takes about 10 seconds to serve up a static HTML file.. Now, it's not like the server is slow. It's like this: You request a small HTML file. The site sits and thinks about it for about 10 seconds, and then after that everything processes quickly. The forum on the site is the same way. Everything you click on works fine and loads quickly after that initial delay passes. Is there a common configuration problem that might be causing this? If you want to see this phenomenon, here are a few test files: [url] [url] [url] [url]
View Replies!
View Related
Apache Serving Blank Pages
I am having this issue with a new box where Apache at random serves blank pages and won't serve anything but until it's restarted. I see no errors in /var/log/messages either to show why this is happening. It's not all pages either just several various ones. I know it's not a programming issue either because the only thing the server is running is one instance of vBulletin. I look at top during this and CPU and RAM usage are very low. The only fix to get Apache to serve the pages is to restart it. Anyone have any clues on what it could be? I set my php.ini memory limit to a gig (I have 16 gigs in the sever)
View Replies!
View Related
SMTP Connection Has Stopped Working
I have been having great trouble sending mails from my local Thunderbird/Windows client to my Debian/Exim-server via TLS/SMTP. I am no expert on TLS and SMTP, but I managed to create a server certificate and set up a secure (TLS) connection more than a year ago, and it has been working fine until it suddenly stopped working a couple of weeks ago. Sending to external addresses from web pages still works fine, the problem seems to be in the SMTP connection. If I try to "telnet xxx.xxx.xxx.xxx 25" I get no reply whatsoever (it seems to connect but it just gives me a blank screen with a blinking cursor) and I am wondering if there is a firewall issue or if I am simply not running the right daemon to listening for incoming SMTP connections... POP continues to work fine with teapop/stunnel enabled. I am running Exim 4.63-17 on Debian Etch. I configured Exim to be of the type "internet site; mail is sent and received directly using SMTP" ============================== Firewall shouldn't be a problem (?): debian:~# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination ============================== I really don't know what to do. I have tried running: tail -f /var/log/daemon.log Which responds when I access my mail using POP but not when I try to send using SMTP.
View Replies!
View Related
CPanel Stopped Working In Vista
Yesterday I could reach all of my cPanels on a Vista laptop; today they all time out. I can reach them with other computers. It doesn't matter if I go to mysite.com/cpanel or mysite.com:2082. I even added a port 2082 under Windows Firewall; no change. I'm not using any 3rd party firewalls. I did install a bittorrent client last night, then uninstalled it when it didn't work.
View Replies!
View Related
Email Stopped Working On Server
Recently I noticed that I was not getting any email on my server. Server is running CentOS When I send email to myself I am not getting anything and then it bounces back several days later saying the server is not responding. When I check on Dnsstuff.com I get the following: Trying to connect to all mailservers: mail.webzila.com. - 216.32.77.68 [Could not connect: Could not receive data: Operation timed out.] [Note that if your mailserver takes over 30 seconds to respond, our test will timeout, even though real mailservers will wait longer] I tried turning mail services OFF and then ON again in Plesk but that didnt help.
View Replies!
View Related
Serving & Playing Breeze FIles
Having trouble hosting Macromedia Breeze files on a brand new dedicated 2003 NT box. Anything I need to adjust? When someone visits the URL, it loads the presentation main screen, but it's supposed to auto-play several movies and it won't. It works fine locally and on 2 unix servers I tested it on, but not the new NT box. The weird thing is, if I remote desktop to that server, I can't play that presentation locally or server thru the linux boxes. I figured it was an extensions thing, but like I said the intro still does appear, and if I go to Adobe.com and play a new "Adobe Presenter" presentation - it works fine.
View Replies!
View Related
Preferred Operating System For Web Serving
I have been online since 95 and I've got a lot of information I could help others with regarding web development and interface design. One thing I'm terrible at is System Administration, but I'm getting better and my first step is to pick a reliable operating system for both the webservers and the database servers. Would anyone be willing to answer the following questions or point me to a thread that already discusses these? A little background, our site has 200k members, 30k active and is growing by about 5k a week. We still run MySQL 4.0.27 on the DB servers and they are running FC2. The webservers are Apache 1.3.37 and PHP 4.4.2 running FC2 and FC4 as well. My questions 1. What OS would you prefer to upgrade to for the web servers? and a "few" reasons why? 2. What OS would you prefer to upgrade to for the database servers? and a "few" reasons why?
View Replies!
View Related
Problem Serving Gzipped Static Content
I'm trying to serve as much gzipped content as possible on my web site. I will gzip dynamic pages on the fly using PHP, and I plan to gzip static content just one time, not to use much CPU, and serve css.gz, .js.gz files, etc... So, I uploaded a test.html file and a .css file that changes the color of the text to red. I gzipped the css file: %gzip style.css I also uploaded an .htaccess file with this content: RewriteEngine on RewriteBase /gzip/ RewriteCond %{HTTP_ACCEPT_ENCODING} gzip RewriteRule ^(([^.]+.)+)css$ /$1css.gz For now I'm not going to include any gunzipped style sheet, just to make sure my browser picks the gzipped style sheet. I also uploaded a phpinfo.php file to make sure I have mod_gzip. So, here's the list of files I have: - .htaccess - style.css.gz - test.html - phpinfo.php But when I open the test.html file: [url] the style sheet isn't applied. If I upload a regular style.css file, it works fine. It seems the Rewrite rules aren't taken into account. Do you know how I could server the gzipped style sheet instead?
View Replies!
View Related
PHP Mail() Function Stopped Working
I have a dedicated that suddenly stop php mail() function to work. Very strange because if I run php script with mail() function as root on command line all working fine. But If I run php script with mail() function in my browser so not work. Seems that only ROOT can run mail() function.
View Replies!
View Related
Munin Stopped Reporting Eth0 After Reboot
I rebooted my server and now munin is not showing any eth0 traffic. All other graphs are fine. I can see there is a ton of apache accesses so there is definitely eth0 traffic. Munin logs report no errors. I restarted munin and munin-node. I even did 'yum remove munin munin-node' and reinstalled again but it still doesn't work for eth0.
View Replies!
View Related
Remote Desktop Suddenly Stopped Working
I have a server that I access through remote desktop. Suddenly I am getting the message "Remote Desktop Disconnected: The computer can't connect to the remote computer." when using Remote Desktop. It was working a few minutes ago. A while ago I suspected that someone knew the password for the box. I did change it at the time, and thought the issue was solved. Is it possible to turn off remote desktop remotely (whilst using remote desktop). Power cycling the server isn't making any difference. Any other options other than putting in a support request at the host?
View Replies!
View Related
Client Stopped Connection Before Send Mmap
I've got a one month stable setup running a cpanel + apache 1.3.x and suddenly starting yesterday i get these errors from time to time in the log from various IPs: (104) Connection reset by peer: client stopped connection before send mmap completed (32) Broken pipe: client stopped connection before send mmap completed send mmap timed out Googling shows people guessing at everything from mysql errors to the visitor clicking a link on a partially showing page before it's completed. Anyone with more clear insight? Mysql shows no apparent errors. Site is a heavily loaded wordpress setup with mod_gzip the only major addition to apache. Also running a firewall for a week now. Errors did not show up until yesterday.
View Replies!
View Related
MySQL Getting Started And Stopped All The Time (by Innodb )
MySQL didn't work well on my server so I had a look at the err file. It indicates that MySQL is getting started and stopped all the time. After it has started it will stop and then start again etc: 070106 14:40:25 InnoDB: Started; log sequence number 5 959534492 /usr/sbin/mysqld: ready for connections. Version: '4.1.21-standard' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Communi$ A mysqld process already exists at Sat Jan 6 14:40:28 CST 2007 070106 14:40:38 [Note] /usr/sbin/mysqld: Normal shutdown 070106 14:40:38 [ERROR] /usr/sbin/mysqld: Sort aborted 070106 14:40:40 InnoDB: Starting shutdown... 070106 14:40:41 InnoDB: Shutdown completed; log sequence number 5 959534492 070106 14:40:41 [Note] /usr/sbin/mysqld: Shutdown complete 070106 14:40:42 mysqld ended 070106 14:40:42 mysqld started 070106 14:40:42 InnoDB: Started; log sequence number 5 959534492
View Replies!
View Related
Mailbox Allowance? My Incoming Emails Have Stopped Coming In
But with my current host, my incoming e-mails have stopped and have done quite a lot of times, If I send an e-mail to myself from another acount, it gets bounced back. When I'm searching for hosts, I can't see any info on mailbox allowance. I'm using Outlook to download all my e-mails. I don't know why they are stopping and I can't find out from the person who got the host from me, in the past he said something about me having to delete e-mails. But this would come back to mailbox space which no hosts seem to advertise, unless it goes under webs space. If my mailbox is full or ran out of space, does anybody have any recommendations for a host that offers a good amount of mailbox space. Another question, am I limited to the amount of e-mails I can send with some hosts? I'll be sending out Newsletters to 600+ people each month.
View Replies!
View Related
OpenVPN Stopped Working - Was Running Fine For Months
i havent touched the config on my vps box for months and it has been running OpenVPN without any problems. All of a sudden it is complaining it cant find /dev/net/tun Nov 15 06:45:18 gizmo openvpn[23616]: Note: Cannot open TUN/TAP dev /dev/net/tun: No such device (errno=19) Nov 15 06:45:18 gizmo openvpn[23616]: Note: Attempting fallback to kernel 2.2 TUN/TAP interface Nov 15 06:45:18 gizmo openvpn[23616]: Cannot allocate TUN/TAP dev ls -l /dev/net/tun crwxrwxrwx 1 root root 10, 200 Jul 4 21:55 /dev/net/tun any reason why it would stop working? i am on a VPS i have asked if the host machine parameters have been changed but in the meantime anything else i can check?
View Replies!
View Related
What Type Of Server And Os, Etc For Just File Serving- Small Files Like Under 10kb
I have a website that just serves small files, under 10kb most of them. I just need a server that lets me ftp the file to it, set up subdomains and domains for one website. Don't need to manage mysql or anything. Not even php. Just serve files. A good fast OS? Something like lighttpd? Ioono? I'm currently doing 600gb of bandwidth per month. I'm expecting to do about 1000gb by the end of the year. Would a small server like a pentium 4 be able to handle just serving files?
View Replies!
View Related
Godaddy: Upgrade From IIS 6 To IIS 7
I am looking to upgrade my hosting account from IIS 6 to IIS 7, as I haven't been able to install some of the apps that I want on godaddy. I am just looking for a quick direction should I upgrade or not? I am not very knowledgeable about IIS thing, Godaddy says that If I upgrade I will not be able to downGrade, that makes me more snif* please has anyone upgraded? so please tell me what would the consequences? or if any godaddy staff reads it please also tell me that on Upgrade page it shows me my directories, should I check them all?
View Replies!
View Related
An Otherwise Great Performing Server Now Delays Prior To Serving PHP/mysql
One of my dedicateds (Fedora 7 / apache 1.39 / php5 mysql5) has been running flawlessly but now has a strange ~4-5 second delay when serving up PHP/mysql pages such as Wordpress. I say delay because it appears to think about it for several seconds, then when the page finally begins the refresh process, everything serves up lightning fast. Latency is low, direct file downloads are faster than ever. ModSecurity is running, and accounts for about 1 second of that delay (tested with it on and off), but the other 3-4 seconds is a mystery.
View Replies!
View Related
Iis 5.2
I'm using php to send a email, my problem is the email doesn't arrive in the inbox for like over a day. What could be the problem besides Using IIS and not apache. Is there any simple solution to this or has this happen to anyone else before using IIS.
View Replies!
View Related
IIS
I want to modify stopped website page in IIS. a blank page seems when i stopped a website as default. i want to change it with a custom page.
View Replies!
View Related
IIS
I have a local website on a separate laptop at my office local network. Whenever I type this in that laptop's explorer [url] or [url]which is the IP of this computer it's working properly. But when I tryito access it from other computers in the same domain it's not accessing and displays an error message that this Page can't be displayed.
View Replies!
View Related
IIS And Mod_rewrite
I've just moved a few webistes from Linux to Windows and I'm using IIS to run them. Does anybody know of any free alternatives to ISAPI_REWRITE so I can use mod_rewrite per account?
View Replies!
View Related
Configuring IIS
I have IIS with the default site and a site i created. it appeared to be configured correctly but even from the server if i try to "browse" any of the pages i still get "internet explorer cannot display the page" from my site and "under construction" from the IIS default site.
View Replies!
View Related
Setup For IIS 7.0
I am currently using windows server 2008 standard to host my website. I set my website up with IIS and when i type in localhost i can see it. But, if i type i my ip adress I see my router's config page. I use dyn dns updater which takes my ip adress and uses that to update my website. But, when I go to my website I see my routers config page, not my website.
View Replies!
View Related
Cant Connect To IIS
is to use windows authentication, to connect to the site, and connect to MS SQL with the same user. I read on the net (http://msdn.microsoft.com/en-us/library/ms998358.aspx), and it said I should go to my default sites properties, to to the "directory security" tab, and make sure "Integrated Windows authentication" is the only box that is checked. I did that and now I cant connect to my site... When I try to connect, it bring up a windows user name and password box. I put a user name and password in, but nothing... Iv double checked the user exist, and still nothing...
View Replies!
View Related
Why Is My IIS NOT Working
I'm a MS Access 2000 guru, and I'm trying to build a web page in Access. As per the instructionsin your article on [url], I've installed the IIS through the Add Windows Component section of the Add/Remove Programs application in the Control Panel. But after building the ASP file, as directed, and putting it in the C:Inetpubwwwroot folder, the browser gave me the standard "Page Not Found" display.
View Replies!
View Related
How To Do Reporting With IIS 5.0
if there is anyway that IIS 6.0 can do reporting of the websites that are running on it. For example I would like to get the local IP address and host header values for them. I can do it manual by going to each website but that will take forever. It seems like there should be a easier way.
View Replies!
View Related
.htaccess On IIS
I am using a script, on which i want to enable friendly URL, below are the instructions. Friendly URLs Settings Apache Settings (please add the following lines to your .htaccess file to turn on friendly URLs) <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /hcl/friendly_url.php [L] </IfModule> But, issue is, i am using IIS on Windows Server. How can i implement this?
View Replies!
View Related
IIS Or Apache
im starting my first steps 4 web development using Mysql & Php but im confused a little bit about the Web Server Software ive Windows XP & sepported IIS but i dont know what 2use IIS or Apache?
View Replies!
View Related
Subdomain And IIS
I want to create a subdomain "exchange.domain.com" I want this subdomain to be redirected to another site. Possible? how? the hoster has a catch all set on my domain, domain.com but how can I add a subdomain and have that subdomain redirect to a different site in IIS 6 (WS2003)?
View Replies!
View Related
SMTP On IIS
I want to send some emails from my Win2003 server with IIS6. I have turned on the SMTP server, but I dont know how to connect to it or set it up. How do I find out the connection details (e.g. smtp.server.com)? I put a test mail as a txt message in the C:InetpubmailrootPickup folder and it sent OK to external mail address. NowI want to get some applications to use the server. I just need a really simple config, one email account, it doesnt even need to collect emails, just send them out. No authentication needed either. One more thing: how to limit access to the SMTP server to only my server an no outsiders? I want it to be used by just two applications running on the server.
View Replies!
View Related
WAMP On IIS
Can anyone point me to some decent instructions on how to get PHP/MySQL working on IIS? Basically I want to be able to use PHP + .NET at the same time. Been looking around and trying for awhile with no luck. I know it's always better to get my hands dirty and install everything manually. However, I'm not confident about configuring it properly. So if anyone knows of a good WAMP installer that does everything painlessly it'll be great.
View Replies!
View Related
IIS Permissions
how permissions work in IIS in basic english I spent ages trying to get a crm system working on my server and it only worked without errors when I changed the anonymous user privileges to "change" instead of "read". Now this is meant to be insecure right? But my question is.... what exactly can go wrong with this configuration? In what ways is it insecure? Also... correct me if I'm wrong but do: - Web server permissions: only affect what scripts can run locally etc... and - User / file level permissions: Protect against anonomous access changes from the net?
View Replies!
View Related
Hotlinking And IIS 6
I've tried a couple of different apps and solutions re hotlinking and IIS w/out finding a real winner. Hoping folks may have some recommendations re apps and/or solutions for dealing w/ hotlinking and IIS 6.
View Replies!
View Related
PHP And IIS
I am trying to get my own web server started and eventually want to use a MySQL database with it. Right now however, I am trying to get PHP to work. I am following this tutorial. I am trying the example on this page. I can see everything except where the date should be (It just says "Today's Date (according to this Web server) is" and then nothing). Does anyone know why this would be happening? I installed PHP with the .msi installer from thier website and i enabled scripts in IIS and there is a .php app mapping in the Application Config section in IIS. This may help, when I put the adress for the specific PHP file, it gives an error that the "Specified Module was not found".
View Replies!
View Related
IIS Authentication
We've been having some trouble logging into our Intranet here at work. Essentially it is set up to use Integrated Windows authentication but for some reason that was disabled last week and so no-one could log in. That was easy enough to fix and everything seemed to be back to normal. However, I installed ModX CMS into a subfolder but when it comes to logging in to the admin backend I am repeatedly asked for my Windows ID and ultimately told I am not authorised to view the page. I can see the login page and I can enter the ModX admin details but it won't let me further than that. The strange thing is a colleague with the same (admin) rights can log in no problem!
View Replies!
View Related
IIS Proxy
I work for a company who is on Microsoft Technology, IIS 6.0 specifically is what I deal with day to day. We support classic asp 3.0, .net and php ( through plain jane cgi mode *yuck* ) and I am newly hired and bring ruby on rails to the table. Eventually we are going to replace the entire stack with ruby on rails as I re-code our existing tech. While waiting for IIS 7 to solve the majority of their problems with the lack of MS made IIS modules for rewriting URLs, fast CGI, Server-Side Forwarding I need to get my application out the door and for it to be stable. Our server is a 2.4ghz Xeon with 512mb and our first order of business is to finally push it to 2g ram. That will help Ruby best as the application is running. What I would like to do is Have IIS sit in front of Mongrel, a ruby HTTP server serving my RoR applications, and pass requests to it. For example the IIS right now is serving 3 .org/edu sites. We use a company to redirect our URL requests to our IP and IIS has 3 virtual servers passing on the buck all on port 80. It works very well. I want mongel to sit at, for example, port 8080 and have 1 .org that we serve to use mongrel to serve the content. As I understand it this is called Server-Side Forwording, aka Proxy, and is very ellusive on Windows. The options I have found is a) the use of Microsoft ISA which is probably out of the question. b) an ISAPI such is ISAPI Rewrite or c) Pound Our problems arise is that we don't have the ability to toss up another machine for Pound or ISA. Pound can run on CentOS out the box but again, no machine as we are funded by grants, and that will ruin one of the network admins remote desktop uses [so I understand but I could be wrong.] I have posted on the ISAPI Rewrite forums to see if their 'proxy' feature is indeed what I am looking for. I don't have anything bad to say about Microsoft tech, I enjoy Apache 1x, 2x and have come to respect IIS 6 as well. I just find it hard to find a lot of solid products and documented howto's on MS. One thing I don't find lack of is people with the same darn problem and nobody willing to share solutions exept the ones that are really just technology previews. So my question is : Has anyone has run across this need and what you did to solve it. Am I on the right track? Again, solutions like mod_proxy for apache isn't an option I need IIS.
View Replies!
View Related
|