Showing posts with label permissions. Show all posts
Showing posts with label permissions. Show all posts

Friday, January 19, 2007

Interesting tidbit on Apache permissions error

On Fri January 19 2007 20:06, John Meyer wrote:
> Okay, I don't know what or who screwed with my apache server, but first
> off, it gave mea 404 error, then when I set up the UserDir directive,
> it's now kvetching about Permissions.

Hi John,

I encountered this, also, after installing 10.2. Try this:

Edit /etc/sysconfig/apache2 and set:

APACHE_CONF_INCLUDE_FILES="extra/httpd-userdir.conf"

save

Run 'rcapache2 restart'

hth & regards,

Carl

A bit of an edit here to remove one line. Also, original cred to Leeander Meyer for the post.