Hi,
I downloaded the Bitnami Alfresco Community Stack for Virtual Machines and installed it in our Vmware Vsphere
environment (OVA Format, Verision: 201911-13)
I tried to configure some apache modules but the apxs command fails:
bitnami@debian:~/mod_proxy_html$ sudo apxs -c -I /opt/bitnami/common/include/libxml2 -I. -i mod_proxy_html.c
sudo: unable to execute /opt/bitnami/apache2/bin/apxs: No such file or directory
The first line of the apxs file refers to the directory /bitnami/alfrescostack-linux-x64/output/perl/bin/perl
#!/bitnami/alfrescostack-linux-x64/output/perl/bin/perl -w
However the directory bitnami doesn’t exist. Any idea how to solve this issue? Thanks