Re: Split apache package

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Hi,

Am 01.02.23 um 20:10 schrieb Polarian:
> Hello,
> 
> I would like to make a suggestion for the apache package, I was not too sure which mailing list to
> put this in, so I picked the general mailing list for the avoidance of doubt :P
> 
> So the apache package:
> 
> https://archlinux.org/packages/extra/x86_64/apache/
> 
> Currently contains tools which are used by nginx users, and the issue is that is that you can only
> run one webserver as once, they both are going to try to bind to port 80 and 443 so you got to choose.
> 
> htpaswd utility is used by nginx users too, and the issue is they have to install the entire apache
> web server in order to be able to use the single utility.

Nginx is also compatible with passwords generated by openssl so there is no strict need to use
htpasswd to generate Apache conformant passwords for Nginx.

Use "openssl passwd -6" and put the generated hash into the password file that Nginx should use.
Format of the file is the same as for Apache. Each line has username and hash separated by a colon (:).

I don't know if this is documented anywhere but at least on my installations it just works.

Regards,

	Uwe

> I suggest splitting the package into apache-utils and apache, or, if the maintainer(s) are willing
> to maintain it, split the utilities into their own separate pacakge and use apache-utils as a group
> of all the subpackages (htpasswd, htdigest etc).
> 
> I feel this would be a good change so that nginx users do not need to install the entire apache web
> server just to use the apache utilities which nginx suggests to use within their documentation (see
> https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/)
> 
> As you can see in the guide, Debian, Ubuntu, RHEL, CentOS and Oracle Linux already have seen this
> issue within their own repositories and split the packages up, why can't arch linux?
> 
> Thanks for reading this suggestion,




[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux