[EMAIL PROTECTED] RewriteRule shennanigans

2007-02-02 Thread cristopher pierson ewing
Hi there. I've got a set of rewrite rules designed to allow for search-engine freindly URLs. An example rule looks like this: RewriteRule ^(register|course)/([A-Z]{2,2}[0-9]{4,4}) $1.php?id=$2 This rule has been working for the past year or so in rewriting URLs like http://my.server.com/reg

Re: [EMAIL PROTECTED] Newbie Help, Please

2006-12-09 Thread cristopher pierson ewing
Linux filesystem permissions have three components, user, group, and other. It should be possible to set the folder/file owner name to be the user who is wanting to write/read files in the www folder using chown. Then you can set the group for the folder to the group that the apache process be

Re: [EMAIL PROTECTED] Visual tool for httpd.conf

2006-10-04 Thread cristopher pierson ewing
I ran across this one yesterday. Haven't tried it, so I can't say whether it works or not. http://www.apache-gui.com/apacheconf/index.html Cris Cris Ewing CME and Telehealth Web Services Department of Radiology Web Services University of Washington School of M

Re: [EMAIL PROTECTED] make error with apache 2.2.3 --with-ssl

2006-09-29 Thread cristopher pierson ewing
an try forcing the ac_cv_ flag for HAVE_X509_STORE_CTX_SET_DEPTH, I don't have the syntax offhand but someone here does, I'm sure. cristopher pierson ewing wrote: Howdy, trying to build apache 2.2.3 on a Mac G4 (old, and slow) with OS X 10.4. I'm trying to build with mod_ssl an

[EMAIL PROTECTED] make error with apache 2.2.3 --with-ssl

2006-09-29 Thread cristopher pierson ewing
Howdy, trying to build apache 2.2.3 on a Mac G4 (old, and slow) with OS X 10.4. I'm trying to build with mod_ssl and a number of other modules, and ran into the following error: /usr/bin/ld: Undefined symbols: _X509_STORE_CTX_set_depth collect2: ld returned 1 exit status make[1]: *** [httpd]