Thanks for the suggestions. I created the symlink with a2enmod perl. When I to restart the server now, I get a slightly different error message :
rianne@rianne-OXYL015:~$ sudo a2enmod perl Enabling module perl. To activate the new configuration, you need to run: service apache2 restart rianne@rianne-OXYL015:~$ service apache2 restart ulimit: 88: error setting limit (Operation not permitted) apache2: Syntax error on line 203 of /etc/apache2/apache2.conf: Syntax + error on line 1 of /etc/apache2/mods-enabled/perl.load: Cannot load +/usr/lib/apache2/modules/mod_perl.so into server: /usr/lib/apache2/mo +dules/mod_perl.so: cannot open shared object file: No such file or di +rectory Action 'configtest' failed. The Apache error log may have more information. ...fail!
I do have the libapache2-mod-perl2 installed:
dpkg -l|fgrep apache ii apache2 2.2.20-1ubuntu1.2 + Apache HTTP Server metapackage ii apache2-mpm-worker 2.2.20-1ubuntu1.2 + Apache HTTP Server - high speed threaded model ii apache2-threaded-dev 2.2.20-1ubuntu1.2 + Apache development headers - threaded MPM ii apache2-utils 2.2.20-1ubuntu1.2 + utility programs for webservers ii apache2.2-bin 2.2.20-1ubuntu1.2 + Apache HTTP Server common binary files ii apache2.2-common 2.2.20-1ubuntu1.2 + Apache HTTP Server common files rc libapache2-mod-perl2 2.0.5-2ubuntu1 + Integration of perl with the Apache2 web server ii libbatik-java 1.7.ubuntu-6ubuntu1 + xml.apache.org SVG Library
Do you see anything missing in there ? Cheers, Rianne

In reply to Re^4: Apache Server restart fails by rianne_k
in thread Apache Server restart fails by rianne_k

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.