Re: [EMAIL PROTECTED] Secure or not?

2006-08-23 Thread kloomis
0?  Ken - Original Message ----- From: "kloomis" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 23, 2006 7:29 PM Subject: [EMAIL PROTECTED] Secure or not? > Hello: > > On my secure site the php code print "Port:".$_SERVER['SERVER_PORT']); >

[EMAIL PROTECTED] Secure or not?

2006-08-23 Thread kloomis
Hello: On my secure site the php code print "Port:".$_SERVER['SERVER_PORT']); prints port:80 when accessing the site with https:// The little padlock is showing at the bottom of the page and the router is set to send 443 to the server. In httpd.conf I have: NameVirtualHost *:80 NameVirtual

Re: [EMAIL PROTECTED] Virtual Hosts Problem .. more

2006-03-02 Thread kloomis
At 01:57 PM 3/1/2006 -0500, I wrote: Well, I've been able to configure my httpd.conf to serve two secure virtualhosts and the first page of a non-secure host, but not the following pages of the non-secure site. The docs say I can't use name based virtual hosts with SSL, but it's working for the

[EMAIL PROTECTED] Virtual Hosts Problem

2006-03-01 Thread kloomis
Hello: I've read the apache Virtual hosts doc and looked at the examples and I still can't get my httpd.conf working 100% right. Users access my server using an IP address, 123.456.789.012, and several different sub-domain names - abc.example.com , def.example.com, and ghi.example.com I als

Re: [EMAIL PROTECTED] Odd .htaccess problem

2005-12-06 Thread kloomis
At 02:47 PM 12/5/2005 -0500, you wrote: On 12/5/05, kloomis <[EMAIL PROTECTED]> wrote: > Hello: > > I have an odd problem with htaccess.  It takes two passes at the logon to > gain access to the directory - same user name and password for each. http://httpd.apache.org/docs

RE: [EMAIL PROTECTED] Odd .htaccess problem

2005-12-05 Thread kloomis
k Tools CCO-Command Center Operations 804.515.6298   > -Original Message- > From: kloomis [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 05, 2005 11:59 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Odd .htaccess problem > > Hello: > > I have an odd problem

Re: [EMAIL PROTECTED] Odd .htaccess problem

2005-12-05 Thread kloomis
Saurabh, thanks for your reply. At 10:47 PM 12/5/2005 +0530, you wrote: On 12/5/05, kloomis <[EMAIL PROTECTED]> wrote: I have an odd problem with htaccess.  It takes two passes at the logon to gain access to the directory - same user name and password for each.  This might sound weird, bu

[EMAIL PROTECTED] Odd .htaccess problem

2005-12-05 Thread kloomis
Hello: I have an odd problem with htaccess. It takes two passes at the logon to gain access to the directory - same user name and password for each. The directory structure is this: www/graphs There is an .htaccess file in www/graphs with the following entries: AuthName Graphs AuthType Basi

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-07 Thread kloomis
At 05:27 PM 10/7/2005 +0200, you wrote: mod-rewrite does not touch anything going from your server to your client. If your clients get webpages with the wrong absolute url's in them, than this is because the webpages contain these absolute URLs, or the application generating the webpages generate

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-07 Thread kloomis
At 01:09 PM 10/7/2005 +0200, you wrote: >  OK, now the initial page is opening at the right directory, but all the > follow on links are reverting to only one directory.  Could this be an > Apache problem or is it my configs for the application I'm using? That will probably be the application. Of

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-06 Thread kloomis
The most likely cause of this is that the cable modem is stripping (or rewriting) the Host header and not simply forwarding packets.  That means that apache doesn't have the information to do name-based virtual hosting.  You can confirm that by logging the Host header in the access log OK, now the

Re: [EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-06 Thread kloomis
At 03:33 PM 10/6/2005 -0700, you wrote: kloomis wrote: I'm having no luck with virtual hosts. My hosts file reads: 127.0.0.1 myDomain.com localhost.localdomain localhost asus (do I need a test.myDomain.com in here?) Yes I believe you do.  Though it maybe should go through a DNS server, but

[EMAIL PROTECTED] No Luck wuth VirtualHosts

2005-10-06 Thread kloomis
Hello: I'm having no luck with virtual hosts. I have a domain name: myDomain.com and a sub-domain name: test.myDomain.com I would like myDomain.com to go to /var/www/sites/prod and test.myDomain.com to go to /var/www/sites/dev My hosts file reads: 127.0.0.1 myDomain.com localhost.localdomain

Re: [EMAIL PROTECTED] Lost connection to localhost

2005-10-06 Thread kloomis
I wrote: Also, a curiosity, if I replace the index.php with index.html (a simple hello file), I get the Apache Test Page.  Shouldn't I get "Hello"?  If I type myDomain.com/index.html I get "Hello." and I ask: Maybe Directory Index in .htaccess overides DirectoryIndex in httpd.conf? Ken

Re: [EMAIL PROTECTED] Lost connection to localhost

2005-10-06 Thread kloomis
At 10:37 AM 10/6/2005 -0400, you wrote: On 10/6/05, kloomis <[EMAIL PROTECTED]> wrote: > I have tried various addresses for the httpd.conf file, using myDomain.com > and 192.168.1.108 in the directives for server name and listen, > NameVirtualHost and VirtualHost, appendi

[EMAIL PROTECTED] Lost connection to localhost

2005-10-06 Thread kloomis
Hello: I had everything working well on Fedora Core 3 and Apache 2.0.52. Then I tried to set up two virtual hosts without success. When I rebooted the machine the next day, I had lost my connection to localhost and I cannot get it back. I can ping localhost on the local machine but I cannot r