|
|
|||||||
| Home | Register | Downloads | FAQ | Members List | Calendar | Arcade | Mark Forums Read |
» Less advertising throughout
» Post and participate in discussions
» Network with other forum members
» Free private messaging
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Ultraman Agent
![]() ![]() ![]() ![]() Join Date: May 2001
Location: 0101001111010110101001
Posts: 680
|
Installing PERL on Win2K
allright, i need assistance here . I manage to install Apache 1.3.22 , MySQL, and PHP 406 (full extensions) - and got PHP scripts to works. And after had every PHP scripts that i have working, now i want to test my CGI/Perl Scripts on my pc too. Someone tell me how to install Perl in Apache for Windows. thnx in advance
__________________
= hah hah hah! I'm back! not! = --- Last edited by 404 on 09-09-99 at 06:66 AM |
|
|
|
| Advertisement | [Remove Advertisement] | ||
|
|
|
#2 |
|
...
![]() ![]() ![]() ![]() ![]() Join Date: Aug 2001
Posts: 1,426
|
I am not quite remember how.. but.. First, install the perl compiler on ur com. Second, open ur apache config files, from there, u can change something ( i think eliminate the comment line or something..check the word "cgi" within the config file using the search function, and u will see the line require to activate cgi programs, and if im not mistaken, it is disable by default, u need to eliminate the comment line in order to activate it ) and u will be able to run .pl or .cgi ( u need to specify what extension to use, the common one are .pl and .cgi ) from ur web server. Hope it helps.. Last edited by Nightmare; December 17th, 2001 at 11:26.. |
|
|
|
|
|
#3 |
|
...
![]() ![]() ![]() ![]() ![]() Join Date: Aug 2001
Posts: 1,426
|
and also, i think u need to tell the apache where u installed ur perl compiler. If i am not mistaken.. u can set the path for the perl compiler in ur apache config file..
|
|
|
|
|
|
#4 |
|
NSBQ nut
![]() ![]() ![]() ![]() ![]() Join Date: Aug 2001
Location: .de
Posts: 1,208
|
You should add these two lines to your httpd.conf: AddHandler cgi-script .cgi AddHandler cgi-script .pl And these if you want to use SSI AddType text/html .shtml AddHandler server-parsed .shtml
__________________
Bred for its skills in magic Last edited by Nezzar; December 17th, 2001 at 12:58.. |
|
|
|
|
|
#5 |
|
Ultraman Agent
![]() ![]() ![]() ![]() Join Date: May 2001
Location: 0101001111010110101001
Posts: 680
|
ok ... i'm going to try that so i need to download the perl mod from apache.org, or one of those win32 mod by active perl?
__________________
= hah hah hah! I'm back! not! = --- Last edited by 404 on 09-09-99 at 06:66 AM |
|
|
|
|
|
#6 |
|
...
![]() ![]() ![]() ![]() ![]() Join Date: Aug 2001
Posts: 1,426
|
Just go to the activeperl website and download the perl compiler, and install the compiler, and then change the settings in ur apache config file. Done.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|