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."
Instructions (Score:1)
Re:Instructions (Score:1)
Re:Instructions (Score:3, Informative)
Again, I could be wrong about this. It's possible that I'm confused, in which case I apologize in advance.
Re:Instructions (Score:1)
How many people does this apply to? (Score:3, Interesting)
Re:Why don't you just get a REAL server OS... (Score:1, Flamebait)
www.entropy.ch (Score:2, Informative)
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.
AMP (apache, mysql, php) in macworld Nov.2002 (Score:3, Informative)
I tried to find the article on-line but was unsuccessful. Maybe someone else can find it and put in a link.
mod_perl DSO unstable? (Score:5, Informative)
Also the article fails to mention the advantages of running a local proxy with the mod_proxy_add_forward module. [freshmeat.net]
Re:mod_perl DSO unstable? (Score:2, Insightful)
Re:mod_perl DSO unstable? (Score:4, Interesting)
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
[disclaimer: I haven't read the article yet]
As Goldblum said... (Score:4, Informative)
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...
Re:As Goldblum said... (Score:2)
Not quite.... (Score:3, Informative)
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