Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Programming Businesses Apple IT Technology

Build Your Own Mac OS X Apache/mod_perl Server 22

Kathryn writes "An article by David Wheleer on O'Reilly's MacDev Center, Build Your Own Apache Server with mod_perl, covers issues to consider as you begin working with Apple's Apache install -- key information for any serious mod_perl-based Web development work on Mac OS X."
This discussion has been archived. No new comments can be posted.

Build Your Own Mac OS X Apache/mod_perl Server

Comments Filter:
  • These directions appear to be geared toward the consumer jaguar release. Are these instructions the same for os x server?

    • It is geared twords consumer releases. I also would like to see more articles like this with an eye on the server release of OS X.
      • I can't swear to it, because I'm not in front of an OS X Server system right now, but I'm pretty sure OS X Server and vanilla OS X are identical as far as this article is concerned. OS X Server includes many more applications, and some "helper" applications to manage things like starting and stopping daemons, but the actually web server software itself is the same.

        Again, I could be wrong about this. It's possible that I'm confused, in which case I apologize in advance.
    • As long as it's OS X Server version 10.2 or better.
  • by L. VeGas ( 580015 ) on Friday November 08, 2002 @03:29PM (#4627467) Homepage Journal
    Oh, all right. Some people might actually do this, but it reminds me of that old saying about how every problem looks like a nail when all you have is a hammer.
  • www.entropy.ch (Score:2, Informative)

    by selderrr ( 523988 )
    just go to that URL. Download package. Doubleclick. Follow instructions.

    done.
    Jeez, some nerds have their heads so far up their spine they start by assuming every webthingie must be complex and needs a book.
  • by awerg ( 201320 ) on Friday November 08, 2002 @04:17PM (#4628093)
    There is an article in the November issue of macworld [macworld.com] about setting up a Apache, php, mysql web server.

    I tried to find the article on-line but was unsuccessful. Maybe someone else can find it and put in a link.
  • by red5 ( 51324 ) <gired5@gmail . c om> on Friday November 08, 2002 @04:18PM (#4628112) Homepage Journal
    The documentation is written under the false assumption that mod_perl as a DSO is unstable. I have been using mod_perl as a DSO for some time now and it works fine for me. I've herd of issues with it one Solaris/x86 but thats about it. IMHO all 3rd party modules should be compiled as DSOs.

    Also the article fails to mention the advantages of running a local proxy with the mod_proxy_add_forward module. [freshmeat.net]
    • Perhaps the assumption is false, but there is a lot of anecdotal evidence out there that suggests otherwise. I have seen reports of issues with OS X and mod_perl as a DSO in the documentation for RT:Request Tracker, for one, where they recommend compiling mod_perl statically. I've seen it in a few other places as well. Now, I don't know for sure if it's true or not, but I usually leave it up to folks with more time and sense of adventure to figure out, since I just need the stuff to work right.
    • by ChrisDolan ( 24101 ) <chris+slashdot.chrisdolan@net> on Friday November 08, 2002 @11:40PM (#4630600) Homepage
      I don't know about stability, but here's an anecdote of how mod_perl as dylib hurt me: I upgraded to 5.6.1 shortly after getting 10.1.4 (IIRC) and took all of the cinfigure defaults. This overwrote the 5.6.0 libperl.dylib with the 5.6.1 version. Boom! No more mod_perl, since mod_perl.c is linked pretty closely with a particular version of Perl. It took a LOT of careful cp'ing off the install disk to recover.

      This is mostly the fault of Apple's braindead perl install which neglects to include a "5.6.0" component to the perl tree. When I went to 5.8.0, I used "prefix=/perl" and left Apple's 5.6.0 (and mod_perl) untouched, except for replacing /usr/bin/perl.

      [disclaimer: I haven't read the article yet]
  • As Goldblum said... (Score:4, Informative)

    by cei ( 107343 ) on Friday November 08, 2002 @06:04PM (#4629028) Homepage Journal
    Step one: Open the control panel
    Step two: Turn on Personal Web Sharing
    Step three: There's no step three! There's no step three!

    Apache & mod_perl are preinstalled in OS X. Sure, there are things you can do to tweak them, but you're given a hell of a head start by Apple...
    • I thought Step Three was "Profit!!"
    • Not quite.... (Score:3, Informative)

      by red5 ( 51324 )
      If you look at the httpd.conf file. The line to load the mod_perl so is commented out.

      You'll have to open it up in your favorite text editor and change:
      #LoadModule perl_module libexec/httpd/libperl.so

      To this:
      LoadModule perl_module libexec/httpd/libperl.so

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...