run IIS and Apache?

L

Larry

I have just added Apache with MySQL to my system using XAMPP. Cannot access
localhost for apache/mysql admin or Apache admin.
Can they co-exist on the same system? Must I stop IIS before starting
Apache?

Port check shows:
Apache (HTTP) 80 using c:\windows\System32\inetsrv\inetinfo.exe
Apache (HTTPS) 443 using c:\windows\System32\inetsrv\inetinfo.exe
MySQL 3306 mysql.exe
Mercury (SMTP) 25 using c:\windows\System32\inetsrv\inetinfo.exe
 
L

Larry

Thank you Jens Peter Karlsen,

I am a complete newbie to Apache.
In my folder c:\xampp\install\package_apache.php I located where it listens
to port 80 and changed all references to 8080. Do I just "open" or execute
this to change the port? Is this the only change needed?

What do I change port 443 for the HTTPS of Apache to and where as it is not
referenced in the above file?

Regards,
Larry
 
J

Jens Peter Karlsen

You change it in apaches config file. Don't remember what it is
called. Look in the folder where you installed Apache. After doing the
change restart Apache.
You can also search Google for "Apache Port 8080" (without ""). This
should give you detailed instructions.

Regards Jens Peter Karlsen.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top