[newbie] Apache will not allow http: - only https://

2003-07-31 Per discussione Jim Thorpe
Hi All

I keep getting the error page:


Bad Request

Your browser sent a request that this server could not understand.
 Reason: You're speaking plain HTTP to an SSL-enabled server port.
 Instead use the HTTPS scheme to access this URL, please.

Hint: https://localhost/

Apache-AdvancedExtranetServer/2.0.44 (Mandrake Linux/11mdk)
mod_perl/1.99_08 Perl/v5.8.0 mod_ssl/2.0.44 OpenSSL/0.9.7a PHP/4.3.1
Server at localhost Port 443



Does anyone know how to set-up Apache so that you can view webpages
using the http: protocol and not the https: protocol?

Many thanks for any help.

Jim


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Apache will not allow http: - only https://

2003-07-31 Per discussione Jim Thorpe
On Fri, 2003-08-01 at 11:33, Haywiremac wrote:
 On 01 Aug 2003 11:00:08 +1200
 Jim Thorpe [EMAIL PROTECTED] uttered:
 
  
  
  Bad Request
  
  Your browser sent a request that this server could not understand.
   Reason: You're speaking plain HTTP to an SSL-enabled server port.
   Instead use the HTTPS scheme to access this URL, please.
  
  Hint: https://localhost/
  
  Apache-AdvancedExtranetServer/2.0.44 (Mandrake Linux/11mdk)
  mod_perl/1.99_08 Perl/v5.8.0 mod_ssl/2.0.44 OpenSSL/0.9.7a PHP/4.3.1
  Server at localhost Port 443
  
  
  
  Does anyone know how to set-up Apache so that you can view webpages
  using the http: protocol and not the https: protocol?
 
 I got that too. Have you been making changes to Vhosts.conf?

The Vhosts.conf is unchanged.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Apache will not allow http: - only https://

2003-07-31 Per discussione Jim Thorpe
Have you made any changes at all to the configuration, like the document
root (/var/www/html)? Have you replaced the default page?

What are you putting in the browser address field to access the server,
it's IP or name?

Are you doing this *on* the server or from another machine?

-- 
HaywireMac


The DocumentRoot has changed and I can view many websites that I have on
my machine using https://localhost/dirname but not using http://

That is when I get the message saying I should use https://

I have Apache2 running on Mandrake9.1 all on my laptop.

Looking back I have never been able to view pages using http: - only
https:

Is this how Apache is set-up by default?

Thanks for any help

Jim



On Fri, 2003-08-01 at 11:43, Jim Thorpe wrote:
 On Fri, 2003-08-01 at 11:33, Haywiremac wrote:
  On 01 Aug 2003 11:00:08 +1200
  Jim Thorpe [EMAIL PROTECTED] uttered:
  
   
   
   Bad Request
   
   Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
   
   Hint: https://localhost/
   
   Apache-AdvancedExtranetServer/2.0.44 (Mandrake Linux/11mdk)
   mod_perl/1.99_08 Perl/v5.8.0 mod_ssl/2.0.44 OpenSSL/0.9.7a PHP/4.3.1
   Server at localhost Port 443
   
   
   
   Does anyone know how to set-up Apache so that you can view webpages
   using the http: protocol and not the https: protocol?
  
  I got that too. Have you been making changes to Vhosts.conf?
 
 The Vhosts.conf is unchanged.
 
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Apache will not allow http: - only https://

2003-07-31 Per discussione Jim Thorpe
Hi

contents of /etc/hosts

127.0.0.1   localhost


That's all

Thanks  Jim




On Fri, 2003-08-01 at 13:43, ed tharp wrote:
 On Thu, 2003-07-31 at 21:23, Jim Thorpe wrote:
  Hi
  
  The permissions are set to drwxrwxrwx (all the way from root to the
  required dir).
  I have also tried to view pages specifying the port like so:
  http://localhost:80/dirname
  to try to get away from the secure port 443
  but I still get the same message.
  
  As I'm running all of this on my laptop I have very low security set.
  You can even do directory browsing (if there is no index.html page)
  
  Thanks
  
  Jim
  
  
 what does your /etc/hosts file say for localhost?
 
 
 
  
  On Fri, 2003-08-01 at 13:16, Haywiremac wrote:
   On 01 Aug 2003 12:15:33 +1200
   Jim Thorpe [EMAIL PROTECTED] uttered:
   
The DocumentRoot has changed and I can view many websites that I have
on my machine using https://localhost/dirname but not using http://
   
   I bet that's the issue. you have to make sure the permissions are
   correct on the directories where the pages are located.
   
   make sure they are searchable like this:
   
   drwxr-xr-x
   

Looking back I have never been able to view pages using http: - only
https:

Is this how Apache is set-up by default?
   
   Not at all, by default it will answer on port 80, http.
  
  
  
  __
  
  Want to buy your Pack or Services from MandrakeSoft? 
  Go to http://www.mandrakestore.com
 
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Apache will not allow http: - only https://

2003-07-31 Per discussione Jim Thorpe
Hi 

The 
127.0.0.1   localhost.localdomain   localhost 
line didn't work either.

I do have a network card connected to my laptop that the apache server
runs on.

Thanks  Jim



On Fri, 2003-08-01 at 15:39, ed tharp wrote:
 On Thu, 2003-07-31 at 22:36, Jim Thorpe wrote:
  Hi
  
  contents of /etc/hosts
  
  127.0.0.1   localhost
  
  
  That's all
  
  Thanks  Jim
  
  
  
 should work, but try this line instead,
 127.0.0.1   localhost.localdomain localhost 
 
 also
 
 do you have a network card? or dialup?
 
 
 
  
  On Fri, 2003-08-01 at 13:43, ed tharp wrote:
   On Thu, 2003-07-31 at 21:23, Jim Thorpe wrote:
Hi

The permissions are set to drwxrwxrwx (all the way from root to the
required dir).
I have also tried to view pages specifying the port like so:
http://localhost:80/dirname
to try to get away from the secure port 443
but I still get the same message.

As I'm running all of this on my laptop I have very low security set.
You can even do directory browsing (if there is no index.html page)

Thanks

Jim


   what does your /etc/hosts file say for localhost?
   
   
   

On Fri, 2003-08-01 at 13:16, Haywiremac wrote:
 On 01 Aug 2003 12:15:33 +1200
 Jim Thorpe [EMAIL PROTECTED] uttered:
 
  The DocumentRoot has changed and I can view many websites that I have
  on my machine using https://localhost/dirname but not using http://
 
 I bet that's the issue. you have to make sure the permissions are
 correct on the directories where the pages are located.
 
 make sure they are searchable like this:
 
 drwxr-xr-x
 
  
  Looking back I have never been able to view pages using http: - only
  https:
  
  Is this how Apache is set-up by default?
 
 Not at all, by default it will answer on port 80, http.



__

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
   
   
   
   __
   
   Want to buy your Pack or Services from MandrakeSoft? 
   Go to http://www.mandrakestore.com
  
  
  
  __
  
  Want to buy your Pack or Services from MandrakeSoft? 
  Go to http://www.mandrakestore.com
 
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] Fwd: Page size defaults

2000-12-22 Per discussione Jim Thorpe



Kmail defaults to metric page size, i.e. A4.
How do I get it to default to US letter size 8.5" x 11"?

Jim T.





[newbie] Re: Learning curves

2000-12-16 Per discussione Jim Thorpe

As a Civil Engineer every graph I ever saw involving time had time on the X 
axis.
Therefor the steeper the curve the quicker things happened.

How come everyone has ir backwards?

Jim T.




[newbie] Kmail printer default

2000-12-16 Per discussione Jim Thorpe

Is there any way to get the printer default set to non metric letter size -
i.e.  8.5in x 11in?

It's a pain having to set it each time I wish to print out a message without 
over running the margines.

Jim T.




Re: [newbie] Re: Learning curves

2000-12-16 Per discussione Jim Thorpe

On Saturday 16 December 2000 05:46, you wrote:
 Jim Thorpe wrote:
  As a Civil Engineer every graph I ever saw involving time had time on the
  X axis.
  Therefor the steeper the curve the quicker things happened.
 
  How come everyone has it backwards?
 
  Jim T.

 What's backwards? The steeper the curve, the faster you have to learn.
 ..daveA

The steeper the curve the faster you have learned.
That is assuming that knowledge gained is shown on the Y axis.

But enough of off topic.. Let's argue by direct mail.

Cheers,

Jim T.




Re: [newbie] X doesn't work on Trident9750 3DImage

2000-12-01 Per discussione Jim Thorpe

On Fri, 01 Dec 2000, you wrote:
 Hi,

 I have a PIII 800 Mboard SOYO 6VBA+133 videocard Trident9750 3D Image, 64MB
 Ram, the problem is when I try to start Xwindows,  It doesn't work on
 Trident9750 3D Image video card.
 I've been tryed to set the resolution and driver, but my video only show a
 dark screen.
 I've been installed the mandrake-linux 7 many times, but it does't work.

I have the same card with 4megs. of RAM.  Normal boot comes up with 12 
overlapping screen images.

My solution is to use the safe boot option.
It works fine then.

Cheers,

Jim T.