Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-14-2004, 02:41 PM
BeBop is offline BeBop
Registered User

Join Date: Jun 2002
Posts: 600

Send a message via ICQ to BeBop Send a message via AIM to BeBop Send a message via Yahoo to BeBop
PERL 5.8 Install APACHE 1.3 - Panther?

Ok, how do i setup PERL 5.8 in the apache config file (Win32)... i installed perl but am not sure how to add the configs as you do for php into the config file...

Panther i was hopin you would know this one considerin ur the web guru here with apache and stuff .
__________________
- My: Drawings, rants, raves, my cat, designs, and everything else i want to put on the net.
Free Teamspeak servers: http://gamersnetwork.us/

Reply With Quote
  #2  
Old 05-14-2004, 04:26 PM
Hellfighter is offline Hellfighter
Hellfighter's Avatar
Chief ADFP

Join Date: Jun 2002
Location: San Jose Calif 95111
Posts: 21,143

Send a message via ICQ to Hellfighter
Don't leave Steve out of it he's one of the web guru here to. not many know of him being one of the crazy Web-Guru Doc here
__________________
* altnews sources [getmo & others news] not found main FNN: realrawnews.com
*Discord: Unknown77#7121
Playing now days: EA Games> swtor [star wars old republic]
Reply With Quote
  #3  
Old 05-14-2004, 06:26 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,927

I've never used / installed perl. I would just read the docs or search google for install perl win32 or something.
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #4  
Old 05-14-2004, 07:08 PM
BeBop is offline BeBop
Registered User

Join Date: Jun 2002
Posts: 600

Send a message via ICQ to BeBop Send a message via AIM to BeBop Send a message via Yahoo to BeBop
geeze i thought you wouldve known lol... if anybody else does please let me know while i search for it... Thanks anywyas P
__________________
- My: Drawings, rants, raves, my cat, designs, and everything else i want to put on the net.
Free Teamspeak servers: http://gamersnetwork.us/

Reply With Quote
  #5  
Old 05-14-2004, 07:17 PM
Hellfighter is offline Hellfighter
Hellfighter's Avatar
Chief ADFP

Join Date: Jun 2002
Location: San Jose Calif 95111
Posts: 21,143

Send a message via ICQ to Hellfighter
i did the rearch for you here:
http://www.apache-asp.org/install.html
===========================================
INSTALL

The installation process for Apache::ASP is geared towards those with experience with Perl, Apache, and unix systems. For those without this experience, please understand that the learning curve can be significant. But what you have at the end will be a web site running on superior open source software.

If installing onto a Windows operating system, please see the section titled Win32 Install.
--------------------------------------------------------------------------------

Need Help WinME / 98 / 95 flock() workaround
Download and CPAN Install Linux DSO Distributions
Regular Perl Module Install Build Apache and mod_perl
Win32 / Windows Install Quick Start

Win32 / Windows Install


If you are on a Win32 platform, like WinNT or Windows 2000, you can download the win32 binaries linked to from:
http://perl.apache.org/distributions.html

From here, I would recommend the mod_perl binary installation at:
ftp://theoryx5.uwinnipeg.ca/pub/other/

and install the latest perl-win32-bin-*.exe file.

Randy Kobes has graciously provided these, which include compiled versions perl, mod_perl, apache, mod_ssl, as well as all the modules required by Apache::ASP and Apache::ASP itself.

You may also try the more recent Perl-5.8-win32-bin.exe distribution which is built on Apache 2. This should be treated as BETA release software until mod_perl 2.x is released as stable. Some notes from Randy Kobes about getting this release to work are here:
After installing this distribution, in Apache2\conf\perl.conf
(pulled in via Apache2\conf\httpd.conf) there's directives that
have Apache::ASP handle files placed under the Apache2\asp\
directory. There should be a sample Apache::ASP script there,
printenv.html, accessed as http://127.0.0.1/asp/printenv.html
which, if working, will print out your environment variables.



===========================================
you still need to go there and get the info. above is only a small amount of the information they have download items you be needing sorry i don't know a thing about it, but i hope you find what you need there. says no then at all about Windows Xp Family

let you know that http://127.0.0.1 is a adware address to doubleclick, so run a adware killer of some type after your finish with it. so clear your system of any adware cookies and junk that it may instill into your system, personnaly i block that http://127.0.0.1 totally, i don't need that crap in my system.

127.0.0.1 ad.doubleclick.net
__________________
* altnews sources [getmo & others news] not found main FNN: realrawnews.com
*Discord: Unknown77#7121
Playing now days: EA Games> swtor [star wars old republic]

Last edited by Hellfighter; 05-14-2004 at 07:30 PM.
Reply With Quote
  #6  
Old 05-14-2004, 08:39 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,927

you could probably just install perl and then add the mod_perl to apache...
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
  #7  
Old 05-15-2004, 05:08 PM
SilentTrigger is offline SilentTrigger
-1PARA-

Join Date: Sep 2002
Location: Sweden
Posts: 3,972

Some stuff you have to add/edit in httpd conf file:

AddModule mod_cgi.c
Must be uncomented or added in the conf

AddHandler cgi-script .cgi
If you want to be able to access Cgi scripts(perl) from other places then cgi-bin.

ScriptAlias /cgi-bin/ "C:/Apache/cgi-bin/"
Line that tells apache where the cgi-bin is, change to whaterver correstponds to you.
This is the folder where the scripts are located.

Now your basically done, only one thing left really.

In the .pl or .cgi file you need to edit one line:
#!/usr/local/perl

to

#!c:/place where perl is installed/bin/perl

note that it should be "/" and not"\"

It should now work, tell me if it does not work and what it does (ie error messages etc) and ill try to help you.

Chief ADFP: http://127.0.0.1 is a local IP address for your computer and has nothing to do with adware. Unless you allready have a adware that is triggered by going to that address.

http://127.0.0.1 is the same as http://localhost
__________________
-1PARA-AlexKall

My photography website




Last edited by SilentTrigger; 05-15-2004 at 05:27 PM.
Reply With Quote
  #8  
Old 05-25-2004, 10:28 AM
SilentTrigger is offline SilentTrigger
-1PARA-

Join Date: Sep 2002
Location: Sweden
Posts: 3,972

Did it work?
__________________
-1PARA-AlexKall

My photography website



Reply With Quote
  #9  
Old 05-25-2004, 10:50 AM
atholon is offline atholon
"ath-hole"

Join Date: Jan 2003
Location: Failville.
Posts: 11,357

Send a message via MSN to atholon
I hate cgi, just got Easyphp and used that, makes things alot easier on me.
__________________
Reply With Quote
  #10  
Old 05-25-2004, 03:11 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,927

127.0.0.1 ad.doubleclick.net

like silent said, not ad-aware. EVERYONE has that IP. It's your local IP that never reaches the internet, that is, unless a ad-program has modified your hosts file.

Some people use there hosts file to block ad's, I know I do (yahoo, lycos, sites I run into with lots of them, bad never ending popup sites all forward to 127.0.0.1 so they do not display. Can keep alot of junk off your system.

Open up hosts (There is no ext) and put something like:

127.0.0.1 ad.doubleclick.net and anything from ad.doubleclick.net will not show.

You can also modify your hosts file with an editer, seach download.com for hosts edtier. This will allow you to add sites on the fly, if you ever happen to come across a bad site and don't ever want to stumble across it again. You know, thoes sites with that force active-x install, non-stop popups... you can block them all without running bulky programs in the background to do the job. Windows has it built in.
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Perl beginner's guide .::nØ燎ƒµEL::. Web design and Programming 6 12-11-2005 07:26 AM
CF 5 + Apache 1.3.2 BeBop Tech Support 0 06-28-2004 09:24 PM
Install stalls at 99% when I try to install Delta Force – Black Hawk Down Steve Delta Force 0 02-22-2004 07:06 AM
Install stalls at 99% when I try to install Delta Force – Black Hawk Down. Steve Delta Force 0 01-08-2004 08:19 PM
Anyone know how to do Perl? Black6~ODA~ General Chat 9 06-03-2002 07:36 PM


All times are GMT -5. The time now is 04:07 AM.




Powered by vBulletin®