Page 1 of 1

httpd-xampp.conf

PostPosted: 23. September 2012 01:20
by kimmy
Can i ask whats the path to this file httpd-xampp.conf

i have downloaded xampp for linux and its working great i dont have no security issues but have seen this message a few times when playing (getting used to linux) on my localhost and would like to take a look at the file i have opened all the folders but failed to find the file in question.

Re: httpd-xampp.conf

PostPosted: 23. September 2012 10:54
by Drupal
Mine is located at:
Code: Select all
/opt/lampp/etc/extra/httpd-xampp.conf


You can also use the find function. Example:
Code: Select all
sudo find / -iname "httpd-xampp.conf"

Re: httpd-xampp.conf

PostPosted: 23. September 2012 12:08
by kimmy
Your a star thankyou.

not really sure how i missed the path
Code: Select all
/opt/lampp/etc/extra/httpd-xampp.conf


Not sure if it will work but i have a machine running with ubuntu and xampp 24/7 and had a thought its a pain to keep going to the other machine and was trying to access it from another machine within my network.

as i said im new to this so just trying things out.