hi, I have 3 sites hosted on 1 zope server. Apache is on the front re-writing the URLs and interacting w/ SiteRoot on Zope. Zope seems to always ask me for a user/pass when I do somehting like edit a file or change folders. Is this just the way it is, or can I get around it? j. ...................... ..... Jason C. Leach ... University College of the Cariboo. ..
Show us the RewriteRules and Conds and the virtual hosts names so we can help you... Reagards, "Jason C. Leach" wrote:
hi,
I have 3 sites hosted on 1 zope server. Apache is on the front re-writing the URLs and interacting w/ SiteRoot on Zope. Zope seems to always ask me for a user/pass when I do somehting like edit a file or change folders. Is this just the way it is, or can I get around it?
j.
...................... ..... Jason C. Leach ... University College of the Cariboo. ..
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Mauricio Souza Lima WebDeveloper - Catho ONLINE mauricio@catho.com.br www.catho.com.br mauriciosl@yahoo.com.br
hi, Here is a pretty standard rule: <IfModule mod_rewrite.c> RewriteEngine On RewriteLog "/var/log/apache/rewrite_log" RewriteLogLevel 0 RewriteRule ^/local/ - [L] RewriteRule ^/(.*) http://www.riverspirit.ca:9673/riverspirit.ca/$1 [P] </IfModule> j. ...................... ..... Jason C. Leach ... University College of the Cariboo. .. On Mon, 14 May 2001, Mauricio Souza Lima wrote:
Show us the RewriteRules and Conds and the virtual hosts names so we can help you...
Reagards,
"Jason C. Leach" wrote:
hi,
I have 3 sites hosted on 1 zope server. Apache is on the front re-writing the URLs and interacting w/ SiteRoot on Zope. Zope seems to always ask me for a user/pass when I do somehting like edit a file or change folders. Is this just the way it is, or can I get around it?
j.
...................... ..... Jason C. Leach ... University College of the Cariboo. ..
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Mauricio Souza Lima WebDeveloper - Catho ONLINE mauricio@catho.com.br www.catho.com.br mauriciosl@yahoo.com.br
is riverspirit the domain of the apache server too? "Jason C. Leach" wrote:
hi,
Here is a pretty standard rule:
<IfModule mod_rewrite.c> RewriteEngine On RewriteLog "/var/log/apache/rewrite_log" RewriteLogLevel 0 RewriteRule ^/local/ - [L] RewriteRule ^/(.*) http://www.riverspirit.ca:9673/riverspirit.ca/$1 [P] </IfModule>
j. ...................... ..... Jason C. Leach ... University College of the Cariboo. ..
On Mon, 14 May 2001, Mauricio Souza Lima wrote:
Show us the RewriteRules and Conds and the virtual hosts names so we can help you...
Reagards,
"Jason C. Leach" wrote:
hi,
I have 3 sites hosted on 1 zope server. Apache is on the front re-writing the URLs and interacting w/ SiteRoot on Zope. Zope seems to always ask me for a user/pass when I do somehting like edit a file or change folders. Is this just the way it is, or can I get around it?
j.
...................... ..... Jason C. Leach ... University College of the Cariboo. ..
-- Mauricio Souza Lima WebDeveloper - Catho ONLINE mauricio@catho.com.br www.catho.com.br mauriciosl@yahoo.com.br
hi, I believe so, the entire entry looks like: <VirtualHost 192.168.0.5> ServerAdmin webmaster@jsthrower.com ServerName www.riverspirit.ca #DocumentRoot /var/www/riverspirit.ca/riverspirit ErrorLog /var/log/apache/riverspirit.ca-error.log TransferLog /var/log/apache/riverspirit.ca-access.log <IfModule mod_rewrite.c> RewriteEngine On RewriteLog "/var/log/apache/rewrite_log" RewriteLogLevel 0 RewriteRule ^/local/ - [L] RewriteRule ^/(.*) http://www.riverspirit.ca:9673/riverspirit.ca/$1 [P] </IfModule> </VirtualHost> thanks, j. ...................... ..... Jason C. Leach ... University College of the Cariboo. .. On Mon, 14 May 2001, Mauricio Souza Lima wrote:
is riverspirit the domain of the apache server too?
"Jason C. Leach" wrote:
hi,
Here is a pretty standard rule:
<IfModule mod_rewrite.c> RewriteEngine On RewriteLog "/var/log/apache/rewrite_log" RewriteLogLevel 0 RewriteRule ^/local/ - [L] RewriteRule ^/(.*) http://www.riverspirit.ca:9673/riverspirit.ca/$1 [P] </IfModule>
j. ...................... ..... Jason C. Leach ... University College of the Cariboo. ..
On Mon, 14 May 2001, Mauricio Souza Lima wrote:
Show us the RewriteRules and Conds and the virtual hosts names so we can help you...
Reagards,
"Jason C. Leach" wrote:
hi,
I have 3 sites hosted on 1 zope server. Apache is on the front re-writing the URLs and interacting w/ SiteRoot on Zope. Zope seems to always ask me for a user/pass when I do somehting like edit a file or change folders. Is this just the way it is, or can I get around it?
j.
...................... ..... Jason C. Leach ... University College of the Cariboo. ..
-- Mauricio Souza Lima WebDeveloper - Catho ONLINE mauricio@catho.com.br www.catho.com.br mauriciosl@yahoo.com.br
Hello Mauricio, Simple solution is connect to server thought it IP adress. Write in your brouser http://208.181.92.147:9637/manage - M. (mailto:Miha@instock.ru) Developer. http://www.instock.ru/ Monday, May 14, 2001, 9:12:09 PM, you wrote: From: Mauricio Souza Lima <mauriciosl@yahoo.com.br> To: "Jason C. Leach" <jleach@mail.ocis.net> Date: Monday, May 14, 2001, 9:12:09 PM Subject: [Zope] Auth w/ Virt. hosting MSL> is riverspirit the domain of the apache server too? MSL> "Jason C. Leach" wrote:
hi,
Here is a pretty standard rule:
<IfModule mod_rewrite.c> RewriteEngine On RewriteLog "/var/log/apache/rewrite_log" RewriteLogLevel 0 RewriteRule ^/local/ - [L] RewriteRule ^/(.*) http://www.riverspirit.ca:9673/riverspirit.ca/$1 [P] </IfModule>
j. ...................... ..... Jason C. Leach ... University College of the Cariboo. ..
On Mon, 14 May 2001, Mauricio Souza Lima wrote:
Show us the RewriteRules and Conds and the virtual hosts names so we can help you...
Reagards,
"Jason C. Leach" wrote:
hi,
I have 3 sites hosted on 1 zope server. Apache is on the front re-writing the URLs and interacting w/ SiteRoot on Zope. Zope seems to always ask me for a user/pass when I do somehting like edit a file or change folders. Is this just the way it is, or can I get around it?
j.
...................... ..... Jason C. Leach ... University College of the Cariboo. ..
From: "Jason C. Leach" <jleach@mail.ocis.net>
I have 3 sites hosted on 1 zope server. Apache is on the front re-writing the URLs and interacting w/ SiteRoot on Zope. Zope seems to always ask me for a user/pass when I do somehting like edit a file or change folders. Is this just the way it is, or can I get around it?
Are you using IE? Certain recent versions of IE have bad bugs in Basic Authentication. Cheers, Evan @ digicool & 4-am
participants (4)
-
Evan Simpson -
Jason C. Leach -
Mauricio Souza Lima -
Miha