Hello
On my machine, the port 80 is already in use with IIS. I need to leave this IIS runing on 80.
I changed both httpd.conf in
C:\Program Files\EasyPHP5.3.0\apache\conf
C:\Program Files\EasyPHP5.3.0\conf_files
to use the port 85
When trying to launch apache throught Easyphp, I still get the message
The Apache2 port (80) is used by inetinfo.exe.
in the EasyPHP.Log I can see
03/09 13:26:34 EasyPHP EasyPHP Démarrage des serveurs
03/09 13:26:35 EasyPHP Apache Le port d'Apache2 (80) est occupé par "" (inetinfo.exe) !
03/09 13:26:38 EasyPHP CreateProcess "C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe --defaults-file="C:\PROGRA~1\EASYPH~1.0\MySql\my.ini" --language=french"
If I launch manually apache, it starts and indeed can get the default page on
[
localhost]
At this moment, launching easyPHP will gives
03/09 13:29:46 EasyPHP EasyPHP Démarrage des serveurs
03/09 13:29:46 EasyPHP Apache2 ServerBase::Start ScanProcess -> 3112
03/09 13:29:46 EasyPHP CreateProcess "C:\PROGRA~1\EASYPH~1.0\MySql\bin\mysqld.exe --defaults-file="C:\PROGRA~1\EASYPH~1.0\MySql\my.ini" --language=french"
Is there a way to setup EasyPhp to start Apache on port 85 instead of 80 ?
PS: sorry if this question is already posted. Any attempt to search in the forum gives the following result
Access denied for user 'easyphp'@'localhost' to database 'easyphp': create temporary table phorum_search_ft_4eb072c2aebcbae6c6aa127a83be4658 (key(message_id)) ENGINE=HEAP select message_id from phorum_search where MATCH (search_text) AGAINST ('port' IN BOOLEAN MODE)
Kind regards from
Pierre