httpd service not starting on Windows 2008 (64bit) through Microsoft

httpd service not starting on Windows 2008 (64bit) through Microsoft

am 04.05.2009 13:57:19 von Raja Shekar CS

--001485ec1020416b7f046914dd95
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi !

I am facing an issue in bringing up httpd (2.2.10) configured in Microsoft
Failover Cluster (MSCS) on Windows 2008 64 bit system.

This problem is seen only on Windows 2008 64bit system and through Microsoft
Failover Cluster only. The service starts fine on the same system outside
when started directly from Service Control Manager.

Could you please let me know if you have seen similar issue, and know of any
work around or solution ?

Error noticed:

When the service is started from Failover Cluster manager, ~20 events are
seen in event viewer (basically printing the syntax help spread over many
events):

Description:
The Apache service named reported the following error:
>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d
directory] [-f file] .
Event Xml:



...


The Apache service named


reported the following error:>>>
Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d
directory] [-f file]




My guess is that httpd is not accepting "-k runservice" argument for some
reason and printing the syntax help.
I read on earlier mail on apache mail list that "-k runservice" is accepted
by httpd only if it is started by service control manager as part of the
kernel:

http://markmail.org/message/4irgpoeth7ccl3c5

I have checked with Microsoft Support, and they confirmed that failover
cluster starts the service by using the service control manager and not
directly. Also, since it works fine on Windows 2008 32bit system, I am
really confused.

What works:

- starting the service directly from Service Control Manager (on the same
system)
- starting httpd.exe as an application (not as a service) on the same system
through Failover Cluster Manager
- starting the service from Failover Cluster Server or Service Control
Manager on Windows 2008 32bit system, or Windows 2003

httpd version - 2.2.10
Windows Version - Microsoft Windows Server 2008 Enterprise Service Pack 1
(Build 6001) x64 based
The issue was seen on multiple cluster setups and also on Windows 2008 64bit
VMs.

Any help is greatly appreciated.
--
~ Raj ~

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

Hi !

I am facing an issue in bringing up httpd (2.2.10) configured i=
n Microsoft Failover Cluster (MSCS) on Windows 2008 64 bit system.

T=
his problem is seen only on Windows 2008 64bit system and through Microsoft=
Failover Cluster only. The service starts fine on the same system outside =
when started directly from Service Control Manager.


Could you please let me know if you have seen similar issue, and know o=
f any work around or solution ?

Error noticed:

When the servi=
ce is started from Failover Cluster manager, ~20 events are seen in event v=
iewer (basically printing the syntax help spread over many events):


Description:
The Apache service named=A0 reported the following erro=
r:
>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D =
name] [-d directory] [-f file]     .
Event Xml:
<Event xml=
ns=3D" ">http://schemas.microsoft.com/win/2004/08/events/event">

=A0 <System>
  =A0 <Provider Name=3D"Apache Service&qu=
ot; />
     ...
=A0 </System>
=A0 <EventData&g=
t;
  =A0 <Data>The Apache service named</Data>
  =
=A0 <Data>
  =A0 </Data>

  =A0 <Data>reported the following error:&gt;&gt;&gt;=
</Data>
  =A0 <Data>Usage: C:\\Program Files (x86)\\DFM\=
\bin\\httpd.exe [-D name] [-d directory] [-f file]</Data>
=A0 <=
/EventData>

</Event>

My guess is that httpd is not accepting "-k runs=
ervice" argument for some reason and printing the syntax help.
I r=
ead on earlier mail on apache mail list that "-k runservice" is a=
ccepted by httpd only if it is started by service control manager as part o=
f the kernel:


http://markmai=
l.org/message/4irgpoeth7ccl3c5


I have checked with Microsoft Sup=
port, and they confirmed that failover cluster starts the service by using =
the service control manager and not directly. Also, since it works fine on =
Windows 2008 32bit system, I am really confused.


What works:

- starting the service directly from Service Control=
Manager (on the same system)
- starting httpd.exe as an application (no=
t as a service) on the same system through Failover Cluster Manager

- starting the service from Failover Cluster Server or Service Control Mana=
ger on Windows 2008 32bit system, or Windows 2003

httpd version - 2.=
2.10
Windows Version - Microsoft Windows Server 2008 Enterprise Service =
Pack 1 (Build 6001) x64 based

The issue was seen on multiple cluster setups and also on Windows 2008 64bi=
t VMs.

Any help is greatly appreciated.
--
~ Raj ~


--001485ec1020416b7f046914dd95--

Re: httpd service not starting on Windows 2008 (64bit)

am 04.05.2009 14:27:42 von Eric Covener

On Mon, May 4, 2009 at 7:57 AM, Raja Shekar CS wrote:
> I am facing an issue in bringing up httpd (2.2.10) configured in Microsoft
> Failover Cluster (MSCS) on Windows 2008 64 bit system.
>>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d

Tried simplifying the path?

--
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: httpd service not starting on Windows 2008 (64bit)

am 05.05.2009 14:26:37 von Raja Shekar CS

--0016e652fa26ea5dfe04692963b5
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi,

I tried an earlier version of apache (2.0.63) and also at simpler path. No
luck.

Any other hints ? Pls let me know.

Thanks,
Raj.

On Mon, May 4, 2009 at 5:57 PM, Eric Covener wrote:

> On Mon, May 4, 2009 at 7:57 AM, Raja Shekar CS wrote:
> > I am facing an issue in bringing up httpd (2.2.10) configured in
> Microsoft
> > Failover Cluster (MSCS) on Windows 2008 64 bit system.
> >>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d
>
> Tried simplifying the path?
>
> --
> 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
>
>

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

Hi,

I tried an earlier version of apache (2.0.63) and also at simple=
r path. No luck.

Any other hints ? Pls let me know.

Thanks, r>Raj.

On Mon, May 4, 2009 at 5:57 PM, Er=
ic Covener <coven=
er@gmail.com
>
wrote:

204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
>On Mon, May 4, 2009 at 7:57 AM, Raja Shekar CS < ar@gmail.com">rshekar@gmail.com> wrote:


> I am facing an issue in bringing up httpd (2.2.10) configured in Micro=
soft

> Failover Cluster (MSCS) on Windows 2008 64 bit system.

>>>> Usage: C:\\Program Files (x86)\\DF=
M\\bin\\httpd.exe [-D name] [-d



Tried simplifying the path?



--

Eric Covener





------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g">users-unsubscribe@httpd.apache.org

=A0 " =A0 from the digest: @httpd.apache.org">users-digest-unsubscribe@httpd.apache.org

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







--0016e652fa26ea5dfe04692963b5--

Re: httpd service not starting on Windows 2008 (64bit)

am 05.05.2009 23:04:17 von Jonathan Zuckerman

On Tue, May 5, 2009 at 5:26 AM, Raja Shekar CS wrote:
> Hi,
>
> I tried an earlier version of apache (2.0.63) and also at simpler path. N=
o
> luck.
>
> Any other hints ? Pls let me know.
>
> Thanks,
> Raj.
>
> On Mon, May 4, 2009 at 5:57 PM, Eric Covener wrote:
>>
>> On Mon, May 4, 2009 at 7:57 AM, Raja Shekar CS wrote=
:
>> > I am facing an issue in bringing up httpd (2.2.10) configured in
>> > Microsoft
>> > Failover Cluster (MSCS) on Windows 2008 64 bit system.
>> >>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d
>>
>> Tried simplifying the path?
>>
>> --
>> Eric Covener
>> covener@gmail.com
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Projec=
t.
>> See for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>
>
>

Could you paste the error output? From what you've sent us it looks
like you're not substituting actual values for the optional parameter
descriptions of the program signature, and are also using two slashes
to separate directories instead of one..

------------------------------------------------------------ ---------
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: httpd service not starting on Windows 2008 (64bit)

am 06.05.2009 16:15:37 von Raja Shekar CS

--0016e6513cb097ed4c04693f079b
Content-Type: multipart/alternative; boundary=0016e6513cb097ed4404693f0799

--0016e6513cb097ed4404693f0799
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi,
@Jonathan: error output I get is the complete usage help. There is no
specific error seen.

I added some debug logging to the httpd startup code, and it looks like
Microsoft Failover Cluster server is passing invalid arguments:

When started from Microsoft Failover Cluster:

[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 0 of 8 (8):: C:\\Program Files
(x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe
[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 1 of 8 (8):: -d
[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 2 of 8 (8):: C:/Program Files
(x86)/NetApp/DataFabric Manager/DFM
[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 3 of 8 (8):: -f
[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 4 of 8 (8):: C:\\Program Files
(x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.conf
[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 5 of 8 (8):: Files
[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 6 of 8 (8)::
(x86)\\NetApp\\DataFabric
[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 7 of 8 (8)::
Manager\\DFM\\bin\\httpd.exe -k runservice

The last three are causing the issue. These three are automatically taken as
startup parameter when apache service as added as Generic Service to
failover cluster (screenshot attached).

When started from Service Control Manager (on the same system):

[Wed May 06 19:29:24 2009] [warn] INPUT ARGS 0 of 5 (5):: C:\\Program Files
(x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe
[Wed May 06 19:29:24 2009] [warn] INPUT ARGS 1 of 5 (5):: -d
[Wed May 06 19:29:24 2009] [warn] INPUT ARGS 2 of 5 (5):: C:/Program Files
(x86)/NetApp/DataFabric Manager/DFM
[Wed May 06 19:29:24 2009] [warn] INPUT ARGS 3 of 5 (5):: -f
[Wed May 06 19:29:24 2009] [warn] INPUT ARGS 4 of 5 (5):: C:\\Program Files
(x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.conf

By ignoring the error for the additional parameters, I was able to start
httpd through Failover Cluster.

However, I am looking for one clarification:

Service installed in service control manager with "Path to executable" as:

"C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe"
-k runservice

I am not able to understand why the "-k runservice" argument is not showing
up when started through service control manager. Just want to be sure that i
haven't made a mistake in logging, and that this is the expected behavior.

Thanks for your inputs,

Raj.

On Wed, May 6, 2009 at 2:34 AM, Jonathan Zuckerman wrote:

> On Tue, May 5, 2009 at 5:26 AM, Raja Shekar CS wrote:
> > Hi,
> >
> > I tried an earlier version of apache (2.0.63) and also at simpler path.
> No
> > luck.
> >
> > Any other hints ? Pls let me know.
> >
> > Thanks,
> > Raj.
> >
> > On Mon, May 4, 2009 at 5:57 PM, Eric Covener wrote:
> >>
> >> On Mon, May 4, 2009 at 7:57 AM, Raja Shekar CS
> wrote:
> >> > I am facing an issue in bringing up httpd (2.2.10) configured in
> >> > Microsoft
> >> > Failover Cluster (MSCS) on Windows 2008 64 bit system.
> >> >>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d
> >>
> >> Tried simplifying the path?
> >>
> >> --
> >> 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
> >>
> >
> >
> >
>
> Could you paste the error output? From what you've sent us it looks
> like you're not substituting actual values for the optional parameter
> descriptions of the program signature, and are also using two slashes
> to separate directories instead of one..
>
> ------------------------------------------------------------ ---------
> 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
>
>

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

Hi,


@Jonathan: error output I get is the complete usage =
help. There is no specific error seen.

I added som=
e debug logging to the httpd startup code, and it looks like Microsoft Fail=
over Cluster server is passing invalid arguments:


When started from Microsoft Failover Cluster:
>
[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 0 of 8=
(8):: C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd=
..exe

[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 1 of 8 (8):: -d
<=
div>[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 2 of 8 (8):: C:/Program=
Files (x86)/NetApp/DataFabric Manager/DFM
[Wed May 06 19:28:09 2=
009] [warn] =A0INPUT ARGS 3 of 8 (8):: -f

[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 4 of 8 (8):: C:\\Progr=
am Files (x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.conf
>[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 5 of 8 (8):: Files iv>
[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 6 of 8 (8):: (x86)\\NetApp\=
\DataFabric
[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 7 of =
8 (8):: Manager\\DFM\\bin\\httpd.exe -k runservice

>
The last three are causing the issue. These three are automatically taken a=
s startup parameter when apache service as added as Generic Service to fail=
over cluster (screenshot attached).

When started f=
rom Service Control Manager (on the same system):


[Wed May 06 19:29:24 2009] [warn] =A0INPUT ARGS 0 =
of 5 (5):: C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\h=
ttpd.exe
[Wed May 06 19:29:24 2009] [warn] =A0INPUT ARGS 1 of 5 (=
5):: -d

[Wed May 06 19:29:24 2009] [warn] =A0INPUT ARGS 2 of 5 (5):: C:/Progra=
m Files (x86)/NetApp/DataFabric Manager/DFM
[Wed May 06 19:29:24 =
2009] [warn] =A0INPUT ARGS 3 of 5 (5):: -f
[Wed May 06 19:29:24 2=
009] [warn] =A0INPUT ARGS 4 of 5 (5):: C:\\Program Files (x86)\\NetApp\\Dat=
aFabric Manager\\DFM\\conf\\httpd.conf


By ignoring the error for the additional parameters, I =
was able to start httpd through Failover Cluster.

=
However, I am looking for one clarification:

Servi=
ce installed in service control manager with "Path to executable"=
as:


"C:\\Program Files (x86)\\NetApp\\DataFabric Manag=
er\\DFM\\bin\\httpd.exe" -k runservice

I am n=
ot able to understand why the "-k runservice" argument is not sho=
wing up when started through service control manager. Just want to be sure =
that i haven't made a mistake in logging, and that this is the expected=
behavior.


Thanks for your inputs,

Raj. div>

On Wed, May 6, 2009 at 2:34 AM, Jo=
nathan Zuckerman < com">j.zuckerman@gmail.com> wrote:

x #ccc solid;padding-left:1ex;">
On Tue, M=
ay 5, 2009 at 5:26 AM, Raja Shekar CS < om">rshekar@gmail.com> wrote:


> Hi,

>

> I tried an earlier version of apache (2.0.63) and also at simpler path=
.. No

> luck.

>

> Any other hints ? Pls let me know.

>

> Thanks,

> Raj.

>

> On Mon, May 4, 2009 at 5:57 PM, Eric Covener < ener@gmail.com">covener@gmail.com> wrote:

>>

>> On Mon, May 4, 2009 at 7:57 AM, Raja Shekar CS < to:rshekar@gmail.com">rshekar@gmail.com> wrote:

>> > I am facing an issue in bringing up httpd (2.2.10) configured=
in

>> > Microsoft

>> > Failover Cluster (MSCS) on Windows 2008 64 bit system.

>> >>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.e=
xe [-D name] [-d

>>

>> Tried simplifying the path?

>>

>> --

>> Eric Covener

>>

>>

>> ------------------------------------------------------------ ------=
---

>> The official User-To-User support forum of the Apache HTTP Server =
Project.

>> See <URL: get=3D"_blank">http://httpd.apache.org/userslist.html> for more info=
..

>> To unsubscribe, e-mail: apache.org">users-unsubscribe@httpd.apache.org

>> =A0 " =A0 from the digest: ubscribe@httpd.apache.org">users-digest-unsubscribe@httpd.ap ache.org >
>> For additional commands, e-mail: d.apache.org">users-help@httpd.apache.org

>>

>

>

>



Could you paste the error output? =A0From what you've sent =
us it looks

like you're not substituting actual values for the optional parameter r>
descriptions of the program signature, and are also using two slashes

to separate directories instead of one..



------------------------------------------------------------ ---------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>
See <URL: lank">http://httpd.apache.org/userslist.html> for more info.

To unsubscribe, e-mail: g">users-unsubscribe@httpd.apache.org

=A0 " =A0 from the digest: @httpd.apache.org">users-digest-unsubscribe@httpd.apache.org

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







--0016e6513cb097ed4404693f0799--
--0016e6513cb097ed4c04693f079b
Content-Type: image/png; name="generic-service.png"
Content-Disposition: attachment; filename="generic-service.png"
Content-Transfer-Encoding: base64
X-Attachment-Id: f_fue432c80

iVBORw0KGgoAAAANSUhEUgAAAqsAAAHWCAYAAABQT8BzAAAAAXNSR0IArs4c 6QAAAARnQU1BAACx
jwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdw nLpRPAAAABh0RVh0
U29mdHdhcmUAUGFpbnQuTkVUIHYzLjM1MO6znwAARFFJREFUeF7t3TGM3NaB //H5dymvvDbANS5T
XqktU6Z0d3AVCP8iMFIYwjX676UIjBSBkcIwXBiQiwByYUAuDKz/hQG5MLAu DChFAKVIoeKKLVKo
uIJHjkSZYki+Rz7yzePMZ5PFWrsc8vHLH9985zecmf9T1V+H11//9f/+6/DN ///m+P3sx9v2134i
gAACCCCAAAIIIHAaArWUVu339cPr6ureVSOvx9/5QgABBBBAAAEEEEDglASa BnVSVrt/998/scIC
CxmQARmQARmQARnYPgOHn/3bfbLaEXah2z50GGMsAzIgAzIgAzIQm4FoWW2k 1jcGMiADMiADMiAD
MiADOTOwuaw++8M7JJfoy4AMyIAMyIAMyIAMLMrAYll974Mn1dR3I6mPPv6o qr78efXoTx9WpNWj
sJyPwmxL3mRABmRABmSgjAykvDjr+ML/2GtWuwf8wz98WL33H+9Vz//2YvT7 xfePj6Ja/fDu8efL
v94ssmlBKyNojoPjIAMyIAMyIAMysCQDjazGXp86+ML/ubL60cefHKXz5pun o6LctKhHUf3+V1X1
9b+/EVbt6vmHvA3FkjC7zfnnwzF2jGVABmTg8jKQXVabkDXvx9o0q/2v+9+8 ePOru788mWxWh6Sm
+d3aIR4y6rW3ccr19TlO/TuHSObYxil52/blTbKOuWMuAzIgA2kZ6Mtq837+ 7Xv6d5vU/u/fvP9/
arP68uUrPXnwzfPqnc+eHf/75f/UdW/drrbCOnTNalci2xBsKavdbWyxnVMF eY6s5hgjWU07oXMc
I9twjGRABmRABnJmYKhZ7YvpkMAultV+s3r1h5vq8fcvqnf++LS6+8fbPWYj so20vvvrV5cOdL/7
jWfzt65EDv29XaZdritGY5IUkrnuOsfa3jGxnvr9kBz3x9tfZmysUwIY2r8x Rn2+S9iPjf+cHgzk
PJlty52HDMiADMjAOWZgSFabRrUV1LGmdbGs9q9Z/dWfnlaH/3hUffTt86P/ fPLx4zffTcN6+8Oz
UVkdE8UpAQvJ15gUjzWrsdsaEu2QkI7J9VqSHdp+SGRj2uahsU6Nf0qsz/EE tE/uWGRABmRABmRg
OgNjstoV1qEXYC2W1eaAPPjgwZtrVp/9/a569+N/blWbgR1l9fvbSVntC+uQ wMYIaqhZHWpBY7cV
kr5YeZtqbkPNc0y7OtSWDjWmU+I9xqQv3rHy7wQ2icuADMiADMjAZWfgZM3q o88ejbnRm983svr0
u7CsjjWQQ+EObXSqWZ0ji30ZWyqkoRY1JNkxJ/iQiE/9bqpRnds0h0Q+ZvyW uexJzPF3/GVABmTg
vDMwJKvZrlltZPTu7q5+76xn1c3XN//kka9k9WmwWe3K01iDN9UGxrSOqU1g ybI6xCwk5rGSPFe2
XQZw3hOOOxTHVwZkQAZkYG4G+rKa7d0Amma1eQFVI6uNqLay+tY1q/Xfb76d L6tTT0XHitmS9rDf
Rvbte0iYp6RwbH1j7e9YSznUkk41yDFP2Q811GNtcnspQUhwY8Y5N+CWNynK gAzIgAzIwL4zMHYZ
QOiDApKuWW3fZ7WR1aY9feu7+d2b75fHDw8YejcAwdt38Bw/x08GZEAGZEAG ZCAmA9lltX03gFfN
6stX3/8Y/yarghwTZMvIiQzIgAzIgAycZwYaWW2KziXfV/euqkMTjLaGfVO3 1p8s0Pyua8LdALXv
BhAS1UZiyep5Bs+E4rjKgAzIgAzIgAzEZKARzpTvRbLaDKxpVmO/XQYgzDFh toycyIAMyIAMyIAM
9DNw6F7cGtusCpIgyYAMyIAMyIAMyIAM5MjAoftU/5Sshl6x5e+3by6nwAIL GZABGZABGZABGVgn
A9GyOvRWR36HAAIIIIAAAggggMCWBMjqlnStGwEEEEAAAQQQQCCJAFlNwufG CCCAAAIIIIAAAlsS
IKtb0rVuBBBAAAEEEEAAgSQCZDUJnxsjgAACCCCAAAIIbEmArG5J17oRQAAB BBBAAAEEkgiQ1SR8
bowAAggggAACCCCwJQGyuiVd60YAAQQQQAABBBBIIkBWk/C5MQIIIIAAAggg gMCWBMjqlnStGwEE
EEAAAQQQQCCJAFlNwufGCCCAAAIIIIAAAlsSIKtb0rVuBBBAAAEEEEAAgSQC ZDUJnxsjgAACCCCA
AAIIbEmArG5J17oRQAABBBBAAAEEkgiQ1SR8bowAAggggAACCCCwJQGyuiVd 60YAAQQQQAABBBBI
IrBvWf32fvXyq3eTALgxAggggAACCCCAQLkE9i2rn/68ell/+0IAAQQQQAAB BBA4TwInk9Xb72+r
Tz5+Uj34w0314PdPq/d++6R697c39fern+998KS6/7un1YM/Pq0++uxZ9eTr 2+rFd4/fPgqf/2v1
8mOyep7RtFcIIIAAAggggEBVnURWP/n0cfXgP6+rm29uq5d3L6vqf6rq5T+q 6u6/X1Yv/v6yuv3x
RXXz7fPq0RfPqk8+f1Zd/+m2evTHj6qXf/xZdfvHX1bvf/BJ9eHD+t9/fqd6 +fkvqqd/fi2xX/2q
ltd/cVwRQAABBBBAAAEEzoRAdll98tXNEd2jzx9XjbR+8umj6nH934+/eFLd fP20evrdbfX8L8+r
Z/X33Yu7+vvFK6Gt/199U1+f+mXdpNbfzz//VVV994uq+raW1Vpgq2/rf3/1 8+ruq/eSDs3hcKj6
30krnLhxdzvNYu2/t9re3PWWNp6547c8AggggAACCOyfQHZZbeT0WX0JwNNv nx7b1ONX06zWQtrI
6fO/vnglqz88q57WzWsjsI/r5rQR2ief1W3q57Wsfv9OVX1di+pf6u+/1d9f 17/78Rd101r/d8LX
kJxtJWxbrXfp7pc2nqX74XYIIIAAAgggcF4Esstqg+/RZ68uA7j/6/rV/PVT /62wTv78x4uq+uuT
6uXX91+1q3+phfUvjbjWT/t/97Pq5Rf1v797f/HRmZK1LURui3Uu3vn6hqWN J2Vf3BYBBBBAAAEE
zodAdlltmtLmq326P4jyx7pNrV9E9fLTWko/q7+//teq+qH+2XzXklp9U+/C 1/X3V/X35/W/m2Xq
ZV9+Wi/344fB1bcLzJG10KUCQ39vftffVn+bY/8eu1xg6vf9HZ8a89hlD1NN c3/bY/s2h2v0wbIg
AggggAACCFwMgeyy+tHHnxwvA7j55qa6ay4DqC8BOH71fl59fVd98teX1csf mhdS/fsrYf28fkHV
Z7WENoL6bU9Uv6h/V4vq3VFs62tXP513SUCsVMVcKjAkciExbRBMyWo3kSFJ TdnW0HamhD5mzLFs
L+ass6MIIIAAAgggEE0gu6w2I2uuW71++OHxUoDji6d6X09qSX3nzy+q2//u /KGR2b/Xrey39VP9
X9RP/zfC+lUtrE2j2ojq53Wj+s3yF1fFCtUcWV1L/Pp8QjIa24gOtb1bjDmW bXRqLYgAAggggAAC
F0Mgu6y27wZwU7/Aqnkx1fFV/s1Xp1n95Z+fV+9++fyt379s/v7f9e9ei+rd Z/U1ql/Uslo/9X/3
cd22flnL6pf17xZ+xQrVHmX11GOOZbvw0LkZAggggAACCJwxgeyy2n03gLtO q/rep7fV+188r578
eFf9/Pf1uwX8rde4vqz/3TSnnx6O76V690X9NlbHa1R/Vt387pfHSwSqj5vL A+oXYC34mhKq7t9O
LX7Nrs1tVk89ZrK6IJBuggACCCCAAAJHAtlltdlo+24ADz74sP4ggLvjQD76 4mn18/qTq955+KS6
qj+16p+uZf17/U4AdZv64staUut3Bnj29SfHp/5f/PFfqg8/eHBcx8tv7lcv Pl23XQ2JYYw8rrlM
zLpKGzNZNdsggAACCCCAwFIC2WW1fTeAJ1/eHN9PtZXSp98/q/794U31r/XH rX7459vj/jSfaPXg
g4+q93/7YXVd/3zyu3ePP5uvZ9/V79PaNKx/+pfq/m9e/W6Nr/4r47vXdbbr Dy2zZZO5RFa7t5ka
+xzJHXoR2dDYxn63xrGyDgQQQAABBBA4fwLZZbV5N4DbWkybN/pvZLSV1Ztv nla3f72rHtSi2lwe
8Mtv6utZm6+Rdwto3vqqaVqf/eHn1bv/99H5Hyl7iAACCCCAAAIIXCCB7LLa MG4+ZrV5N4D3P7g+
imnz9fTb5u2salGtBfajr55Vv/jytaz2D8preW2E9+7L+9XTP71by2p9SYAv BBBAAAEEEEAAgbMj
kF1W23cDePzFk+O7ATSvmzp+9d4N4P7Xb78bQPv3dvnjuwnUlxFc/+mpZvXs YmmHEEAAAQQQQACB
VwSyy2r7bgCNrFb/+OkV/7+qX1T17sdPx98NoD1ir6W2aWKf/+VZ9eHHt5pV aUYAAQQQQAABBM6U
QHZZbTi27wZw/9f3q7u/3x3Rtu8G8Ivf3Qy/G8BrSX35+lOvmmtcn/3wrHrw xxvN6pmG024hgAAC
CCCAAALZZfXNuwF8Vb8bQPOhAK8l9MlXT+t3A3jy1rsBNH9r3w2g+7M5bE/r ywCe/XBbXTeNrGtW
JRkBBBBAAAEEEDhLAtlltXk3gGff31aPPn98/KjVN9eg1k3po69uq/f+dFM1 b2M1+C4Atby2L8h6
8vXNcT0P/qBZPctk2ikEEEAAAQQQQKAmkF1WG+rNdavHdwP4zfvV3Yu7WQfi jdx+Xb/VVS21D/6g
WZ0F0MIIIIAAAggggMCOCGSX1TfvBvDlk+pFfb1qew3qbd2SNtegtj/H3l/1 uHz91azntv5ggPd/
Xzerv368I+SGigACCCCAAAIIIBBLILusvnk3gD8/Ob6n6rEprZ/eb0S1/er+ d39H2uVv6ssAbr+7
qR78vm5WyWrs8bYcAggggAACCCCwKwLZZbWh074bwIP6QwGe//3Vm/83jerx qxXX1y+8aj5q9f3f
vvrI1QevfzaLPfnqyfFFVu/X7x7w3m/qt8HyhQACCCCAAAIIIHB2BLLLavfd AI6XAXSa1aZRbb/H
SLeXATTN6tP6RVlNs/reb1wGcHbJtEMIIIAAAggggEBNILusdt8NoHlxVXvN av8a1Zf/8/oDA/qf
cPX6382HCrTN6n3NqjAjgAACCCCAAAJnSSC7rDYUP/n08fHdAK5/92H1orlu tX7Kv2lYY7+bdTz5
8qa6+ebVNasuAzjLbNopBBBAAAEEEEAgf7PaMm9ezf/sh+fV7Y/P6+tW76pn f7urXtRN6/P6u3kv
1bu7Wl5riX1Rv/r/KLGvf969/ojWN83qfz6q3xHgqUOJAAIIIIAAAgggcIYE TtKsthyb61Oba08b
8XxSf9/Un2J18+1t3ZjeHj8YoPk+yuxfa4mthbZ5S9a7RlpriW2a1eb2H338 +oVZZ3hw7BICCCCA
AAIIIHDpBE4qq1Pwn35XC2strq9+Pj2+r2rz/biW1Ob3j/78uHpUfxqWLwQQ QAABBBBAAIHzJVCs
rIaQP//L89Ai/o4AAggggAACCCCwcwK7ldWdczd8BBBAAAEEEEAAgQgCZDUC kkUQQAABBBBAAAEE
TkOArJ6Gu60igAACCCCAAAIIRBAgqxGQLIIAAggggAACCCBwGgJk9TTcbRUB BBBAAAEEEEAgggBZ
jYBkEQQQQAABBBBAAIHTECCrp+FuqwgggAACCCCAAAIRBMhqBCSLIIAAAggg gAACCJyGAFk9DXdb
RQABBBBAAAEEEIggQFYjIFkEAQQQQAABBBBA4DQEyOppuNsqAggggAACCCCA QAQBshoBySIIIIAA
AggggAACpyFAVk/D3VYRQAABBBBAAAEEIgiQ1QhIFkEAAQQQQAABBBA4DYHD sx9vq/b7+uF1dXXv
qjocDsffNV/t304zPFtFAAEEEEAAAQQQuGQC0c1qV2r990+CjwUWMiADMiAD MiADMrBdBqJl9ZKN
3r4jgAACCCCAAAIInIaAywBOw91WEUAAAQQQQAABBCIIRMuqenu7ersEtm1W ShiLMZx31hxfx1cG
ZEAGZGBOBshq5wVmc8Cd27Jk1cRxbpm2PzItAzIgA+eRAbJKVt+880MjrE7s 8zixHUfHUQZkQAZk
4FwyQFbJKlmVAQ9SZEAGZEAGZKDYDJBV4SSrMlDsBHUurYD90HDJgAzIwPIM kFWiQlZlgKzKgAzI
gAzIQLEZIKvCSVZloNgJShOxvInADjsZkIFzyQBZJSpkVQbIqgzIgAzIgAwU mwGyKpxkVQaKnaDO
pRWwHxouGZABGVieAbJKVMiqDJBVGZABGZABGSg2A2RVOMmqDBQ7QWkiljcR 2GEnAzJwLhkgq0SF
rMoAWZUBGZABGZCBYjNAVoWTrMpAsRPUubQC9kPDJQMyIAPLM0BWiQpZlQGy KgMyIAMyIAPFZoCs
CidZlYFiJyhNxPImAjvsZEAGziUDZJWokFUZIKsyIAMyIAMyUGwGyKpwklUZ KHaCOpdWwH5ouGRA
BmRgeQZWk9XD4VC13zEHpFk2Zrk5y8wdQ8y6txhnzHZzL1O9/sq9XdtbfvJi h50MyIAMyMAlZGAV
We0LXYzgxSwzdADGbrdkDJdwgGP3kaya8GKzYjlZkQEZkAEZyJmBTWQ1Zge2 ltWYMVjmp5ONrJp4
nA8yIAMyIAMyUGIGssjq0NPzXVkde/p+7HZDohuS39C6xprZpeMs8WBPjWkN WY1tvffGZmy8oczl
3s8c4+meR7m2N4ejS4Hc0c7Ji2XlRQb2kYFVZLU52FPC2Q1DewfX/9kuM/f3 /XUPXTcbK6JrjnNv
JwBZnX/Cxspa7HKpmdl6O0seJKbu05zbuxRofobn8LUsvjIgA6fKwGqyOiR6 fYntimRXSofamtSW
bqwRHRrDlCiPyXP3Nrnbpi3Csoastsd7LAtbjPuU64yVw9jlUvdl6+1svf7S 9z91fG7vjl4GZEAG
lmUgi6wOHZwYCZy6XeiA92U1Zl1DY1o6ztD4Svv7WrLaFdaxJq7ffsc2YkPt /dC6htr1/oOLoQcb
fckea+n74whlbekY+w/oQuObGscQu34GQ8vEyOrYMeo+cI3Zj7FzMXRsp86r UH7Gcjj2wDe0H6Wd
48az7E4SN9xk4PQZWEVWp2QjdAcQ+ntXKoaau/7fh/4du42h9Y/Jauj3ewv3 mrI6dpxij0OsFPW3
EyO9IaGb88BqTKiGJDAmp6HsjnHpjyPEYQ7fvpBNSf7U8R3iHpOHuefZmHDP 2dbYnBOzjqk5am9z
gvGe/g7aMXAMZOBVBlaR1W5rMnRHONW2TN029o5n6g50zp3rlKwuGeeeQrYH We3mIdS8jTVwYy1Z
f/nQtrpZmRLgNYV6auzdfA7J8tD+hJabku4xsZ7LLbT8mKzGnFsxxzpGQENj 6O9DzIOBmPFbhqjI
gAzIwMqyCui+T6rSZXWOVExlMSSWUw9Ylo5haptjD+6mWtbQOMb+HstlrB2c M9butkLjnZLikCjG
7tOYQMaMLTQGcrrvuc99l+MnA+VnYLVm1cEu/2BPHaNSZDWmEY1tNefK1ZiU hH4/1Wpu0azOEazQ
swVDUhwrq0Nt9JCkxow3dExjBHxqmdgxpD5YGWNnftz3/Oj4OX4ycNoMkFWf C3+8HiSHrHalbkge
Yhqs7lOuY2IxJrxzlu8/tduVuv4YYgSl367GjnGslR0aX0jWprbZPzZTTWR3 PWPHcWzcQ/I+Jb1z
uE3la+xvoQc0MeOds253eKe9w8MffxnYZwbIKlndRFYvbULwVPA+J8BLy6n9 lVMZkIE9ZoCsklWy
mpCBUFu5x0nBmN2ZyYAMyIAMlJQBspogKiUdyNSxrH0ZQOp43N5EKQMyIAMy IAMycLzUqhuE64fX
1dW9q+NHpza/b74E5TKCQlYv4zg7nx1nGZABGZCBvWWArGpWXQYgAx6UyoAM yIAMyECxGYiW1Z/9
2/3K9/kxaB9daVY90t7bI23jlVkZkAEZuIwMkNULl3CyehknugndcZYBGZAB GdhrBsgqWXUZgKd+
in3qZ68Tq3GTAhmQARlYLwNklaySVbJKVmVABmRABmSg2AyQVbJKVk1QxU5Q mon1mgkssZQBGdhr
BlaT1Tef1/n6P1JejNWsorl9+zNlXUO33Wq9a48zx/pcs2ry2uvkZdyyKwMy IAOXkYFVZHVI/pYK
4dLbhcRuq/WGtlv638nqZZzoJnTHWQZkQAZkYK8Z2ExWl0raVlK51XqX7mcp tyOrJq+9Tl7GLbsy
IAMycBkZyCKr3UsEWknrPtXfFcl22e5lAP3fDf27K39j2xu6vGDO2EoRzDXH QVYv40Q3oTvOMiAD
MiADe83A5rLabzSnJLV/neqYXPaFd+r61ql1zB3bmpJYyrrIqslrr5OXccuu DMiADFxGBk4qq/02
dC1ZHXqxV7+9HRLcsRd2nfMlBGT1Mk50E7rjLAMyIAMysNcMnJ2sTrWlQ5cg hIR5y3clKKFdJasm
r71OXsYtuzIgAzJwGRnYTFZDLeVSqRxqSPvXt4YEdOnYSpDLtcdAVi/jRDeh O84yIAMyIAN7zcAq
strK4tCLlfp/G7redEw2l16zOnQZwNQ2ui/Ymro8YG1RLGF9ZNXktdfJy7hl VwZkQAYuIwOryWoJ
4mUM948fpjDnm6xexoluQnecZUAGZEAG9poBsjpT7uaI4B6WJasmr71OXsYt uzIgAzJwGRkgq2T1
+Lnw7ZcT/zJOfMfZcZYBGZABGdhLBsgqWSWrtazv5YQ1TsdKBmRABmTg0jIQ LauXBubS9lezavK7
tMzbX5mXARmQgX1kgKxq1TSrMqBZlgEZkAEZkIFiM0BWhZOsykCxE5TWYx+t h+PkOMmADGyZAbJK
VMiqDJBVGZABGZABGSg2A2RVOMmqDBQ7QW35SN26NUEyIAMysI8MkFWiQlZl gKzKgAzIgAzIQLEZ
IKvCSVZloNgJSuuxj9bDcXKcZEAGtswAWSUqZFUGyKoMyIAMyIAMFJuB1WT1 +uF11f1OMexmPc3t
258p64q97Zrjj9lmzn2LGY/3WfWoOCYnlpETGZABGZCB3BlYRVaHxGupjC29 XQq4NcefMo5T3nap
rPYl37/fftCGBx4yIAMyIAOXkIHGI7bymM1kdemAS5HVpePf6+1SZPXq3lXl GwMZkAEZkAEZuMwM
NO6ze1kdujyg+1R/V1DbZfuXAQw9Td8X29A6x0Q4RpDn7EM79u6+dH83tW+n kt1UWW1v7ycCCCCA
AAIIXA6B1qF2LatzhHJI4oauXR27pnXo92Pb70rhkCz3fze0/JCMxo43tA+5 pZWsXs7EYk8RQAAB
BBDoE1jqHWcvq2MC2P4+JHRTItxdx1ArOyar/W33W9Kx5rcrqUPXpsSK+NKw pN6OrJq4EEAAAQQQ
uFwCSz2CrI68K8AciY19ir9/kKaa1SGh7cvq0EEfWmfM+JYGaM7tyOrlTlD2 HAEEEEAAgTnOMFT4
7fIygDlCOSZ6c9Yxda3rnBa1f21p7NP6U7I6dXlCzGUKSwM053Zk1USFAAII IIDA5RKY4wy7lNWh
p8r7OzJ2fefUU/5j15IO/T4ki/3tDzWpoaf4Y/ehz2Ps0oLu70PjWxqi2NuR 1cudoOw5AggggAAC
sb4w9kx08c3q0h1certSnjpfOv4Sb0dWTVQIIIAAAghcLoExNwk5126uWd1a vkIvkNp6+5ewfrJ6
uROUPUcAAQQQQGDIdbr+FZJZzarP693sUyHa8JFVExUCCCCAAAKXS2Dq8sip SxU1qyR1c0klq5c7
MdnzcgkcDodVB7f2+lYdXOLKlu7b0tslDtfNESiWwNhrjULPbu9KVmOq4rlP p4euk5i7Psvfjsrv
ls1qc6fQ/c5xprbby7Et28hPoJ+pIfEYW2YoG7F5iV0ulciaItVfVy52e2C1 JufUY+72CJyaQN+R
psazy3cDKOXtl8jouIyG2Gwlq2NicOqT0vb3TWBMTrt7NSYiZPWfW9shoR1K yBx2ZHXf55jRXx6B
kCfs/ppVDehySVwajrVvl1NW+1PAVPPavcMb++9mff07xqk71aV/u7ypq9w9 nhLRdtShZdq/93+O
7XV3faG2cirjMX+bOie6eQ81gzFSP8Qrld2eWIUYlnsWGBkC6xJY6hW7uQwg JKtDlwiE3tO0gTb2
Pqtj11UsBe12t28SP5dFc4yu7l2NnjGhpxxDkjl2+9jbde+IY5u20LrXnR6s bQmBkEz1hW5IntaW
1ZhWtx3XmFCPiXNI/mIEO1bi12A3Z7xTshiznqEHDiG+scdqSTbdBoG9Eph7 /98uvxtZbcVy6NVi
Y5cI9EV06PqHoU9+6kqsyw/Wa3Tbk2tuWEOyOnTH178DmhLaoRa0u84xGZ0j nEPb17aUPd3GyurQ
XowJUOiYx4jTlCR1czZHHIcEN9S8Tq0/B7s9sQod97LPBKNDYD0Cc+//dymr Q7LZl9glbWq/YQ29
Wm0p7Eu/3Zay2m8xhmR1qhkKNaJDQrtEVtc75a1pawI5hGsot2OSuLTdi9mP UBs7xXpo/THbnLvM
3AegY83mHI4x7WmMiMYss3WerR+BUxPov+J/7r8bh2q+tnKpQ1/+mqd0m5M3 ZcNTrWnfxPv/Hrrt
2GUGocsPtoJ2juvdSlaH7nxCshr6e79N3UJWY8dw6gnmUrcfI2ExwjUmTX2u oe3NkayY1nHp+uaO
O0b4YhhN7VNItmN49NfR/XcqK7J6qbOI/e4S6DpfK51Lf27hSKvI6tTT8TGX AcwRWJcBrPfUfzdQ
W8lqe6fSbaSG7lDH/j4kokON19g6h5adktsY8TXFnZ5Av+EMyeRc4Zorff3x LMl4rLT1z6nQ0Rh7
wBg6J4fWG/MAIHQsSmJFVEPp8fdLIpAirCkFZ4zcriKrU9esjv1tqBUNSe/Y NbFDv4/Zecv8JL5b
yuolnez29TIJlCw9pY2tpPGUNJbLPHPsdSkEUkS138Bu4VaryeoWg7PObVrU Ia5ktZQpwzj2SKB0
6SlpfKWMpZRx7DHvxnyeBFKEdTfNKrHMJ5ZbsCar5zn52CsEEEAAAQRCBFJE VbNav7psCzGzzn/m
SlZDp7K/I4AAAgggcL4EUoRVs0pYswg7WT3fCcieIYAAAgggMEUgRVQ1q0Q1 i6i2IW0DN6d5jvlQ
AFMEAggggAACCJRNIEVYNauENYuwalbLnkSMDgEEEEAAga0IpIiqZpWoZhFV zepWp7/1IoAAAggg
sA8CKcKqWSWsWYRVs7qPycQopwmEPklpDX5bv+XR1CcyrTH+XOvYmtNW+zF3 3HOX32rc1otACoEU
UdWsEtUsoqpZTTnF3fYUBFI+wSplvHPFZOpToppxjH1CW4x0j33aWsz+TX0S 1dx9HNteaBshNnPX
O7R8TE76t1tr/2OOg2UQKIlAirBqVglrFmHVrJY0ZRhLiECMUMQsE9pOisiE GtKp8YVuOya6sfsc
Esm5XOaI5dC2Y8fd7nfs+Oast13nktvEjsdyCJRKIEVUNatENYuoalZLnT6M a44E9UVmSPimmsyx
v01JzJRUzvnbWCsYs+2pFnaovey3jUPbmGI392+xwh9zvKbGPrdpHmt2x7bR zVd3WzHjdiYjsAcC
KcKqWSWsWYRVs7qHqcQYu2I1JmKx8jW3SZtqI8cavyVCNDauMfkdk9W5shyS 3m76li471YxONZpT
25uS4SnxXLI/ISGeYu7sRaBkAimiqlklqllEVbNa8hRibKHWMUY6+tLSl58p UYqR2qHbz5HFubcf
a5GH9isk9XPlfmzbcyU71LjGNMBzHrwMbS+GTUiUQ393BiOwFwIpwqpZJaxZ hFWzupfpxDhj27m5
EjHUmo2JcEi0hsY4p42camqn5DJ2n6eeuk4VuJB4hxrqVHYxDJY+kFi6b85a BEonkCKqu2pWm08y
ar/nfAKSZW+zyGiI81ayOtVolX7y9kUlpn3b0z7teaxzhSf26dnYp6KHJDa0 jS1ltRW82G2Exjqn
PU1dV0hO54wltGxM+ztHZEPbM2fseZa5vLGnCOsumtVGUrsy1P93SJT8/fTC urWsdu8k9jiBh1q3
y5vWTrvHc2W1K3NTrWJor0JiNmfdQw3mmEzFyvGS7ce2uGPj7T8gHWPYji32 AezUevvn49iyoQcf
Q/sU2m5//+YwD+XL3xE4FYEUUd1Ns0pOTy+bqcJ/SlkN3Tn07+T64jskkmN3 iCFBiLnz6rdXoTvx
sdZralunmrBsd5pArgdaIcnKfZzWGE8udrnZ2B4C50IgRVh32axOtayt2PYv G+hfQhD6e7ONoUsP
uuvpSjShnhbqU8pqvzWaksGpRm3odmON7lgzE7v8lICOyfSYdE/t/7lMgue0 H1tL19brX3Is1pDV
Jdt1GwQQyEMgRVR306yOiWP7+yF5HRPJrsy2t4uRzqW3S20kz+X2W8vqnEZz SjqHxC6moYyV06mn
E6ee7osZQ0wjnGdashUEEEAAAQTeJpAirLtoVvvCNiWXsVIZktm+IMeu91zk cu392FpWxyaFWIns
337u7eYuH9reULMacxvC6u4BAQQQQKA0Aimiuqtmdeyp/7EXX4VkdM7fuw1u 6HZrS965rI+sHo6f
095vbvtyOdTszrlNSGiHrr8tbVIznnQCp3iqf+oSmqkHk6G9XbLe0Drn/D03 y+7lPCWPc87YUpfN
fQxSx+v2wwRShHUXzerUuwH05TG2AQ1JZ4wEd9vXc5HKrfbjVLLabSjnPJU+ 93ahZnVofWNiOXVN
bUhmQ9shq3F3I0Oc9sQudO31kstmQky2ksol6516YBiXgJ+Wyi1KZHXuEbL8 HgikiGqzf7uQ1alr
VvvCuJasxlwGMHTN7Fayt/f1biWrezhJjXF/BEJitoc9GpKsmN+FRHfqAVPM +pewm7tesrqEstsg
sC2BFGHdjayWKmveBSDubbXI6raTgLWvS6Dfbo21XWMNZff3Y6I11tRO3XZq e91Wvf3vofZ+iFS/
zZ9aZozN1DZD4455RmBoX6aeLelz7PKec3xCzWrMvg2xmWq3l6R5jqB3j+FU tttxzOE19GBmbGz9
Y9K/bXf7sesdO6+WMHWb9QikiGozCrK68ONWfZpWnKS2DzLI6nonvTVtTyBW VufcuY6NekoU5/wt
pn0cE6/+dsYksCtdMZIzJmlDEhKSrTl/n7Nsf4yh244d86l9Da0zJMQxiY95 wNGXz9h9mRp/TKaG
GM9hEnMehNYXw9Ay2xJIEVayulBWS216Sx0XWd12ErD2dQmM3TkO3SFOiV1M MxRzR9ze2Y81XEuE
IVa0Q2IZkoRY0UlZz1zhjB3TkID2uY0dk7FjHzqWMUmOeTAxtZ65D2xCvMbW tzSvoe0N7Vt/W2s8
AIg5FpaJI5Aiqs0WyCpZfeujbLeSXbIad0JbqgwCMbI65w51jpDOlcgYoZoS p5DozZXV0Ppi2I7t
0xoch9Ydu95+OmOEKEYM10j9kMCOrTdmTHOZtNsPZW0qr+0255xbMdtbg691 pBNIEVaySlbJavo5
aA1nRiCmqZxzhxp7x7/WOucIb6jRDMlASHxi9ylmHGtwTJXV2DF0txPatxjp DZ1iU+OKkezY4xQj
m3MZj+U19EBpDuMQP3/flkCKqDYjI6tklaxue45a+w4JxMhqe0c51GjFyMlY E9b9/dB6+g3WlDz0
7+z76w6JZkgiYsQltD9jMhw6BrGMu+vvNndj/KeO65iExRyT2GO59HQJ8Yg9 lnPzHMsxZvtjeYpl
NzWWpVzdbj0CKcJKVskqWV3vXLQmBFYlsEbjFiOzqw769crWGnt/bGusd411 bMHMOhE4VwIpotow
Iatklaye6+xgv3ZJQDu0/WEjq9sztgUE+gRShJWsklWyak5BAAEEEEAAgc0I pIiqZpWoZhHVNqRt
4Oa840DzfrZX9642O4GsGAEEEEAAAQS2J5AirJpVwppFWNvTYI6oth9nS1a3 n0RsAQEEEEAAga0I
pIiqZpWoZhFVzepWp7/1IoAAAgggsA8CKcKqWSWsWYRVs7qPycQoEUAAAQQQ WJtAiqhqVolqFlHV
rK592lsfAggggAAC+yKQIqyaVcKaRVg1q/uaVIwWAQQQQACBtQikiKpmlahm EVXN6lqnu/UggAAC
CCCwTwIpwqpZJaxZhFWzus/JxagRQAABBBBIJZAiqppVoppFVDWrqae52yOA AAIIILBvAinCqlkl
rFmEVbO670nG6BFAAAEEEFhKIEVUNatENYuoalaXnt5uhwACCCCAwHkQSBFW zSphzSKsmtXzmGzs
BQIIIIAAAnMJpIiqZpWoZhFVzerc09ryCCCAAAIInBeBFGHVrBLWLMKqWT2v ScfeIIAAAgggEEsg
RVQ1q0Q1i6hqVmNPZ8shgAACCCBwngRShFWzSlizCKtm9TwnH3uFAAIIIIBA iECKqGpWiWoWUdWs
hk5jf0cAAQQQQOC8CaQIq2aVsGYRVs3qeU9C9g4BBBBAAIExAimiqlklqllE VbNqAkMAAQQQQOCy
CaQIq2aVsGYRVs3qZU9S9h4BBBBA4HIJpIiqZpWoZhFVzerlTlD2HAEEEEAA gb5wzv23ZpWwZhFW
zarJCgEEEEAAgcskoFklm1lkswlayjdZvcwJyl4jgAACCCAwt0kdeuq//V2K i4zd9tD9w/XD6+rq
3lV1OByO4rPlhrfYGetcLqxk1WSFAAIIIIDAZRLQrCY2fgR0uYDOYUdWL3OC stcIIIAAAghoVslq
0tPzc4QzZVmyarJCAAEEEEDgMgloVskqWb3Mc99eI4AAAgggsBsCKcK69aWj rlkl02+uT26fBpjT
0LbXOe/mbDRQBBBAAAEEEHiLQIqo9i8hmOMQscuSVbJKVk1aCCCAAAIIXDiB FGHVrJLJLJcRtOdo
7KOcdjnN6oXPbnYfAQQQQGD3BFJEVbNKVLOIqk+w2v08YwcQQAABBBBIIpAi rJpVwppFWDWrSee4
GyOAAAIIILBbAimiqlklqllEVbO62/nFwBFAAAEEEFiFQIqwalYJaxZh1ayu cq5bCQIIIIAAArsj
kCKqmlWimkVUNau7m1cMGAEEEEAAgVUJpAirZpWwZhFWzeqq57yVIYAAAggg sBsCKaKqWSWqWURV
s7qb+cRAEUAAAQQQ2IRAirBqVglrFmHVrG5y7lspAggggAACxRNIEVXNKlHN Iqqa1eLnEQNEAAEE
EEBgUwIpwqpZJaxZhFWzuukcYOUIIIAAAggUSyBFVDWrRDWLqGpWi50/DAwB BBBAAIEsBFKEVbNK
WLMIq2Y1y1xgIwgggAACCBRHIEVUNatENYuoalaLmzcMCAEEEEAAgawEUoRV s0pYswirZjXrnGBj
CCCAAAIIFEMgRVQ1q0Q1i6hqVouZLwwEAQQQQACBkxBIEVbNKmHNIqya1ZPM DTaKAAIIIIDAyQmk
iKpmlahmEVXN6snnCQNAAAEEEEDgpARShFWzSlizCKtm9aRzhI0jgAACCCBw MgIpoqpZJapZRFWz
erL5wYYRQAABBBAogkCKsGpWCWsWYdWsFjFXGAQCCCCAAALZCaSIqmaVqGYR Vc1q9nnBBhFAAAEE
ECiKQIqwalYJaxZh1awWNWcYDAIIIIAAAtkIpIiqZpWoZhFVzWq2+cCGEEAA AQQQKJJAirBqVglr
FmHVrBY5dxgUAggggAACmxNIEVXNKlHNIqqa1c3nARtAAAEEEECgaAIpwqpZ JaxZhFWzWvQcYnAI
IIAAAghsRiBFVDWrRDWLqGpWNzv/rRgBBBBAAIFdEEgRVs0qYc0irJrVXcwl BokAAggggMDqBFJE
VbNKVLOIqmZ19fPeChFAAAEEENgVgRRh1awS1izCqlnd1ZxisAgggAACCKxG IEVUNatENYuoalZX
O9+tCAEEEEAAgV0SSBFWzSphzSKsmtVdzi0GjQACCCCAQDKBFFHVrBLVLKKq WU0+z60AAQQQQACB
XRNIEVbNKmHNIqya1V3PMQaPAAIIIIDAYgIpoqpZJapZRFWzuvj8dkMEEEAA AQTOgkCKsGpWCWsW
YdWsnsVcYycQQAABBBCYTSBFVDWrRDWLqGpWZ5/XboAAAggggMBZEUgRVs0q Yc0irJrVs5pz7AwC
CCCAAALRBFJEVbNKVLOIqmY1+ny2IAIIIIAAAmdJIEVYNauENYuwalbPcu6x UwgggAACCAQJpIiq
ZpWoZhFVzWrwPLYAAggggAACZ00gRVg1q4Q1i7BqVs96DrJzCCCAAAIIjBJI EVXNKlHNIqqaVTMY
AggggAACl00gRVg1q4Q1i7BqVi97krL3CCCAAAKXSyBFVDWrRDWLqGpWL3eC sucIIIAAAgj0hXPu
vzWrhDWLsGpWTVYIIIAAAghcJgHNKtnMIptN0FK+yeplTlD2GgEEEEAAgblN 6tBT/+3vUlxk7LaH
7h+uH15XV/euqsPhcBSfLTe8xc5Y53JhJasmKwQQQAABBC6TgGY1sfEjoMsF dA47snqZE5S9RgAB
BBBAQLNKVpOenp8jnCnLklWTFQIIIIAAApdJQLNKVsnqZZ779hoBBBBAAIHd EEgR1q0vHXXNKpl+
c31y+zTAnIa2vc55N2ejgSKAAAIIIIDAWwRSRLV/CcEch4hdlqySVbJq0kIA AQQQQODCCaQIq2aV
TGa5jKA9R2Mf5bTLaVYvfHaz+wgggAACuyeQIqqaVaKaRVR9gtXu5xk7gAAC CCCAQBKBFGHVrBLW
LMKqWU06x90YAQQQQACB3RJIEVXNKlHNIqqa1d3OLwaOAAIIIIDAKgRShFWz SlizCKtmdZVz3UoQ
QAABBBDYHYEUUdWsEtUsoqpZ3d28YsAIIIAAAgisSiBFWDWrhDWLsGpWVz3n rQwBBBBAAIHdEEgR
Vc0qUc0iqprV3cwnBooAAggggMAmBFKEVbNKWLMIq2Z1k3PfShFAAAEEECie QIqoalaJahZR1awW
P48YIAIIIIAAApsSSBFWzSphzSKsmtVN5wArRwABBBBAoFgCKaKqWSWqWURV s1rs/GFgCCCAAAII
ZCGQIqyaVcKaRVg1q1nmAhtBAAEEEECgOAIpoqpZJapZRFWzWty8YUAIIIAA AghkJZAirJpVwppF
WDWrWecEG0MAAQQQQKAYAimiqlklqllEVbNazHxhIAgggAACCJyEQIqwalYJ axZh1ayeZG6wUQQQ
QAABBE5OIEVUNatENYuoalZPPk8YAAIIIIAAAiclkCKsmlXCmkVYNasnnSNs HAEEEEAAgZMRSBFV
zSpRzSKqmtWTzQ82jAACCCCAQBEEUoRVs0pYswirZrWIucIgEEAAAQQQyE4g RVQ1q0Q1i6hqVrPP
CzaIAAIIIIBAUQRShFWzSlizCKtmtag5w2AQQAABBBDIRiBFVDWrRDWLqGpW s80HNoQAAggggECR
BFKEVbNKWLMIq2a1yLnDoBBAAAEEENicQIqoalaJahZR1axuPg/YAAIIIIAA AkUTSBFWzSphzSKs
mtWi5xCDQwABBBBAYDMCKaKqWSWqWURVs7rZ+W/FCCCAAAII7IJAirBqVglr FmHVrO5iLjFIBBBA
AAEEVieQIqqaVaKaRVQ1q6uf91aIAAIIIIDArgikCKtmlbBmEVbN6q7mFINF AAEEEEBgNQIpoqpZ
JapZRFWzutr5bkUIIIAAAgjskkCKsGpWCWsWYdWs7nJuMWgEEEAAAQROSuD6 4fXRU9qGtfnvtb8P
3RU2G7y6d1UdDofNN7z2jlhfWjjI6knPdRtHAAEEEEDgpASWehRZ3cDOlx6M c78dWT3pHGHjCCCA
AAIInJTAUs8hq2R19Sp9LIxk9aRzhI0jgAACCCBwUgJklXRmk86lYSOrJ50j bBwBBBBAAIGTEljq
D5pVkptNcsnqSecIG0cAAQQQQOCkBMgq6cwmnUvDRlZPOkfYOAIIIIAAAicl 0H/BfdOYDn33PUOz
SnKzSS5ZPekcYeMIIIAAAgiclMCQhPZldcgVyCpZJasnPXVtHAEEEEAAgcsg MPTMbFdWx0otskpW
yeplzBH2EgEEEEAAgZMSGLuMsJHRqWdfySpZJasnPXVtHAEEEEAAgcsgMPWa l4bAlMz6BCvCmkVY
px41TQW4/dSzyziV7SUCCCCAAALnSWDpC7Q1q0Q1i6i2j4imHjlNPaJqPqLX FwIIIIAAAgjslwBZ
JZ3ZpHNp2DSr+51gjBwBBBBAAIFUAkv9QbNKcrNJLllNPc3dHgEEEEAAgf0S IKukM5t0Lg0bWd3v
BGPkCCCAAAIIpBAY+wCA2N97gRXRzSK6KbK6VJDd7jbLscUZZxmQARmQga0z 0HjEVts49D9eq3mx
zOFwOG5wyw1vtUPWu+yEXCqrKY/k3BYBBBBAAAEEzofAVg5GVjW3bx6YeHCy TPS3Ojmt1/GQARmQ
ARmQgduKrJJVsioDmz11Y5J1RysDMiADMpCaAbJKVMiqDJBVGZABGZABGSg2 A2RVOMmqDBQ7QaU+
Gnd7jY4MyIAM7D8DZJWokFUZIKsyIAMyIAMyUGwGyKpwklUZKHaC0ojsvxFx DB1DGZCB1AyQVaJC
VmWArMqADMiADMhAsRkgq8JJVmWg2Akq9dG422t0ZEAGZGD/GSCrRIWsygBZ lQEZkAEZkIFiM0BW
hZOsykCxE5RGZP+NiGPoGMqADKRmgKwSFbIqA2RVBmRABmRABorNAFkVTrIq A8VOUKmPxt1eoyMD
MiAD+88AWSUqZFUGyKoMyIAMyIAMFJsBsiqcZFUGip2gNCL7b0QcQ8dQBmQg NQNklaiQVRkgqzIg
AzIgAzJQbAbIqnCSVRkodoJKfTTu9hodGZABGdh/BsgqUSGrMkBWZUAGZEAG ZKDYDJBV4SSrMlDs
BKUR2X8j4hg6hjIgA6kZIKtEhazKAFmVARmQARmQgWIzQFaFk6zKQLETVOqj cbfX6MiADMjA/jNA
VokKWZUBsioDMiADMiADxWaArAonWZWBYicojcj+GxHH0DGUARlIzQBZJSpk VQbIqgzIgAzIgAwU
mwGyKpxkVQaKnaBSH427vUZHBmRABvafAbJKVFaV1cPhUPW/Tz1RNOM55Rja 7YfGEfp7sw9Dy8Tc
7pT7b9v7v6NwDB1DGZCBU2aArJLVVWW1DfOpBerU2++e1LFjiVmufSCwZP39 iSZme6ecnGzbnaMM
yIAMyMCxqOkG4frhdXV17+pNe1PVX4JyGUFpjvWax/vUInTq7S+RyZgxk9XL OB/Nu46zDMiADPyU
AbKqWc3arHYvERg7EceWGfp99yn2rux1pa7/NHxf+PqSOLSeGJFsn6YfW39o vf2/D/EZuqRgaPxT
+zjGzMTozlEGZEAGZKDEDJBVsppNVqekcOzygSE56167GSuGXZHsb2tsXDHj nWpQhyS5O/axcUyJ
cUhWY/ZljGmJE5QxueOUARmQARkgq2S1aFlNkdhUKe02uUNPv8deAzomrUO3 DzW4Q+3rWGM7JPIx
7a07BncMMiADMiADJWWArJJVstp7t4ClzeOYaM6R1aHmNdTexgro1KUBJU1K xuJOUgZkQAZk4K37
vu4/vMDqcsOR4wVWMU+rxzyN3b8MYEjmQg3k2Dq6Qhcz3pBIDm0nZh9D4ttt jadkdeqygVCL687i
cucDx96xlwEZKCkDmlXNarZmtRW30FPq3aff+zIYagenJHVKPsckdWosQyfy 0PJjwjhnX8Yuhxhq
YqfG0F9+aYtc0iRmLO5UZUAGZOC8M0BWyeomsnrOE4dG8rwnxXPOrn2TXRmQ gT1mgKySVbIqA95P
WQZkQAZkQAaKzQBZFU6yKgPFTlB7bACMWXMlAzIgA+tmgKwSFbIqA2RVBmRA BmRABorNAFkVTrIq
A8VOUNqJddsJPPGUARnYYwbIKlEhqzJAVmVABmRABmSg2AyQVeEkqzJQ7AS1 xwbAmDVXMiADMrBu
BsgqUSGrMkBWZUAGZEAGZKDYDJBV4SSrMlDsBKWdWLedwBNPGZCBPWaArBIV sioDZFUGZEAGZEAG
is0AWRVOsioDxU5Qe2wAjFlzJQMyIAPrZoCsEhWyKgNkVQZkQAZkQAaKzQBZ FU6yKgPFTlDaiXXb
CTzxlAEZ2GMGyCpRIasyQFZlQAZkQAZkoNgMkFXhJKsyUOwEtccGwJg1VzIg AzKwbgbIKlEhqzJA
VmVABmRABmSg2AyQVeEkqzJQ7ASlnVi3ncATTxmQgT1mgKwSFbIqA2RVBmRA BmRABorNAFkVTrIq
A8VOUHtsAIxZcyUDMiAD62aArBIVsioDZFUGZEAGZEAGis0AWRVOsioDxU5Q 2ol12wk88ZQBGdhj
BsgqUSGrMkBWZUAGZEAGZKDYDJBV4SSrMlDsBLXHBsCYNVcyIAMysG4GyCpR IasyQFZlQAZkQAZk
oNgMkFXhJKsyUOwEpZ1Yt53AE08ZkIE9ZoCsEhWyKgNkVQZkQAZkQAaKzQBZ FU6yKgPFTlB7bACM
WXMlAzIgA+tmgKwSFbIqA2RVBmRABmRABorNAFkVTrIqA8VOUNqJddsJPPGU ARnYYwbIKlEhqzJA
VmVABmRABmSg2AyQVeEkqzJQ7AS1xwbAmDVXMiADMrBuBsgqUSGrMkBWZUAG ZEAGZKDYDJBV4SSr
MlDsBKWdWLedwBNPGZCBPWaArBIVsioDZFUGZEAGZEAGis0AWRVOsioDxU5Q e2wAjFlzJQMyIAPr
ZoCsEhWyKgNkVQZkQAZkQAaKzQBZFU6yKgPFTlDaiXXbCTzxlAEZ2GMGyCpR IasyQFZlQAZkQAZk
oNgMkFXhJKsyUOwEtccGwJg1VzIgAzKwbgbIKlEhqzJAVmVABmRABmSg2AyQ VeEkqzJQ7ASlnVi3
ncATTxmQgT1mgKwSFbIqA2RVBmRABmRABorNAFkVTrIqA8VOUHtsAIxZcyUD MiAD62aArBIVsioD
ZFUGZEAGZEAGis0AWRVOsioDxU5Q2ol12wk88ZQBGdhjBsgqUSGrMkBWZUAG ZEAGZKDYDJBV4SSr
MlDsBLXHBsCYNVcyIAMysG4GyCpRIasyQFZlQAZkQAZkoNgMkFXhJKsyUOwE pZ1Yt53AE08ZkIE9
ZuBQ1V/twK8fXldX966qw+HwRmD2uFPGPP9kbHLQzQKG8xlihpkMyIAMyIAM rJ8BzapW7a1mtZVW
PxFAAAEEEEAAgRIIkFWy6jIAGXAZgAzIgAzIgAwUmwGyKpxkVQaKnaA8nbb+ 02mYYioDMrC3DJBV
okJWZYCsyoAMyIAMyECxGSCrwklWZaDYCWpvj/6NV2MlAzIgA+tngKwSFbIq A2RVBmRABmRABorN
AFkVTrIqA8VOUBqK9RsKTDGVARnYWwbIKlEhqzJAVmVABmRABmSg2AyQVeEk qzJQ7AS1t0f/xqux
kgEZkIH1M0BWiQpZlQGyKgMyIAMyIAPFZoCsCidZlYFiJygNxfoNBaaYyoAM 7C0DZJWokFUZIKsy
IAMyIAMyUGwGyKpwklUZKHaC2tujf+PdrrEq4fPJ9zCGq3tXb53Ph8Oh8h3H YOz83cNxL2GM/eyt
OR+SVaJCVmWArMpA8Rlo7ozXvPM7x3VdP7yuhmS1BJEpeQwNs0bop2T1HPOy 5j4NZW/N9ZNVd1Jk
VQZIgAwUnwGyGm6tp2R1TXE4p3W1zMhqOF9Tx52suhPJcifSPuo9p0nIvqRN PvjhV1IGyGo4j2Q1
zKifabI6n9nQvEBWySpZlYEsGShJTIxlnTuQc+JIVsOZIKthRmR1PqOYeYSs EpUsoqJZ3eYEjjnJ
LYO9DIQzQFbDjMhqmFFpstp/8VuuuWDqsoclYyCrZJWsykCWDCyZoNxm/p0j ZsuYbSWrQ6+UX+MY
rS0DMWPKKatD+3eKfY7hEnOt5SmuWT0lw7WPFVklKllERbO67A40daJ0e9xl IC4DW8pq/xisfUee
6xjnltU+p6Xclt5uDa6nvGb1lPu99rbJKlklqzKQJQNrTPzWESdeOM3nlCqr Y3fOp2y31s7Bucnq
2kI19cKgUprV7hi7rX/7+3ac7d9Cyzd/n1rPWhkkq0Qli6hoVuffea51klsP 9jIQzkCKrE6JyJSs
9oUg5k6/KxNdwRhaV180+svPzUVuWW1FqC9Ssfs9JV5j65zLJLT8XprVMVZD eesel7H2e+0HAmSV
rJJVGciSgdCk7u9hocJoO0ZLZTV0p9wV0CmhjL3T78vD0tv1RTAmWyXJasx+ j4lWzssySpbVfjaH
MhFiOJbv0HkRk7fuMmSVqGQRFc3qdneyc096yzsWMvDPGVgiqzF3yLGta4zU dte1tPFaIqltXk4h
q2MtXojXEKup3MccyyXnTamyGiP7Uw1qqJlemydZJatkVQayZGDJRO82xDpX BpbIaoz4zZHVsX0d
e+p/ThM2Jidz+J5KVtv9jBXQ0CURl9ysLn2Qs5bczsmbZpWcZJcTzSrpWDpJ uZ3s5MjAUlkNCetS
WQ3J5Rzp6MpbrPANMS9ZVucIfXff1m4A+9xO2ax2Jb8v8GN/m8pdt83uM5z7 AGHuOa1ZJa5ZxJWs
Eo65k5PlZSZnBlJkdUpYY2W1Lw+h9q8vnVMy0h/f0LIxrE8pq2Mt8pQkhcR8 a1FtxnxqWY05rntY
hqySVbIqA1kysIcJ0RgvV5BTZfUSspNTVs+FJ1ldZ04hq0Qli6hoVtc5Yc9l Arcf8lBaBraQ1aEX
AS1tNUvglUtWp7jlaEPXZE1W15nryCpZJasykCUDa94BWNc6dwA4/sRxC1k9 N765ZPWcuJHVdeYq
skpUsoiKZnWdE/acJnH7IhMlZYCshvM4JavN33wPM7i6d3X8lKexvMvesuyt OX8cuivrP8JwgMIH
aM2Dccp1kdXLOdanzJlty9nSDDRzFNkKC2cjXl3GjYQ1v/M9zSAkq7I3P3tL z/Wh25FVze1xYiOr
JGLNicW65GntDJCteOHsy2roGlN/P0w2q7K3LHtrzgFklaySVRnIcqnJmhOX dZFhGZABGbicDJBV
okJWZYCsyoAMyIAMyECxGSCrwklWZaDYCUpzcjnNiWPtWMuADIxlgKwSFbIq A2RVBmRABmRABorN
AFkVTrIqA8VOUJoWTYsMyIAMyABZJSpkVQbIqgzIgAzIgAwUmwGyKpxkVQaK naA0KhoVGZABGZAB
skpUyKoMkFUZkAEZkAEZKDYDZFU4yaoMFDtBaVQ0KjIgAzIgA2SVqJBVGSCr MiADMiADMlBsBsiq
cJJVGSh2gtKoaFRkQAZkQAbIKlEhqzJAVmVABmRABmSg2AyQVeEkqzJQ7ASl UdGoyIAMyIAMkFWi
QlZlgKzKgAzIgAzIQLEZIKvCWWw4PZr2aFoGZEAGZEAGZOBw/fC66n5f3buq DofDm7ZNSIREBmRA
BmRABmRABmTgVBk4NHLa/25ltS+y/v222OOBhwzIgAzIgAzIgAxsm4FDXaMe m9Tj/47/XR1/Dkms
3/2z2GOCiQzIgAzIgAzIgAxsl4H/Bd6lsaYUo5jsAAAAAElFTkSuQmCC

--0016e6513cb097ed4c04693f079b
Content-Type: text/plain; charset=us-ascii


------------------------------------------------------------ ---------
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
--0016e6513cb097ed4c04693f079b--

Reverse Proxy Balancer ?

am 06.05.2009 16:29:25 von James Wuerflein

--=__Part68432ED5.0__=
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

Anybody=20have=20an=20example=20of=20how=20to=20setup=20a=20 Reverse=20Prox=
y=20Load=20Balancer=20?
=20
=20
=20
This=20works=20as=20a=20regular=20proxy,=20but=20I=20need=20 a=20Reverse=20=
Proxy!
=20
ProxyRequests Off
ProxyPass =20/ balancer://mycluster/=20stick ysession=3DJSE=
SSIONID|jsessionid=20nofailover=3DOn
=20
=20
BalancerMember=20https://10.1.10.10:443=20
BalancerMember=20https://10.1.10.11:443=20
=20=20
=20
=20
=20
Why=20can't=20I=20use=20ProxyPassReverse=20and=20use=2 0the=20proxy=20=
balancer=20like=20this?
=20
ProxyPassReverse =20/ balancer://mycluster2/ =20stickysessi=
on=3DJSESSIONID|jsessionid=20nofailover=3DOn
=20
=20
BalancerMember=20https://10.1.10.10:443=20(=20https:// 10.1.10.10/=20=
)
BalancerMember=20https://10.1.10.11:443=20(=20https:// 10.1.10.11/=20=
)
=20=20
=20
=20
=20
=20

____________________________________________________________ __________
This=20email=20and=20any=20files=20transmitted=20with=20it=2 0are=20confide=
ntial=20and
intended=20solely=20for=20the=20use=20of=20the=20individual= 20or=20entity=20=
to=20whom=20they
are=20addressed.=20If=20you=20have=20received=20this=20email =20in=20error=20=
please=20notify
the=20system=20manager.

Katun=20Corporation=20--=20Earning=20Your=20Trust=20for=20Th irty=20Years=20=
-=20Thank=20You!
www.katun.com=20

____________________________________________________________ _________
--=__Part68432ED5.0__=
Content-Type: text/html; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Content-Description: HTML


ent-Type>


Anybody=20have=20an=20example=20of=20how=20to=20setup=20a=20 Reverse=20=
Proxy=20Load=20Balancer=20?

 

 

 

This=20works=20as=20a=20regular=20proxy,=20but=20I=20need=20 a=20Rever=
se=20Proxy!

 
 =20ProxyRequests   =20  Off<=
BR>

  ProxyPass=20  /=20 balancer://mycluster/=20=
stickysession=3DJSESSIONID|jsessionid=20nofailover=3DOn
 

 <Proxy=20balancer://mycluster>
  BalancerMem=
ber=20https://10.1.10.10:443
&=
nbsp; BalancerMember=20https://1=
0.1.10.11:443
 </Proxy>=20

 

 

 

 =20Why=20can't=20I=20use=20ProxyPassReverse=20and=20use th=
e=20proxy=20balancer=20like=20this?

 

  ProxyPassReverse=20  /=20 balancer://myclu=
ster2/=20stickysession=3DJSESSIONID|jsessionid=20nofailover= 3DOn
 =


 <Proxy=20balancer://mycluster2>
  BalancerMe=
mber=20https://10.1.10.10:443
&nb=
sp; BalancerMember=20https://10.1.1=
0.11:443
 </Proxy>=20

 

 

 

 



____________________________________________________________ __________
=

This=20email=20and=20any=20files=20transmitted=20with=20it=2 0are=20confide=
ntial=20and

intended=20solely=20for=20the=20use=20of=20the=20individual= 20or=20entity=20=
to=20whom=20they

are=20addressed.=20If=20you=20have=20received=20this=20email =20in=20error=20=
please=20notify

the=20system=20manager.



Katun=20Corporation=20--=20Earning=20Your=20Trust=20for=20Th irty=20Years=20=
-=20Thank=20You!

www.katun.com=20



____________________________________________________________ _________



--=__Part68432ED5.0__=--

Re: Reverse Proxy Balancer ?

am 06.05.2009 16:36:09 von Eric Covener

On Wed, May 6, 2009 at 10:29 AM, James Wuerflein
wrote:
> Anybody have an example of how to setup a Reverse Proxy Load Balancer ?
>
> This works as a regular proxy, but I need a Reverse Proxy!
>
> =A0 ProxyRequests  =A0   Off
>   ProxyPass   / =A0balancer://mycluster/ stickysession=3DJSESSION=
ID|jsessionid
> nofailover=3DOn
>
> =A0
>   BalancerMember https://10.1.10.10:443
>   BalancerMember https://10.1.10.11:443
> =A0

>
>
>
> =A0 Why can't I use ProxyPassReverse and use=A0the proxy balancer like th=
is?
>
>   ProxyPassReverse   / =A0balancer://mycluster2/
> stickysession=3DJSESSIONID|jsessionid nofailover=3DOn
>
> =A0
>   BalancerMember https://10.1.10.10:443
>   BalancerMember https://10.1.10.11:443
> =A0



That's not what ProxyPassReverse does. Your first ProxyPass is a reverse p=
roxy.


--=20
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

apache response time

am 06.05.2009 18:21:43 von inas inassen

--_1c4a5d4e-785d-46ea-8da5-acac09c68770_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


Hi all

=20

I'm using apache connected to 2 tomcat in mod_jk (ajp).

on tomcat is running in the same box as apache (sun solaris 8GB of ram=2C 2=
CPU) and another tomcat is running on another box (windows 2003).

=20

the apache config is :

=20

timeout set to 120 seconds

keepalive set to 3 seconds

maxclient set to 256

=20

and the reply timeout in jk worker sets to 1 minute (60000 millisecond).

=20

Apache seems to be allways so busy and all threads are working even if the =
each tomcat is responding around 1 second by request.

=20

Is someone have recommandations to make apache resoponding immediatelly?

=20

thanks for help.

=20

Inas.

=20

____________________________________________________________ _____
Vous voulez savoir ce que vous pouvez faire avec le nouveau Windows Live=A0=
? Lancez-vous !
http://www.microsoft.com/windows/windowslive/default.aspx=

--_1c4a5d4e-785d-46ea-8da5-acac09c68770_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable






Hi all

 =3B

I'm using apache connected to 2 tomcat in mod_jk (ajp).

on tomcat is running in the same box as apache (sun solaris 8GB of ram=2C 2=
CPU) and another tomcat is running on another box (windows 2003).

 =3B

the apache config is :

 =3B

timeout set to 120 seconds

keepalive set to 3 seconds

maxclient set to 256

 =3B

and the reply timeout in jk worker sets to 1 minute (60000 millisecond). >
 =3B

Apache seems to be allways so busy and all threads are working even if the =
each tomcat is =3Bresponding around 1 second by =3Brequest.

 =3B

Is someone have =3Brecommandations to make apache resoponding immediate=
lly?

 =3B

thanks for help.

 =3B

Inas.

 =3B


Vous voulez savoir ce que vous pouvez faire avec le=
nouveau Windows Live=A0? wslive/default.aspx' target=3D'_new'>Lancez-vous !
=

--_1c4a5d4e-785d-46ea-8da5-acac09c68770_--

Re: httpd service not starting on Windows 2008 (64bit)

am 06.05.2009 19:07:11 von Jonathan Zuckerman

On Wednesday, May 6, 2009, Raja Shekar CS wrote:
> Hi,
> @Jonathan: error output I get is the complete usage help. There is no spe=
cific error seen.
> I added some debug logging to the httpd startup code, and it looks like M=
icrosoft Failover Cluster server is passing invalid arguments:
>
> When started from Microsoft Failover Cluster:
> [Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 0 of 8 (8):: C:\\Program =
Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe
> [Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 1 of 8 (8):: -d[Wed May 0=
6 19:28:09 2009] [warn] =A0INPUT ARGS 2 of 8 (8):: C:/Program Files (x86)/N=
etApp/DataFabric Manager/DFM[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS=
3 of 8 (8):: -f
> [Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 4 of 8 (8):: C:\\Program =
Files (x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.conf[Wed May 06 1=
9:28:09 2009] [warn] =A0INPUT ARGS 5 of 8 (8):: Files
> [Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 6 of 8 (8):: (x86)\\NetAp=
p\\DataFabric[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 7 of 8 (8):: M=
anager\\DFM\\bin\\httpd.exe -k runservice
>
> The last three are causing the issue. These three are automatically taken=
as startup parameter when apache service as added as Generic Service to fa=
ilover cluster (screenshot attached).
> When started from Service Control Manager (on the same system):
>
> [Wed May 06 19:29:24 2009] [warn] =A0INPUT ARGS 0 of 5 (5):: C:\\Program =
Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe[Wed May 06 19:=
29:24 2009] [warn] =A0INPUT ARGS 1 of 5 (5):: -d
> [Wed May 06 19:29:24 2009] [warn] =A0INPUT ARGS 2 of 5 (5):: C:/Program F=
iles (x86)/NetApp/DataFabric Manager/DFM[Wed May 06 19:29:24 2009] [warn] =
=A0INPUT ARGS 3 of 5 (5):: -f[Wed May 06 19:29:24 2009] [warn] =A0INPUT ARG=
S 4 of 5 (5):: C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\co=
nf\\httpd.conf
>
> By ignoring the error for the additional parameters, I was able to start =
httpd through Failover Cluster.
> However, I am looking for one clarification:
> Service installed in service control manager with "Path to executable" as=
:
>
> "C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe=
" -k runservice
> I am not able to understand why the "-k runservice" argument is not showi=
ng up when started through service control manager. Just want to be sure th=
at i haven't made a mistake in logging, and that this is the expected behav=
ior.
>
> Thanks for your inputs,
> Raj.
> On Wed, May 6, 2009 at 2:34 AM, Jonathan Zuckerman > wrote:
> On Tue, May 5, 2009 at 5:26 AM, Raja Shekar CS wrote:
>> Hi,
>>
>> I tried an earlier version of apache (2.0.63) and also at simpler path. =
No
>> luck.
>>
>> Any other hints ? Pls let me know.
>>
>> Thanks,
>> Raj.
>>
>> On Mon, May 4, 2009 at 5:57 PM, Eric Covener wrote:
>>>
>>> On Mon, May 4, 2009 at 7:57 AM, Raja Shekar CS wrot=
e:
>>> > I am facing an issue in bringing up httpd (2.2.10) configured in
>>> > Microsoft
>>> > Failover Cluster (MSCS) on Windows 2008 64 bit system.
>>> >>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d
>>>
>>> Tried simplifying the path?
>>>
>>> --
>>> Eric Covener
>>> covener@gmail.com
>>>
>>> ------------------------------------------------------------ ---------
>>> The official User-To-User support forum of the Apache HTTP Server Proje=
ct.
>>> See for more info.
>>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>>> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
>>> For additional commands, e-mail: users-help@httpd.apache.org
>>>

Is it normal for the backslashrs in the path to be doubled up like that?
Also why is the -k parameter outside the string delimiters?
Sorry I'm not familiar with the microsoft technologies..
>>
>>
>>
>
> Could you paste the error output? =A0From what you've sent us it looks
> like you're not substituting actual values for the optional parameter
> descriptions of the program signature, and are also using two slashes
> to separate directories instead of one..
>
> ------------------------------------------------------------ ---------
> 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
> =A0 " =A0 from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>
>

------------------------------------------------------------ ---------
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: httpd service not starting on Windows 2008 (64bit)

am 06.05.2009 19:11:41 von Prasanna Ram Venkatachalam

--0016368e1f5e3af0e40469417dd4
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Yes Jonathan, Its normal in some cases. But i dont know whether we will get
double slashes in "path to executable" of a service. I am not getting it in
my machine for apache!. And -k runservice outside of quotes is also normal,
whatever inside of double quotes is called and whatever is after that is
passed as arguments to it.

Regards
Prasanna Ram


On Wed, May 6, 2009 at 10:37 PM, Jonathan Zuckerman
wrote:

> On Wednesday, May 6, 2009, Raja Shekar CS wrote:
> > Hi,
> > @Jonathan: error output I get is the complete usage help. There is no
> specific error seen.
> > I added some debug logging to the httpd startup code, and it looks like
> Microsoft Failover Cluster server is passing invalid arguments:
> >
> > When started from Microsoft Failover Cluster:
> > [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 0 of 8 (8):: C:\\Program
> Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe
> > [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 1 of 8 (8):: -d[Wed May 06
> 19:28:09 2009] [warn] INPUT ARGS 2 of 8 (8):: C:/Program Files
> (x86)/NetApp/DataFabric Manager/DFM[Wed May 06 19:28:09 2009] [warn] INPUT
> ARGS 3 of 8 (8):: -f
> > [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 4 of 8 (8):: C:\\Program
> Files (x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.conf[Wed May 06
> 19:28:09 2009] [warn] INPUT ARGS 5 of 8 (8):: Files
> > [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 6 of 8 (8)::
> (x86)\\NetApp\\DataFabric[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 7 of
> 8 (8):: Manager\\DFM\\bin\\httpd.exe -k runservice
> >
> > The last three are causing the issue. These three are automatically taken
> as startup parameter when apache service as added as Generic Service to
> failover cluster (screenshot attached).
> > When started from Service Control Manager (on the same system):
> >
> > [Wed May 06 19:29:24 2009] [warn] INPUT ARGS 0 of 5 (5):: C:\\Program
> Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe[Wed May 06
> 19:29:24 2009] [warn] INPUT ARGS 1 of 5 (5):: -d
> > [Wed May 06 19:29:24 2009] [warn] INPUT ARGS 2 of 5 (5):: C:/Program
> Files (x86)/NetApp/DataFabric Manager/DFM[Wed May 06 19:29:24 2009] [warn]
> INPUT ARGS 3 of 5 (5):: -f[Wed May 06 19:29:24 2009] [warn] INPUT ARGS 4
> of 5 (5):: C:\\Program Files (x86)\\NetApp\\DataFabric
> Manager\\DFM\\conf\\httpd.conf
> >
> > By ignoring the error for the additional parameters, I was able to start
> httpd through Failover Cluster.
> > However, I am looking for one clarification:
> > Service installed in service control manager with "Path to executable"
> as:
> >
> > "C:\\Program Files (x86)\\NetApp\\DataFabric
> Manager\\DFM\\bin\\httpd.exe" -k runservice
> > I am not able to understand why the "-k runservice" argument is not
> showing up when started through service control manager. Just want to be
> sure that i haven't made a mistake in logging, and that this is the expected
> behavior.
> >
> > Thanks for your inputs,
> > Raj.
> > On Wed, May 6, 2009 at 2:34 AM, Jonathan Zuckerman <
> j.zuckerman@gmail.com> wrote:
> > On Tue, May 5, 2009 at 5:26 AM, Raja Shekar CS
> wrote:
> >> Hi,
> >>
> >> I tried an earlier version of apache (2.0.63) and also at simpler path.
> No
> >> luck.
> >>
> >> Any other hints ? Pls let me know.
> >>
> >> Thanks,
> >> Raj.
> >>
> >> On Mon, May 4, 2009 at 5:57 PM, Eric Covener wrote:
> >>>
> >>> On Mon, May 4, 2009 at 7:57 AM, Raja Shekar CS
> wrote:
> >>> > I am facing an issue in bringing up httpd (2.2.10) configured in
> >>> > Microsoft
> >>> > Failover Cluster (MSCS) on Windows 2008 64 bit system.
> >>> >>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d
> >>>
> >>> Tried simplifying the path?
> >>>
> >>> --
> >>> 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
> >>>
>
> Is it normal for the backslashrs in the path to be doubled up like that?
> Also why is the -k parameter outside the string delimiters?
> Sorry I'm not familiar with the microsoft technologies..
> >>
> >>
> >>
> >
> > Could you paste the error output? From what you've sent us it looks
> > like you're not substituting actual values for the optional parameter
> > descriptions of the program signature, and are also using two slashes
> > to separate directories instead of one..
> >
> > ------------------------------------------------------------ ---------
> > 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
> >
> >
> >
> >
>
> ------------------------------------------------------------ ---------
> 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
>
>

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

Yes Jonathan, Its normal in some cases. But i dont know whether we wil=
l get double slashes in "path to executable" of a service. I am n=
ot getting it in my machine for apache!. And -k runservice outside of quote=
s is also normal, whatever inside of double quotes is called and whatever i=
s after that is passed as arguments to it.


=A0

Regards
Prasanna Ram



On Wed, May 6, 2009 at 10:37 PM, Jonathan Zucker=
man <j.zucker=
man@gmail.com
>
wrote:

px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">


On Wednesday, May 6, 2009, Raja Shekar CS < mailto:rshekar@gmail.com">rshekar@gmail.com> wrote:
> Hi,
&=
gt; @Jonathan: error output I get is the complete usage help. There is no s=
pecific error seen.

> I added some debug logging to the httpd startup code, and it looks lik=
e Microsoft Failover Cluster server is passing invalid arguments:
> r>> When started from Microsoft Failover Cluster:
> [Wed May 06 19=
:28:09 2009] [warn] =A0INPUT ARGS 0 of 8 (8):: C:\\Program Files (x86)\\Net=
App\\DataFabric Manager\\DFM\\bin\\httpd.exe

> [Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 1 of 8 (8):: -d[Wed Ma=
y 06 19:28:09 2009] [warn] =A0INPUT ARGS 2 of 8 (8):: C:/Program Files (x86=
)/NetApp/DataFabric Manager/DFM[Wed May 06 19:28:09 2009] [warn] =A0INPUT A=
RGS 3 of 8 (8):: -f

> [Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 4 of 8 (8):: C:\\Progr=
am Files (x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.conf[Wed May 0=
6 19:28:09 2009] [warn] =A0INPUT ARGS 5 of 8 (8):: Files
> [Wed May 0=
6 19:28:09 2009] [warn] =A0INPUT ARGS 6 of 8 (8):: (x86)\\NetApp\\DataFabri=
c[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 7 of 8 (8):: Manager\\DFM\=
\bin\\httpd.exe -k runservice

>
> The last three are causing the issue. These three are automati=
cally taken as startup parameter when apache service as added as Generic Se=
rvice to failover cluster (screenshot attached).
> When started from =
Service Control Manager (on the same system):

>
> [Wed May 06 19:29:24 2009] [warn] =A0INPUT ARGS 0 of 5 (5):: C=
:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe[Wed=
May 06 19:29:24 2009] [warn] =A0INPUT ARGS 1 of 5 (5):: -d
> [Wed Ma=
y 06 19:29:24 2009] [warn] =A0INPUT ARGS 2 of 5 (5):: C:/Program Files (x86=
)/NetApp/DataFabric Manager/DFM[Wed May 06 19:29:24 2009] [warn] =A0INPUT A=
RGS 3 of 5 (5):: -f[Wed May 06 19:29:24 2009] [warn] =A0INPUT ARGS 4 of 5 (=
5):: C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.=
conf

>
> By ignoring the error for the additional parameters, I was abl=
e to start httpd through Failover Cluster.
> However, I am looking fo=
r one clarification:
> Service installed in service control manager w=
ith "Path to executable" as:

>
> "C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM=
\\bin\\httpd.exe" -k runservice
> I am not able to understand wh=
y the "-k runservice" argument is not showing up when started thr=
ough service control manager. Just want to be sure that i haven't made =
a mistake in logging, and that this is the expected behavior.

>
> Thanks for your inputs,
> Raj.
> On Wed, May 6, 20=
09 at 2:34 AM, Jonathan Zuckerman < om">j.zuckerman@gmail.com> wrote:
> On Tue, May 5, 2009 at 5:2=
6 AM, Raja Shekar CS <rshekar@gmail=
..com
> wrote:

>> Hi,
>>
>> I tried an earlier version of apache (=
2.0.63) and also at simpler path. No
>> luck.
>>
>&=
gt; Any other hints ? Pls let me know.
>>
>> Thanks,

>> Raj.
>>
>> On Mon, May 4, 2009 at 5:57 PM, Eric =
Covener <> =
wrote:
>>>
>>> On Mon, May 4, 2009 at 7:57 AM, Raja=
Shekar CS <&g=
t; wrote:

>>> > I am facing an issue in bringing up httpd (2.2.10) config=
ured in
>>> > Microsoft
>>> > Failover Cluste=
r (MSCS) on Windows 2008 64 bit system.
>>> >>>> Us=
age: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d

>>>
>>> Tried simplifying the path?
>>> >>>> --
>>> Eric Covener
>>> ilto:covener@gmail.com">covener@gmail.com
>>>
>>&g=
t; ------------------------------------------------------------ --------- >
>>> The official User-To-User support forum of the Apache HTTP Ser=
ver Project.
>>> See <URL: /userslist.html" target=3D"_blank">http://httpd.apache.org/userslist.html a>> for more info.

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

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

div>
Is it normal for the backslashrs in the path to be doubled up lik=
e that?

Also why is the -k parameter outside the string delimiters?
Sorry I'=
m not familiar with the microsoft technologies..



>>
>>
>>
>
> Could yo=
u paste the error output? =A0From what you've sent us it looks
> =
like you're not substituting actual values for the optional parameter r>
> descriptions of the program signature, and are also using two slashes<=
br>> to separate directories instead of one..
>
> ----------=
-----------------------------------------------------------
> The off=
icial User-To-User support forum of the Apache HTTP Server Project.

> See <URL: =3D"_blank">http://httpd.apache.org/userslist.html> for more info. r>> To unsubscribe, e-mail: ache.org">users-unsubscribe@httpd.apache.org

>    " =A0 from the digest: bscribe@httpd.apache.org">users-digest-unsubscribe@httpd.apa che.org
=
> For additional commands, e-mail: ache.org">users-help@httpd.apache.org

>
>
>
>

---------------------------------------=
------------------------------
The official User-To-User support forum o=
f the Apache HTTP Server Project.
See <URL: ache.org/userslist.html" target=3D"_blank">http://httpd.apache.org/userslis=
t.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

=



--0016368e1f5e3af0e40469417dd4--

Re: httpd service not starting on Windows 2008 (64bit) through Microsoft Failover Cluster

am 06.05.2009 19:16:10 von aw

In addition to Jonathan's remarks, when looking at the detail of these
log messages (the ones mentioning the arguments along with an argument
number), I have the feeling that this illustrates once again the
fundamental idiocy and error-proneness of paths with embedded spaces.

It looks very much like the command-line is being parsed by splitting on
space chars. Probably again a case where initial quoting is stripped at
step 1, and confuses subsequent steps no end.

To the OP : what would happen if you installed Apache in, say, C:\Apache ?




Jonathan Zuckerman wrote:
> On Wednesday, May 6, 2009, Raja Shekar CS wrote:
>> Hi,
>> @Jonathan: error output I get is the complete usage help. There is no specific error seen.
>> I added some debug logging to the httpd startup code, and it looks like Microsoft Failover Cluster server is passing invalid arguments:
>>
>> When started from Microsoft Failover Cluster:
>> [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 0 of 8 (8):: C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe
>> [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 1 of 8 (8):: -d[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 2 of 8 (8):: C:/Program Files (x86)/NetApp/DataFabric Manager/DFM[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 3 of 8 (8):: -f
>> [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 4 of 8 (8):: C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.conf[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 5 of 8 (8):: Files
>> [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 6 of 8 (8):: (x86)\\NetApp\\DataFabric[Wed May 06 19:28:09 2009] [warn] INPUT ARGS 7 of 8 (8):: Manager\\DFM\\bin\\httpd.exe -k runservice
>>
>> The last three are causing the issue. These three are automatically taken as startup parameter when apache service as added as Generic Service to failover cluster (screenshot attached).
>> When started from Service Control Manager (on the same system):
>>
>> [Wed May 06 19:29:24 2009] [warn] INPUT ARGS 0 of 5 (5):: C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe[Wed May 06 19:29:24 2009] [warn] INPUT ARGS 1 of 5 (5):: -d
>> [Wed May 06 19:29:24 2009] [warn] INPUT ARGS 2 of 5 (5):: C:/Program Files (x86)/NetApp/DataFabric Manager/DFM[Wed May 06 19:29:24 2009] [warn] INPUT ARGS 3 of 5 (5):: -f[Wed May 06 19:29:24 2009] [warn] INPUT ARGS 4 of 5 (5):: C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.conf
>>
>> By ignoring the error for the additional parameters, I was able to start httpd through Failover Cluster.
>> However, I am looking for one clarification:
>> Service installed in service control manager with "Path to executable" as:
>>
>> "C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe" -k runservice
>> I am not able to understand why the "-k runservice" argument is not showing up when started through service control manager. Just want to be sure that i haven't made a mistake in logging, and that this is the expected behavior.
>>
>> Thanks for your inputs,
>> Raj.
>> On Wed, May 6, 2009 at 2:34 AM, Jonathan Zuckerman wrote:
>> On Tue, May 5, 2009 at 5:26 AM, Raja Shekar CS wrote:
>>> Hi,
>>>
>>> I tried an earlier version of apache (2.0.63) and also at simpler path. No
>>> luck.
>>>
>>> Any other hints ? Pls let me know.
>>>
>>> Thanks,
>>> Raj.
>>>
>>> On Mon, May 4, 2009 at 5:57 PM, Eric Covener wrote:
>>>> On Mon, May 4, 2009 at 7:57 AM, Raja Shekar CS wrote:
>>>>> I am facing an issue in bringing up httpd (2.2.10) configured in
>>>>> Microsoft
>>>>> Failover Cluster (MSCS) on Windows 2008 64 bit system.
>>>>>>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d
>>>> Tried simplifying the path?
>>>>
>>>> --
>>>> 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
>>>>
>
> Is it normal for the backslashrs in the path to be doubled up like that?
> Also why is the -k parameter outside the string delimiters?
> Sorry I'm not familiar with the microsoft technologies..
>>>
>>>
>> Could you paste the error output? From what you've sent us it looks
>> like you're not substituting actual values for the optional parameter
>> descriptions of the program signature, and are also using two slashes
>> to separate directories instead of one..
>>
>> ------------------------------------------------------------ ---------
>> 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
>>
>>
>>
>>
>
> ------------------------------------------------------------ ---------
> 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
>
>


------------------------------------------------------------ ---------
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: httpd service not starting on Windows 2008 (64bit)

am 06.05.2009 19:21:45 von Prasanna Ram Venkatachalam

--0016e644b99e41c1bd046941a19f
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Indeed :), it wud wrk great i guess ( just remember a recetnt thread runnin=
g
for this :))
Just now I noticed that log. may be he need to escape double quotes as well
(\"\") when starting from that cluster??

Regards
Prasanna Ram


On Wed, May 6, 2009 at 10:46 PM, Andr=E9 Warnier wrote:

> In addition to Jonathan's remarks, when looking at the detail of these lo=
g
> messages (the ones mentioning the arguments along with an argument number=
),
> I have the feeling that this illustrates once again the fundamental idioc=
y
> and error-proneness of paths with embedded spaces.
>
> It looks very much like the command-line is being parsed by splitting on
> space chars. Probably again a case where initial quoting is stripped at
> step 1, and confuses subsequent steps no end.
>
> To the OP : what would happen if you installed Apache in, say, C:\Apache =
?
>
>
>
>
>
> Jonathan Zuckerman wrote:
>
>> On Wednesday, May 6, 2009, Raja Shekar CS wrote:
>>
>>> Hi,
>>> @Jonathan: error output I get is the complete usage help. There is no
>>> specific error seen.
>>> I added some debug logging to the httpd startup code, and it looks like
>>> Microsoft Failover Cluster server is passing invalid arguments:
>>>
>>> When started from Microsoft Failover Cluster:
>>> [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 0 of 8 (8):: C:\\Program
>>> Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe
>>> [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 1 of 8 (8):: -d[Wed May 0=
6
>>> 19:28:09 2009] [warn] INPUT ARGS 2 of 8 (8):: C:/Program Files
>>> (x86)/NetApp/DataFabric Manager/DFM[Wed May 06 19:28:09 2009] [warn] I=
NPUT
>>> ARGS 3 of 8 (8):: -f
>>> [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 4 of 8 (8):: C:\\Program
>>> Files (x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.conf[Wed May =
06
>>> 19:28:09 2009] [warn] INPUT ARGS 5 of 8 (8):: Files
>>> [Wed May 06 19:28:09 2009] [warn] INPUT ARGS 6 of 8 (8)::
>>> (x86)\\NetApp\\DataFabric[Wed May 06 19:28:09 2009] [warn] INPUT ARGS =
7 of
>>> 8 (8):: Manager\\DFM\\bin\\httpd.exe -k runservice
>>>
>>> The last three are causing the issue. These three are automatically tak=
en
>>> as startup parameter when apache service as added as Generic Service to
>>> failover cluster (screenshot attached).
>>> When started from Service Control Manager (on the same system):
>>>
>>> [Wed May 06 19:29:24 2009] [warn] INPUT ARGS 0 of 5 (5):: C:\\Program
>>> Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe[Wed May 06
>>> 19:29:24 2009] [warn] INPUT ARGS 1 of 5 (5):: -d
>>> [Wed May 06 19:29:24 2009] [warn] INPUT ARGS 2 of 5 (5):: C:/Program
>>> Files (x86)/NetApp/DataFabric Manager/DFM[Wed May 06 19:29:24 2009] [wa=
rn]
>>> INPUT ARGS 3 of 5 (5):: -f[Wed May 06 19:29:24 2009] [warn] INPUT ARG=
S 4
>>> of 5 (5):: C:\\Program Files (x86)\\NetApp\\DataFabric
>>> Manager\\DFM\\conf\\httpd.conf
>>>
>>> By ignoring the error for the additional parameters, I was able to star=
t
>>> httpd through Failover Cluster.
>>> However, I am looking for one clarification:
>>> Service installed in service control manager with "Path to executable"
>>> as:
>>>
>>> "C:\\Program Files (x86)\\NetApp\\DataFabric
>>> Manager\\DFM\\bin\\httpd.exe" -k runservice
>>> I am not able to understand why the "-k runservice" argument is not
>>> showing up when started through service control manager. Just want to b=
e
>>> sure that i haven't made a mistake in logging, and that this is the exp=
ected
>>> behavior.
>>>
>>> Thanks for your inputs,
>>> Raj.
>>> On Wed, May 6, 2009 at 2:34 AM, Jonathan Zuckerman <
>>> j.zuckerman@gmail.com> wrote:
>>> On Tue, May 5, 2009 at 5:26 AM, Raja Shekar CS
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I tried an earlier version of apache (2.0.63) and also at simpler path=
..
>>>> No
>>>> luck.
>>>>
>>>> Any other hints ? Pls let me know.
>>>>
>>>> Thanks,
>>>> Raj.
>>>>
>>>> On Mon, May 4, 2009 at 5:57 PM, Eric Covener wrote=
:
>>>>
>>>>> On Mon, May 4, 2009 at 7:57 AM, Raja Shekar CS
>>>>> wrote:
>>>>>
>>>>>> I am facing an issue in bringing up httpd (2.2.10) configured in
>>>>>> Microsoft
>>>>>> Failover Cluster (MSCS) on Windows 2008 64 bit system.
>>>>>>
>>>>>>> Usage: C:\\Program Files (x86)\\DFM\\bin\\httpd.exe [-D name] [-d
>>>>>>>>>
>>>>>>>> Tried simplifying the path?
>>>>>
>>>>> --
>>>>> 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
>>>>>
>>>>>
>> Is it normal for the backslashrs in the path to be doubled up like that?
>> Also why is the -k parameter outside the string delimiters?
>> Sorry I'm not familiar with the microsoft technologies..
>>
>>>
>>>>
>>>> Could you paste the error output? From what you've sent us it looks
>>> like you're not substituting actual values for the optional parameter
>>> descriptions of the program signature, and are also using two slashes
>>> to separate directories instead of one..
>>>
>>> ------------------------------------------------------------ ---------
>>> 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
>>>
>>>
>>>
>>>
>>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Projec=
t.
>> 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
>>
>>
>>
>
> ------------------------------------------------------------ ---------
> 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
>
>

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

Indeed :), it wud wrk great i guess ( just remember a recetnt thread r=
unning for this :))

Just now I noticed that log. may be he need to escape double quotes as=
well (\"<path>\") when starting from that cluster??

=A0

Regards
Prasanna Ram



On Wed, May 6, 2009 at 10:46 PM, Andr=E9 Warnier=
<&g=
t;
wrote:

px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">In addition to Jonathan's re=
marks, when looking at the detail of these log messages (the ones mentionin=
g the arguments along with an argument number), I have the feeling that thi=
s illustrates once again the fundamental idiocy and error-proneness of path=
s with embedded spaces.


It looks very much like the command-line is being parsed by splitting o=
n space chars. =A0Probably again a case where initial quoting is stripped a=
t step 1, and confuses subsequent steps no end.

To the OP : what wou=
ld happen if you installed Apache in, say, C:\Apache ?=20







Jonathan Zuckerman wrote:

px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Wednesday, May 6, 2009, Raja =
Shekar CS <rsheka=
r@gmail.com
> wrote:


px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,
@Jonathan: error output I=
get is the complete usage help. There is no specific error seen.
I adde=
d some debug logging to the httpd startup code, and it looks like Microsoft=
Failover Cluster server is passing invalid arguments:


When started from Microsoft Failover Cluster:
[Wed May 06 19:28:09 2=
009] [warn] =A0INPUT ARGS 0 of 8 (8):: C:\\Program Files (x86)\\NetApp\\Dat=
aFabric Manager\\DFM\\bin\\httpd.exe
[Wed May 06 19:28:09 2009] [warn] =
=A0INPUT ARGS 1 of 8 (8):: -d[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARG=
S 2 of 8 (8):: C:/Program Files (x86)/NetApp/DataFabric Manager/DFM[Wed May=
06 19:28:09 2009] [warn] =A0INPUT ARGS 3 of 8 (8):: -f

[Wed May 06 19:28:09 2009] [warn] =A0INPUT ARGS 4 of 8 (8):: C:\\Program Fi=
les (x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.conf[Wed May 06 19:=
28:09 2009] [warn] =A0INPUT ARGS 5 of 8 (8):: Files
[Wed May 06 19:28:09=
2009] [warn] =A0INPUT ARGS 6 of 8 (8):: (x86)\\NetApp\\DataFabric[Wed May =
06 19:28:09 2009] [warn] =A0INPUT ARGS 7 of 8 (8):: Manager\\DFM\\bin\\http=
d.exe -k runservice


The last three are causing the issue. These three are automatically tak=
en as startup parameter when apache service as added as Generic Service to =
failover cluster (screenshot attached).
When started from Service Contro=
l Manager (on the same system):


[Wed May 06 19:29:24 2009] [warn] =A0INPUT ARGS 0 of 5 (5):: C:\\Progra=
m Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\httpd.exe[Wed May 06 1=
9:29:24 2009] [warn] =A0INPUT ARGS 1 of 5 (5):: -d
[Wed May 06 19:29:24 =
2009] [warn] =A0INPUT ARGS 2 of 5 (5):: C:/Program Files (x86)/NetApp/DataF=
abric Manager/DFM[Wed May 06 19:29:24 2009] [warn] =A0INPUT ARGS 3 of 5 (5)=
:: -f[Wed May 06 19:29:24 2009] [warn] =A0INPUT ARGS 4 of 5 (5):: C:\\Progr=
am Files (x86)\\NetApp\\DataFabric Manager\\DFM\\conf\\httpd.conf


By ignoring the error for the additional parameters, I was able to star=
t httpd through Failover Cluster.
However, I am looking for one clarific=
ation:
Service installed in service control manager with "Path to e=
xecutable" as:


"C:\\Program Files (x86)\\NetApp\\DataFabric Manager\\DFM\\bin\\ht=
tpd.exe" -k runservice
I am not able to understand why the "-k=
runservice" argument is not showing up when started through service c=
ontrol manager. Just want to be sure that i haven't made a mistake in l=
ogging, and that this is the expected behavior.


Thanks for your inputs,
Raj.
On Wed, May 6, 2009 at 2:34 AM, Jona=
than Zuckerman < k">j.zuckerman@gmail.com> wrote:
On Tue, May 5, 2009 at 5:26 AM, =
Raja Shekar CS <r=
shekar@gmail.com
> wrote:


px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,

I tried an earlier ve=
rsion of apache (2.0.63) and also at simpler path. No
luck.

Any o=
ther hints ? Pls let me know.


Thanks,
Raj.

On Mon, May 4, 2009 at 5:57 PM, Eric Covener <=
;covener@gmail.com a>> wrote:

px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Mon, May 4, 2009 at 7:57 AM, =
Raja Shekar CS <
r=
shekar@gmail.com
> wrote:


px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I am facing an issue in bringing=
up httpd (2.2.10) configured in
Microsoft
Failover Cluster (MSCS) on=
Windows 2008 64 bit system.


px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Usage: C:\\Program Files (x86)\\=
DFM\\bin\\httpd.exe [-D name] [-d
>
Tried simplifying the path?

--
Eric Covener
ef=3D"mailto:covener@gmail.com" target=3D"_blank">covener@gmail.com
=

------------------------------------------------------------ --------- r>
The official User-To-User support forum of the Apache HTTP Server Project.<=
br>See <URL: "_blank">http://httpd.apache.org/userslist.html> for more info.
T=
o unsubscribe, e-mail: " target=3D"_blank">users-unsubscribe@httpd.apache.org

=A0" =A0 from the digest: ttpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apache.or=
g

For additional commands, e-mail: d.apache.org" target=3D"_blank">users-help@httpd.apache.org



Is it normal for the backsla=
shrs in the path to be doubled up like that?
Also why is the -k paramete=
r outside the string delimiters?
Sorry I'm not familiar with the mic=
rosoft technologies..


px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">

Could you p=
aste the error output? =A0From what you've sent us it looks
like you=
're not substituting actual values for the optional parameter

descriptions of the program signature, and are also using two slashes
to=
separate directories instead of one..

-----------------------------=
----------------------------------------
The official User-To-User suppo=
rt forum of the Apache HTTP Server Project.

See <URL: lank">http://httpd.apache.org/userslist.html> for more info.
To u=
nsubscribe, e-mail: arget=3D"_blank">users-unsubscribe@httpd.apache.org

=A0 " =A0 from the digest: httpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apache.o=
rg

For additional commands, e-mail: pd.apache.org" target=3D"_blank">users-help@httpd.apache.org






------------------------------------------=
---------------------------
The official User-To-User support forum of t=
he Apache HTTP Server Project.
See <URL: e.org/userslist.html" target=3D"_blank">http://httpd.apache.org/userslist.h=
tml
> for more info.

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

For additional commands, e-mail: org" target=3D"_blank">users-help@httpd.apache.org


ote>

------------------------------------------------------------ ---=
------

The official User-To-User support forum of the Apache HTTP Server Project.<=
br>See <URL: "_blank">http://httpd.apache.org/userslist.html> for more info.
T=
o unsubscribe, e-mail: " target=3D"_blank">users-unsubscribe@httpd.apache.org

=A0" =A0 from the digest: ttpd.apache.org" target=3D"_blank">users-digest-unsubscribe@httpd.apache.or=
g

For additional commands, e-mail: d.apache.org" target=3D"_blank">users-help@httpd.apache.org





--0016e644b99e41c1bd046941a19f--