Page 1 of 1

APACHE

Posted: 19 Jul 2012, 09:29
by popeye
I'm looking apache web server module

Re: APACHE

Posted: 19 Jul 2012, 09:42
by fanthom
i have deleted you previous thread in 64bit section.

please grab latest version of apache for slackware-13.37 from slackware-current backports:
link
and convert it to xzm module with txz2xzm command.
after activation please run 'slackyd -d httpd' command to check if all dependencies are resolved.
if something is missing then please run 'slackyd -u && slackyd -d httpd' and download missing deps, they will be placed in /var/slackyd folder.

EDIT:\\
my apologize - i have forgotten that slackyd covers also backports from 'current' so it's enough to run one command only:

Code: Select all

slackyd -u && slackyd -g httpd
then convert it to xzm (will be downloaded to /var/slackyd)

Cheers

Re: APACHE

Posted: 19 Jul 2012, 12:36
by popeye
It works!
:) thanks a lot!!