Mailing List Archive

Apache 2.4 ops
Ok guys, this should be very easy:

I've gotten to " It works "

Now, to edit the location to point to the files I need accessible on a Win10 Pro host.

The location is: E:\Logs ( Folders under )

No matter what I change, it remains " It works ! "

Many thanks.....Gary
Re: Apache 2.4 ops [ In reply to ]
On 21/02/2023 19:54, Uncle Gary wrote:
> Ok guys, this should be very easy:
>
> I've gotten to " /It works /"
>
> Now, to edit the location to point to the files I need accessible on a
> Win10 Pro host.
>
> The location is:    E:\Logs    (  Folders under  )
>
> No matter what I change, it remains "  It works !  "
>
> Many thanks.....Gary
You need to change the Document Root in your configuration file:

> DocumentRoot "E:/Logs"

The configuration file is located in the folder "conf" and it is called:
"httpd.conf". In Windows 10 and 11 (and in all previous versions of
Windows) the extension is hidden by default but I am sure you know how
to display it but you can post back if you want to know how.

Hope this helps.






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Re: Apache 2.4 ops [ In reply to ]
OK Guy....I'm certain that's the first line I edited, but I'll go back
and try again !

Many thanks !

Gary



On 2/21/2023 4:54 PM, ???? Good Guy ???? wrote:
> On 21/02/2023 19:54, Uncle Gary wrote:
>> Ok guys, this should be very easy:
>>
>> I've gotten to " /It works /"
>>
>> Now, to edit the location to point to the files I need accessible on a
>> Win10 Pro host.
>>
>> The location is:    E:\Logs    (  Folders under  )
>>
>> No matter what I change, it remains "  It works !  "
>>
>> Many thanks.....Gary
> You need to change the Document Root in your configuration file:
>
>> DocumentRoot "E:/Logs"
> The configuration file is located in the folder "conf" and it is called:
> "httpd.conf". In Windows 10 and 11 (and in all previous versions of
> Windows) the extension is hidden by default but I am sure you know how
> to display it but you can post back if you want to know how.
>
> Hope this helps.
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

B?KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB??[??X???X?KK[XZ[?\?\??][??X???X?P ?\X?K???B???Y][?[??[X[??K[XZ[?\?\??Z[ ?\X?K???B
Re: Apache 2.4 ops [ In reply to ]
On 21/02/2023 23:17, Uncle Gary wrote:
> OK Guy....I'm certain that's the first line I edited, but I'll go back
> and try again !
>
> Many thanks !
>
> Gary
>
>
>


After making the changes, you need to restart Apache so that changes can
take effect.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Re: Apache 2.4 ops [ In reply to ]
OK....that may be my mistake.
Tnx much GG....I'lll try it !

G


On 2/21/2023 5:58 PM, ???? Good Guy ???? wrote:
> On 21/02/2023 23:17, Uncle Gary wrote:
>> OK Guy....I'm certain that's the first line I edited, but I'll go back
>> and try again !
>>
>> Many thanks !
>>
>> Gary
>>
>>
>>
>
> After making the changes, you need to restart Apache so that changes can
> take effect.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Re: Apache 2.4 ops [ In reply to ]
Possible additional problem:

Noticed that the 2.4 " Service " is stopped and will not start. " 
Windows could not start " etc etc.





On 2/21/2023 4:54 PM, ???? Good Guy ???? wrote:
> On 21/02/2023 19:54, Uncle Gary wrote:
>> Ok guys, this should be very easy:
>>
>> I've gotten to " /It works /"
>>
>> Now, to edit the location to point to the files I need accessible on a
>> Win10 Pro host.
>>
>> The location is:    E:\Logs    (  Folders under  )
>>
>> No matter what I change, it remains "  It works !  "
>>
>> Many thanks.....Gary
> You need to change the Document Root in your configuration file:
>
>> DocumentRoot "E:/Logs"
> The configuration file is located in the folder "conf" and it is called:
> "httpd.conf". In Windows 10 and 11 (and in all previous versions of
> Windows) the extension is hidden by default but I am sure you know how
> to display it but you can post back if you want to know how.
>
> Hope this helps.
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

B?KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKCB??[??X???X?KK[XZ[?\?\??][??X???X?P ?\X?K???B???Y][?[??[X[??K[XZ[?\?\??Z[ ?\X?K???B
Re: Apache 2.4 ops [ In reply to ]
On 22/02/2023 16:31, Uncle Gary wrote:
> Possible additional problem:
>
> Noticed that the 2.4 " Service " is stopped and will not start. "Â
> Windows could not start " etc etc.
>
>
>
>
>

How exactly are you trying to start "service"?  Dis you install httpd as
a service by typing:

httpd -k

You need to run this command as Administrator or a user with
Administrator privileges.

Also, if you downloaded the apache binaries from apachelounge
<https://www.apachelounge.com/download/> then there must be n app
called: "ApacheMonitor". You can run it and do all sorts of administration.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Apache 2.4 ops [ In reply to ]
On 22/02/2023 16:31, Uncle Gary wrote:
> Possible additional problem:
>
> Noticed that the 2.4 " Service " is stopped and will not start. "Â
> Windows could not start " etc etc.
>
>

The full command to install a service is:

> httpd -k install

Good luck.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Re: Apache 2.4 ops [ In reply to ]
Getting closer:  "  Apache service is already started. "

Can you explain the operation of the " Service Monitor ? "   " Connect ?
"  I'll RTFM if documented.

Thanks much !



On 2/22/2023 8:21 PM, ???? Good Guy ???? wrote:
> On 22/02/2023 16:31, Uncle Gary wrote:
>> Possible additional problem:
>>
>> Noticed that the 2.4 " Service " is stopped and will not start. "Â
>> Windows could not start " etc etc.
>>
>>
> The full command to install a service is:
>
>> httpd -k install
> Good luck.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org