Page 1 of 1

[Solved]Using Xampp in an Intranet

PostPosted: 04. June 2010 14:56
by davidscavenir
I would like to use Xampp on an Intranet.
So I have to give access to the server for other computer. How is it possible to open this access ?
Of course this is not for a big use but to test little application for a dozen of customer.
I suppose that this is a common question but I have found the right post....
Best regards,

Re: Using Xampp in an Intranet

PostPosted: 04. June 2010 20:52
by Nobbie
davidscavenir wrote:How is it possible to open this access ?


You got it all completely wrong; per default, all access is open. You need firewalls etc. to restrict access. If you dont use firewalls, no access is restricted, everything is open.

Re: Using Xampp in an Intranet

PostPosted: 10. August 2010 13:28
by davidscavenir
I agree with you : the page are open according to the security interface.
But it does not work when I try to connect from an another PC of my office by typing the IP of the PC where Xampp is installed (this is a Linux PC).
Where could be the problem (A few month ago, I have installed on a windows PC the programm Easyphp, and it works well...) ? Firewall on the Linux-PC ? Firewall on the other PC ? Problem with the routing on the intranet ?
Any ideas (sorry for the long dely in my reply)

David

Re: Using Xampp in an Intranet

PostPosted: 11. August 2010 06:47
by oliviathn
I use Linux, it does not work when I try to connect from another PC in my home typing the IP address of the PC where is installed Xampp. May be their is a problem with your firewall that is installed in the PC Linux or other PC Firewall. Check the settings on routing Iintranet.

Re: Using Xampp in an Intranet

PostPosted: 12. August 2010 18:43
by davidscavenir
I am not sure to understand what I have to do with the firewall... Actually I think there are no firewall installed on my PC Linux server (the one with xampp)..
I am thinking about a modification : in the httpd.conf file, the nameserver is localhost. What happen if I put the IP adress of my computer instead of localhost. Is it stupid or is it dangerous ?

[solved]Re: Using Xampp in an Intranet

PostPosted: 13. August 2010 17:42
by davidscavenir
Actually I have desactivated the firewall on the PC where xampp is installed and it works...

Re: [Solved]Using Xampp in an Intranet

PostPosted: 18. August 2010 10:59
by jonnyj99
Simplify the work home, addressing XAMPP, a complete Apache, MySQL, PHP, Perl and battery that runs on Linux, Windows, Mac OS X and Solaris. XAMPP is not designed for deployment on a production server. Its purpose is simply to ensure that everything works, so it is very fragile. I have read in several places that you can not use XAMPP in production as it has many security flaws.

Re: [Solved]Using Xampp in an Intranet

PostPosted: 18. August 2010 11:26
by davidscavenir
I know but to test I need two or three computer connected... And after that, I will choose an another solution of course.


jonnyj99 wrote:Simplify the work home, addressing XAMPP, a complete Apache, MySQL, PHP, Perl and battery that runs on Linux, Windows, Mac OS X and Solaris. XAMPP is not designed for deployment on a production server. Its purpose is simply to ensure that everything works, so it is very fragile. I have read in several places that you can not use XAMPP in production as it has many security flaws.