Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: mod_perl + mod_rewrite

by kcott (Archbishop)
on Jun 18, 2015 at 04:52 UTC ( [id://1130938]=note: print w/replies, xml ) Need Help??


in reply to mod_perl + mod_rewrite

G'day kilo_bytes,

Welcome to the Monastery.

"... Apache log complain about FollowSymLinks being OFF, but it is not OFF."

Without seeing more of your config, this is just a guess; however, I suspect the problem may be here:

Options ExecCGI

This sets absolute options instead of adding to the options you already have. If this is the case, you can probably fix this with the addition of a '+':

Options +ExecCGI

See Apache Options Directive for more details.

-- Ken

Replies are listed 'Best First'.
Re^2: mod_perl + mod_rewrite
by kilo_bytes (Initiate) on Jun 18, 2015 at 05:30 UTC
    Thanks for your wisdom, after two days of trials and asking around the simple plus sign made it work.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1130938]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-19 12:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found