[TriLUG] Apache and PHP

Stephen Hoffman srhoffman at hofftech.net
Mon Jan 12 10:19:23 EST 2004


>
> Yes,
>
> I downloaded apache from apache.org and PHP from php.net.
> There are no apache rpm's installed.
>
they would be called httpd rpms  ---> rpm -qa | grep httpd


> The really burning question I have is why did the etc/httpd folder get
> created and why did var/www get created if I chose not to install the
> package.
> And how do I get my machine to automatically recognize /usr/local/apache2
> as the version of apache I want to use?
>

export PATH=$PATH:/usr/local/apache2/bin   (that'll work that instance only)
add that to your /etc/profile or your ~/.profile

HTH

Steve



More information about the TriLUG mailing list