apache httpd.conf question
|
|
Hi, In the docs with regards to using phpmyadmin it says: “Initially only requests from 127.0.0.1 will be allowed access to that section. You can change this behavior editing the Can somebody tell me where and what to insert a line that would make apache and phpmyadmin work with localhost instead of 127.0.0.1 ??? Thanks! |
|
|
Hi, We should update the documentation. You can modify this configuration file:
|
|
|
Hi, by where and what, I meant inside the httpd.conf … I was able to find the httpd.conf but am not clear on what changes to make to it. Thanks! |
|
|
Hi, In the <installation_directory>/apps/phpmyadmin/conf/phpmyadmin.conf file you can find these lines:
You only should replace 127.0.0.1 with localhost. I hope it helps! |
