Re: Making .pm files run.

2007-01-16 Thread iNetForce
You got me lost there, the terminology you guys use really throw me off, sorry :( sendmail is installed on the system, what exactly do I need to do so I dont get the sendmail error? Michael Peters wrote: > > > > iNetForce wrote: >> I installed Image Magick, but now im

Re: Making .pm files run.

2007-01-16 Thread iNetForce
make this work. Thanks in advance. Sean Davis-3 wrote: > > On Tuesday 16 January 2007 12:03, iNetForce wrote: > >> Now im getting this error on the httpd-error.log file: >> >> Syntax error on line 691 of /usr/local/etc/apache/httpd.conf: >> Can't locate Im

Re: Making .pm files run.

2007-01-16 Thread iNetForce
I added these lines: use lib '/usr/home/httpd/domains/www.ehunter.com/ehunter_perl/Handlers'; PerlModule Recipes SetHandler perl-script PerlHandler Recipes Options +ExecCGI PerlSendHeader On allow from all Now im getting this error on the h

Re: Making .pm files run.

2007-01-15 Thread iNetForce
This is the information i gathered based on your request: >From httpd-error.log: [Mon Jan 15 15:50:36 2007] [notice] Apache/1.3.34 (Unix) mod_perl/1.29 configure d -- resuming normal operations Here is one of the files Recipes.pm package Recipe

Making .pm files run.

2007-01-15 Thread iNetForce
I got a website from a friend and I was trying to get it to work on server running FREEBSD with Apache and modperl. The website was coded to run an Alias called go and has several .pm files. I got the alias go by adding a line of configuration to the httpd.conf file but I've had no luck with .pm f