Originally posted by r035198x
Apache with vista
Collapse
X
-
-
Originally posted by MotomaCompletely understandable. If I were to paraphrase, your position would be, "Only install as a service if you intend your machine to be a web server; running Apache as a service on your desktop places both an unnecessary risk, and additional computation on your personal computer."
I'm not good at paraphrasing so I'll accept that.Comment
-
Hello,
I've managed to get Apache running under Vista. If I type in http://localhost, I get the "It works!" page fine.
My problem is that PHP files aren't being executed - if I type in test.php, it will just dump the source code of the file into the browser.
Any idea what I'm doing wrong?Comment
-
Originally posted by wildthing4everHello,
I've managed to get Apache running under Vista. If I type in http://localhost, I get the "It works!" page fine.
My problem is that PHP files aren't being executed - if I type in test.php, it will just dump the source code of the file into the browser.
Any idea what I'm doing wrong?
In fact, I'll just install PHP and use it with IIS 7!Comment
-
My new OS is Vista Business. I had IIS on XPpro and it worked fine. On Vista, IIS wouldn't work. I downloaded the latest Apache .msi and installed it. My problem is that my web site is visible when Windows Firewall is turned off, but is invisible when turned on. I can't seem to find the way to get past the firewall. Thanks, DonComment
-
On Vista, IIS wouldn't work.
Hope this help,
MattComment
-
Originally posted by EmmsDoes anyone know how to disable IIS on Vista so it doesn't listen on port 80???
Anyways, you can either uninstall iis, reverse steps from the link above your request, or "edit bindings" in iis to listen on a different port. Comp management->Services-> IIS -> default web site (or whatever you named your web site) -> right click and select edit bindings. Change the port IIS uses (80 for web by default).
This is useful for the initial install of apache to make life easier using the msi. Then you can change apaches ports (Listen: port), and move iis back if you want.
if you tell apache to install as a service, you can later edit the service startup to manual, or start automatically. Then the apache monitor can start it with a simple right click of the task bar apache monitor icon. otherwise, you will have to start apache manually and have a command window open as the daemon runs (Apache service, in *nix everything is a daemon instead of a service).
Just what I find easier. Then I know what is running, and get the ease of use of point and click.Comment
-
Have had no end of problems running Apache (within WAMP-Server 2) - on my laptop (Vista).
Could not run PHPMyAdmin - 404 errors.
Eventually found out about the PORT 80 thingy - changed Apache to listen on 8080 - and presto Apache worked - but not "PMA"
So back again - this morning I just by chance hit the combination 'ii' when I was searching for a competely diffferent set of files and Hey Presto at the top of the list of programs up pops "Internet Information Manager IIS" opened it up and there found a Default Database "Binding 80" changed that to 8080 and the rest is History.
All working fine - now all I have to do is learn how to develop a web served database using WAMP Server 2 (which comes with II7 anyway) see you all in about ten years.
BachStradComment
Comment