Re: [EMAIL PROTECTED] How to unset $PHP_AUTH_USER and $PHP_AUTH_PW

2005-12-14 Thread Nico
2005/12/15, Max Yu <[EMAIL PROTECTED]>: > We run apache 2.0.52 on Fedora Core 3. After log out, the userid > and password are stored in $PHP_AUTH_USER and $PHP_AUTH_PW, > unless close the browser completely. It can be automatically > relogin if click the login bottun again. So we have to set up >

[EMAIL PROTECTED] 500 Internal Server Error pages being rendered as markup

2005-12-14 Thread Vincent Jong
I've upgraded to Apache 2.2.0 for *nix and I've come across a wierd behavior dealing with the 500 error page - it's being displayed on the browser as html code. I have not done any configuration in regards to error documents and this was not happening on version 2.0.55 which also did not have an

[EMAIL PROTECTED] Two apache servers on a single external IP address.

2005-12-14 Thread Oil Pine
Hi, I have two Fedora Core machines and a Window machine that are connected to the 3 of the 4 ports of my DSL router, which in turn connected with a DSL modem with one single external IP address. I've been running apache2 with my home pages on a FC3 machine without much trouble. (This machine h

Re: [EMAIL PROTECTED] fonts

2005-12-14 Thread Andrey Kuznetsov
in the html page you paste: This text is using Arial font! On 12/14/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 12/14/05, Glen Lee Edwards <[EMAIL PROTECTED]> wrote: > > Where does apache access the fonts it uses? - are these a part of the apache > > distro, or does it access the fonts on

Re: [EMAIL PROTECTED] Re: cgi scripts outside of cgi-bin

2005-12-14 Thread Andrey Kuznetsov
Funny, I could never get cgi to work in cgi-bin ;) This is the stuff I have on my config and I run a counter script outside cgi-bin. Not sure if this is what you are asking but this works for me out of cgi-bin for cgi scripts. ___httpd.conf___ Options Indexes FollowSymLinks ExecCGI LoadModule cgi

RE: [EMAIL PROTECTED] Unable to access networked drives

2005-12-14 Thread Wagner, Aaron
we have an alias in production that points to another server/share.    Alias /MRODocs "//crprchfnp05/e2e monitoring east/"   make sure the share gives rights to the id that Apache is using to run, ie domain\id Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Command Center O

[EMAIL PROTECTED] How to unset $PHP_AUTH_USER and $PHP_AUTH_PW

2005-12-14 Thread Max Yu
We run apache 2.0.52 on Fedora Core 3. After log out, the userid and password are stored in $PHP_AUTH_USER and $PHP_AUTH_PW, unless close the browser completely. It can be automatically relogin if click the login bottun again. So we have to set up login in twice to prevent illegal login. So how to

Re: [EMAIL PROTECTED] fonts

2005-12-14 Thread Joshua Slive
On 12/14/05, Glen Lee Edwards <[EMAIL PROTECTED]> wrote: > Where does apache access the fonts it uses? - are these a part of the apache > distro, or does it access the fonts on the system it is installed on? Apache doesn't use any fonts. Browsers use fonts. The only influence apache has on this

RE: [EMAIL PROTECTED] Unable to access networked drives

2005-12-14 Thread Ron Lisle
Thanks for the help.  My problem was just a beginner mistake.  The "net use ..." commands were not run for the service logon (profile issue?). I was able to identify that ClearCase indeed provides URL maps to its views, and used them instead of the disk letter mapping. Thanks for the tips.

[EMAIL PROTECTED] fonts

2005-12-14 Thread Glen Lee Edwards
Where does apache access the fonts it uses? - are these a part of the apache distro, or does it access the fonts on the system it is installed on? Glen - The official User-To-User support forum of the Apache HTTP Server Project.

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Joe Orton
On Wed, Dec 14, 2005 at 06:16:03PM +, Nick Burch wrote: > On Wed, 14 Dec 2005, Nick Burch wrote: > >The config is still a bit complex, but it's getting there > > OK, config is attached. Drop it into a largely fresh /etc/apache2/ > > Three of the private keys are encrypted, all with the passwo

Re: [EMAIL PROTECTED] Re: force rewrite to occur before authentication, howto?

2005-12-14 Thread T F
> > I'm still not having any luck with this. It appears as though > > authentication is happening before the rewrite. I need the > > opposite: need rewrite before the authentication. > > > > Oddly, a google search turns up posts with both situations. > > In some, people are in my boat (trying to

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Nick Burch
On Wed, 14 Dec 2005, Nick Burch wrote: The config is still a bit complex, but it's getting there OK, config is attached. Drop it into a largely fresh /etc/apache2/ Three of the private keys are encrypted, all with the password "test" Apache will load keys+certs for "webmail.test", "melody.tes

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Nick Burch
On Wed, 14 Dec 2005, Nick Burch wrote: I'm going to try putting the config files which show the issue onto a test server (they're on a live one currently), then remove stuff so they're still showing it, but are much simpler. I'll post these if I can get it working The config is still a bit co

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Nick Burch
On Wed, 14 Dec 2005, Joe Orton wrote: On Fri, Dec 09, 2005 at 05:59:21PM +, Nick Burch wrote: From this, I see all my vhosts are defined, and correctly set for SSL/not SSL. During the loading iteration, it loads one certificate+key fine. Then it loads the second. After that, no more vhosts

Re: [EMAIL PROTECTED] Problem when mixing NameVirtualHost + non with SSL - "Oops, no RSA or DSA server certificate found?!"

2005-12-14 Thread Joe Orton
On Fri, Dec 09, 2005 at 05:59:21PM +, Nick Burch wrote: > >From this, I see all my vhosts are defined, and correctly set for SSL/not > SSL. During the loading iteration, it loads one certificate+key fine. Then > it loads the second. After that, no more vhosts are checked! > > It seems theref

RE: [EMAIL PROTECTED] Unable to access networked drives

2005-12-14 Thread dimitri . janczak
Hi  > I've installed Apache on a Windows XP machine running in a Domain. > I am able to create aliases to local drives and they work ok. > When I create an alias to a networked drive, it doesn't appear to work, > returning not found (404). I've never tested it but I'd write something  like

RE: [EMAIL PROTECTED] Unable to access networked drives

2005-12-14 Thread Ron Lisle
I am using mapped drive letters.  I ultimately wish to alias a mapped ClearCase drive.  I don't know how I would do that using a UNC. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 2:29 AMTo: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] Unable

Re: [EMAIL PROTECTED] SSL Port 443

2005-12-14 Thread isha b
    Khaled ,   Check under you httpd.conf file , " Listen 443 " entry is enabled or not. Also checkout ssl.conf     Isha Unix admin Syntel Ltd   On 12/14/05, Khaled Hussein <[EMAIL PROTECTED]> wrote: Hi all   I faced a problem for two or three times I did restart the apache and it fails to star

RE: [EMAIL PROTECTED] SSL Port 443

2005-12-14 Thread david micheneau
I think is it better if Khaled précised on which OS he works ? (windows / linux / sun ...) And which apache version he used ? David. -Message d'origine- De : Graham Frank [mailto:[EMAIL PROTECTED] Envoyé : mercredi 14 décembre 2005 07:53 À : users@httpd.apache.org Objet : RE: [EMAIL PR

Re: [EMAIL PROTECTED] Unable to access networked drives

2005-12-14 Thread dimitri . janczak
"Ron Lisle" <[EMAIL PROTECTED]> wrote on 13/12/2005 23:23:51: > I've installed Apache on a Windows XP machine running in a Domain. > I am able to create aliases to local drives and they work ok. > When I create an alias to a networked drive, it doesn't appear to work, > returning not found (