|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
First of all....im totally new to Apache. All i want is to show people
my stuff on my own webserver. I have Apache installed and it works as i want it too...except for one thing....i cant execute a perl script which is essential ;( I followed a tutorial describing how to do it, but i got lost somewhere. Before i did anything, all i got was a copy of the script in the browser, now i get an Internal Server Error. My server have the following directories : Apache/Stats => Root directory Apache/Stats/PS => Perl script directory My httpd file looks like this : <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory "C:/Program Files/Apache Group/Apache/Stats/PS"> Options +ExecCGI AllowOverride Options </Directory> Options Indexes FollowSymLinks MultiViews ExecCGI AllowOverride None AddHandler cgi-script .cgi .pl Could someone please PLEASE step by step tell me what i have to do, to make it work ? Thanks in advance Ammani |
|
#2
|
||||
|
||||
|
I know that this was not immediately clear, but could explain the lack of answers http://forums.devshed.com/showthrea...24097&forumid=5
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins |
|
#3
|
|||
|
|||
|
>> Help Needed...Im a Newbie!
First of all, start here -> http://forums.devshed.com/showthrea...24097&forumid=5 >> Options Indexes FollowSymLinks MultiViews ExecCGI >> AllowOverride None You don't need to define this globally. >> i cant execute a perl script which is essential Start out with a "hello world" script. |
|
#4
|
|||
|
|||
|
Thanks anyone i got it solved.....
I changed this : #!usr/bin/perl to this #!c:\program files\perl\perl.exe YEEEESSSS ![]() |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Help Needed...Im a Newbie! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|