• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: mod_WebObjects.so
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mod_WebObjects.so


  • Subject: Re: mod_WebObjects.so
  • From: AndrĂ© Rothe <email@hidden>
  • Date: Sun, 04 Feb 2018 20:41:42 +0100

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@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: mod_WebObjects.so
      • From: Amedeo Mantica <email@hidden>
References: 
 >mod_WebObjects.so (From: Stavros Panidis <email@hidden>)

  • Prev by Date: mod_WebObjects.so
  • Next by Date: Re: mod_WebObjects.so
  • Previous by thread: mod_WebObjects.so
  • Next by thread: Re: mod_WebObjects.so
  • Index(es):
    • Date
    • Thread