0
votes
1answer
6 views

Convert IIS log file in to Apache common log format

What are the converters available for converting an IIS log file in to Apache common log format? I found the following link, but I need any other tool which is not mentioned here. ...
0
votes
1answer
25 views

iis and apache combination on real server for 403

We have a win2003 server that run both IIS 7 and apache (using wamp server 2.2). We put on both server a page named test.html that show us a message that say "You are on IIS page" and "You are on ...
0
votes
1answer
27 views

IIS 7 URL rewrite module equivalent Apache mod_rewritte?

Currently we have an API serving in Apache with Mod Rewrite module with the following rules: RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php ...
0
votes
0answers
6 views

Can you still use .htaccess for setting CGI type/handlers with IIS (like you can with apache)

Simply adding a .htaccess file which sets the type and handler for CGI is enough for apache to let you run CGI files, does IIS differ at all?
0
votes
0answers
46 views

ERROR on WAMP: allowDefinition='MachineToApplication' beyond application level.. virtual directory not being configured as an application in IIS

I have an ASP.NET C# website program which runs perfectly when run in VS2010 but when I put it in the WWW/ASP folder of WAMP. It errors this message: It is an error to use a section registered as ...
0
votes
0answers
16 views

Web mirroring detection by analysing Apache/IIS log file

Since Web mirroring is having an exact copy of another site,it can be used by phishers to have users entered their credentials in the mirrored site. Some times they redirect users from the legitimate ...
1
vote
1answer
90 views

Is Node.js suited for compute intensive web services

I am going to create a set of web services that include very compute intensive code. The calculations can run from 1/2 a second to 20 seconds. The computations exist in C code. I would probably not ...
-1
votes
3answers
146 views

Apache Server or IIS? [closed]

I have a php web application which calls a C# console application. Can I host the application in an Apache Server or do I need to host it in an IIS? Should I use windows or linux for the apache ...
0
votes
1answer
54 views

CORS, IIS - the strangest failure ever

I got a Microsoft IIS server (over TMG firewall). I got Apache server (different location, no firewall). My IIS server serves data files (plain text, actually - CSV). Apache server serves simple HTML ...
-1
votes
1answer
20 views

Serving site content from multiple servers (UNIX and Windows) [closed]

I have a Windows server running IIS7.5. Our site uses predominantly C#/webforms however I also have a forum and blogs which run using PHP software. (Wordpress/PHPBB) I'd like to move these out to ...
1
vote
0answers
84 views

WSDL issues from Apache Tomcat to IIS7 C# web service and back to Apache Tomcat

I'm having some issues implimenting a vendors box within an existing environment. Their box is running Apache Tomcat and I'm running IIS7. When the WSDL file is passed from Apache to IIS, IIS responds ...
0
votes
1answer
162 views

Image Path Issue >> Shows full path in URL not resolving on IIS

When I look at the code my javascript app generates, NONE of the paths are the full path as I always build to relative paths: <img src="img/gallery/AlloraKitchen_off.jpg" ...
0
votes
0answers
88 views

401 error on sub folder with IIS and Apache reverse proxy

I have an IIS server running an ASP.Net MVC3 application. The site is configured to use Windows authentication over NTLM. Internally the site works perfectly. However, when the site is routed through ...
1
vote
1answer
482 views

rewrite urls with slashes ( %2F ) in query string

I was wondering if there is a way to handle in a rewrite rule ( iis and apache ) url query strings which contain a slash ( %2F ) as part of it. as an example: www.domain.com/project/word1 gets ...
1
vote
1answer
109 views

Possible security issues of setting Access-Control-Allow-Origin

I see that setting "*" wildcard is security risk i.e. Access-Control-Allow-Origin: "*" What i would liked to know are there any security risk in setting of concrete domain i.e. ...
1
vote
2answers
108 views

Perl code output behave differently in IIS and Apache

I have perl script which is setting header with following command print "Content-Disposition: attachment; filename=test.csv\n\n"; This script is behaving differently when deployed on web server IIS ...
-5
votes
1answer
71 views

What risks are involved Hosting ASP.NET on APACHE server? [closed]

What are the risks involved if i hosting Asp.NET Application on APACHE server? How will it differ in the hosting on IIS in terms of Technical competency, COST, efficiency?
0
votes
0answers
61 views

How to make the same MySQL instance accessible to both IIS and XAMPP?

I'm coming into a job where I need to be able to test client websites that use Apache, PHP, and MySQL, on my dev server, running as localhost. At the same time, I have clients ith legacy sites that ...
1
vote
0answers
56 views

can i rely on xampp to serve 200 - 300 users [closed]

I've created a Script in PHP,MySQL for my company the application users are about 200-300 user. The problem is my company run windows server Should i install my application in: IIS Use Xampp on ...
-2
votes
2answers
78 views

Is it possible to install Shibboleth SP on a server other than IIS?

Is it possible to install Shibboleth SP on a different machine that deploy IIS and application? If so, how?
2
votes
2answers
85 views

Subdirectory pointing at different website - possible?

I think what I'm asking is impossible but here goes. I have two sites, one is wordpress hosted on an apache server. Let's call this one mydomain.com The other is on IIS and let's call that one ...
0
votes
1answer
30 views

How to setup multiple OSQA instances on a Windows server accessible through IIS?

On my Windows server, I will be hosting a few unrelated websites that I would like to add the features of OSQA to. As such, there will be no shared data between the OSQA instances. Is it possible to ...
0
votes
0answers
94 views

Apache (WAMP) & IIS 7.5

I am running Apache 2.2 (through WAMP) and IIS7.5 installed on a windows 7 box. I am running into problems when I try to access the my app on apache. Whenever I try to access my app which runs on ...
2
votes
2answers
217 views

Console Hosting WCF service Http accessible under mono and IIS

I am currently working on a project and trying to learn about WCF web services. I have a console application which hosts a WCF service. I have added the URL that it should be accessible on in the ...
1
vote
1answer
213 views

How to setup apache virtual host with IIS intalled [closed]

I have wamp and IIS installed on my Windows 7 PC. I already changed Listen 88 and ServerName localhost:88 in my http.conf file. I can browse both wamp server and iis server. But The problem is I want ...
0
votes
1answer
48 views

same domain, two servers…one linux, one windows [closed]

I would like the great majority of my site to be on a linux server, but I would like a small section of my site to be able to host silverlight apps. Is it possible to have two servers, one linux and ...
0
votes
0answers
100 views

Translating .htaccess rewrite rules to Web.config

I've developed a PHP application on an Apache web server but now need to deploy it to IIS, which apparently doesn't work with .htaccess files. These are my rewrite rules: RewriteCond ...
6
votes
3answers
147 views

Redirecting HTTP form post

A little background: I have a form on a public website that needs to post data to an apache server behind my firewall. I don't want to provide direct access to this webhost from the internet. ...
2
votes
1answer
199 views

IIS virtual directory home different than Apache

I have a site I developed on a WAMP server in house, and is hosted offsite (presumably on an Apache server). The site was created in the root directory of the WAMP server (C:\wamp\www). I'm now trying ...
2
votes
0answers
526 views

Apache's ProxyPass and ProxyPassReverse equivalent in IIS

Is there Apache's mod_proxy equivalent in IIS? I have following configuration in my Apache's httpd.conf (mod_proxy enabled): Header add Set-Cookie "ROUTEID=hej.%{BALANCER_WORKER_ROUTE}e; path=/;" ...
0
votes
0answers
150 views

Do I require PHP Thread Safe for Apache on Windows while also running IIS?

I want to run IIS and Apache on Windows 2008 R2. I want to use PHP 5.4.x. Am I required to use the thread safe version on PHP because I am using Apache? I want to use both servers because I want to ...
0
votes
1answer
52 views

How can I convert .htaccess code to web.config?

RewriteEngine On RewriteCond %{HTTPS} (on)? RewriteCond %{HTTP:Host} ^(?:www.)(.+)$ [NC] RewriteCond %{REQUEST_URI} (.+) RewriteRule .? http(?%1s)://%2%3 [R=301,L] RewriteCond %{HTTP_Host} ...
0
votes
2answers
45 views

How to show the visitors content of something.com/view.php?id=myid, when the user enters something.com/myid as the url

How to show the visitors content of something.com/view.php?id=myid, when the user enters something.com/myid as the url? Please note that I don't want the url to change visually in front of the users. ...
5
votes
2answers
1k views

502 Proxy Errors between IIS and Apache2

I am currently running apache2 on a SUSE instance @EC2. As part of my site, my data uses mod_proxy to hit a REST server running IIS via Proxy/ReverseProxy. After setting up my vhosts, enabling ...
1
vote
0answers
151 views

Subversion server behind a IIS reverse proxy [closed]

I have a SVN server (works though Apache HTTP Server 2.2.x, so it's HTTPS) on the intranet / LAN. I have to make Subversion accessible from the internet / WAN. How can I secure the Apache HTTP ...
0
votes
1answer
92 views

why are chrome and firefox are 10x slower than curl at downloading a super small javascript file?

I work on a web application in which the dev environment loads about 500 js files from a local web server (I've tried both IIS and apache). These files are optimized in prod, but for development ...
0
votes
0answers
179 views

JBoss AS7: multiple web application domains

Ok, let's say I've got two websites (web applications) JEE6-powered. First I had http://<jb.os.s.ip>:8080/myappcontext Now I'm succesfully running the first one www.websiteone.com by asking in ...
0
votes
1answer
208 views

Server Alias in IIS

I would like to create the equivalent of Apache Server Alias entries in IIS 7.5. Anyone know how to do this?
0
votes
1answer
110 views

CGI in Java - Legacy but interesting (for educational purposes)

I folks: I know that CGI is jurassic and before all of you call me lunatic, I must say that this question is only for EDUCATIONAL PURPOSES (in real cases I use JSP). I'm trying to code a "Hello ...
0
votes
1answer
125 views

Trouble with converting IIS rewrite rule to Apache rewrite rule

I'm having trouble converting a IIS rewrite rule to Apache. The purpose of the rule is to redirect domain.com/c/name/ to domain.com/?company=name. It should also redirect domain.com/c/name/?page=me ...
1
vote
1answer
225 views

Powershell script to execute .exe file in sequential manner

There is a web site called "lt" running on port 8700 on apache. When the web site is down I need to show a "Service Maintenance Message" in the web page. For that I have hosted a site (Web Page) ...
0
votes
1answer
87 views

Rewrite Image Requests To Subdomain

I'm building a website at the minute and am aware of the benefits providing images from a subdomain seperate to main site contents provides. I'm struggling however to write the necessary .htaccess ...
0
votes
1answer
72 views

Different pages related to website ip address

My website is assigned a particular ip address. Now, is there any way to configure web server like apache so that when I enter the website url in a browser, it shows a different page than when I enter ...
1
vote
3answers
332 views

IIS 6 Redirect Directory To index.php?

I developed a PHP web application under Apache and am currently in the process of moving it to a server running IIS 6. Whenever I use this application on an Apache server typing this: ...
-1
votes
1answer
171 views

Creating a Web Page at localhost:80 [closed]

I'm writing an application that will host a very small interface at localhost:80. There will be a server application running on the Server computer, which I would then like to be able to connect to ...
0
votes
3answers
63 views

How do I get user input as parameter in a 404 page?

Say I have a website http://site.com. When a user surfs a non-existing page http://site.com/whatever.html, a default 404 page http://site.com/default.php is displayed. How can I get what the user ...
0
votes
2answers
699 views

Will Apache accept SSL (Port 443) requests without an installed cert?

A consultant told me recently that he has clients using IIS. Those servers accept port 443 requests with no cert installed on the systems. I have no way to verify this, and our servers run Apache ...
1
vote
1answer
274 views

Query string append when converting .htaccess to web.config

I'm trying to convert some simple .htaccess rewrites into web.config xml; all is well with most of them however I'm having particular problems with one which involves a query string. Here is the ...
4
votes
2answers
964 views

Is the HTTP_HOST server variable always defined?

I just wander, the server variable HTTP_HOST is always defined for all the servers, or for example in IIS is defined with other name or even is not defined at all? Also, that value is always defined ...
2
votes
1answer
127 views

How to deploy war file on production without hurting existing users

I am generating a war file and want to replace with the current war file in the production. What are the standards followed to do it in Apache or any other standard server? How do people check current ...

1 2 3 4