[LUAU] A bit more information to my WordPress problem that might be solvable with apache httpd.conf

2006-09-02 Thread Brian Chee
This is a portion of /etc/apache2/sites-enabled/000-default that I'm attempting to limit posting to a particular directory: AuthType Basic AuthName "Passwords required for file upload:" AuthUserFile /home/blog/legalpasswordfile # Allow anyone to GET, but req

RE: [LUAU] Wordpress upload password, but might be more of an apache issue?

2006-09-02 Thread Brian Chee
But for this to work I gotta 777 the upload directory...which does NOT make me happy... I may have found something...by using the LimitExcept keyword in the config file it might allow this... /brian InfoWorld Media Group c/o University of Hawaii SOEST (ANCL) 2525 Correa Road, HIG 500 Tel: 808-95

Re: [LUAU] Wordpress upload password, but might be more of an apache issue?

2006-09-02 Thread Julian Yap
On Sat, 2006-09-02 at 20:31 -1000, Brian Chee wrote: > So basically I want anyone to be able to see the posts and images in the > blog (text is no problem since that's mysql based) but the images are in an > upload directory that I want to password protect uploads, but still let > anyone see the im

[LUAU] Wordpress upload password, but might be more of an apache issue?

2006-09-02 Thread Brian Chee
WordPress wants its upload directory to be world writable (not wild about that) so I'm hoping to use something like .htaccess or similar commands in the httpd.conf file to limit writing to those with a password, but still let the world able to read the files. So basically I want anyone to be ab