Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Apache & mod_perl on Mac OS X Leopard
02-18-2009, 07:13 PM
Post: #1
Apache & mod_perl on Mac OS X Leopard
I am trying to install Ensembl on an Intel Core 2 Duo iMac which runs OS X 10.5.6. I notice that Ensembl require Apache 2 and mod_perl 2. I wonder does OS X 10.5.6 come with mod_perl 2, and if it does not, how can I install it?
Find all posts by this user
Quote this message in a reply
03-04-2009, 01:37 AM
Post: #2
RE: Apache & mod_perl on Mac OS X Leopard
yep, leopard comes with mod_perl installed. as root follow these steps:

insert the following line into /etc/apache2/http.conf:

LoadModule perl_module libexec/apache2/mod_perl.so

right after this line is a good place:

#LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so

of course you need to allow perl scripts to be executed. this can be done by creating a file named: /etc/apache2/other/perl.conf with the following contents:

<IfModule perl_module>
AddHandler cgi-script .pl
<IfModule dir_module>
DirectoryIndex index.pl index.html
</IfModule>
</IfModule>


then restart apache:

apachectl restart

the log file: /var/log/apache2/error_log; should now show:

Apache/2.2.9 (Unix) mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations

and you're all set!
Quote this message in a reply
03-04-2009, 01:06 PM
Post: #3
RE: Apache & mod_perl on Mac OS X Leopard
Thank you very much for letting me to know this, will try your suggestion when I ready to test run Ensembl.
Find all posts by this user
Quote this message in a reply
09-28-2010, 04:36 AM
Post: #4
How to change theme
Actually i have the problem in my PC Window 7 is install and i change the theme by theme of Vista can you tell me how to come back with original theme of window 7 perhaps i uninstall the software that install the theme of vista.
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 2 Guest(s)