able to start one virtual host but not all of them!!!

able to start one virtual host but not all of them!!!

am 22.10.2009 15:16:03 von khalid touati

--0015175cac2ebe45ed047685e5da
Content-Type: text/plain; charset=ISO-8859-1

Hi Guys,
i am able to start one virtual host but not all of them, and these are the
module when i type:
/usr/sbin/apache2 -l
Compiled in modules:
core.c
worker.c
http_core.c
mod_so.c
i'm realyy stuck, any idea!!

--
Abdullah

--0015175cac2ebe45ed047685e5da
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi Guys,

i am able to start one virtual host but not all of them, and these are=
the module when i type:

/usr/sbin/apache2 -l
Compiled in modules:
=A0 core.c
=A0 work=
er.c
=A0 http_core.c
=A0 mod_so.c
i'm realyy stuck, any idea!!=


--
Abdullah


--0015175cac2ebe45ed047685e5da--

Re: able to start one virtual host but not all of

am 22.10.2009 15:21:05 von Eric Covener

On Thu, Oct 22, 2009 at 9:16 AM, khalid touati wro=
te:
> Hi Guys,
> i am able to start one virtual host but not all of them, and these are th=
e
> module when i type:
> /usr/sbin/apache2 -l
> Compiled in modules:
> =A0 core.c
> =A0 worker.c
> =A0 http_core.c
> =A0 mod_so.c
> i'm realyy stuck, any idea!!

How do you start one virtual host? Don't they all start together?
Are you changing your configuration as you go? Do you get an error
message if you include the "bad" virtual host? How about your
errorlog? What are the contents of the virtualhost? Did you make it
this far in my followup? Do you think this was reasonable info to
provide in a request for help?


--
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: able to start one virtual host but not all of them!!!

am 22.10.2009 15:26:07 von Rich Bowen

On Oct 22, 2009, at 09:16 , khalid touati wrote:

> Hi Guys,
> i am able to start one virtual host but not all of them, and these
> are the module when i type:
> /usr/sbin/apache2 -l
> Compiled in modules:
> core.c
> worker.c
> http_core.c
> mod_so.c
> i'm realyy stuck, any idea!!
>


The usual reason for this is that you have mismatched NameVirtualHost
and lines. Please see http://onlamp.com/pub/a/apache/2004/01/08/apacheckbk.html
for a detailed discussion of your problem and the solutions for it.

--
Rich Bowen
rbowen@rcbowen.com




------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: able to start one virtual host but not all ofthem!!!

am 22.10.2009 15:27:09 von Mark Watts

--=-JRWCeqyyoTZfjwjKMUHU
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Thu, 2009-10-22 at 09:16 -0400, khalid touati wrote:
> Hi Guys,
> i am able to start one virtual host but not all of them, and these are
> the module when i type:=20
> /usr/sbin/apache2 -l
> Compiled in modules:
> core.c
> worker.c
> http_core.c
> mod_so.c
> i'm realyy stuck, any idea!!

A list of compiled-in modules is pretty useless.

Please provide a better description of your problem, including error
messages, configuration information and anything else relevant.

Mark.

--=20
Mark Watts BSc RHCE MBCS
Senior Systems Engineer, Managed Services Manpower
www.QinetiQ.com
QinetiQ - Delivering customer-focused solutions
GPG Key: http://www.linux-corner.info/mwatts.gpg

--=-JRWCeqyyoTZfjwjKMUHU
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkrgXa0ACgkQBn4EFUVUIO2x0QCbB/D9Q0q1lKS77BBFXzpN BKaR
dUMAn3yFIJ9GdnVz5kN7sQy7ZFYnDQKf
=DrsM
-----END PGP SIGNATURE-----

--=-JRWCeqyyoTZfjwjKMUHU--

Re: able to start one virtual host but not all of

am 22.10.2009 20:50:40 von khalid touati

--001485e9a7ed6505b104768a92e6
Content-Type: text/plain; charset=ISO-8859-1

thanks for all of you guys, actually i was doing a big mistake (as i am not
too familiar with apche on linux) i was starting the service using this
/usr/sbin/apache2 -k start, but when using /etc/init.d/apache2 start, all my
problem are gone, i still wondering though wht's the difference but i am all
set anyway!
tahnk you

2009/10/22 Mark Watts

> On Thu, 2009-10-22 at 09:16 -0400, khalid touati wrote:
> > Hi Guys,
> > i am able to start one virtual host but not all of them, and these are
> > the module when i type:
> > /usr/sbin/apache2 -l
> > Compiled in modules:
> > core.c
> > worker.c
> > http_core.c
> > mod_so.c
> > i'm realyy stuck, any idea!!
>
> A list of compiled-in modules is pretty useless.
>
> Please provide a better description of your problem, including error
> messages, configuration information and anything else relevant.
>
> Mark.
>
> --
> Mark Watts BSc RHCE MBCS
> Senior Systems Engineer, Managed Services Manpower
> www.QinetiQ.com
> QinetiQ - Delivering customer-focused solutions
> GPG Key: http://www.linux-corner.info/mwatts.gpg
>



--
Abdullah

--001485e9a7ed6505b104768a92e6
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

thanks for all of you guys, actually i was doing a big mistake (as i a=
m not too familiar with apche on linux) i was starting the service using th=
is /usr/sbin/apache2 -k start, but when using /etc/init.d/apache2 start, al=
l my problem are gone, i still wondering though wht's the difference bu=
t i am all set anyway!


tahnk you


2009/10/22 Mark Watts < ref=3D"mailto:m.watts@eris.qinetiq.com">m.watts@eris.qinetiq .com> pan>

; PADDING-LEFT: 1ex" class=3D"gmail_quote">


On Thu, 2009-10-22 at 09:16 -0400, khalid touati wrote: r>> Hi Guys,
> i am able to start one virtual host but not all of =
them, and these are
> the module when i type:
> /usr/sbin/apach=
e2 -l

> Compiled in modules:
> =A0 core.c
> =A0 worker.c
> =
=A0 http_core.c
> =A0 mod_so.c
> i'm realyy stuck, any idea=
!!

A list of compiled-in modules is pretty useless.
<=
br>Please provide a better description of your problem, including error

messages, configuration information and anything else relevant.

Mark=
..

--
Mark Watts BSc RHCE MBCS
Senior S=
ystems Engineer, Managed Services Manpower
..com/" target=3D"_blank">www.QinetiQ.com

QinetiQ - Delivering customer-focused solutions
GPG Key: ://www.linux-corner.info/mwatts.gpg" target=3D"_blank">http://www.linux-cor=
ner.info/mwatts.gpg



=


--
Abdullah


--001485e9a7ed6505b104768a92e6--

RE: able to start one virtual host but not all of them!!!

am 23.10.2009 09:37:15 von Boyle Owen

I'm not familiar with your linux distro, but I suspect that
/usr/sbin/apache2 is the apache binary and that by starting it directly
you get a default config (do "/usr/sbin/apache2 -V" to find out where).

On the other hand, /etc/init.d/apache2 is probably a shell-script that
defines a different config file when it starts apache (look inside
/etc/init.d/apache2 to see what it does).

So each method loads a different config and that's why you get different
results...

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.=20


________________________________

From: khalid touati [mailto:khalidtouati@gmail.com]=20
Sent: Thursday, October 22, 2009 8:51 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] able to start one virtual host but
not all of them!!!
=09
=09
thanks for all of you guys, actually i was doing a big mistake
(as i am not too familiar with apche on linux) i was starting the
service using this /usr/sbin/apache2 -k start, but when using
/etc/init.d/apache2 start, all my problem are gone, i still wondering
though wht's the difference but i am all set anyway!
tahnk you
=09
=09
2009/10/22 Mark Watts
=09

On Thu, 2009-10-22 at 09:16 -0400, khalid touati wrote:
> Hi Guys,
> i am able to start one virtual host but not all of
them, and these are
> the module when i type:
> /usr/sbin/apache2 -l
> Compiled in modules:
> core.c
> worker.c
> http_core.c
> mod_so.c
> i'm realyy stuck, any idea!!
=09
=09
A list of compiled-in modules is pretty useless.
=09
Please provide a better description of your problem,
including error
messages, configuration information and anything else
relevant.
=09
Mark.
=09
--
Mark Watts BSc RHCE MBCS
Senior Systems Engineer, Managed Services Manpower
www.QinetiQ.com =20
QinetiQ - Delivering customer-focused solutions
GPG Key: http://www.linux-corner.info/mwatts.gpg
=09




--=20
Abdullah=20
=20
This message is for the named person's use only. It may contain =
confidential, proprietary or legally privileged information. If you =
receive this message in error, please notify the sender urgently and =
then immediately delete the message and any copies of it from your =
system. Please also immediately destroy any hardcopies of the message.=20
The sender's company reserves the right to monitor all e-mail =
communications through their networks.

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: able to start one virtual host but not all of

am 23.10.2009 16:21:59 von khalid touati

--001636025b9c526ca004769aef05
Content-Type: text/plain; charset=ISO-8859-1

Thanks owen!!

2009/10/23 Boyle Owen

> I'm not familiar with your linux distro, but I suspect that
> /usr/sbin/apache2 is the apache binary and that by starting it directly
> you get a default config (do "/usr/sbin/apache2 -V" to find out where).
>
> On the other hand, /etc/init.d/apache2 is probably a shell-script that
> defines a different config file when it starts apache (look inside
> /etc/init.d/apache2 to see what it does).
>
> So each method loads a different config and that's why you get different
> results...
>
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may be ignored.
>
>
> ________________________________
>
> From: khalid touati [mailto:khalidtouati@gmail.com]
> Sent: Thursday, October 22, 2009 8:51 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] able to start one virtual host but
> not all of them!!!
>
>
> thanks for all of you guys, actually i was doing a big mistake
> (as i am not too familiar with apche on linux) i was starting the
> service using this /usr/sbin/apache2 -k start, but when using
> /etc/init.d/apache2 start, all my problem are gone, i still wondering
> though wht's the difference but i am all set anyway!
> tahnk you
>
>
> 2009/10/22 Mark Watts
>
>
> On Thu, 2009-10-22 at 09:16 -0400, khalid touati wrote:
> > Hi Guys,
> > i am able to start one virtual host but not all of
> them, and these are
> > the module when i type:
> > /usr/sbin/apache2 -l
> > Compiled in modules:
> > core.c
> > worker.c
> > http_core.c
> > mod_so.c
> > i'm realyy stuck, any idea!!
>
>
> A list of compiled-in modules is pretty useless.
>
> Please provide a better description of your problem,
> including error
> messages, configuration information and anything else
> relevant.
>
> Mark.
>
> --
> Mark Watts BSc RHCE MBCS
> Senior Systems Engineer, Managed Services Manpower
> www.QinetiQ.com <
> http://www.qinetiq.com/>
> QinetiQ - Delivering customer-focused solutions
> GPG Key: http://www.linux-corner.info/mwatts.gpg
>
>
>
>
>
> --
> Abdullah
>
> This message is for the named person's use only. It may contain
> confidential, proprietary or legally privileged information. If you receive
> this message in error, please notify the sender urgently and then
> immediately delete the message and any copies of it from your system. Please
> also immediately destroy any hardcopies of the message.
> The sender's company reserves the right to monitor all e-mail
> communications through their networks.
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


--
Abdullah

--001636025b9c526ca004769aef05
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Thanks owen!!


2009/10/23 Boyle Owen < ref=3D"mailto:Owen.Boyle@six-group.com">Owen.Boyle@six-group .com> pan>

; PADDING-LEFT: 1ex" class=3D"gmail_quote">I'm not familiar with your l=
inux distro, but I =A0suspect that
/usr/sbin/apache2 is the apache binar=
y and that by starting it directly

you get a default config (do "/usr/sbin/apache2 -V" to find out w=
here).

On the other hand, /etc/init.d/apache2 is probably a shell-sc=
ript that
defines a different config file when it starts apache (look in=
side

/etc/init.d/apache2 to see what it does).

So each method loads a dif=
ferent config and that's why you get different
results...

Rgd=
s,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may=
be ignored.



________________________________

=A0 =A0 =A0 =A0From: khalid=
touati [mailto:khalidtouati@gmai=
l.com
]
=A0 =A0 =A0 =A0Sent: Thursday, October 22, 2009 8:51 PM

=A0 =A0 =A0 =A0To: rg">users@httpd.apache.org
=A0 =A0 =A0 =A0Subject: Re: [users@=
httpd] able to start one virtual host but
not all of them!!!





=A0 =A0 =A0 =A0thanks for all of you guys, actual=
ly i was doing a big mistake
(as i am not too familiar with apche on lin=
ux) i was starting the
service using this /usr/sbin/apache2 -k start, bu=
t when using

/etc/init.d/apache2 start, all my problem are gone, i still wondering
th=
ough wht's the difference but i am all set anyway!
=A0 =A0 =A0 =A0ta=
hnk you


=A0 =A0 =A0 =A02009/10/22 Mark Watts < to:m.watts@eris.qinetiq.com">m.watts@eris.qinetiq.com>



=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0On Thu, 2009-10-22 at 09:16 -0400, k=
halid touati wrote:
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0> Hi Guys,
=A0 =
=A0 =A0 =A0 =A0 =A0 =A0 =A0> i am able to start one virtual host but not=
all of
them, and these are
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0> the m=
odule when i type:

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0> /usr/sbin/apache2 -l
=A0 =A0 =A0 =A0=
=A0 =A0 =A0 =A0> Compiled in modules:
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0> =A0 core.c
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0> =A0 worker.c
=
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0> =A0 http_core.c
=A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0> =A0 mod_so.c

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0> i'm realyy stuck, any idea!!
>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0A list of compiled-in modules is pretty=
useless.

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Please provide a better des=
cription of your problem,
including error

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0messages, configuration information and anyt=
hing else
relevant.

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Mark.

=
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0--
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Mark Wa=
tts BSc RHCE MBCS
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Senior Systems Engineer=
, Managed Services Manpower

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 m/" target=3D"_blank">www.QinetiQ.com < ..com/" target=3D"_blank">http://www.qinetiq.com/>

=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0QinetiQ - Delivering custo=
mer-focused solutions
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0GPG Key: "http://www.linux-corner.info/mwatts.gpg" target=3D"_blank">http://www.linu=
x-corner.info/mwatts.gpg







=A0 =A0 =A0 =A0--
=A0 =A0 =A0 =A0Abdullah

T=
his message is for the named person's use only. It may contain confiden=
tial, proprietary or legally privileged information. If you receive this me=
ssage in error, please notify the sender urgently and then immediately dele=
te the message and any copies of it from your system. Please also immediate=
ly destroy any hardcopies of the message.

The sender's company reserves the right to monitor all e-mail communica=
tions through their networks.




-----------------------------------------------------=
----------------
The official User-To-User support forum of the Apache H=
TTP Server Project.
See <URL: list.html" target=3D"_blank">http://httpd.apache.org/userslist.html>=
for more info.

To unsubscribe, e-mail: g">users-unsubscribe@httpd.apache.org
=A0 " =A0 from the digest=
: users-digest=
-unsubscribe@httpd.apache.org


For additional commands, e-mail: org">users-help@httpd.apache.org

=



--
Abdullah


--001636025b9c526ca004769aef05--