Editing
Infrastructure Machines
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== Web Server ==== I used FreeBSD 11.2 perl 5.26 OpenSSL 1.0.2o-freebsd pcre apache22 mod_perl2 PayflowPro mariadb 55 server and client Installation order is important install perl 5.26.2 from ports <ore> cd /usr/ports/lang/perl5.26/ make [X] PERL_64BITINT Use 64 bit integers (on i386) [X] USE_PERL Rewrite links in /usr/bin (the rest unchecked make install </pre> install OpenSSL 1.0.2o-freebsd <pre> cd /usr/ports/ make install </pre> install pcre <pre> cd /usr/ports/ make install </pre> install Apache22 <pre> cd /usr/ports/distfiles fetch http://archive.apache.org/dist/httpd/httpd-2.2.32.tar.gz cd /usr/ports/www/apache22/tmp fetch --no-verify-peer http://mirror.nexcess.net/apache//httpd/httpd-2.2.34.tar.gz tar xvzf httpd-2.2.34.tar.gz ./configure --prefix=/usr/local/apache --with-ssl=/usr/local/openssl/ --enable-ssl --enable-so --with-mpm=prefork --enable-threads --enable-mods-shared='mime alias setenvif dir' --enable-modules='mime alias setenvif dir' --with-pcre=/usr/local make install apachectl restart cd /usr/ports/www/apache22 echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf make DISABLE_VULNERABILITIES=yes make install </pre> install mod_perl2 <pre> cd /usr/ports/www/mod_perl2 echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf make DISABLE_VULNERABILITIES=yes make install </pre> install mariadb <pre> cd /usr/ports/databases/mariadb-103-server echo "DEFAULT_VERSIONS+=apache=2.2" >> /etc/make.conf make DISABLE_VULNERABILITIES=yes make install </pre>
Summary:
Please note that all contributions to JCWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
JCWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information