Hi folks.
I've found my server down this morning and it respawning to get my sites back
up. I have a handful of sites under VHost, and none of them were up.
I restarted the box, and manually tried to start apache using the following
command:
sudo bash -x /usr/sbin/apachectl -k start
It repor
On 14-Apr-09, at 11:38 AM, William A. Rowe, Jr. wrote:
httpd -S and mod_info are your friends in these sorts of issues.
Yes, I've been chasing up the issue found in apachectl -S since using
it. That's what the thread is focussing on now.
Rich in Toronto
...now go get on your bike
-
On 14-Apr-09, at 11:16 AM, Dan Poirier wrote:
Leopard uses launchctl to run daemons. Unless you've played with its
apache configuration, it's probably fine.
I haven't touched it. I wouldn't even know how to go near it. I had
a quick look and it's encrypted somewhat anyway.
The config f
Mac OS X Leopard Client. It automatically starts up, as configured in
Sys Prefs.
Apache 2.2.9
Unfortunately I cannot find any init.d anywhere. Apple changed to
xinetd and I can't find that either. I don't know where to look for
this. I put a message out on another list, so if I find an
On 14-Apr-09, at 9:45 AM, André Warnier wrote:
a) a first "NameVirtualHost *:80" somewhere,
and then
b) a second "NameVirtualHost *:80" line, without having seen in-
between, sections that would correspond to the first
"NameVirtualHost *:80".
So it warns you that something is missing there
On 14-Apr-09, at 8:34 AM, André Warnier wrote:
For the other part of the discussion, I suggest prefixing the
subject with [OT] (marking as "off topic".
About the issue at hand :
Just for the sake of it, to the previous configuration on my server,
I added an extra (thus, in my case, duplica
On 14-Apr-09, at 8:18 AM, Tom Evans wrote:
[Tue Apr 14 06:05:15 2009] [warn] NameVirtualHost *:80 has no
VirtualHosts
Which does NOT say "Apache has no vhosts". You may be misunderstanding
what the message says.
May, may not, perhaps...hence the request for documentation.
2. 13 virtua
On 14-Apr-09, at 8:14 AM, Jacqui Caren wrote:
This is whining - it gets you nowhere. Apache httpd has excellent
documentation
and you can purchase some rather good books as well.
Your opinion. My opinion is what I posted. If things were unclear as
I suggested, then other members' posts
On 14-Apr-09, at 8:15 AM, Eric Covener wrote:
I have no idea what this is in reply to. All I've said in this thread
is that the users list is not required as you asserted.
Note that If you choose not to avail yourself of the users list, you
obviously can't just move your usage questions over t
On 14-Apr-09, at 7:42 AM, Eric Covener wrote:
Not at all, my statement had nothing to do with documentation or
feedback. You removed the asinine statement I was replying to:
It would be in everybody's interest if the whole system didn't
require users to come to the users list. It's not lik
On 14-Apr-09, at 7:29 AM, Eric Covener wrote:
It's not required. You can join IRC, phone a friend, pay for
commercial support, or figure it out on your own.
Or ask on a list. Hence the question.
So you openly admit there are shortcomings in the documentation and
feedback. That's why peop
On 14-Apr-09, at 7:00 AM, Tom Evans wrote:
I'm slightly confused, as the thread title says 'LocationMatch inside
VirtualHost', which doesn't seem related?
When I inserted the LocationMatch inside the VirtualHost directive, I
was getting errors as reported.
Observation (again, making it
On 14-Apr-09, at 7:15 AM, André Warnier wrote:
It is maybe worth remembering that you get this software for free,
as you are getting assistance for free on this users list. It is
always an option to pay someone to offer you personal and tailored
assistance and training.
You know, this i
I'm using wildcard *:80, for both NameVirtualHost and VirtualHost
entries, and I only have one NVH. I've checked many times, thinking I
tripped over something.
On 14-Apr-09, at 7:24 AM, Eric Covener wrote:
The warning usuallu means you have more then one "nameVirtualHost
*:80". It shoul
I fixed it somehow, by messing with virtualhost conf files, but an
ongoing issue.
On 14-Apr-09, at 5:57 AM, Arnab Ganguly wrote:
Generate the core dump file.It will tell you the reason for
segmentation fault.Refer to the Apache documentation as how it can
be done.
Thanks and regards
On 14-Apr-09, at 4:57 AM, André Warnier wrote:
So would you like to try again ?
Sure. I'll make it dead simple for you: Why does this happen?
sh-3.2# apachectl -S
[Tue Apr 14 04:53:49 2009] [warn] NameVirtualHost *:80 has no
VirtualHosts
VirtualHost configuration:
wildcard NameVirtualHo
e documentation, other than the suggestion to put
it into a third place, httpd.conf. THAT, should be left alone, as
much as possible due to OS upgrades, etc.
Anybody know how I get their attention? This has to be rectified or
documented properly.
On 14-Apr-09, at 2:55 AM, Viaduct Pr
Hi folks. Me again.
Quick question. Is the LocationMatch directive allowed inside the
VirtualHost container?
What I'm trying to do is to have urls with no file specificity (i.e.
domain.com/products/) be sent to my middleware engine. I'm specifying
the LocationMatch to a SetHandler but
Hi folks.
I have received the following error.
Child PID 89 Exit Signal Segmentaiton Fault
Just wondering how I fix it. I was coding along, then boom, this
starts to come up. I haven't changed anything else.
Mac OS X Client 10.5.6
Apache 2.2
Cheers
Rich in Toronto
...now go get on you
On 8-Apr-09, at 8:24 PM, Eric Covener wrote:
No, 1:n.
Yes, I have it there.
NameVirtualHost *:80
I think I got it to work. I will catch up on this thread if I have
more issues.
Thanks
Rich in Toronto
...now go get on your bike
--
sh: apachectl/apache2ctl/httpd/: No such file or directory
I am on my way out.
On 8-Apr-09, at 8:24 PM, Eric Covener wrote:
Can you include a full apachectl/apache2ctl/httpd/ -S?
Rich in Toronto
...now go get on your bike
So 1 NameVirtualHost *:80 per ?
I've only had that once on my previous servers.
I just entered one per, just before, and that error came up 11 times.
On 8-Apr-09, at 8:17 PM, Eric Covener wrote:
You should have only 1 NameVirtualHost for "n" matching VirtualHost
containers. Extras can trigg
Hi folks. I seem to be having some issues with vhosts. The error:
[Wed Apr 08 19:53:42 2009] [warn] NameVirtualHost *:80 has no
VirtualHosts
Syntax OK
My rich.conf is indeed included, and is used on my development box.
I've created a handful of local "domains" so that I can split up site
23 matches
Mail list logo