Re: howto customize apache service from another package

2025-04-29 Thread PICCA Frederic-Emmanuel
>>What is the right way to customize the apache service from another package. > Use /lib/systemd/system/apache2.service.d/$YOURPACKAGE.conf. thanks Fred

Re: howto customize apache service from another package

2025-04-29 Thread PICCA Frederic-Emmanuel
I already have this in /etc/apache2/conf-available/qemu-web-desktop.conf # qwd cgi configuration for perl LoadModule perl_module modules/mod_perl.so LoadModule cgi_module modules/mod_cgi.so SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders AddHand

Re: howto customize apache service from another package

2025-04-29 Thread Marco d'Itri
On Apr 29, PICCA Frederic-Emmanuel wrote: What is the right way to customize the apache service from another package. Use /lib/systemd/system/apache2.service.d/$YOURPACKAGE.conf. -- ciao, Marco signature.asc Description: PGP signature

Re: howto customize apache service from another package

2025-04-29 Thread Yadd
On 4/29/25 11:38, PICCA Frederic-Emmanuel wrote: Hello, I have a package qemu-web-desktop which is served via apache2. This system run vm from a cgi script. We need to increaze the apache2 service mem limits, in order to run these VM (with GPU passthrough). What is the right way to customize t