sent > On 5 Feb 2018, at 05:15, Stavros Panidis <[email protected]> wrote: > > Dear Amedeo, > > Yes, please. > > I suppose that I could find it in wocommunity.org <http://wocommunity.org/>, > but when I try to access wocommunity.org/documents/tools > <http://wocommunity.org/documents/tools> I get the following > > Forbidden > > You don't have permission to access /documents/tools/ on this server. > > > Stavros Panidis > [email protected] <mailto:[email protected]> > > > >> On 4 Feb 2018, at 22:43, Amedeo Mantica <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hi, >> I have it compiled for Ubuntu in case you need. But I would be able to send >> you only tomorrow >> >> Amedeo >> >> Sent from my iPhone >> >>> On 4 Feb 2018, at 20:41, André Rothe <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> Hi Stavros, >>> >>> You can install the build-essential and apache-dev packages within Ubuntu >>> and then compile and install the sources as root like: >>> >>> change the terminal to root >>> >>> # su - >>> >>> Or you have to use "sudo": >>> >>> # sudo -H gnome-terminal >>> >>> Go to the source folder of mod_webobjects >>> >>> # cd sourcefolder_of_module >>> # make >>> # cd Apache2.4 >>> # cp mod_WebObjects.so /etc/httpd/modules/. >>> >>> The path to the Apache install can differ, it is also /etc/apache2 a >>> possible folder, but there should be always a module folder. You have to >>> look into your installation. >>> >>> Change the settings for SELinux, if it is enabled: >>> >>> # semanage fcontext -a -t httpd_modules_t "/etc/httpd/modules(/.*)?" >>> # restorecon -R -v /etc/httpd/modules >>> >>> Modify the path to the modules folders again (in example /etc/apache2 >>> instead /etc/httpd). >>> >>> Restart the service: >>> >>> # systemctl restart httpd >>> >>> or >>> >>> # service httpd restart >>> >>> It is also possible, that the Apache service is named as "apache2". >>> >>> Good luck >>> Andre >>> >>> >>> Am 04.02.2018 09:12, schrieb Stavros Panidis: >>>> Dear all, >>>> Where can I download mod_WebObjects.so for Ubuntu? >>>> Stavros Panidis >>>> [email protected] <mailto:[email protected]> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ([email protected] >>> <mailto:[email protected]>) >>> Help/Unsubscribe/Update your Subscription: >>> https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com >>> >>> <https://lists.apple.com/mailman/options/webobjects-dev/amedeomantica%40me.com> >>> >>> This email sent to [email protected] >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
