LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-24-2003, 12:16 PM   #31
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79

It looks like you did change the config file from the default. If the virtual host stuff is commented out then it doesn't matter as you won't be using virtual hosts.
 
Old 07-24-2003, 12:35 PM   #32
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
but i will be using virtual hosts
im sayin that when i have my ip after NameVirtualHost the first virtual host i have defined shows up on all my urls
y??
 
Old 07-24-2003, 12:43 PM   #33
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
o btw
i put on win server 2003 to test dns and everything worked fine
i run dns from register.com where i bought my domains
 
Old 07-24-2003, 02:48 PM   #34
homestead1000
Member
 
Registered: Jul 2003
Location: San Diego, CA USA
Distribution: RH 7x,8x,9x, RHE 3, Fedora Core1
Posts: 38

Rep: Reputation: 15
are you using the BindAddress directive. Even though the default conf file say's you can use it with virtual hosting it seems to cause me much grief.
If you've bound multiple IP's to your nic then you should be able to specify them in your virtual hosting and not in either the Listen or BindAddress directives.


Ed
 
Old 07-24-2003, 03:58 PM   #35
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
nope
 
Old 09-01-2003, 07:34 AM   #36
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
ok... so ive been workin on this since june....
minus a lot of august bc of vacations and hw and stuff
but im back and still clueless

im thinkin there might be a service turned off
all i have running are:
autofs
cups
httpd
keytable
kudzu
netfs
network
ntpd
random
rawdevices
rhnsnd
sgi_fam
smb
syslog
xinetd

my dns entried from register.com work under windows server 2003
is there maybe something i need to get the to work under linux?
 
Old 09-01-2003, 09:49 PM   #37
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
anyone?
 
Old 09-02-2003, 08:08 AM   #38
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
please?
 
Old 09-03-2003, 05:31 PM   #39
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
bumpin the question
 
Old 09-07-2003, 08:43 AM   #40
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
come on people
 
Old 09-07-2003, 08:57 AM   #41
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Ok this has been going on for a while.

Can you post your current httpd.conf and apache version?
 
Old 09-07-2003, 11:54 AM   #42
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
lol

still runnin httpd 2.0.46

and i cant post the whole file
but heres the navevirtualhost section at least:

NameVirtualHost *

<VirtualHost *>
DocumentRoot /var/www/html/spazticenterprises.com
ServerName spazticenterprises.com
</VirtualHost>

<VirtualHost *>
ServerAdmin spaz@lame-ass.com
DocumentRoot /var/www/html/lame-ass.com
ServerName lame-ass.com

</VirtualHost>

<VirtualHost *>
DocumentRoot /var/www/html/carwraps.us
ServerName carwraps.us
</VirtualHost>
 
Old 09-07-2003, 01:40 PM   #43
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
OK. I've just setup a test on a machine with 2.0.40 and this works fine.

I know we've gone through it before but can you post what happens when you run:
/usr/sbin/httpd
 
Old 09-07-2003, 01:46 PM   #44
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Ir may actualy help if we set the debug log level too:
/usr/sbin/httpd -e debug
 
Old 09-20-2003, 08:57 AM   #45
Spaz17
Member
 
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132

Original Poster
Rep: Reputation: 15
k..sry about the long respond time
homework
tons and tons of homework

/usr/sbin/httpd:

[root@pyschopompus init.d]# /usr/sbin/httpd
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Sat Sep 20 09:54:34 2003] [error] VirtualHost _default_:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with
undefined results
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
[root@pyschopompus init.d]#

and
/user/sbin/httpd -e debug

[root@pyschopompus init.d]# /usr/sbin/httpd -e debug
[Sat Sep 20 09:55:16 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module mysql_auth_module
[Sat Sep 20 09:55:16 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module auth_pgsql_module
[Sat Sep 20 09:55:16 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module perl_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module php4_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module python_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module ssl_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module access_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module auth_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module auth_anon_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module auth_dbm_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module auth_digest_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module include_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module log_config_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module env_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module mime_magic_module
[Sat Sep 20 09:55:17 2003] [debug] /usr/src/build/250859-i386/BUILD/httpd-2.0.40
/modules/mappers/mod_so.c(290): loaded module cern_meta_module
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mail from Apache being rejected - Cannot route to sender apache@localhost.localdomain jimwillsher Linux - Networking 2 01-19-2006 12:41 AM
Apache 1.3.33 (debian built) and Apache SSL does not respond to the proper ports lqorg_user Linux - Networking 0 11-06-2005 04:11 PM
Strange apache trailing / problem - Slack-current, apache 1.3.33 vamp Linux - Networking 1 01-30-2005 07:28 PM
Apache Webserver 403 Forbidden Errors (User not in apache group?) Mankind75 Mandriva 4 07-08-2004 05:30 AM
apache benchmarks (apache v13 / apache v20) ; large differences between benchmarking markus1982 Linux - Software 0 02-08-2003 10:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration