-
Posted to
IIS7 - General
by
mindaugas
on
12-17-2008, 12:12 PM
Something like appcmd list sites but easier to read. Remember in IIS 6 how you could filter by SSL port. Check this screenshot out. I want something like this again. Makes finding SSL's a LOT easier.
-
Posted to
IIS7 - General
by
mindaugas
on
12-09-2008, 11:35 AM
I just saw if I view sites in IIS in the features view window it shows binding. Not easy to read but its a step in the right direction. Anyone know of an even easier IIS 6 like way?
-
Posted to
IIS7 - General
by
mindaugas
on
12-09-2008, 11:34 AM
Is there a way to view all the bindings assigned in a server? In IIS 6 you could filter by the IP address and then by port, specifically helpful when assigning an SSL to a site. I could figure out which IP addresses did not have an SSL already. Is there a way I can get a list of IP's and what ports they are bound to in IIS? I knwo I can search ...
-
Posted to
IIS7 - Configuration & Scripting
by
mindaugas
on
06-12-2008, 1:17 AM
I have a weird config I need to figure out for a client. On their IIS6 server they have some sub domains setup that all point to the same directory but use different default docs, basically as a way to redirect. So each sub domain points to the same content location, but they all have different default docs.
1.domain.com - has default doc ...
-
Posted to
IIS 7 - FastCGI Module
by
mindaugas
on
05-31-2008, 1:24 PM
Ya, I've looked at that and I'm not a dev, but it looks like the user would have to code that into their app. I'm looking for a way that we force those who don't save sessions in db to do so thru the php.ini. I think the way we have it now with files would work though to keep sessions persistent in a clustered environment. Since ...
-
Posted to
IIS 7 - FastCGI Module
by
mindaugas
on
05-31-2008, 12:25 PM
I can give that a shot, I'm using the latest version as of yesterday. But it does work without using FastCGI, so I think it has something to do with that. Maybe I'm missing a config setting for it or something?
-
Posted to
IIS 7 - FastCGI Module
by
mindaugas
on
05-30-2008, 1:13 PM
I made sure to follow the setup guide found here:
http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis7/
And php seems to run good, I can phpinfo, I can get to part of a wordpress install, but when I try to go to the config url it doesn't work. If I switch to running php without fastcgi it works good. Here's a ...
-
Posted to
IIS 7 - FastCGI Module
by
mindaugas
on
05-28-2008, 7:54 PM
Is there a way in the php.ini file to force all sessions to be stored in a database? For example, in ColdFusion you can configure sessions to be stored in a db. Can you do this in PHP? Thereby forcing all sessions no matter what the customer specifies to be stored in a db.
-
Posted to
FastCGI Handler
by
mindaugas
on
02-05-2008, 5:22 PM
I know this has been discussed before. I found a post here
http://forums.iis.net/t/1146200.aspx
And I know about PHPRC.
I was curious though if there is an easier way to allow shared customers to use their own php.ini file than adding their path to the primary ini file?
-
Posted to
Security
by
mindaugas
on
01-29-2008, 12:36 PM
There are several components (namely imagemagick) that require CMD access to run. This means giving the IUSR user read and exec access to cmd.exe. The IUSR user is pretty limited in what it can do. What are the security risks of allowing this on a public server? Bearing in mind that scripts and executables is NOT allowed on any sites. Hope ...