Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > MUD and RPG Webmasters
Click here to Register

Reply
 
Thread Tools
Old 05-02-2002, 07:37 PM   #1
Seth
Senior Member
 
Join Date: Apr 2002
Location: Ede, The Netherlands
Posts: 271
Seth is on a distinguished road
Send a message via ICQ to Seth Send a message via MSN to Seth
Seth is offline   Reply With Quote
Old 05-02-2002, 08:03 PM   #2
Xanferious
Senior Member
 
Join Date: Apr 2002
Location: The Void
Posts: 490
Xanferious is on a distinguished road
Send a message via AIM to Xanferious
my shell has mysql and php 4.2 they work fine from what ive seen, but then again i dont know to much about Mysql...
Xanferious is offline   Reply With Quote
Old 05-03-2002, 04:44 AM   #3
Seth
Senior Member
 
Join Date: Apr 2002
Location: Ede, The Netherlands
Posts: 271
Seth is on a distinguished road
Send a message via ICQ to Seth Send a message via MSN to Seth
Concerning PHP, apparently due to an error in the conguration script, some happens to your MySQL module, causing it to map all 'localhost' calls to the db to 'localhost.localdomain'. Fortunatly, the PHP crew have give us a to reconfigure and recompile PHP with. Yay. Time for another 30 minutes of looking at scrolling text... Ah well.
Seth is offline   Reply With Quote
Old 05-04-2002, 01:19 PM   #4
Seth
Senior Member
 
Join Date: Apr 2002
Location: Ede, The Netherlands
Posts: 271
Seth is on a distinguished road
Send a message via ICQ to Seth Send a message via MSN to Seth
Seth is offline   Reply With Quote
Old 05-08-2002, 10:55 PM   #5
Xanferious
Senior Member
 
Join Date: Apr 2002
Location: The Void
Posts: 490
Xanferious is on a distinguished road
Send a message via AIM to Xanferious
im off topic here, but did you hear about ip version 6
the currernt version of the IP system we use now is ipv4 and its 32 bit, withh all the class range a,b,c,d,e, there all mostly sold out, ipv6 is 128 bit in hex. sounds nifty doesnt it...
Xanferious is offline   Reply With Quote
Old 05-09-2002, 08:44 AM   #6
Seth
Senior Member
 
Join Date: Apr 2002
Location: Ede, The Netherlands
Posts: 271
Seth is on a distinguished road
Send a message via ICQ to Seth Send a message via MSN to Seth
Don't know allot about IPv6 yet, but hexadecimal? You mean hex IP adresses instead of decimal IP adresses? Like no more 212.187.15.61 but xD4.xBB.x0F.x3D ?
Seth is offline   Reply With Quote
Old 05-09-2002, 08:57 AM   #7
Xanferious
Senior Member
 
Join Date: Apr 2002
Location: The Void
Posts: 490
Xanferious is on a distinguished road
Send a message via AIM to Xanferious
something like that it will be 128 bit in hex, so it would look something like this af:4d:00:b4:32:c2:ff:f5
Xanferious is offline   Reply With Quote
Old 05-09-2002, 08:57 AM   #8
Yui Unifex
Senior Member
 
Join Date: Apr 2002
Location: Florida
Posts: 323
Yui Unifex is on a distinguished road
Send a message via ICQ to Yui Unifex Send a message via AIM to Yui Unifex
Question

IPv6 address look something like this: 3ffe:1900:4545:3:200:f8ff:fe21:67cf

A site with some information:

Although I must say that IPv6 has been greatly hindered by the proliferation of NAT (Network Address Translation).  Everything that was supposed to have taken an extra IP is usually just translated through special-purpose devices.  If you've got one of those excellent Cable/DSL routers that Linksys makes, you've got a little NAT box.

Just put the line:
127.0.0.1 localhost.localdomain

in your /etc/hosts file =).

All that aside, I've not tested Apache 2.0 and PHP 4.2 at all.  I guess I should update my ports collection more often =).  Even though Apache is the program that crashes the most on my boxes (2-3 crashes a day), it always starts back up transparently, so nobody ever notices it.
Yui Unifex is offline   Reply With Quote
Old 05-09-2002, 12:20 PM   #9
Seth
Senior Member
 
Join Date: Apr 2002
Location: Ede, The Netherlands
Posts: 271
Seth is on a distinguished road
Send a message via ICQ to Seth Send a message via MSN to Seth
I don't see why (S)NAT hinders the development of IPv6. I think that IPv6 will be extremely hard to implement anyways due to the millions of PCs that will need instant changes to their most basic configurations, not to even mention the configurations of individual programs, the need to alter code etc... Would the advantages of IPv6 outweigh the disadvantages?

As for PHP 4.2.0, it's okay after I had build a new configure script. Everything seems to work more or less, but the GD libs seem to require humongous ammounts of systems resources, but I think that's mainly due to the fact that image generating is just a bitch on system resources.

And the MySQL bit isn't that easy to solve. All localhost connections were mapped to localhost.localdomain in the PHP MySQL libs, not due to a kernel issue. Using /etc/hosts would reroute it back to 127.0.0.1 but the request for authentication would still include localhost.localdomain as host, which would fail against most mysql.user tables because they usually only contain entries for localhost or remote hosts.
Seth is offline   Reply With Quote
Old 05-09-2002, 12:33 PM   #10
Yui Unifex
Senior Member
 
Join Date: Apr 2002
Location: Florida
Posts: 323
Yui Unifex is on a distinguished road
Send a message via ICQ to Yui Unifex Send a message via AIM to Yui Unifex
Question

It doesn't directly hinder development of IPv6.  It's just that the need for IPv6 is less urgent because it's easy to map one IP to multiple devices with NAT.

Then why not do:
GRANT ... ...;

[Edit: Screw the SQL tag.  Stupid autoparser is going nuts on the email address.]
Yui Unifex is offline   Reply With Quote
Old 05-09-2002, 12:46 PM   #11
Seth
Senior Member
 
Join Date: Apr 2002
Location: Ede, The Netherlands
Posts: 271
Seth is on a distinguished road
Send a message via ICQ to Seth Send a message via MSN to Seth
Seth is offline   Reply With Quote
Reply


Thread Tools


Testing Apache 2.0 and PHP 4.2 - Similar Threads
Thread Thread Starter Forum Replies Last Post
Projected Alpha Testing Baram Tavern of the Blue Hand 0 04-25-2006 04:30 PM
testing jediwannabe Bugs and Suggestions 0 01-12-2004 02:01 AM
Intermud-3 Router Testing Samson MUD Coding 2 09-28-2003 12:40 PM
More Testing.. please ignore. imported_Synozeer Bugs and Suggestions 0 12-30-2002 01:06 AM
Apache 2.0 Seth MUD and RPG Webmasters 2 04-20-2002 05:54 PM

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

All times are GMT -4. The time now is 01:07 AM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Style based on a design by Essilor
Copyright Top Mud Sites.com 2022