Home »
Imported messages »
comp.lang.php »
Newbie question about XAMPP
Re: Newbie question about XAMPP [message #183498 is a reply to message #183456] |
Mon, 28 October 2013 18:59 |
Arno Welzel
Messages: 317 Registered: October 2011
Karma:
|
Senior Member |
|
|
Am 27.10.2013 11:48, schrieb Robert Crandal:
> I was looking for an offline environment to play with
> PHP and MySQL, so I chose XAMPP version 1.8.2.
Apache, MySQL and PHP are also available as regular packages.
Configuring Apache to be able to serve PHP is also well documented, also
for Windows:
<http://www.php.net/manual/en/install.windows.manual.php>
<http://www.php.net/manual/en/install.windows.apache2.php>
Maybe it's worth a try for you and you would learn how all the
components work together and also the differences between PHP as an
Apache module or PHP as CGI.
> If XAMPP is supposed to be able to run offline, why
> did it need an Internet connection when it came time
> to setup my "root" password the phpAdmin and
> MySQL setup??? I'm just curious. Thank you.
Depending on the version the Windows firewall usually just asks if you
want to allow access to services as soon as they create listening
sockets for the first time - it does not matter if the services really
*need* this or not. It should be save to block any access from "outside"
to MySQL or Apache.
Of course it would be also wise not to allow external access within the
configuration of MySQL and Apache (e.g. only allow access from localhost
or don't bind anything else than the loopback device etc.).
--
Arno Welzel
http://arnowelzel.de
http://de-rec-fahrrad.de
|
|
|
Goto Forum:
Current Time: Tue Nov 26 22:16:44 GMT 2024
Total time taken to generate the page: 0.19123 seconds