Previous Thread
Next Thread
Print Thread
Rate Thread
#176100 07/05/2002 9:09 AM
Joined: Feb 2002
Posts: 40
Member
Member
Offline
Joined: Feb 2002
Posts: 40
Is there any software that you can recommed for set up ubb in windows xp professional and user-friendly

Sponsored Links
#176101 07/05/2002 9:13 AM
Joined: Apr 2002
Posts: 111
PF Offline
Member
Member
Offline
Joined: Apr 2002
Posts: 111
Apache smile

http://www.apache.org/dist/httpd/binaries/win32/

Make sure you disable/uninstall IIS.
Also you'll need ActivePerl from www.activestate.com

#176102 07/05/2002 9:38 AM
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
Why not use IIS 5? It's already there and it is a fully functional version. Add ActivePerl and you're ready to go. If you are looking for user friendly then use what the OS expects to see. IIS is an extremely power web server. You'll have to make sure that the IUSR_xxxxxx user has the proper permissions for the cgi-bin and Infopop has great instructions to get you going.

You don't "uninstall" IIS, you turn it off. You can also add PHP very easily. Try IIS and if you don't like it or just want to learn more then try Apache.

#176103 07/05/2002 9:46 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
My suggestion is to use IIS - it comes with the Windows CD - and enable it in Start - Settings - Control Panel - Add or Remove Programs (that's if you use the *cough*good*/cough* settings, not the default windowsxp ones). Then choose Add/Remove Windows Components, and check "Internet Information Services (IIS)". Then you'll also need to install ActivePerl from the link above.

#176104 07/05/2002 9:46 AM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
quote:
Originally posted by TheX:
Why not use IIS 5?

Three reasons: Code Red, Code Red II and Nimda.
http://www.eweek.com/article2/0,3959,3763,00.asp
Hey, look-- 10 more reasons . wink

Sponsored Links
#176105 07/05/2002 9:49 AM
Joined: Feb 2002
Posts: 40
Member
Member
Offline
Joined: Feb 2002
Posts: 40
TheX

when can I get the instruction for set up ubb in windows xp?

#176106 07/05/2002 9:54 AM
Joined: Feb 2002
Posts: 40
Member
Member
Offline
Joined: Feb 2002
Posts: 40

#176107 07/05/2002 10:12 AM
Joined: Apr 2002
Posts: 111
PF Offline
Member
Member
Offline
Joined: Apr 2002
Posts: 111
http://downloads.activestate.com/ActivePerl/Windows/5.6/ActivePerl-5.6.1.633-MSWin32-x86.msi

is with the installer, not sure on the zips.

I know that the installer will help you easily get it set up on IIS smile

#176108 07/05/2002 11:53 AM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
I'm going to be publishing instructions on setting up a full server (Apache2, Perl, PHP, MySQL) locally very soon, possibly even today (if I get the dern screen shots done in time). I haven't found any good tutorials out on the Net yet, so I decided to just do my own.

#176109 07/05/2002 12:59 PM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
After some complications involving Apache 2.0.39 and PHP, I've finally sorted out a working solution, so all I've got to do now is document it.

Sponsored Links
#176110 07/05/2002 2:30 PM
Joined: Feb 2002
Posts: 40
Member
Member
Offline
Joined: Feb 2002
Posts: 40
mattjacob

I have already install the activeperl but I dont know how to use it.

Pls email me to for the detailed proceduce on how to set up a personal web server in window xp with IS.

I have searched for web but in vain. I am not a computer-lite so I want to know the full step on how to process it. Hope you can help me.

Moreover, can you also introduce some firewall software which also user-friendly to protect the web server.

Thanks!!

#176111 07/05/2002 4:03 PM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
I don't like IIS and I don't use IIS, so I can't really help you out. If you can wait until tomorrow, I'll be done with my in-depth instructions on using Apache.

If you're really desperate, you might try phpdev . I haven't tested this, nor have I heard of anyone using it, so don't turn to me if it blows something up. wink

#176112 07/05/2002 4:28 PM
Joined: May 2001
Posts: 147
Member
Member
Offline
Joined: May 2001
Posts: 147
Here we go...

http://www.xpdev.hostnuclear.com/webserver.zip

PS this guide has been proven to work by about 35 other people smile


And so another year begins...
#176113 07/05/2002 5:10 PM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
The instructions aren't detailed at all, you're instructing people to use old versions of the software, and you've got PHP set up to run as a CGI binary, leaving the user's computer open to attacks. Sorry to be facetious, but bravo.

#176114 07/05/2002 5:35 PM
Joined: May 2001
Posts: 147
Member
Member
Offline
Joined: May 2001
Posts: 147
Matt, I wouldn't say the computer is left open to attacks because it is configured for localhost wink . On using old versions its a revision of a old guide I made, and seems as I had no spare computers to test my guide with new software on I decided to includeolder software links that I knew worked.

Also, If you can tell me how to get the PHP running as a SAPI without getting all sorts of errors, including "Access Violation at..." I would instantly update my guide tipsy


And so another year begins...
#176115 07/05/2002 5:38 PM
Joined: May 2001
Posts: 147
Member
Member
Offline
Joined: May 2001
Posts: 147
Oh, and sorry to go off topic but when I post and it says Thanks bla bla bla when it redirects it gives me the error "No such topic number exists".


And so another year begins...
#176116 07/05/2002 6:52 PM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
quote:
Originally posted by John Round:
Matt, I wouldn't say the computer is left open to attacks because it is configured for localhost wink .

That doesn't mean that people can't access it by visiting the machine's current IP address.

quote:
Originally posted by John Round:
Also, If you can tell me how to get the PHP running as a SAPI without getting all sorts of errors, including "Access Violation at..." I would instantly update my guide tipsy

It's easy, and you'll see exactly how after I finish writing my series on server configuration. smile

#176117 07/06/2002 4:10 AM
Joined: May 2001
Posts: 147
Member
Member
Offline
Joined: May 2001
Posts: 147
Actually I made it bind to localhost so typing their IP address will just give a Page cannot be dislayed smile


And so another year begins...
#176118 07/06/2002 11:12 AM
Joined: Feb 2002
Posts: 40
Member
Member
Offline
Joined: Feb 2002
Posts: 40
mattjacob

Thanks!! Wait your e-mail

#176119 07/06/2002 11:54 AM
Joined: Feb 2002
Posts: 40
Member
Member
Offline
Joined: Feb 2002
Posts: 40
mattjacob

Thanks!! wait your email

#176120 07/06/2002 11:57 PM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
I'm not going to email you the instructions, you're going to be able to read them online when they're ready.

#176121 07/07/2002 3:08 PM
Joined: Feb 2002
Posts: 40
Member
Member
Offline
Joined: Feb 2002
Posts: 40
thanks!!

#176122 07/12/2002 1:46 AM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211

#176123 07/12/2002 2:31 AM
Joined: Apr 2002
Posts: 111
PF Offline
Member
Member
Offline
Joined: Apr 2002
Posts: 111
Very nice Matt.

Now I know how to sort out perl so I don't need to keep changing the shebang line before uploading. smile

#176124 07/12/2002 6:35 AM
Joined: Jul 2001
Posts: 1,111
Member
Member
Offline
Joined: Jul 2001
Posts: 1,111
nice tut there matt

[edit - forget that wink stupid me]

#176125 07/12/2002 12:41 PM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
Thanks smile


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)