Re: [EMAIL PROTECTED] Nameservers, Again!

2005-09-25 Thread Dana Marshall
Thank you! That definitely answers my question. Dana At 04:09 PM 9/25/2005, you wrote: Dana Marshall wrote: No one has answered my question on what I do to change the name server on a domain that is hosted other than on my home computer. HELP? Do I need to call my domain registrar for help? I

Re: [EMAIL PROTECTED] Nameservers, Again!

2005-09-25 Thread Jessica Rasku
Dana Marshall wrote: No one has answered my question on what I do to change the name server on a domain that is hosted other than on my home computer. HELP? Do I need to call my domain registrar for help? If not, what do I put in there? It wants names, but not my static IP address. HELP? I am r

Re: [EMAIL PROTECTED] filename.php~

2005-09-25 Thread Jessica Rasku
Kevin O'Neil wrote: Hi all, I am kind of new to apache. I have Apache/2.0.46 Linux WS 3 (Red Hat) Server PHP Version 4.3.2 I am confused and bewildered that some files in the /html have an extra file with ~ on the end. I am unsure what this means or how to stop it. I used an example on my site

Re: [EMAIL PROTECTED] Virtual host issue semi-resolved...

2005-09-25 Thread Jessica Rasku
Joshua Slive wrote: On 9/25/05, Jessica Rasku <[EMAIL PROTECTED]> wrote: It seems that the virtual host is not properly serving the index page. http://www.genderoutlaws.com/ serves http://www.armispiansystems.ca/index.html and not http://www.genderoutlaws.com/index.html which it should be servi

Re: [EMAIL PROTECTED] Virtual host not being properly handled.

2005-09-25 Thread Jessica Rasku
matt-nc wrote: At 02:43 AM 9/25/05 -0700, you wrote: This seems like a stupid question, I really don't know what's going on. I thought that I had it working before, but it's not working now, and I'm pretty sure I didn't change anything that should have had any effect on the virtual hosts. M

Re: [EMAIL PROTECTED] Argus "Internal Server Error"

2005-09-25 Thread Joshua Slive
On 9/25/05, Cale Pantke <[EMAIL PROTECTED]> wrote: > I joined the Argus mailing lists and he seems to think its an Apache problem. > No real technical information was given other than a post that sounded like > he has heard of this problem multiple times. The log was very clear. The argus CGI s

RE: [EMAIL PROTECTED] Argus "Internal Server Error"

2005-09-25 Thread Cale Pantke
lol I'm just trying to be polite. :-p Thanks for the response Joshua. I joined the Argus mailing lists and he seems to think its an Apache problem. No real technical information was given other than a post that sounded like he has heard of this problem multiple times. And just for your infor

Re: [EMAIL PROTECTED] Argus "Internal Server Error"

2005-09-25 Thread Joshua Slive
On 9/25/05, Cale Pantke <[EMAIL PROTECTED]> wrote: > I am new to the mailing lists and would like to say hi. I also have a problem. What is this, AA? ;-) > > Premature end of script headers: arguscgi > could not connect to argusd on unix socket '/usr/local/argus > could not connect to argusd on u

[EMAIL PROTECTED] Argus "Internal Server Error"

2005-09-25 Thread Cale Pantke
Hello everyone, I am new to the mailing lists and would like to say hi. I also have a problem. We have a Mandrake Linux box running Argus. We recently had to change the gateway of the box. When we did, Argus stopped working. I am receiving a "500 internal service error" when trying to view the

Re: [EMAIL PROTECTED] Nameservers, Again!

2005-09-25 Thread Joshua Slive
On 9/25/05, Dana Marshall <[EMAIL PROTECTED]> wrote: > No one has answered my question on what I do to change the name > server on a domain that is hosted other than on my home computer. > HELP? Do I need to call my domain registrar for help? If not, what do > I put in there? It wants names, but no

Re: [EMAIL PROTECTED] filename.php~

2005-09-25 Thread Kevin O'Neil
You can also do Order Allow,Deny Deny from all to make sure they can't be downloaded. Joshua. Thanks, Joshua. That's what I was trying to do and it worked. - The official User-To-User support forum of the Apache HTTP

Re: [EMAIL PROTECTED] filename.php~

2005-09-25 Thread Joshua Slive
On 9/25/05, Mário Lopes <[EMAIL PROTECTED]> wrote: > Those are backup files generated by some text editores like vim or > kate. You can easily created a script to delete them. This has nothing > do to with Apache AFAIK. You can also do Order Allow,Deny Deny from all to make sure they can't be

[EMAIL PROTECTED] Nameservers, Again!

2005-09-25 Thread Dana Marshall
No one has answered my question on what I do to change the name server on a domain that is hosted other than on my home computer. HELP? Do I need to call my domain registrar for help? If not, what do I put in there? It wants names, but not my static IP address. HELP? I am running the Windows ve

Re: [EMAIL PROTECTED] filename.php~

2005-09-25 Thread Mário Lopes
Those are backup files generated by some text editores like vim or kate. You can easily created a script to delete them. This has nothing do to with Apache AFAIK. -- Mário On 9/25/05, Kevin O'Neil <[EMAIL PROTECTED]> wrote: > Hi all, > I am kind of new to apache. > I have Apache/2.0.46 Linux WS 3

[EMAIL PROTECTED] filename.php~

2005-09-25 Thread Kevin O'Neil
Hi all, I am kind of new to apache. I have Apache/2.0.46 Linux WS 3 (Red Hat) Server PHP Version 4.3.2 I am confused and bewildered that some files in the /html have an extra file with ~ on the end. I am unsure what this means or how to stop it. I used an example on my site and was dismayed tha

Re: [EMAIL PROTECTED] LocationMatch regex with backreference?

2005-09-25 Thread Joshua Slive
On 9/25/05, Mário Lopes <[EMAIL PROTECTED]> wrote: > > No, you can't do this. I believe you problem in the first directive > > would be solved by using SVNParentPath rather than SVNPath. The > > second one might be solved by mod_auth_svn. > > Using SVNPath would do it, but I only know how to au

Re: [EMAIL PROTECTED] LocationMatch regex with backreference?

2005-09-25 Thread Mário Lopes
> No, you can't do this. I believe you problem in the first directive > would be solved by using SVNParentPath rather than SVNPath. The > second one might be solved by mod_auth_svn. Using SVNPath would do it, but I only know how to authenticate through mod_auth_svn with static text files. Isn'

Re: [EMAIL PROTECTED] LocationMatch regex with backreference?

2005-09-25 Thread Joshua Slive
On 9/25/05, Mário Lopes <[EMAIL PROTECTED]> wrote: > Hi. > > This is what I'm trying to do (put on abstract terms): > > > # Set the SVN path based on what the user wrote > SVNPath /svn/rep/$1 > # require group access through mod_auth_pam > require group $1 > > > So as you see I n

Re: [EMAIL PROTECTED] Virtual host issue semi-resolved...

2005-09-25 Thread Joshua Slive
On 9/25/05, Jessica Rasku <[EMAIL PROTECTED]> wrote: > It seems that the virtual host is not properly serving the index page. > http://www.genderoutlaws.com/ serves > http://www.armispiansystems.ca/index.html and not > http://www.genderoutlaws.com/index.html which it should be serving. > Anyone got

[EMAIL PROTECTED] LocationMatch regex with backreference?

2005-09-25 Thread Mário Lopes
Hi. This is what I'm trying to do (put on abstract terms): # Set the SVN path based on what the user wrote SVNPath /svn/rep/$1 # require group access through mod_auth_pam require group $1 So as you see I need a backreference to identify the repository and to set the required g

Re: [EMAIL PROTECTED] Virtual host not being properly handled.

2005-09-25 Thread Jessica Rasku
Davide Bianchi wrote: Jessica Rasku wrote: # Virtual host Default Virtual Host ServerSignature email ServerName www.armispiansystems.ca DirectoryIndex index.php index.html index.htm index.shtml LogLevel debug HostNameLookups off # Virtual host Gender Outlaw

Re: [EMAIL PROTECTED] Virtual host not being properly handled.

2005-09-25 Thread matt-nc
At 02:43 AM 9/25/05 -0700, you wrote: This seems like a stupid question, I really don't know what's going on. I thought that I had it working before, but it's not working now, and I'm pretty sure I didn't change anything that should have had any effect on the virtual hosts. My virtual host (g

Re: [EMAIL PROTECTED] Virtual host not being properly handled.

2005-09-25 Thread Davide Bianchi
Jessica Rasku wrote: > # Virtual host Default Virtual Host > > ServerSignature email > ServerName www.armispiansystems.ca > DirectoryIndex index.php index.html index.htm index.shtml > LogLevel debug > HostNameLookups off > > > # Virtual host Gender Outlaws

[EMAIL PROTECTED] Virtual host issue semi-resolved...

2005-09-25 Thread Jessica Rasku
It seems that the virtual host is not properly serving the index page. http://www.genderoutlaws.com/ serves http://www.armispiansystems.ca/index.html and not http://www.genderoutlaws.com/index.html which it should be serving. Anyone got any ideas as to why this is this way? For now I'm going t

[EMAIL PROTECTED] Virtual host not being properly handled.

2005-09-25 Thread Jessica Rasku
This seems like a stupid question, I really don't know what's going on. I thought that I had it working before, but it's not working now, and I'm pretty sure I didn't change anything that should have had any effect on the virtual hosts. My virtual host (genderoutlaws.com) is not working. It