RE: Building Personal Use Only Web Server on XP

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"EBR" wrote:

> Do I need to register a Domain Name even though I am working solely on my PC?

No

> How do I establish a Network Domain for my PC (whether or not registered)?

No need unless you connect your PC to the web and run the web server for
internet access

> What is my Server Name?

Your Full Computer name as shown in 'My Computer' properties

> Do I need to setup an Admin email?

Not if its not available on the internet

> Can I use the term "localhost" for any of the above?

http://localhost or http://computer_name will work

> Will I have to modify the Apache config file?
> Once I get Apache up and running and load PHP and MySQL, are there issues I
> ought to be aware of?

No experience of Apache but you will need to read the installation
instructions carefully to get PHP and MySQL working

> What tools would you recommend to develope html web pages?

I use Dreamweaver, a bit pricey but about the best there is. There are many
other web authoring packages available.

> What tools to insert PHP statements in html to ultimately link with MySQL?

Dreamweaver again

> Again, if there is a good source to go to to read how to develope a
> home-based web-server for development purposes only, I am absolutely willing
> to spend the time to educate myself.

Self taught so can't make any recommendations other than use the MySQL and
PHP web sites.

Best of luck - Norman
.



Relevant Pages

  • RE: Building Personal Use Only Web Server on XP
    ... Once I get Apache up and running and load PHP and MySQL, ... > Do I need to register a Domain Name even though I am working solely on my PC? ... > Will I have to modify the Apache config file? ... > What tools would you recommend to develope html web pages? ...
    (microsoft.public.windowsxp.network_web)
  • Re: I am totally stumped..with this on..LOAD_FILE Mysql+PHP= FSCK!!
    ... What I am trying to do is to upload files and stuff them in a mysql database. ... I copied the temporary file to somewhere else, and then handed it to MySQL..THAT WORKED.. ... Is there a way to force a close on the file..maybe that's the problem Mysql is opening a file that is not flushed to disk maybe? ... I gew the feeling its maintaining its own picture of file objects, and doesn't actually flush to the disk unless you do a copy or close php.. ...
    (comp.lang.php)
  • Re: I am totally stumped..with this on..LOAD_FILE Mysql+PHP= FSCK!!
    ... What I am trying to do is to upload files and stuff them in a mysql database. ... I copied the temporary file to somewhere else, and then handed it to MySQL..THAT WORKED.. ... Is there a way to force a close on the file..maybe that's the problem Mysql is opening a file that is not flushed to disk maybe? ... I gew the feeling its maintaining its own picture of file objects, and doesn't actually flush to the disk unless you do a copy or close php.. ...
    (comp.lang.php)
  • Re: com_dotnet
    ... And if MySQL isn't installed, the DLL won't load and phpinfowill show MySQL support isn't enabled. ... The MySQL interface is NOT compiled into PHP on the distributed Windows binaries - or you'd never be able to run PHP unless you had MySQL installed. ... *SOME* extensions are protocols, some are functional resources, and some are just type libraries. ... If you're going to compile the extension into PHP itself, the libraries must be available at compile time, and when you run PHP, or PHP won't load. ...
    (comp.lang.php)
  • Re Re: PHP 5.2.4 <= various mysql functions safemode & open_basedir bypass
    ... > various mysql functions safemode & open_basedir bypass ... PHP is currently very used because it's easy to use. ... Apache has directory restrictions. ... # if the mysql user has perms, ...
    (Bugtraq)