This topic is locked
[SOLVED]

 How to stop changes to httpd.conf

5/19/2010 7:03:35 PM
PHPRunner General questions
E
electromotive author

Hi.
How do I stop PHPR from modifying my web server configuration? I prefer to do this manually.

D
danaci 5/20/2010

what is your OS ?

E
electromotive author 5/21/2010



what is your OS ?



My development environment is WinXP, running XAMP apache/mysql.
PHPR modifies my C:\xampp\apache\conf\httpd.conf file and I want to stop that.

D
danaci 5/21/2010



My development environment is WinXP, running XAMP apache/mysql.
PHPR modifies my C:\xampp\apache\conf\httpd.conf file and I want to stop that.


on tray ikon stop all services

E
electromotive author 5/21/2010



on tray ikon stop all services



Do you mean stop XAMPP services by using the XAMPP control panel accessed in the tray?
I don't want to stop XAMPP, but are you suggesting that if I stop XAMPP while I update PHPR, create new projects, or change output directories that PHPR won't change my XAMPP config?
Hmmmm. Is that the only way? Isn't there a neat little tickbox someplace within PHPR? Reading through the forums over the past few years, someone suggested a few years ago that such as option was going to be added, but I can't find it. As Sergey suggested back then (from my less than perfect memory), PHPR makes a backup copy of the httpd.conf file and you can always restore that. Its not a big deal. Thxs

Sergey Kornilov admin 5/21/2010

Yes, there is a backup file named httpd.bak. No, there is no tick box to turn this off.
We have plans to make XAMPP/Apache interaction more customizable however there is not firm release date for this option yet.