<div dir="ltr">Leam, <div><br></div><div>If it a RH base image, you will still need to enable it. </div><div><br></div><div>sudo systemctl enable --now httpd. </div><div><br></div><div>Pup</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 25, 2024 at 7:45 AM Leam Hall via Ale <<a href="mailto:ale@ale.org">ale@ale.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Here's the working solution. The issue was that I forgot that while "running commands" implies a shell, in AWS it has to be called out explicitly.<br>
<br>
<br>
#!/bin/sh<br>
dnf update -y<br>
dnf install -y httpd<br>
echo "Nice" > index.html<br>
mv index.html /var/www/html<br>
systemctl restart httpd<br>
<br>
<br>
It looks like AWS Linux does not auto start httpd on install, which is fine by me. If there are a lot of changes then it would have to be restarted anyway.<br>
<br>
The current Amazon Linux is loosely based on Fedora, here's there official explanation (<a href="https://docs.aws.amazon.com/linux/al2023/ug/relationship-to-fedora.html" rel="noreferrer" target="_blank">https://docs.aws.amazon.com/linux/al2023/ug/relationship-to-fedora.html</a>):<br>
<br>
"AL2023 maintains its own release and support lifecycles independent of Fedora. AL2023 provides updated versions of open-source software, a larger variety of packages, and frequent releases. This preserves the familiar RPM-based operating systems.<br>
<br>
The Generally Available (GA) version of AL2023 isn't directly comparable to any specific Fedora release. The AL2023 GA version includes components from Fedora 34, 35, and 36. Some of the components are the same as the components in Fedora and some are modified. Other components more closely resemble the components in CentOS 9 Streams or were developed independently. The Amazon Linux kernel is sourced from the long-term support options that are on <a href="http://kernel.org" rel="noreferrer" target="_blank">kernel.org</a>, chosen independently from Fedora."<br>
<br>
<br>
Leam<br>
<br>
On 6/24/24 21:43, Ron via Ale wrote:<br>
> On 2024-06-24 14:05, Boris Borisov via Ale wrote:<br>
> <br>
>> Httpd is usually generic name for the http demon.<br>
> <br>
> <br>
> If my memory is correct, in the RHEL world, `httpd` is the package for Apache.<br>
> <br>
> <br>
> Is this (still) correct?<br>
> <br>
> <br>
> rb<br>
> <br>
> _______________________________________________<br>
> Ale mailing list<br>
> <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
> <a href="https://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">https://mail.ale.org/mailman/listinfo/ale</a><br>
> See JOBS, ANNOUNCE and SCHOOLS lists at<br>
> <a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
-- <br>
Site Reliability Engineer  (<a href="http://reuel.net/resume" rel="noreferrer" target="_blank">reuel.net/resume</a>)<br>
Scribe: The Domici War     (<a href="http://domiciwar.net" rel="noreferrer" target="_blank">domiciwar.net</a>)<br>
General Ne'er-do-well      (<a href="http://github.com/LeamHall" rel="noreferrer" target="_blank">github.com/LeamHall</a>)<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="https://mail.ale.org/mailman/listinfo/ale" rel="noreferrer" target="_blank">https://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Terror PUP a.k.a<br>Chuck "PUP" Payne<br>-----------------------------------------<br>Discover it! Enjoy it! Share it! openSUSE Linux.<br>-----------------------------------------<br>openSUSE -- Terrorpup<br>openSUSE Ambassador/openSUSE Member<br>skype,twiiter,identica,friendfeed -- terrorpup<br>freenode(irc) --terrorpup/lupinstein<br>Register Linux Userid: 155363<br> <br>openSUSE Community Member since 2008. </div></div></div></div>