Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Website Design/Showcase (http://www.chiefdelphi.com/forums/forumdisplay.php?f=64)
-   -   Need MySQL and PHP Server! (http://www.chiefdelphi.com/forums/showthread.php?t=47136)

GRaduns340 09-01-2007 21:57

Re: Need MySQL and PHP Server!
 
I believe what you're running into there is that IIS runs on port 80, and Apache can't override IIS unless you disable the IIS service. However, I don't see any need to run Apache on a WAMP server, ignoring the fact that the A stands for Apache. I haven't been using it on my test server, and it's working great with PHP, MySQL, ASP, MS SQL, Access DBs and ASP.NET (for some strange reason my web dev teacher thought it would be good to teach all of those in one semester).

The one way around that to run both IIS and Apache is to select to run Apache in console mode rather than as a service. That opens to connection on port 8080 (I think that's right), but it also leaves the Apache console running and doesn't start it as a service. For that, you would just have to make sure to use [IP]:8080 for the URL, rather than just the IP / localhost.

SamC 10-01-2007 14:59

Re: Need MySQL and PHP Server!
 
I just tried reinstalling both servers, and I got the exact error. It reads
Code:

Ports 80 or 443 (SSL) already in use! Installing Apache2 service failed!
But this time it didn't say what was using 80 or 443... Any ideas?

EDIT:
I went to http://localhost
And this is what I see
Quote:

Server Error in '' Application.
HTTP Error 404 - Not Found.
Version Information: Autodesk EDM Web Server 11.0.118.0

GRaduns340 11-01-2007 23:04

Re: Need MySQL and PHP Server!
 
I would have assumed IIS was the culprit, but that doesn't very well explain the "Autodesk EDM Web Server" error. Sorry, can't help you much on that one.

SamC 11-01-2007 23:41

Re: Need MySQL and PHP Server!
 
OK... I think I found what is messing it up. But I am not sure if I can just delete the files/ uninstall the component (not sure if I need it for Autodesk) So i ran the "port check" feature that XAMPP has, and this is what I found on port 80
Code:

==============================================================================
Apache (HTTP)          80  C:\Program Files\Autodesk\Data Management Server 5\Server\Webserver\Connectivity.EDMWS.Server.exe

Any ideas as to if I can just delete that, or how to properly uninstall it so that Autodesk Inventor 11 still works without any flaws?

NinJA999 14-01-2007 16:40

Re: Need MySQL and PHP Server!
 
Quote:

Originally Posted by esquared (Post 543219)
www.wampserver.com

Keeps away from the evil IIS (Windows Apache Mysql).

Moderate in setup difficulty, and there are a huge number of hosting packages that are apache/mysql combinations. Apache has a larger web hosting base than any other httpd, and has been claimed to have more than all others combined (only partially true).

Yep. WAMP is easy to use, quick to set up, and simple to maintain.

WAMP ftw!

GRaduns340 15-01-2007 16:13

Re: Need MySQL and PHP Server!
 
Quote:

Originally Posted by SamSofa330 (Post 554692)
OK... I think I found what is messing it up. But I am not sure if I can just delete the files/ uninstall the component (not sure if I need it for Autodesk) So i ran the "port check" feature that XAMPP has, and this is what I found on port 80
Code:

==============================================================================
Apache (HTTP)          80  C:\Program Files\Autodesk\Data Management Server 5\Server\Webserver\Connectivity.EDMWS.Server.exe

Any ideas as to if I can just delete that, or how to properly uninstall it so that Autodesk Inventor 11 still works without any flaws?

I don't know enough about Autodesk to answer that one. That would probably be better directed toward a CAD / programming person.

skippy178 26-01-2007 22:54

Re: Need MySQL and PHP Server!
 
First, to identify what ports are being used by what applications (independent of havinbg XAMPP's "port check" feature), do the following:

Start -> Run -> CMD.EXE

netstat -n -a -o

gives PIDs for all open ports (including those in "listening" states). Look at port 80 with local address 0.0.0.0:80 or 127.0.0.1:80. PID is the last number on each line.

Now, go to Task Manager, and sort by PID, to find the PID, and thus the program controlling port 80.

As others have mentioned, in the absence of IIS already installed, Autodesk Inventor 11 installs its "Vault" service on port 80.

You can either change the configuration that Autodesk uses (still not 100% sure how to do that) or else alter your Apache configuration files (normally httpd.conf) to use another port.

Cheers

Jason

rdlevy1215 03-02-2007 21:21

Re: Need MySQL and PHP Server!
 
I would Suggest Using "AppServ." It automatically sets up PHP, phpMyAdmin, mySQL, and Apache, and makes it extremely easy to manage. If you search Google, it is the first result! This runs on WINDOWS and runs well!

Knippschild 12-02-2007 22:36

Re: Need MySQL and PHP Server!
 
Even though it was previously denounced, I think EasyPHP would be the best choice. You just install it through the installer and boom, it's mostly done. There's the additional step of editting one line in the configuration file so the server knows where the files are.

This is an easy program to use, but it sometimes like to crash, which is why it's not the best. It's a tradeoff, I guess.

If you are going to use this software, try not to use the beta/dev version as that one crashes over random things (at random moments when querying mySQL, etc). But the thing is, in the stable version some parts are still in french (though you can usually figure out what it says)

rdlevy1215 12-02-2007 23:13

Re: Need MySQL and PHP Server!
 
I've used EasyPHP and it crashed often for me...I've recently switched to AppServe, which does basically the same thing but never crashes and is very easy to use. It works with Windows (at least NT 4.0 Workstation/Server and ABOVE)


All times are GMT -5. The time now is 21:45.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi