Issues related to compiling apache, php etc..Which version of CustomBuild am I running?

Functionality between versions of CustomBuild varies, so if you need to know which version of CustomBuild you’re running, current scripts (1.1, 1.2 and 2.0) can use: Issues relating to compiling apache, php etc..Which version of…

Issues related to compiling apache, php etc…htaccess: Option FollowSymLinks not allowed here

Issues related to compiling apache, php etc…htaccess: Option FollowSymLinks not allowed here. For security reasons, FollowSymLinks is disabled by default. For preventing this, either: 1) Remove FollowSymLinks from your .htaccess file.  Then It can be replace…

Issues related to compiling apache, php etc.. /libexec/ld-elf.so.1: Shared object “libintl.so.9” not found, required by “gmake”

Issues related to compiling apache, php etc.. /libexec/ld-elf.so.1: Shared object “libintl.so.9” not found, required by “gmake“ On FreeBSD systems, gmake is requiring for a few of the modules (Freetype, in this example). If it is…

Issues related to compiling apache, php etc.. I wish to customize /etc/httpd/conf/httpd.conf and not have custombuild revert it

Issues related to compiling apache, php etc.. I wish to customize /etc/httpd/conf/httpd.conf and not have custombuild revert it If there you need to make customized changes to your /etc/httpd/conf/httpd.conf, when custombuild updates apache, your configurations…

Issues related to compiling apache, php etc.. LibXML Compile Error: relocation R_X86_64_32 against `a local symbol’ can not be used when making a shared object; recompile with -fPIC

Issues related to compiling apache, php etc.. LibXML Compile Error: relocation R_X86_64_32 against `a local symbol’ can not be used when making a shared object; recompile with -fPIC If there you get the following error…

Issues related to compiling apache, php etc..Files uploaded with php scripts are owned by apache – how to install suPhp

Issues related to compiling apache, php etc..Files uploaded with php scripts are owned by apache – how to install suPhp When a php file is in its default state “CLI”, php scripts will run as…

Issues related to compiling apache, php etc.. Adding custom modules to apache for custombuild

Issues related to compiling apache, php etc.. Adding custom modules to apache for custombuild, If you want to add any extra modules to apache in custombuild, they’ll need to be compiled in. For Any module that…

Issues related to compiling apache, php etc.. Undefined symbol ‘dbm_fetch’ with the Apache server

Issues related to compiling apache, php etc.. Undefined symbol ‘dbm_fetch’ with the Apache server. If you get this error when trying to start apache, Now run the following (example uses apache 1.3.37, try change the version…
DocumentRoot

Issues related to compiling apache, php etc.. Updating Apache to the latest version

Issues related to compiling apache, php etc.. Updating Apache to the latest version. You can check the current version of apache by running   /usr/sbin/httpd -v   CustomBuild – current If there you’re using a custombuild…