March 28, 2024, 12:43:31 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: apache problem  (Read 3225 times)

Offline mfaisalkh

  • Tux Awared
  • **
  • Posts: 44
apache problem
« on: July 28, 2004, 02:11:28 PM »
Dear Users,

when i restart httpd services it shoes the following error:

* [Error] Virtual host _default_:443 -- mixing * ports and non-*ports with a Name Virtual host address is not supported, procedding with undefined results

when i type www.example.com on mozilla web browser they shows the following error:

* your browser sent a request that this server could not understand.
Reason:You're speaking palin HTTP to an SSL -enabled server port.
Instead use the HTTPS scheme to access this URL please
Hint :https//www.example.com/


Also SSL is disabled on my mozilla

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
apache problem
« Reply #1 on: July 29, 2004, 05:46:08 AM »
Firstly it means you have not yet cleared your fundas about configuring httpd ie apache secondly you need to set  DNS zone entry so that on givine  ..www.domain.com it redirect request to your computer.

Ok.. follow this tutorial !! but also take reference with tutorials found on the respective product site...

yolinux.com/TUTORIALS/LinuxTutorialWebSiteConfig.html
 I have removed link .  copy paste that in your browser.

Offline deven_01

  • Linux Learner
  • ***
  • Posts: 143
hi its so simple
« Reply #2 on: May 23, 2005, 10:41:42 AM »
go to
vi /etc/httpd/conf/httpd.conf file
make comment to
Listen 443
comment as follows
#Listen 443
Ok Dear enjoy