[EMAIL PROTECTED] Re: meta http-equiv useless??

2005-08-20 Thread greg wm
greg wm wrote: i used wget to copy the entire http://nonviolentpeaceforce.org site to http://nvpf.org/np. the former is in m$ asp, the latter captured as html. for example, http://nonviolentpeaceforce.org/spanish/welcome.asp was captured to http://nvpf.org/np/spanish/welcome.asp.html as you ca

[EMAIL PROTECTED] Mod-Rewrite: Changing + to -, _ or .

2005-08-20 Thread David Blomstrom
Someone wrote the following mod-rewrite rules for me: RewriteEngine On RewriteRule ^test\.htm$ test.php [L] RewriteRule ^stacks/([a-zA-Z]+)/?$ stacks/index.php?taxon=$1 [L] RewriteRule ^kids/stacks/([a-zA-Z]+)/?$ kids/stacks/index.php?taxon=$1 [L] RewriteRule ^topics/([a-zA-Z+]+)/?$ topics/index.

Re: [EMAIL PROTECTED] Apache config file

2005-08-20 Thread Dana Marshall
Uh, that made no sense. I have Windows... guess I need to dig into my Apache book to figure out what you mean by LoadModule directives. :) Dana At 07:51 AM 8/15/2005, you wrote: Dana Marshall wrote: I couldn't FIND the httpd.default.conf file, if it's THERE, I'd use it... but thanks for the l

Re: [EMAIL PROTECTED] Apache config file

2005-08-20 Thread Dana Marshall
Other than changing the drive letter, yes. Dana At 08:42 AM 8/14/2005, you wrote: Dana, Did you do a "Standard" install of Apache? I mean standard as one that you did not change any of the "default" paths. *** REPLY SEPARATOR *** On 8/13/2005 at 7:30 PM Dana Marshall wro

Re: [EMAIL PROTECTED] meta http-equiv useless??

2005-08-20 Thread William A. Rowe, Jr.
greg wm wrote: i've landed in a character set mire, i need help from someone who knows.. i used wget to copy the entire http://nonviolentpeaceforce.org site to http://nvpf.org/np. the former is in m$ asp, the latter captured as html. as you can see, the capture is mostly fine, including spani

[EMAIL PROTECTED] meta http-equiv useless??

2005-08-20 Thread greg wm
hi folks, i've landed in a character set mire, i need help from someone who knows.. i used wget to copy the entire http://nonviolentpeaceforce.org site to http://nvpf.org/np. the former is in m$ asp, the latter captured as html. for example, http://nonviolentpeaceforce.org/spanish/welcome.asp

Re: [EMAIL PROTECTED] session files

2005-08-20 Thread Joshua Slive
On 8/20/05, Bawt T. Eggdrop <[EMAIL PROTECTED]> wrote: > I have two apache2 web servers behind a load balancer. What is the best > way to share session files between these boxes? If I don't share them, > my users get timed out of the web application too often. Thanks. I believe that is way too bro

[EMAIL PROTECTED] session files

2005-08-20 Thread Bawt T. Eggdrop
I have two apache2 web servers behind a load balancer. What is the best way to share session files between these boxes? If I don't share them, my users get timed out of the web application too often. Thanks. -Darwin - The officia

RE: [EMAIL PROTECTED] .htpasswd permissions problem?

2005-08-20 Thread Jody Cleveland
> You should turn it off until you have the time to learn about it and > configure it properly. That is almost certainly what is giving you > the permission-denied problem. I did a little more research on this this morning. The password file needs permissions of 644, and the password file needs

Re: [EMAIL PROTECTED] .htpasswd permissions problem?

2005-08-20 Thread Joshua Slive
On 8/20/05, Jody Cleveland <[EMAIL PROTECTED]> wrote: > > Ok. Now you need to give us a few more details. > > > > Are you using SELinux? > > Yes. This is the first time I've used it. Should I leave it on, or just > turn it off? You should turn it off until you have the time to learn about it and

RE: [EMAIL PROTECTED] .htpasswd permissions problem?

2005-08-20 Thread Jody Cleveland
> Ok. Now you need to give us a few more details. > > Are you using SELinux? Yes. This is the first time I've used it. Should I leave it on, or just turn it off? > What auth modules do you have in use? LoadModule auth_module modules/mod_auth.so LoadModule auth_anon_module modules/mod_auth_ano

Re: [EMAIL PROTECTED] perl ->premature end of script

2005-08-20 Thread Davide Bianchi
Brent Clark wrote: > execute and run brillantly, but for the files in my cgi-bin > I files wont execute. If you run the files from the command line do they return the correct headers? did you checked the SELinux configuration? Davide -- I'm not a programmer, but I play one at Microsoft. --

[EMAIL PROTECTED] perl ->premature end of script

2005-08-20 Thread Brent Clark
Hi all On my linux workstation I an entry like so ServerName gevens.homelinux.local DocumentRoot /home/gevens/public_html/ ScriptAlias /cgi-bin/ "/home/gevens/cgi-bin/" Options +ExecCGI Options +ExecCGI +Indexes AccessFileName .htaccess Order allow,deny Deny from all