RE: [EMAIL PROTECTED] mod_userdir issue

2008-04-17 Thread Sawyers, Brandon W
Well, I've figured out a workaround for the issue. I just added an alias to httpd.conf to point /~bob to /home/bob/public_html and it works fine when I try to go to http://my.webserver.com/~bob/. If anyone has any idea what was going, let me know. I'm still really confused by it. Thanks

RE: [EMAIL PROTECTED] mod_userdir issue

2008-04-15 Thread Sawyers, Brandon W
Anyone? Hello everyone, I'm having an issue with mod_userdir and was hoping someone could help me. I have a centos 4.6 machine that is acting as a file/web server for my users. I have tied it into our AD with winbind and samba for smb access and I'm using mod_u

[EMAIL PROTECTED] mod_userdir issue

2008-04-14 Thread Sawyers, Brandon W
Hello everyone, I'm having an issue with mod_userdir and was hoping someone could help me. I have a centos 4.6 machine that is acting as a file/web server for my users. I have tied it into our AD with winbind and samba for smb access and I'm using mod_userdir to allow the users to host cont

[EMAIL PROTECTED] mod_userdir and "."

2008-02-07 Thread Stefano Sabatini
Hi to all apache users, this is my first post here, so many greetings and thanks for this wonderful community effort. I'm using apache2 on a Debian machine, and I need to test some PHP script. In order to do so, I'm using the userdir module, then I use a pattern of the kind: http://localhost/~/

Re: [EMAIL PROTECTED] mod_userdir

2006-05-22 Thread Eternity
Hi again, and thanks, works perfect now. Have to read the manuals I guess.. Christian On Mon, 22 May 2006, Joshua Slive wrote: On 5/22/06, Eternity <[EMAIL PROTECTED]> wrote: Hi! I have been using 1.3.xx with mod_userdir and following configuration for a virtualhost: ... UserDir /mnt/*/w

Re: [EMAIL PROTECTED] mod_userdir

2006-05-22 Thread Joshua Slive
On 5/22/06, Eternity <[EMAIL PROTECTED]> wrote: Hi! I have been using 1.3.xx with mod_userdir and following configuration for a virtualhost: ... UserDir /mnt/*/www ... /mnt is a netware mounted volume with homedirs. With this config users can setup their own webpages in a subdir to their hom

[EMAIL PROTECTED] mod_userdir

2006-05-22 Thread Eternity
Hi! I have been using 1.3.xx with mod_userdir and following configuration for a virtualhost: ... UserDir /mnt/*/www ... /mnt is a netware mounted volume with homedirs. With this config users can setup their own webpages in a subdir to their homedirectory and surf to http://oursite/~username a

RE: [EMAIL PROTECTED] mod_userdir and FollowSymLinks frustration

2005-08-08 Thread Axel-Stéphane SMORGRAV
, August 05, 2005 6:13 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_userdir and FollowSymLinks frustration Gave it a try, made no difference. As I understand it, the FollowSymLinks option is only required at the location of the symlink itself and not it's target, right? T

Re: [EMAIL PROTECTED] mod_userdir and FollowSymLinks frustration

2005-08-05 Thread Shawn Wilson
tions FollowSymLinks -ascs -Original Message- From: Shawn Wilson [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 12:00 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_userdir and FollowSymLinks frustration I am having trouble getting my user's web directories to

RE: [EMAIL PROTECTED] mod_userdir and FollowSymLinks frustration

2005-08-05 Thread Axel-Stéphane SMORGRAV
Could you try to add the following to your configuration? Options FollowSymLinks -ascs -Original Message- From: Shawn Wilson [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 12:00 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_userdir and FollowSymLinks

[EMAIL PROTECTED] mod_userdir and FollowSymLinks frustration

2005-08-04 Thread Shawn Wilson
I am having trouble getting my user's web directories to behave the FollowSymLinks option. I know I must be making a stupid mistake here but I have spent way too much time trying to track down the problem. I'm using Apache 2.0.54 on Gentoo, and have taken the issue down a very basic config whi